/aosp_15_r20/hardware/google/gfxstream/guest/android-emu/aemu/base/threads/ |
D | AndroidThreadStore.cpp | 30 # define D(...) do { printf("%s:%d: ", __FUNCTION__, __LINE__); printf(__VA_ARGS__); fflush(stdo… macro 32 # define D(...) ((void)0) macro 115 TlsSlotArray* array = getArray(); in getValue() local 129 TlsSlotArray* array = getArray(); in setValue() local 137 TlsSlotArray* array = in leaveCurrentThread() local 173 TlsSlotArray* array = in getArray() local
|
/aosp_15_r20/external/dexmaker/dexmaker/src/main/java/com/android/dx/ |
H A D | Code.java | 602 public <D, V> void iget(FieldId<D, ? extends V> fieldId, Local<V> target, Local<D> instance) { in iget() 612 …public <D, V> void iput(FieldId<D, V> fieldId, Local<? extends D> instance, Local<? extends V> sou… in iput() 670 public <D, R> void invokeVirtual(MethodId<D, R> method, Local<? super R> target, in invokeVirtual() 684 public <D, R> void invokeDirect(MethodId<D, R> method, Local<? super R> target, in invokeDirect() 696 public <D, R> void invokeSuper(MethodId<D, R> method, Local<? super R> target, in invokeSuper() 709 public <D, R> void invokeInterface(MethodId<D, R> method, Local<? super R> target, in invokeInterface() 714 private <D, R> void invoke(Rop rop, MethodId<D, R> method, Local<? super R> target, in invoke() 796 public <T> void arrayLength(Local<Integer> target, Local<T> array) { in arrayLength() 815 public void aget(Local<?> target, Local<?> array, Local<Integer> index) { in aget() 824 public void aput(Local<?> array, Local<Integer> index, Local<?> source) { in aput()
|
/aosp_15_r20/external/clang/test/CodeGenCXX/ |
H A D | implicit-copy-assign-operator.cpp | 16 int array[3][4]; member 24 struct D : A, B, virtual C { struct 29 POD pod_array[2][3]; argument 39 void test_D(D d1, D d2) { in test_D() argument
|
H A D | implicit-copy-constructor.cpp | 22 int array[3][4]; member 25 struct D : A, B, virtual C { struct 31 POD pod_array[2][3]; argument 39 void f(D d) { in f() argument
|
H A D | lambda-expressions.cpp | 56 struct D { D(); D(const D&); int x; }; struct 104 static int array[] = {}; in staticarrayref() local 152 char array[] = "floop"; in CaptureArrayAndThis() local
|
H A D | empty-classes.cpp | 22 struct D : A, Empty { struct 23 D& operator=(const D& other) { in operator =() argument 88 float array[0]; member
|
H A D | thunks.cpp | 190 char array[1024]; member 208 class D : public B, class 246 struct D : C { D() {} }; in D() function 317 struct D : virtual Proxy1 { struct 378 struct D : public C { struct
|
/aosp_15_r20/external/rust/android-crates-io/crates/half/src/binary16/ |
D | convert.rs | 215 dst: &mut [D], in convert_chunked_slice_8() 251 dst: &mut [D], in convert_chunked_slice_4() 612 fn slice_fallback<S: Copy, D>(src: &[S], dst: &mut [D], f: fn(S) -> D) { in slice_fallback() 679 let array = f16x4_to_f32x4_x86_f16c(v); localVariable 720 let array = f16x8_to_f32x8_x86_f16c(v); localVariable
|
/aosp_15_r20/external/clang/test/SemaCXX/ |
H A D | constant-expression-cxx1y.cpp | 221 union D { constexpr D() : c() {} constexpr D(int n) : n(n) {} C c; int n; }; in D() function 520 template<typename T, unsigned N> struct array { struct 521 constexpr array() : arr{} {} in array() argument 523 constexpr array(X ...x) : arr{} { in array() argument 526 template<int ...I, typename ...X> constexpr void init(ints<I...>, X ...x) { in init() 529 T arr[N]; 530 struct iterator { 537 constexpr iterator begin() { return iterator(arr); } in begin() 538 constexpr iterator end() { return iterator(arr + N); } in end()
|
H A D | array-bounds.cpp | 56 int array[2]; // expected-note {{declared here}} in test() local 100 short array[100]; // expected-note {{array 'array' declared here}} in test_pr9240() local 130 int array[2]; in test_pr9296() local 175 enum Values { A, B, C, D }; enumerator
|
/aosp_15_r20/frameworks/base/core/tests/utiltests/src/com/android/internal/util/ |
H A D | ArrayUtilsTest.java | 46 final Object D = new Object(); in testContains() local 63 final Object D = new Object(); in testIndexOf() local 529 char[] array = ArrayUtils.newNonMovableCharArray(length); in testZeroizeNonMovableCharArray() local 540 char[] array = new char[length]; in testZeroizeRegularCharArray() local
|
/aosp_15_r20/external/clang/test/CodeGenObjCXX/ |
H A D | copyable-property-object.mm | 4 int array[3][4]; field 18 - (void) set : (D) d1; argument 24 - (void) set : (D) d1 { Property1 = d1; } argument
|
/aosp_15_r20/frameworks/av/media/module/codecs/amrwb/dec/src/ |
H A D | lagconceal.cpp | 151 int16 D, D2; in lagconceal() local 333 void insertion_sort(int16 array[], int16 n) in insertion_sort() 347 void insert(int16 array[], int16 n, int16 x) in insert()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/TableGen/ |
H A D | JSONBackend.cpp | 53 json::Array array; in translateInit() local 62 json::Array array; in translateInit() local 137 for (const auto &D : Records.getDefs()) { in run() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/ |
H A D | JSONBackend.cpp | 54 json::Array array; in translateInit() local 65 json::Array array; in translateInit() local 140 for (const auto &D : Records.getDefs()) { in run() local
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/rand-0.8.5/src/ |
H A D | rng.rs | 192 fn sample_iter<T, D>(self, distr: D) -> distributions::DistIter<D, Self, T> in sample_iter() 464 let mut array = [0u64; 2]; in test_fill() localVariable 470 let mut array = [0u32; 2]; in test_fill() localVariable 482 let mut array = [0f32; 2]; in test_fill() localVariable 490 let mut array = [0u32; 0]; in test_fill_empty() localVariable
|
/aosp_15_r20/external/rust/android-crates-io/crates/rand/src/ |
D | rng.rs | 192 fn sample_iter<T, D>(self, distr: D) -> distributions::DistIter<D, Self, T> in sample_iter() 464 let mut array = [0u64; 2]; in test_fill() localVariable 470 let mut array = [0u32; 2]; in test_fill() localVariable 482 let mut array = [0f32; 2]; in test_fill() localVariable 490 let mut array = [0u32; 0]; in test_fill_empty() localVariable
|
/aosp_15_r20/external/stg/test_cases/diff_tests/describe/ |
H A D | types.1.c | 9 int D[7][7]; member 58 int (*N(void ))[7] { static int array[7]; return &array; } in N() local 67 volatile int (*n(void ))[7] { static volatile int array[7]; return &array; } in n() local
|
/aosp_15_r20/external/skia/tests/ |
H A D | CubicMapTest.cpp | 18 static float accurate_t(float A, float B, float C, float D) { in accurate_t() 26 SkPoint array[] = { {0, 0}, p1, p2, {1,1} }; in accurate_solve() local
|
H A D | UtilsTest.cpp | 137 int i, array[kSEARCH_COUNT]; in test_search() local 310 std::array<int, 4> D = {{100, 200, 300, 400}}; in DEF_TEST() local 483 std::array<int, 4> D = {{100, 200, 300, 400}}; in DEF_TEST() local
|
/aosp_15_r20/external/guava/android/guava-tests/test/com/google/common/collect/ |
H A D | AbstractImmutableSetTest.java | 122 String[] array = new String[0]; in testCopyOf_emptyArray() local 129 String[] array = new String[] {"a"}; in testCopyOf_arrayOfOneElement() local 143 @Nullable String[] array = new @Nullable String[] {null}; in testCopyOf_arrayContainingOnlyNull() local 192 D enumConstant
|
/aosp_15_r20/external/guava/guava-tests/test/com/google/common/collect/ |
H A D | AbstractImmutableSetTest.java | 122 String[] array = new String[0]; in testCopyOf_emptyArray() local 129 String[] array = new String[] {"a"}; in testCopyOf_arrayOfOneElement() local 143 @Nullable String[] array = new @Nullable String[] {null}; in testCopyOf_arrayContainingOnlyNull() local 192 D enumConstant
|
/aosp_15_r20/external/clang/test/SemaTemplate/ |
H A D | friend-template.cpp | 292 template<typename T> struct C::D { struct in PR12585::C 293 int f() { in f() 323 int array[sizeof(T) == sizeof(U) ? -1 : 1]; // expected-error {{negative size}} in foo() local
|
/aosp_15_r20/external/vixl/test/aarch64/examples/ |
H A D | test-examples.cc | 89 uint32_t SumArrayC(uint8_t* array, uint32_t size) { in SumArrayC() 316 uint8_t D[ARRAY_SIZE(A)]; in TEST() local 367 #define ADD4_DOUBLE_DOTEST(A, B, C, D) \ argument
|
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math/transform/ |
H A D | FastFourierTransformer.java | 330 Complex D = new Complex(-roots.getOmegaImaginary(i), in fft() local 634 final Object[] array = (Object[]) lastDimension; in MultiDimensionalComplexMatrix() local 646 final Object[] array = (Object[]) lastDimension; in MultiDimensionalComplexMatrix() local
|