/aosp_15_r20/external/snakeyaml/src/test/java/org/yaml/snakeyaml/constructor/ |
H A D | BeanConstructorTest.java | 235 private final Integer code; field in BeanConstructorTest.ExceptionChild 237 public ExceptionChild(Integer code) { in ExceptionChild()
|
/aosp_15_r20/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/_setup/py3/ |
H A D | shell.py | 39 def __init__(self, code): argument 47 def __init__(self, code, signal): argument
|
/aosp_15_r20/external/google-cloud-java/java-monitoring/proto-google-cloud-monitoring-v3/src/main/proto/google/monitoring/v3/ |
H A D | notification_service.proto | 388 string code = 1; field 413 string code = 2 [(google.api.field_behavior) = REQUIRED]; field
|
/aosp_15_r20/frameworks/base/services/tests/PackageManagerServiceTests/server/src/com/android/server/pm/ |
H A D | PackageVerificationStateTest.java | 587 private void processOnTimeout(PackageVerificationState state, int code, int uid) { in processOnTimeout() 598 private void processOnTimeout(PackageVerificationState state, int code, int uid, in processOnTimeout()
|
/aosp_15_r20/external/googleapis/google/monitoring/v3/ |
H A D | notification_service.proto | 422 string code = 1; field 447 string code = 2 [(google.api.field_behavior) = REQUIRED]; field
|
/aosp_15_r20/external/tensorflow/tensorflow/core/platform/ |
H A D | status.h | 102 tensorflow::error::Code code() const { in code() function 210 tensorflow::error::Code code; member
|
/aosp_15_r20/external/accessibility-test-framework/src/main/java/com/google/android/apps/common/testing/accessibility/framework/suggestions/ |
H A D | MaterialDesignColor.java | 404 private final String code; field in MaterialDesignColor.Shade 410 Shade(String code) { in Shade()
|
/aosp_15_r20/external/mobile-data-download/java/com/google/android/libraries/mobiledatadownload/internal/logging/testing/ |
H A D | FakeEventLogger.java | 113 int code, in logMddNetworkSavings() 123 MddDownloadResult.Code code, DataDownloadFileGroupStats fileGroupDetails) { in logMddDownloadResult()
|
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/powerpc/tm/ |
H A D | tm-unavailable.c | 40 #define pr_warn(code, format, ...) err_at_line(0, code, format, ##__VA_ARGS__) argument 41 #define pr_err(code, format, ...) err_at_line(1, code, format, ##__VA_ARGS__) argument
|
/aosp_15_r20/build/make/tools/droiddoc/templates-pdk/assets/ |
H A D | yui-3.3.0-reset-min.css | 8 html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldse… selector
|
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/sdp/ |
H A D | pdu.h | 126 : error_code_(code) {} in error_code_() argument 145 void set_error_code(ErrorCode code) { error_code_ = code; } in set_error_code()
|
/aosp_15_r20/art/runtime/ |
H A D | instrumentation.cc | 183 static bool CanHandleInitializationCheck(const void* code) { in CanHandleInitializationCheck() 365 const void* code = jit->GetCodeCache()->GetSavedEntryPointOfPreCompiledMethod(method); in GetOptimizedCodeFor() local 1182 std::string Instrumentation::EntryPointString(const void* code) { in EntryPointString() 1450 const void* code = method->GetEntryPointFromQuickCompiledCodePtrSize(kRuntimePointerSize); in GetCodeForInvoke() local 1470 const void* code = GetCodeForInvoke(method); in GetMaybeInstrumentedCodeForInvoke() local
|
/aosp_15_r20/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javasymbolsolver_0_6_0/lib/ |
HD | javassist-3.19.0-GA.jar | META-INF/MANIFEST.MF
META-INF/
META-INF/maven/
META- ... |
/aosp_15_r20/external/pigweed/pw_status/public/pw_status/ |
H A D | status.h | 145 constexpr Status(Code code = PW_STATUS_OK) : code_(code) {} in code_() argument 151 constexpr Code code() const { return code_; } in code() function
|
/aosp_15_r20/external/icu/icu4j/main/core/src/test/java/com/ibm/icu/dev/test/util/ |
H A D | DisplayNameTest.java | 42 public String get(ULocale locale, String code, Object context); in get() 380 String code = codes[j]; in check() local
|
/aosp_15_r20/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/ |
H A D | DisplayNameTest.java | 45 public String get(ULocale locale, String code, Object context); in get() 383 String code = codes[j]; in check() local
|
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/ |
H A D | NavBarTuner.java | 138 int code = extractKeycode(button); in bindButton() local 209 int code = KeyEvent.KEYCODE_ENTER; in setValue() local
|
/aosp_15_r20/external/ktfmt/core/src/main/java/com/facebook/ktfmt/cli/ |
H A D | Main.kt | 143 val code = BufferedReader(InputStreamReader(bytes, UTF_8)).readText() in format() constant
|
/aosp_15_r20/external/capstone/suite/cstest/src/ |
H A D | capstone_test.c | 106 unsigned char *code; in test_single_MC() local 282 unsigned char *code; in test_single_issue() local
|
/aosp_15_r20/art/compiler/utils/ |
H A D | assembler_test_base.h | 231 void ReadElf(const std::string& filename, /*out*/ std::vector<uint8_t>* code) { in ReadElf() 242 void WriteElf(const std::string& filename, InstructionSet isa, const std::vector<uint8_t>& code) { in WriteElf()
|
/aosp_15_r20/external/mesa3d/src/gallium/frontends/clover/core/ |
H A D | error.hpp | 61 error(cl_int code, std::string what = "") : in error() 70 cl_int code; member in clover::error
|
/aosp_15_r20/external/perfetto/ui/src/assets/ |
H A D | common.scss | 369 .code { class 378 span.code { class
|
/aosp_15_r20/external/python/cpython2/Lib/plat-mac/ |
D | buildtools.py | 147 def process_common(template, progress, code, rsrcname, destname, is_update, argument 282 def process_common_macho(template, progress, code, rsrcname, destname, is_update, argument
|
/aosp_15_r20/external/mesa3d/src/gallium/frontends/clover/llvm/codegen/ |
H A D | common.cpp | 321 make_text_section(const std::vector<char> &code) { in make_text_section() 336 const std::vector<char> &code, in build_module_common()
|
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/status/ |
H A D | status.h | 687 inline Status::Status(absl::StatusCode code) : rep_(CodeToInlinedRep(code)) {} in Status() 777 inline uintptr_t Status::CodeToInlinedRep(absl::StatusCode code) { in CodeToInlinedRep()
|