Home
last modified time | relevance | path

Searched defs:code (Results 826 – 850 of 9275) sorted by relevance

1...<<31323334353637383940>>...371

/aosp_15_r20/prebuilts/vndk/v31/arm64/include/external/libjpeg-turbo/
Dcderror.h31 #define JMESSAGE(code, string) argument
39 #define JMESSAGE(code, string) code, argument
/aosp_15_r20/prebuilts/vndk/v34/x86/include/external/libjpeg-turbo/
Dcderror.h31 #define JMESSAGE(code, string) argument
39 #define JMESSAGE(code, string) code, argument
/aosp_15_r20/prebuilts/vndk/v31/x86_64/include/external/libjpeg-turbo/
Dcderror.h31 #define JMESSAGE(code, string) argument
39 #define JMESSAGE(code, string) code, argument
/aosp_15_r20/prebuilts/vndk/v32/x86_64/include/external/libjpeg-turbo/
Dcderror.h31 #define JMESSAGE(code, string) argument
39 #define JMESSAGE(code, string) code, argument
/aosp_15_r20/prebuilts/vndk/v34/arm/include/external/libjpeg-turbo/
Dcderror.h31 #define JMESSAGE(code, string) argument
39 #define JMESSAGE(code, string) code, argument
/aosp_15_r20/prebuilts/vndk/v31/arm/include/external/libjpeg-turbo/
Dcderror.h31 #define JMESSAGE(code, string) argument
39 #define JMESSAGE(code, string) code, argument
/aosp_15_r20/prebuilts/vndk/v32/arm/include/external/libjpeg-turbo/
Dcderror.h31 #define JMESSAGE(code, string) argument
39 #define JMESSAGE(code, string) code, argument
/aosp_15_r20/external/libjpeg-turbo/
H A Dcderror.h31 #define JMESSAGE(code, string) argument
39 #define JMESSAGE(code, string) code, argument
/aosp_15_r20/prebuilts/vndk/v32/arm64/include/external/libjpeg-turbo/
Dcderror.h31 #define JMESSAGE(code, string) argument
39 #define JMESSAGE(code, string) code, argument
/aosp_15_r20/external/cronet/third_party/libc++/src/src/
H A Derror_category.cpp29 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/
Dcderror.h31 #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 DTestSupplementalInfo.java868 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 Ddebugging.md24 ### 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 DImsException.java38 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 DRcsException.java46 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 DArrayExprTest.java29 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 Djiterator_macros.h31 #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 Dsignal.proto9 optional int32 code = 1; field
14 optional int32 code = 1; field
/aosp_15_r20/tools/tradefederation/core/test_observatory/com/android/tradefed/observatory/
DDiscoveryExitCode.java27 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/
Dsscape_ioctl.h7 unsigned char code[256]; member
15 unsigned char *code; member
/aosp_15_r20/frameworks/libs/binary_translation/test_utils/include/berberis/test_utils/
Dscoped_exec_region.h32 explicit ScopedExecRegion(MachineCode* code) { Init(code); } in ScopedExecRegion()
41 void Init(MachineCode* code) { in Init()
/aosp_15_r20/external/dtc/tests/
H A Dadd_subnode_with_nops.c21 #define CHECK(code) \ argument
28 #define OFF_CHECK(off, code) \ argument
/aosp_15_r20/external/tensorflow/tensorflow/lite/core/api/
H A Derror_reporter.cc23 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 Dpy_exception_registry.cc59 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 Dtf_framework_c_interface.cc122 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()

1...<<31323334353637383940>>...371