/aosp_15_r20/prebuilts/vndk/v34/x86_64/include/bionic/libc/kernel/uapi/linux/ |
D | filter.h | 27 __u16 code; member 36 #define BPF_RVAL(code) ((code) & 0x18) argument 38 #define BPF_MISCOP(code) ((code) & 0xf8) argument 42 #define BPF_STMT(code,k) { (unsigned short) (code), 0, 0, k } argument 45 #define BPF_JUMP(code,k,jt,jf) { (unsigned short) (code), jt, jf, k } argument
|
/aosp_15_r20/out/soong/ndk/sysroot/usr/include/linux/ |
D | filter.h | 15 __u16 code; member 24 #define BPF_RVAL(code) ((code) & 0x18) argument 26 #define BPF_MISCOP(code) ((code) & 0xf8) argument 30 #define BPF_STMT(code,k) { (unsigned short) (code), 0, 0, k } argument 33 #define BPF_JUMP(code,k,jt,jf) { (unsigned short) (code), jt, jf, k } argument
|
/aosp_15_r20/prebuilts/runtime/mainline/runtime/sdk/android/x86/include/bionic/libc/kernel/uapi/linux/ |
H A D | filter.h | 15 __u16 code; member 24 #define BPF_RVAL(code) ((code) & 0x18) argument 26 #define BPF_MISCOP(code) ((code) & 0xf8) argument 30 #define BPF_STMT(code,k) { (unsigned short) (code), 0, 0, k } argument 33 #define BPF_JUMP(code,k,jt,jf) { (unsigned short) (code), jt, jf, k } argument
|
/aosp_15_r20/prebuilts/runtime/mainline/runtime/sdk/linux_bionic/include/bionic/libc/kernel/uapi/linux/ |
H A D | filter.h | 15 __u16 code; member 24 #define BPF_RVAL(code) ((code) & 0x18) argument 26 #define BPF_MISCOP(code) ((code) & 0xf8) argument 30 #define BPF_STMT(code,k) { (unsigned short) (code), 0, 0, k } argument 33 #define BPF_JUMP(code,k,jt,jf) { (unsigned short) (code), jt, jf, k } argument
|
/aosp_15_r20/prebuilts/runtime/mainline/runtime/sdk/android/x86_64/include/bionic/libc/kernel/uapi/linux/ |
H A D | filter.h | 15 __u16 code; member 24 #define BPF_RVAL(code) ((code) & 0x18) argument 26 #define BPF_MISCOP(code) ((code) & 0xf8) argument 30 #define BPF_STMT(code,k) { (unsigned short) (code), 0, 0, k } argument 33 #define BPF_JUMP(code,k,jt,jf) { (unsigned short) (code), jt, jf, k } argument
|
/aosp_15_r20/prebuilts/runtime/mainline/runtime/sdk/android/riscv64/include/bionic/libc/kernel/uapi/linux/ |
H A D | filter.h | 15 __u16 code; member 24 #define BPF_RVAL(code) ((code) & 0x18) argument 26 #define BPF_MISCOP(code) ((code) & 0xf8) argument 30 #define BPF_STMT(code,k) { (unsigned short) (code), 0, 0, k } argument 33 #define BPF_JUMP(code,k,jt,jf) { (unsigned short) (code), jt, jf, k } argument
|
/aosp_15_r20/external/iproute2/include/uapi/linux/ |
H A D | filter.h | 25 __u16 code; /* Actual filter code */ member 37 #define BPF_RVAL(code) ((code) & 0x18) argument 41 #define BPF_MISCOP(code) ((code) & 0xf8) argument 49 #define BPF_STMT(code, k) { (unsigned short)(code), 0, 0, k } argument 52 #define BPF_JUMP(code, k, jt, jf) { (unsigned short)(code), jt, jf, k } argument
|
/aosp_15_r20/prebuilts/runtime/mainline/runtime/sdk/android/arm/include/bionic/libc/kernel/uapi/linux/ |
H A D | filter.h | 15 __u16 code; member 24 #define BPF_RVAL(code) ((code) & 0x18) argument 26 #define BPF_MISCOP(code) ((code) & 0xf8) argument 30 #define BPF_STMT(code,k) { (unsigned short) (code), 0, 0, k } argument 33 #define BPF_JUMP(code,k,jt,jf) { (unsigned short) (code), jt, jf, k } argument
|
/aosp_15_r20/prebuilts/vndk/v32/x86/include/bionic/libc/kernel/uapi/linux/ |
D | filter.h | 27 __u16 code; member 36 #define BPF_RVAL(code) ((code) & 0x18) argument 38 #define BPF_MISCOP(code) ((code) & 0xf8) argument 42 #define BPF_STMT(code,k) { (unsigned short) (code), 0, 0, k } argument 45 #define BPF_JUMP(code,k,jt,jf) { (unsigned short) (code), jt, jf, k } argument
|
/aosp_15_r20/external/coreboot/payloads/libpayload/curses/form/ |
H A D | f_trace.c | 45 _nc_retrace_field(FIELD *code) in _nc_retrace_field() 52 _nc_retrace_field_type(FIELDTYPE *code) in _nc_retrace_field_type() 59 _nc_retrace_form(FORM *code) in _nc_retrace_form() 66 _nc_retrace_form_hook(Form_Hook code) in _nc_retrace_form_hook()
|
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/ |
H A D | resource_op_kernel_test.cc | 50 int code; member in tensorflow::__anon37aa45790111::StubResource 69 int code; in VerifyResource() local 90 std::unique_ptr<StubResourceOpKernel> CreateOp(int code, in CreateOp() 134 const int code = -100; in TEST_F() local 162 const int code = -201; in TEST_F() local
|
/aosp_15_r20/external/javassist/src/main/javassist/ |
H A D | CtNewWrappedMethod.java | 51 Bytecode code = makeBody(declaring, declaring.getClassFile2(), body, in wrapped() local 67 Bytecode code = new Bytecode(classfile.getConstPool(), 0, 0); in makeBody() local 82 Bytecode code) in makeBody0() 180 static int compileParameterList(Bytecode code, in compileParameterList() 188 private static void compileReturn(Bytecode code, CtClass type) { in compileReturn()
|
/aosp_15_r20/external/python/cpython3/Modules/cjkcodecs/ |
D | _codecs_cn.c | 43 #define GBK_ENCODE(code, assi) \ argument 68 DBCHAR code; in ENCODER() local 129 DBCHAR code; in ENCODER() local 190 DBCHAR code; in ENCODER() local 356 DBCHAR code; in ENCODER() local
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/thread/futures/futures.future_error/ |
H A D | code.pass.cpp | 31 std::error_code const& code = f.code(); in main() local 36 std::error_code const& code = f.code(); in main() local 41 std::error_code const& code = f.code(); in main() local 46 std::error_code const& code = f.code(); in main() local
|
/aosp_15_r20/packages/modules/HealthFitness/tests/cts/phr/src/android/healthconnect/cts/phr/utils/ |
D | ObservationBuilder.java | 65 ObservationCategory(String code, String display) { in ObservationCategory() 262 String code; in setBloodGlucose() local 346 public ObservationBuilder setCode(@NonNull Uri system, @NonNull String code) { in setCode() 358 @NonNull Uri system, @NonNull String code, @Nullable String display) { in setCode() 370 public ObservationBuilder setValueCodeableConcept(@NonNull Uri system, @NonNull String code) { in setValueCodeableConcept() 439 @NonNull Uri system, @NonNull String code, @Nullable String display) { in makeCodeableConcept()
|
/aosp_15_r20/external/zstd/lib/common/ |
H A D | zstd_common.c | 36 unsigned ZSTD_isError(size_t code) { return ERR_isError(code); } in ZSTD_isError() 40 const char* ZSTD_getErrorName(size_t code) { return ERR_getErrorName(code); } in ZSTD_getErrorName() 44 ZSTD_ErrorCode ZSTD_getErrorCode(size_t code) { return ERR_getErrorCode(code); } in ZSTD_getErrorCode() 48 const char* ZSTD_getErrorString(ZSTD_ErrorCode code) { return ERR_getErrorString(code); } in ZSTD_getErrorString()
|
/aosp_15_r20/external/federated-compute/fcp/base/ |
H A D | monitoring.h | 231 #define FCP_STATUS(code) \ argument 271 Status(StatusCode code, const std::string& message) in Status() 284 StatusCode code() const { return code_; } in code() function 308 explicit StatusOr(StatusCode code) : StatusOr(code, "") {} in StatusOr() 311 StatusOr(StatusCode code, const std::string& message) in StatusOr() 528 inline StatusCode code() const { return code_; } in code() function 579 inline StatusBuilder MakeStatusBuilder(StatusCode code, const char* file, in MakeStatusBuilder()
|
/aosp_15_r20/external/doclava/src/com/google/doclava/ |
H A D | Errors.java | 34 final int code; field in Errors.LintBaselineEntry 36 LintBaselineEntry(String file, String message, int code) { in LintBaselineEntry() 85 int code = Integer.parseInt(lastWord.substring(1, lastWord.length() - 1)); in parse() local 260 public int code; field in Errors.Error 275 public Error(int code, int level) { in Error() 282 public Error(int code, Error parent) { in Error() 402 public static boolean setErrorLevel(int code, int level) { in setErrorLevel()
|
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/test/val/ |
D | val_image_test.cpp | 517 const std::string code = GetShaderHeader("", false) + R"( in TEST_F() local 530 const std::string code = GetShaderHeader() + R"( in TEST_F() local 549 const std::string code = GetShaderHeader() + R"( in TEST_F() local 564 const std::string code = GetShaderHeader() + R"( in TEST_F() local 579 const std::string code = GetShaderHeader() + R"( in TEST_F() local 596 const std::string code = GetShaderHeader( in TEST_F() local 614 const std::string code = GetShaderHeader() + R"( in TEST_F() local 631 const std::string code = GetShaderHeader( in TEST_F() local 649 const std::string code = GetShaderHeader() + R"( in TEST_F() local 664 const std::string code = GetShaderHeader() + R"( in TEST_F() local [all …]
|
/aosp_15_r20/external/zucchini/ |
H A D | arm_utils_unittest.cc | 167 CODE_T code = instr.clean_slate_code; in Run() local 199 CODE_T code = instr.clean_slate_code; in Run() local 227 CODE_T code = clean_slate_code; in Accept() local 253 CODE_T code = clean_slate_code; in Reject() local 552 uint32_t code = translator.FetchArmCode32(region, 0U); in TEST() local 582 uint16_t code = translator.FetchThumb2Code16(region, 0U); in TEST() local 613 uint32_t code = translator.FetchThumb2Code32(region, 0U); in TEST() local 644 uint32_t code = translator.FetchThumb2Code32(region, 0U); in TEST() local 839 uint32_t code = translator.FetchCode32(region, 0U); in TEST() local
|
/aosp_15_r20/external/libxml2/ |
H A D | parserInternals.c | 214 xmlCtxtErrIO(xmlParserCtxtPtr ctxt, int code, const char *uri) in xmlCtxtErrIO() 260 int code; in xmlCtxtIsCatastrophicError() local 305 xmlParserErrors code, xmlErrorLevel level, in xmlCtxtVErr() 418 xmlParserErrors code, xmlErrorLevel level, in xmlCtxtErr() 475 xmlFatalErr(xmlParserCtxtPtr ctxt, xmlParserErrors code, const char *info) in xmlFatalErr() 1277 int code = XML_ERR_OK; in xmlInputSetEncodingHandler() local 1367 int code = xmlInputSetEncodingHandler(input, handler); in xmlSwitchInputEncoding() local 1392 int code; in xmlSwitchToEncoding() local 2283 int code; in xmlCheckHTTPInputInternal() local 2345 int code = xmlCheckHTTPInputInternal(ret); in xmlCheckHTTPInput() local [all …]
|
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/wifi/supplicant/1.3/android.hardware.wifi.supplicant-V1.3-java_gen_java/gen/srcs/android/hardware/wifi/supplicant/V1_3/ |
D | ISupplicantStaIfaceCallback.java | 596 void onDppSuccess(int code) in onDppSuccess() 601 void onDppProgress_1_3(int code) in onDppProgress_1_3() 617 …void onDppFailure_1_3(int code, String ssid, String channelList, java.util.ArrayList<Short> bandLi… in onDppFailure_1_3() 1295 public void onDppProgress(int code) in onDppProgress() 1311 public void onDppFailure(int code) in onDppFailure() 1345 public void onDppSuccess(int code) in onDppSuccess() 1361 public void onDppProgress_1_3(int code) in onDppProgress_1_3() 1377 …public void onDppFailure_1_3(int code, String ssid, String channelList, java.util.ArrayList<Short>… in onDppFailure_1_3() 2027 int code = _hidl_request.readInt32(); in onTransact() local 2036 int code = _hidl_request.readInt32(); in onTransact() local [all …]
|
/aosp_15_r20/external/eigen/blas/ |
H A D | level2_real_impl.h | 52 int code = UPLO(*uplo); in EIGEN_BLAS_FUNC() local 93 int code = UPLO(*uplo); in EIGEN_BLAS_FUNC() local 135 int code = UPLO(*uplo); in EIGEN_BLAS_FUNC() local 212 int code = UPLO(*uplo); in EIGEN_BLAS_FUNC() local 259 int code = UPLO(*uplo); in EIGEN_BLAS_FUNC() local
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/classic/example/fundamental/more_calculators/ |
D | vmachine_calc.cpp | 59 vmachine::execute(int code[]) in execute() 124 vector<int>& code; member 161 vector<int>& code; member 237 vector<int>& code; member 254 vector<int> code; // Our VM code in main() local
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/throw_exception/test/ |
D | throw_exception_test5.cpp | 41 int const * code = boost::get_error_info<error_code>( x ); in main() local 62 int const * code = boost::get_error_info<error_code>( x ); in main() local 83 int const * code = boost::get_error_info<error_code>( x ); in main() local 104 int const * code = boost::get_error_info<error_code>( x ); in main() local
|