/aosp_15_r20/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/ |
H A D | DTMNamedNodeMap.java | 284 public DTMException(short code, String message) in DTMException() 295 public DTMException(short code) in DTMException()
|
/aosp_15_r20/external/bcc/src/cc/includes/ |
H A D | bcc_exception.h | 55 StatusTuple(Code code, const std::string &msg) : use_enum_code_(true), code_(code), msg_(msg) {} in StatusTuple() 68 int code() const { in code() function
|
/aosp_15_r20/external/google-breakpad/src/google_breakpad/processor/ |
H A D | exception_record.h | 65 uint32_t code() const { return code_; } in code() function 67 void set_code(uint32_t code, const string& description) { in set_code()
|
/aosp_15_r20/external/angle/third_party/spirv-tools/src/test/val/ |
H A D | val_fixtures.h | 115 std::string ValidateBase<T>::CompileFailure(std::string code, in CompileFailure() 133 void ValidateBase<T>::CompileSuccessfully(std::string code, in CompileSuccessfully()
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/services/devicepolicy/statslog-devicepolicy-java-gen/gen/com/android/server/devicepolicy/ |
D | DevicePolicyStatsLog.java | 81 public static StatsEvent buildStatsEvent(int code, int arg1) { in buildStatsEvent() 89 public static StatsEvent buildStatsEvent(int code, int arg1, int arg2) { in buildStatsEvent()
|
/aosp_15_r20/external/capstone/bindings/java/ |
H A D | TestM680x.java | 38 static public String stringToHexUc(byte[] code) { in stringToHexUc() 46 static public String stringToHexShortUc(byte[] code) { in stringToHexShortUc()
|
/aosp_15_r20/external/XNNPACK/src/f32-igemm/ |
H A D | 4x8-aarch32-neon-cortex-a75.cc | 417 xnn_status_t xnn_generate_f32_igemm_ukernel_4x8__aarch32_neon_cortex_a75(xnn_code_buffer* code, siz… in xnn_generate_f32_igemm_ukernel_4x8__aarch32_neon_cortex_a75() 429 xnn_status_t xnn_generate_f32_igemm_ukernel_4x8__aarch32_neon_prfm_cortex_a75(xnn_code_buffer* code… in xnn_generate_f32_igemm_ukernel_4x8__aarch32_neon_prfm_cortex_a75()
|
/aosp_15_r20/external/cldr/tools/cldr-code/src/test/java/org/unicode/cldr/unittest/ |
H A D | TestLanguageGroup.java | 120 String getName(String code) { in getName() 124 private String fixedName(String code) { in fixedName()
|
/aosp_15_r20/external/okhttp/okhttp-ws/src/main/java/com/squareup/okhttp/internal/ws/ |
H A D | RealWebSocket.java | 163 @Override public void close(int code, String reason) throws IOException { in close() 182 private void peerClose(int code, String reason) { in peerClose()
|
/aosp_15_r20/external/cronet/third_party/icu/source/common/ |
H A D | uscript.cpp | 132 UScriptCode code = (UScriptCode) u_getPropertyValueEnum(UCHAR_SCRIPT, nameOrAbbrOrLocale); in uscript_getCode() local 156 UScriptCode code = (UScriptCode) u_getPropertyValueEnum(UCHAR_SCRIPT, nameOrAbbrOrLocale); in uscript_getCode() local
|
/aosp_15_r20/external/webrtc/p2p/base/ |
H A D | turn_server.cc | 71 static void InitErrorResponse(int code, in InitErrorResponse() 438 int code, in SendErrorResponse() 451 int code, in SendErrorResponseWithRealmAndNonce() 860 int code, in SendErrorResponse()
|
/aosp_15_r20/external/google-cloud-java/java-monitoring/google-cloud-monitoring/src/test/java/com/google/cloud/monitoring/v3/ |
H A D | NotificationChannelServiceClientTest.java | 1221 String code = "code3059181"; in verifyNotificationChannelTest() local 1248 String code = "code3059181"; in verifyNotificationChannelExceptionTest() local 1276 String code = "code3059181"; in verifyNotificationChannelTest2() local 1301 String code = "code3059181"; in verifyNotificationChannelExceptionTest2() local
|
/aosp_15_r20/external/pcre/src/ |
H A D | pcre2_compile.c | 1200 pcre2_code_copy(const pcre2_code *code) in pcre2_code_copy() 1234 pcre2_code_copy_with_tables(const pcre2_code *code) in pcre2_code_copy_with_tables() 1269 pcre2_code_free(pcre2_code *code) in pcre2_code_free() 5061 first_significant_code(PCRE2_SPTR code, BOOL skipassert) in first_significant_code() 5660 PCRE2_UCHAR *code = *codeptr; in compile_branch() local 8384 PCRE2_UCHAR *code = *codeptr; in compile_regex() local 8693 is_anchored(PCRE2_SPTR code, uint32_t bracket_map, compile_block *cb, in is_anchored() 8798 is_startline(PCRE2_SPTR code, unsigned int bracket_map, compile_block *cb, in is_startline() 8920 find_recurse(PCRE2_SPTR code, BOOL utf) in find_recurse() 9076 find_firstassertedcu(PCRE2_SPTR code, uint32_t *flags, uint32_t inassert) in find_firstassertedcu() [all …]
|
/aosp_15_r20/packages/apps/Settings/src/com/android/settings/wifi/dpp/ |
D | WifiDppQrCodeScannerFragment.java | 673 public void onConfiguratorSuccess(int code) { in onConfiguratorSuccess() 678 public void onFailure(int code) { in onFailure() 738 public void onProgress(int code) { in onProgress()
|
/aosp_15_r20/external/webrtc/pc/ |
H A D | dtmf_sender_unittest.cc | 73 int code; member 83 bool InsertDtmf(int code, int duration) override { in InsertDtmf() 140 int code = 0; in GetDtmfInfoFromString() local
|
/aosp_15_r20/external/openscreen/platform/base/ |
H A D | error.h | 221 Code code() const { return code_; } in code() function 273 ErrorOr(Error::Code code) : error_(code), is_value_(false) { // NOLINT in ErrorOr() 276 ErrorOr(Error::Code code, std::string message) in ErrorOr()
|
/aosp_15_r20/external/python/cpython3/Lib/test/ |
D | test_code.py | 516 def callback(code): argument 551 def parse_location_table(code): argument 594 def positions_from_location_table(code): argument
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/include/isl/ |
D | ctx.h | 122 #define isl_die(ctx,errno,msg,code) \ argument 131 #define isl_assert4(ctx,test,code,errno) \ argument 137 #define isl_assert(ctx,test,code) \ argument
|
/aosp_15_r20/external/google-auth-library-java/oauth2_http/java/com/google/auth/oauth2/ |
H A D | UserAuthorizer.java | 272 public UserCredentials getCredentialsFromCode(String code, URI baseUri) throws IOException { in getCredentialsFromCode() 287 String code, URI baseUri, Map<String, String> additionalParameters) throws IOException { in getCredentialsFromCode() argument 352 public UserCredentials getAndStoreCredentialsFromCode(String userId, String code, URI baseUri) in getAndStoreCredentialsFromCode()
|
/aosp_15_r20/frameworks/base/cmds/uinput/jni/ |
H A D | com_android_commands_uinput_Device.cpp | 169 void UinputDevice::injectEvent(std::chrono::microseconds timestamp, uint16_t type, uint16_t code, in injectEvent() 272 jint type, jint code, jint value) { in injectEvent() 282 static void configure(JNIEnv* env, jclass /* clazz */, jint handle, jint code, in configure()
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/CrashRecovery/services/statslog-crashrecovery-java-gen/gen/com/android/server/crashrecovery/proto/ |
D | CrashRecoveryStatsLog.java | 76 public static void write(int code, int arg1, java.lang.String arg2) { in write() 86 …public static void write(int code, int arg1, java.lang.String arg2, int arg3, int arg4, java.lang.… in write()
|
/aosp_15_r20/out/soong/.intermediates/packages/modules/Scheduling/service/scheduling-statsd/android_common_apex31/javac/ |
D | scheduling-statsd.jar | ... , java.lang.String, int)
int code
int arg1
String arg2
int arg3
android.util. ... |
/aosp_15_r20/external/pigweed/docs/_static/css/ |
H A D | pigweed.css | 35 code { selector 42 code, pre { selector
|
/aosp_15_r20/external/XNNPACK/src/f32-gemm/ |
H A D | upto6x8-aarch64-neonfma-cortex-a75.cc | 1353 …xnn_generate_f32_gemm_ukernel_upto6x8__aarch64_neonfma_cortex_a75(xnn_code_buffer* code, size_t ma… in xnn_generate_f32_gemm_ukernel_upto6x8__aarch64_neonfma_cortex_a75() 1366 …enerate_f32_gemm_ukernel_upto6x8__aarch64_neonfma_prfm_cortex_a75(xnn_code_buffer* code, size_t ma… in xnn_generate_f32_gemm_ukernel_upto6x8__aarch64_neonfma_prfm_cortex_a75()
|
/aosp_15_r20/external/rust/android-crates-io/crates/anes/src/parser/ |
D | parsers.rs | 14 let code = match ch { in parse_char() localVariable 103 let code = match parameters[0] { in parse_csi_tilde_key_code() localVariable
|