/aosp_15_r20/prebuilts/vndk/v31/arm64/include/external/libjpeg-turbo/ |
D | cderror.h | 31 #define JMESSAGE(code, string) argument 39 #define JMESSAGE(code, string) code, argument
|
/aosp_15_r20/prebuilts/vndk/v34/x86/include/external/libjpeg-turbo/ |
D | cderror.h | 31 #define JMESSAGE(code, string) argument 39 #define JMESSAGE(code, string) code, argument
|
/aosp_15_r20/prebuilts/vndk/v31/x86_64/include/external/libjpeg-turbo/ |
D | cderror.h | 31 #define JMESSAGE(code, string) argument 39 #define JMESSAGE(code, string) code, argument
|
/aosp_15_r20/prebuilts/vndk/v32/x86_64/include/external/libjpeg-turbo/ |
D | cderror.h | 31 #define JMESSAGE(code, string) argument 39 #define JMESSAGE(code, string) code, argument
|
/aosp_15_r20/prebuilts/vndk/v34/arm/include/external/libjpeg-turbo/ |
D | cderror.h | 31 #define JMESSAGE(code, string) argument 39 #define JMESSAGE(code, string) code, argument
|
/aosp_15_r20/prebuilts/vndk/v31/arm/include/external/libjpeg-turbo/ |
D | cderror.h | 31 #define JMESSAGE(code, string) argument 39 #define JMESSAGE(code, string) code, argument
|
/aosp_15_r20/prebuilts/vndk/v32/arm/include/external/libjpeg-turbo/ |
D | cderror.h | 31 #define JMESSAGE(code, string) argument 39 #define JMESSAGE(code, string) code, argument
|
/aosp_15_r20/external/libjpeg-turbo/ |
H A D | cderror.h | 31 #define JMESSAGE(code, string) argument 39 #define JMESSAGE(code, string) code, argument
|
/aosp_15_r20/prebuilts/vndk/v32/arm64/include/external/libjpeg-turbo/ |
D | cderror.h | 31 #define JMESSAGE(code, string) argument 39 #define JMESSAGE(code, string) code, argument
|
/aosp_15_r20/external/cronet/third_party/libc++/src/src/ |
H A D | error_category.cpp | 29 bool error_category::equivalent(int code, const error_condition& condition) const noexcept { in equivalent() 33 bool error_category::equivalent(const error_code& code, int condition) const noexcept { in equivalent() argument
|
/aosp_15_r20/prebuilts/vndk/v33/x86/include/external/libjpeg-turbo/ |
D | cderror.h | 31 #define JMESSAGE(code, string) argument 39 #define JMESSAGE(code, string) code, argument
|
/aosp_15_r20/external/cldr/tools/cldr-code/src/test/java/org/unicode/cldr/unittest/ |
H A D | TestSupplementalInfo.java | 868 private void addName(int languageName, String code, Set<String> b) { in addName() 1065 public NameCodeTransform(CLDRFile file, int code) { in NameCodeTransform() 1071 public String transform(String code) { in transform() 1092 String code = codeData.getKey(); in TestAliases() local 1114 String code = codeRep.getKey(); in TestAliases() local 1143 String code = item.get0(); in TestAliases() local
|
/aosp_15_r20/external/tensorflow/tensorflow/python/autograph/g3doc/reference/ |
H A D | debugging.md | 24 ### Debugging `tf.function`: `tf.config.experimental_run_functions_eagerly` 77 ### Using `print` and `tf.print`
|
/aosp_15_r20/frameworks/base/telephony/java/com/android/ims/ |
H A D | ImsException.java | 38 public ImsException(String message, int code) { in ImsException() 43 public ImsException(String message, Throwable cause, int code) { in ImsException()
|
/aosp_15_r20/external/ims/rcs/rcsmanager/src/java/com/android/ims/ |
H A D | RcsException.java | 46 public RcsException(String message, int code) { in RcsException() 51 public RcsException(String message, Throwable cause, int code) { in RcsException()
|
/aosp_15_r20/external/javaparser/javaparser-symbol-solver-testing/src/test/java/com/github/javaparser/symbolsolver/resolution/ |
H A D | ArrayExprTest.java | 29 String code = "class A { String[] arrSQL; String toExamine = arrSQL[1]; }"; in verifyAnArrayAccessExprTypeIsCalculatedProperly() local 39 String code = "class A { String[] arrSQL; int l = arrSQL.length; }"; in arrayLengthValueDeclaration() local
|
/aosp_15_r20/external/pytorch/aten/src/ATen/ |
H A D | jiterator_macros.h | 31 #define jiterator_also_stringify_as(code, str_name) \ argument 37 #define jiterator_also_stringify_as(code, str_name) code argument
|
/aosp_15_r20/external/perfetto/protos/perfetto/trace/ftrace/ |
H A D | signal.proto | 9 optional int32 code = 1; field 14 optional int32 code = 1; field
|
/aosp_15_r20/tools/tradefederation/core/test_observatory/com/android/tradefed/observatory/ |
D | DiscoveryExitCode.java | 27 private final int code; field in DiscoveryExitCode 29 private DiscoveryExitCode(int code) { in DiscoveryExitCode()
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/sysroot/usr/include/alsa/sound/ |
D | sscape_ioctl.h | 7 unsigned char code[256]; member 15 unsigned char *code; member
|
/aosp_15_r20/frameworks/libs/binary_translation/test_utils/include/berberis/test_utils/ |
D | scoped_exec_region.h | 32 explicit ScopedExecRegion(MachineCode* code) { Init(code); } in ScopedExecRegion() 41 void Init(MachineCode* code) { in Init()
|
/aosp_15_r20/external/dtc/tests/ |
H A D | add_subnode_with_nops.c | 21 #define CHECK(code) \ argument 28 #define OFF_CHECK(off, code) \ argument
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/core/api/ |
H A D | error_reporter.cc | 23 int code = Report(format, args); in Report() local 33 int code = Report(format, args); in ReportError() local
|
/aosp_15_r20/external/tensorflow/tensorflow/python/lib/core/ |
H A D | py_exception_registry.cc | 59 for (TF_Code code : kAllCodes) { in Init() local 66 PyObject* PyExceptionRegistry::Lookup(TF_Code code) { in Lookup()
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tools/kernel_gen/ |
H A D | tf_framework_c_interface.cc | 122 const std::string& code) { in GetFileCachePath() 151 const std::string code, llvm::SmallVectorImpl<std::string>& architectures, in Compile() 241 void* op_kernel_ctx, char* code, int64_t num_tile_sizes, in _mlir_ciface_tf_jit_compile()
|