Home
last modified time | relevance | path

Searched +defs:a +defs:code (Results 176 – 200 of 2197) sorted by relevance

12345678910>>...88

/aosp_15_r20/external/vixl/examples/aarch64/
H A Dliteral.cc35 int64_t LiteralExample(int64_t a, int64_t b) { in LiteralExample()
66 uint8_t* code = reinterpret_cast<uint8_t*>(malloc(code_size)); in LiteralExample() local
/aosp_15_r20/external/dexmaker/dexmaker-tests/src/androidTest/java/com/android/dx/examples/
H A DHelloWorldMaker.java71 Code code = dexMaker.declare(hello, Modifier.STATIC | Modifier.PUBLIC); in generateHelloMethod() local
74 Local<Integer> a = code.newLocal(TypeId.INT); in generateHelloMethod() local
H A DFibonacciMaker.java41 Code code = dexMaker.declare(fib, Modifier.PUBLIC | Modifier.STATIC); in main() local
46 Local<Integer> a = code.newLocal(TypeId.INT); in main() local
/aosp_15_r20/hardware/google/gfxstream/third-party/stb/include/stb/
Dstb_image_write.h239 #define STBIW_MEMMOVE(a,b,sz) memmove(a,b,sz) argument
399 static void stbiw__write1(stbi__write_context *s, unsigned char a) in stbiw__write1()
406 static void stbiw__write3(stbi__write_context *s, unsigned char a, unsigned char b, unsigned char c) in stbiw__write3()
635 #define stbiw__max(a, b) ((a) > (b) ? (a) : (b)) argument
814 #define stbiw__sbraw(a) ((int *) (void *) (a) - 2) argument
815 #define stbiw__sbm(a) stbiw__sbraw(a)[0] argument
816 #define stbiw__sbn(a) stbiw__sbraw(a)[1] argument
818 #define stbiw__sbneedgrow(a,n) ((a)==0 || stbiw__sbn(a)+n >= stbiw__sbm(a)) argument
819 #define stbiw__sbmaybegrow(a,n) (stbiw__sbneedgrow(a,(n)) ? stbiw__sbgrow(a,n) : 0) argument
820 #define stbiw__sbgrow(a,n) stbiw__sbgrowf((void **) &(a), (n), sizeof(*(a))) argument
[all …]
/aosp_15_r20/external/kotlinc/lib/
HDkotlin-runner.jar ... .kotlin.runner.RunnerWithCompiler { private final String code public void <init> (java.lang. ...
/aosp_15_r20/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dstb_image_write.h239 #define STBIW_MEMMOVE(a,b,sz) memmove(a,b,sz) argument
399 static void stbiw__write1(stbi__write_context *s, unsigned char a) in stbiw__write1()
406 static void stbiw__write3(stbi__write_context *s, unsigned char a, unsigned char b, unsigned char c) in stbiw__write3()
635 #define stbiw__max(a, b) ((a) > (b) ? (a) : (b)) argument
814 #define stbiw__sbraw(a) ((int *) (void *) (a) - 2) argument
815 #define stbiw__sbm(a) stbiw__sbraw(a)[0] argument
816 #define stbiw__sbn(a) stbiw__sbraw(a)[1] argument
818 #define stbiw__sbneedgrow(a,n) ((a)==0 || stbiw__sbn(a)+n >= stbiw__sbm(a)) argument
819 #define stbiw__sbmaybegrow(a,n) (stbiw__sbneedgrow(a,(n)) ? stbiw__sbgrow(a,n) : 0) argument
820 #define stbiw__sbgrow(a,n) stbiw__sbgrowf((void **) &(a), (n), sizeof(*(a))) argument
[all …]
/aosp_15_r20/cts/tests/tests/media/audio/jni/
H A Dsl-utils.cpp23 #define ARRAY_SIZE(a) (sizeof(a) / sizeof((a)[0])) argument
62 const char *getSLErrStr(int code) { in getSLErrStr()
/aosp_15_r20/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
H A DMeasureUnitTest.java3230 String code = expected.getSubtype(); in testAUnit() local
3898 String code = unit.getSubtype(); in generateCXXHConstants() local
4123 String code = unit.getSubtype(); in toCamelCase() local
4203 String code = unit.getSubtype(); in toJAVAName() local
4234 String code = unit.getSubtype(); in generateConstants() local
4346 public boolean hasSameBehavior(Object a, Object b) in hasSameBehavior()
4372 public boolean hasSameBehavior(Object a, Object b) in hasSameBehavior()
/aosp_15_r20/external/icu/icu4j/main/common_tests/src/test/java/com/ibm/icu/dev/test/format/
H A DMeasureUnitTest.java3227 String code = expected.getSubtype(); in testAUnit() local
3895 String code = unit.getSubtype(); in generateCXXHConstants() local
4120 String code = unit.getSubtype(); in toCamelCase() local
4200 String code = unit.getSubtype(); in toJAVAName() local
4231 String code = unit.getSubtype(); in generateConstants() local
4343 public boolean hasSameBehavior(Object a, Object b) in hasSameBehavior()
4369 public boolean hasSameBehavior(Object a, Object b) in hasSameBehavior()
/aosp_15_r20/external/compiler-rt/test/cfi/cross-dso/
H A Ddlopen.cpp86 char *code = (char *)mmap(real_start, kCodeSize, PROT_WRITE | PROT_EXEC, in restore_code() local
103 A *a; in main() local
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/vDSO/
H A Dvdso_standalone_test_x86.c22 int strcmp(const char *a, const char *b) in strcmp()
59 static inline void linux_exit(int code) in linux_exit()
/aosp_15_r20/external/armnn/third-party/stb/
H A Dstb_image_write.h205 #define STBIW_MEMMOVE(a,b,sz) memmove(a,b,sz) argument
301 static void stbiw__write3(stbi__write_context *s, unsigned char a, unsigned char b, unsigned char c) in stbiw__write3()
498 #define stbiw__max(a, b) ((a) > (b) ? (a) : (b)) argument
671 #define stbiw__sbraw(a) ((int *) (a) - 2) argument
672 #define stbiw__sbm(a) stbiw__sbraw(a)[0] argument
673 #define stbiw__sbn(a) stbiw__sbraw(a)[1] argument
675 #define stbiw__sbneedgrow(a,n) ((a)==0 || stbiw__sbn(a)+n >= stbiw__sbm(a)) argument
676 #define stbiw__sbmaybegrow(a,n) (stbiw__sbneedgrow(a,(n)) ? stbiw__sbgrow(a,n) : 0) argument
677 #define stbiw__sbgrow(a,n) stbiw__sbgrowf((void **) &(a), (n), sizeof(*(a))) argument
679 #define stbiw__sbpush(a, v) (stbiw__sbmaybegrow(a,1), (a)[stbiw__sbn(a)++] = (v)) argument
[all …]
/aosp_15_r20/external/dng_sdk/source/
H A Ddng_lossless_jpeg.cpp162 uint16 code = 0; in FixHuffTbl() local
532 uint16 a = GetJpegChar (); in Get2bytes() local
1627 int32 code = show_bits8 (); in HuffDecode() local
1859 #define swap(type,a,b) {type c; c=(a); (a)=(b); (b)=c;} in DecodeImage() argument
2769 inline void dng_lossless_encoder::EmitBits (int code, int size) in EmitBits()
3573 void dng_lossless_encoder::EmitSof (JpegMarker code) in EmitSof()
/aosp_15_r20/external/libffi/testsuite/libffi.closures/
H A Dcls_1_1byte.c15 unsigned char a; member
46 void *code; in main() local
H A Dtestclosure.c11 float a; member
40 void *code; in main() local
/aosp_15_r20/external/python/cpython2/Modules/_ctypes/libffi/testsuite/libffi.call/
Dtestclosure.c11 float a; member
40 void *code; in main() local
Dcls_1_1byte.c15 unsigned char a; member
46 void *code; in main() local
Dcls_multi_ushortchar.c44 void *code; in main() local
49 unsigned char a, c; in main() local
Dcls_3byte1.c13 unsigned short a; member
46 void *code; in main() local
Dcls_4byte.c13 unsigned short a; member
46 void *code; in main() local
/aosp_15_r20/external/libffi/testsuite/libffi.call/
H A Dtestclosure.c11 float a; member
40 void *code; in main() local
H A Dcls_1_1byte.c15 unsigned char a; member
46 void *code; in main() local
H A Dcls_multi_ushortchar.c44 void *code; in main() local
49 unsigned char a, c; in main() local
/aosp_15_r20/external/deqp/external/openglcts/modules/common/
H A DglcShaderIntegerMixTests.cpp128 std::string code = tcu::StringTemplate(source_template).specialize(args); in test() local
240 std::string code = tcu::StringTemplate(source_template).specialize(args); in test() local
426 int32_t a[DE_LENGTH_OF_ARRAY(pointIndices) * 4]; in test() local
/aosp_15_r20/external/javassist/src/test/javassist/bytecode/
H A DStackMapTest.java254 C1[] a; in foo() local
269 Intf2[] a; in foo2() local
284 Intf2[] a = null; in foo3() local
293 Intf2[] a = new Intf2[1]; in foo4() local
714 Bytecode code = new Bytecode(cp, 0, 0); in testForHibernate() local
789 Bytecode code = new Bytecode(cp, 1, 3); in testJsr() local

12345678910>>...88