/aosp_15_r20/external/vixl/examples/aarch64/ |
H A D | literal.cc | 35 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 D | HelloWorldMaker.java | 71 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 D | FibonacciMaker.java | 41 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/ |
D | stb_image_write.h | 239 #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/ |
HD | kotlin-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/ |
D | stb_image_write.h | 239 #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 D | sl-utils.cpp | 23 #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 D | MeasureUnitTest.java | 3230 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 D | MeasureUnitTest.java | 3227 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 D | dlopen.cpp | 86 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 D | vdso_standalone_test_x86.c | 22 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 D | stb_image_write.h | 205 #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 D | dng_lossless_jpeg.cpp | 162 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 D | cls_1_1byte.c | 15 unsigned char a; member 46 void *code; in main() local
|
H A D | testclosure.c | 11 float a; member 40 void *code; in main() local
|
/aosp_15_r20/external/python/cpython2/Modules/_ctypes/libffi/testsuite/libffi.call/ |
D | testclosure.c | 11 float a; member 40 void *code; in main() local
|
D | cls_1_1byte.c | 15 unsigned char a; member 46 void *code; in main() local
|
D | cls_multi_ushortchar.c | 44 void *code; in main() local 49 unsigned char a, c; in main() local
|
D | cls_3byte1.c | 13 unsigned short a; member 46 void *code; in main() local
|
D | cls_4byte.c | 13 unsigned short a; member 46 void *code; in main() local
|
/aosp_15_r20/external/libffi/testsuite/libffi.call/ |
H A D | testclosure.c | 11 float a; member 40 void *code; in main() local
|
H A D | cls_1_1byte.c | 15 unsigned char a; member 46 void *code; in main() local
|
H A D | cls_multi_ushortchar.c | 44 void *code; in main() local 49 unsigned char a, c; in main() local
|
/aosp_15_r20/external/deqp/external/openglcts/modules/common/ |
H A D | glcShaderIntegerMixTests.cpp | 128 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 D | StackMapTest.java | 254 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
|