/aosp_15_r20/external/crosvm/hypervisor/tests/ |
H A D | mmio_and_pio.rs | 78 let code: [u8; 11] = [ in test_mmio_and_pio() localVariable 238 let code: [u8; 16] = [ in test_pio_out() localVariable 376 let code: [u8; 25] = [ in test_pio_in() localVariable
|
/aosp_15_r20/external/cronet/third_party/libxml/src/ |
H A D | parserInternals.c | 170 xmlCtxtErrIO(xmlParserCtxtPtr ctxt, int code, const char *uri) in xmlCtxtErrIO() 214 xmlParserErrors code, xmlErrorLevel level, in xmlCtxtVErr() 304 xmlParserErrors code, xmlErrorLevel level, in xmlCtxtErr() 325 xmlFatalErr(xmlParserCtxtPtr ctxt, xmlParserErrors code, const char *info) in xmlFatalErr() 1963 int code; in xmlCheckHTTPInput() local 2015 int code; in xmlNewInputFromFile() local
|
/aosp_15_r20/frameworks/wilhelm/src/android/ |
H A D | android_GenericMediaPlayer.cpp | 65 #define _(code) case code: return #code; in media_event_type_to_string() argument 85 #define _(code, msg) case code: return msg; in media_error_type_to_string() argument 99 #define _(code, msg) case code: return msg; in media_info_type_to_string() argument
|
/aosp_15_r20/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/emoji/ |
D | DynamicGridKeyboard.java | 67 private Key getTemplateKey(final int code) { in getTemplateKey() 146 final int code) { in getKeyByCode() 175 final int code = (Integer)o; in loadRecentKeys() local
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/sc/ |
H A D | vktPipelineCacheSCTests.cpp | 66 std::ostringstream name, code; in createShaders() local 78 std::ostringstream name, code; in createShaders() local 91 std::ostringstream name, code; in createShaders() local
|
/aosp_15_r20/external/abseil-cpp/absl/status/ |
H A D | status.h | 774 inline Status::Status(absl::StatusCode code) : Status(CodeToInlinedRep(code)) {} in Status() 820 inline absl::StatusCode Status::code() const { in code() function 892 constexpr uintptr_t Status::CodeToInlinedRep(absl::StatusCode code) { in CodeToInlinedRep()
|
/aosp_15_r20/external/icu/icu4c/source/test/cintltst/ |
H A D | cucdapi.c | 323 UScriptCode code = USCRIPT_INVALID_CODE; in TestUScriptCodeAPI() local 348 UScriptCode code= USCRIPT_INVALID_CODE; in TestUScriptCodeAPI() local 356 UScriptCode code= USCRIPT_INVALID_CODE; in TestUScriptCodeAPI() local
|
/aosp_15_r20/packages/modules/Wifi/service/java/com/android/server/wifi/ |
D | SupplicantStaIfaceCallbackHidlV1_2Impl.java | 137 public void onEapFailure_1_1(int code) { in onEapFailure_1_1() 220 public void onDppFailure(int code) { in onDppFailure() 234 public void onDppProgress(int code) { in onDppProgress()
|
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/status/ |
H A D | status.h | 778 inline Status::Status(absl::StatusCode code) : Status(CodeToInlinedRep(code)) {} in Status() 824 inline absl::StatusCode Status::code() const { in code() function 896 constexpr uintptr_t Status::CodeToInlinedRep(absl::StatusCode code) { in CodeToInlinedRep()
|
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/status/ |
H A D | status.h | 778 inline Status::Status(absl::StatusCode code) : Status(CodeToInlinedRep(code)) {} in Status() 824 inline absl::StatusCode Status::code() const { in code() function 896 constexpr uintptr_t Status::CodeToInlinedRep(absl::StatusCode code) { in CodeToInlinedRep()
|
/aosp_15_r20/external/libnl/src/lib/ |
H A D | exp.c | 141 uint8_t code = nfnl_exp_get_icmp_code(exp, tuple); in nl_cli_exp_parse_icmp_id() local 149 uint8_t code = nfnl_exp_get_icmp_code(exp, tuple); in nl_cli_exp_parse_icmp_type() local 155 uint32_t code = nl_cli_parse_u32(arg); in nl_cli_exp_parse_icmp_code() local
|
/aosp_15_r20/system/secretkeeper/comm/src/ |
H A D | wire.rs | 44 pub fn code(&self) -> OpCode { in code() method 81 let code = OpCode::from_cbor_value(a.remove(0))?; in from_cbor_value() localVariable 139 let code: i32 = i.try_into().map_err(|_| CoseError::OutOfRangeIntegerValue)?; in from_cbor_value() localVariable
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/example/qi/compiler_tutorial/ |
D | calc6.cpp | 144 void vmachine::execute(std::vector<int> const& code) in execute() 191 std::vector<int>& code; member 341 std::vector<int> code; // Our VM code in main() local
|
/aosp_15_r20/packages/modules/HealthFitness/tests/unittests/src/com/android/server/healthconnect/phr/validations/ |
D | MedicalResourceValidatorTest.java | 568 PregnancyStatusTestValue(String code, String value) { in PregnancyStatusTestValue() 597 PregnancyOutcomeTestValue(String code, int count) { in PregnancyOutcomeTestValue() 632 SmokingTestValue(String code, JSONObject value) { in SmokingTestValue() 656 VitalSignsTestValue(String code, Number value, QuantityUnits units) { in VitalSignsTestValue() 695 @TestParameter({"11778-8", "11779-6", "11780-4"}) String code) { in testCalculateMedicalResourceType_expectedDeliveryDate_pregnancy()
|
/aosp_15_r20/external/grpc-grpc/src/python/grpcio/grpc/framework/interfaces/face/ |
H A D | face.py | 108 def __init__(self, initial_metadata, terminal_metadata, code, details): argument 229 def code(self): member in Call 298 def code(self, code): member in ServicerContext 347 def complete(self, terminal_metadata, code, details): argument
|
/aosp_15_r20/external/curl/lib/ |
H A D | openldap.c | 595 LDAPMessage *msg, int code) in oldap_state_mechs_resp() 660 LDAPMessage *msg, int code) in oldap_state_sasl_resp() 687 int code) in oldap_state_bind_resp() 719 int code = LDAP_SUCCESS; in oldap_connecting() local 977 int code; in oldap_recv() local
|
/aosp_15_r20/external/antlr/tool/src/test/java/org/antlr/test/ |
H A D | TestAttributes.java | 413 String code = codeST.render(); in testRuleLabelBeforeRefToPredefinedAttr() local 657 String code = codeST.render(); in testRuleLabels() local 701 String code = codeST.render(); in testRuleLabelsWithSpecialToken() local 727 String code = codeST.render(); in testForwardRefRuleLabels() local 1533 String code = codeST.render(); in testRuleRefWhenRuleHasScope() local 1603 String code = codeST.render(); in testRefToTextAttributeForCurrentRule() local 1627 String code = codeST.render(); in testRefToStartAttributeForCurrentRule() local 1687 String code = codeST.render(); in testRuleLabelFromMultipleAlts() local 1993 String code = codeST.render(); in testImplicitRuleLabel() local 2017 String code = codeST.render(); in testReuseExistingLabelWithImplicitRuleLabel() local [all …]
|
/aosp_15_r20/external/yapf/yapf/yapflib/ |
H A D | verifier.py | 33 def VerifyCode(code): argument 55 def _NormalizeCode(code): argument
|
/aosp_15_r20/art/runtime/jit/ |
H A D | jit_code_cache.cc | 122 void SetCode(const void* code) { in SetCode() 368 static uintptr_t FromCodeToAllocation(const void* code) { in FromCodeToAllocation() 689 ArrayRef<const uint8_t> code, in Commit() 1032 const uint8_t* code; in Reserve() local 1082 const uint8_t* code, in Free() 1089 void JitCodeCache::FreeLocked(JitMemoryRegion* region, const uint8_t* code, const uint8_t* data) { in FreeLocked() 1114 const void* code = method_header->GetCode(); in Run() local 2036 void ZygoteMap::Put(const void* code, ArtMethod* method) { in Put()
|
/aosp_15_r20/external/snakeyaml/src/test/java/org/yaml/snakeyaml/constructor/ |
H A D | Child1.java | 18 private final Integer code; field in Child1 20 public Child1(Integer code) { in Child1()
|
/aosp_15_r20/external/zlib/ |
H A D | trees.c | 154 local unsigned bi_reverse(unsigned code, int len) { in bi_reverse() 204 unsigned code = 0; /* running code value */ in gen_codes() local 300 int code; /* code value */ in tr_static_init() local 903 unsigned code; /* the code to send */ in compress_block() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/libz-sys/src/zlib/ |
D | trees.c | 239 int code; /* code value */ in tr_static_init() local 578 unsigned code = 0; /* running code value */ local 1072 unsigned code; /* the code to send */ local 1158 local unsigned bi_reverse(code, len) in bi_reverse() argument
|
/aosp_15_r20/external/google-breakpad/src/client/mac/handler/ |
H A D | exception_handler.cc | 101 integer_t code[EXCEPTION_CODE_MAX]; member 180 integer_t code[2]; in breakpad_exc_server() member 217 exception_data_t code, in catch_exception_raise() 434 exception_data_t code, in ForwardException()
|
/aosp_15_r20/external/cldr/tools/cldr-rdf/src/main/java/org/unicode/cldr/tool/ |
H A D | SubdivisionNode.java | 75 final String code; field in SubdivisionNode 80 public SubdivisionNode(String code, SubdivisionNode parent, SubdivisionSet sset) { in SubdivisionNode() 108 public void addName(String code, String lang, String value) { in addName() 441 private String getIsoName(String code) { in getIsoName()
|
/aosp_15_r20/external/python/cpython2/Modules/zlib/ |
D | trees.c | 239 int code; /* code value */ in tr_static_init() local 578 unsigned code = 0; /* running code value */ local 1072 unsigned code; /* the code to send */ local 1158 local unsigned bi_reverse(code, len) in bi_reverse() argument
|