/external/guava/guava-gwt/test-super/com/google/common/collect/testing/super/com/google/common/collect/testing/testers/ |
D | CollectionToArrayTester.java | 43 Object[] array = collection.toArray(); in testToArray_noArgs() local 44 expectArrayContentsAnyOrder(createSamplesArray(), array); in testToArray_noArgs() local 56 Object[] array = collection.toArray(); in testToArray_isPlainObjectArray() local 62 E[] array = collection.toArray(empty); in testToArray_emptyArray() local 66 expectArrayContentsAnyOrder(createSamplesArray(), array); in testToArray_emptyArray() local 72 E[] array = collection.toArray(empty); in testToArray_emptyArray_ordered() local 76 expectArrayContentsInOrder(getOrderedElements(), array); in testToArray_emptyArray_ordered() local 81 Object[] array = collection.toArray(in); in testToArray_emptyArrayOfObject() local 86 expectArrayContentsAnyOrder(createSamplesArray(), array); in testToArray_emptyArrayOfObject() local 90 E[] array = getSubjectGenerator().createArray(getNumElements()); in testToArray_rightSizedArray() local [all …]
|
/external/guava/guava-testlib/src/com/google/common/collect/testing/testers/ |
D | CollectionToArrayTester.java | 46 Object[] array = collection.toArray(); in testToArray_noArgs() local 47 expectArrayContentsAnyOrder(createSamplesArray(), array); in testToArray_noArgs() local 59 Object[] array = collection.toArray(); in testToArray_isPlainObjectArray() local 65 E[] array = collection.toArray(empty); in testToArray_emptyArray() local 69 expectArrayContentsAnyOrder(createSamplesArray(), array); in testToArray_emptyArray() local 75 E[] array = collection.toArray(empty); in testToArray_emptyArray_ordered() local 79 expectArrayContentsInOrder(getOrderedElements(), array); in testToArray_emptyArray_ordered() local 84 Object[] array = collection.toArray(in); in testToArray_emptyArrayOfObject() local 89 expectArrayContentsAnyOrder(createSamplesArray(), array); in testToArray_emptyArrayOfObject() local 93 E[] array = getSubjectGenerator().createArray(getNumElements()); in testToArray_rightSizedArray() local [all …]
|
D | SetCreationTester.java | 44 E[] array = createArrayWithNullElement(); in testCreateWithDuplicates_nullDuplicatesNotRejected() local 56 E[] array = createSamplesArray(); in testCreateWithDuplicates_nonNullDuplicatesNotRejected() local 69 E[] array = createArrayWithNullElement(); in testCreateWithDuplicates_nullDuplicatesRejected() local 81 E[] array = createSamplesArray(); in testCreateWithDuplicates_nonNullDuplicatesRejected() local
|
/external/caliper/examples/src/main/java/examples/ |
D | CopyArrayBenchmark.java | 50 @Override Object[] copy(Object[] array) { in copy() 53 @Override boolean[] copy(boolean[] array) { in copy() 56 @Override byte[] copy(byte[] array) { in copy() 59 @Override char[] copy(char[] array) { in copy() 62 @Override double[] copy(double[] array) { in copy() 65 @Override float[] copy(float[] array) { in copy() 68 @Override int[] copy(int[] array) { in copy() 71 @Override long[] copy(long[] array) { in copy() 74 @Override short[] copy(short[] array) { in copy() 79 @Override Object[] copy(Object[] array) { in copy() [all …]
|
/external/mesa3d/src/gallium/state_trackers/vega/ |
D | util_array.h | 34 struct array { struct 41 static INLINE struct array *array_create(VGint datatype_size) in array_create() argument 43 struct array *array = CALLOC_STRUCT(array); in array_create() local 55 struct array *array = CALLOC_STRUCT(array); in array_create_size() local 64 static INLINE void array_destroy(struct array *array) in array_destroy() 71 static INLINE void array_resize(struct array *array, int num) in array_resize() 83 static INLINE void array_append_data(struct array *array, in array_append_data() 97 static INLINE void array_change_data(struct array *array, in array_change_data() 107 static INLINE void array_remove_element(struct array *array, in array_remove_element() 117 static INLINE void array_reset(struct array *array) in array_reset()
|
/external/proguard/src/proguard/util/ |
D | ArrayUtil.java | 151 public static int hashCode(byte[] array, int size) in hashCode() 170 public static int hashCode(short[] array, int size) in hashCode() 189 public static int hashCode(int[] array, int size) in hashCode() 208 public static int hashCode(Object[] array, int size) in hashCode() 227 public static int hashCodeOrNull(Object[] array) in hashCodeOrNull() 240 public static int hashCodeOrNull(Object[] array, int size) in hashCodeOrNull() 385 public static boolean[] extendArray(boolean[] array, int size) in extendArray() 412 public static boolean[] ensureArraySize(boolean[] array, in ensureArraySize() 445 public static byte[] add(byte[] array, int size, byte element) in add() 464 public static byte[] insert(byte[] array, int size, int index, byte element) in insert() [all …]
|
/external/clang/test/Sema/ |
D | warn-char-subscripts.c | 4 int array[1] = { 0 }; in t1() local 10 int array[1] = { 0 }; in t2() local 16 int *array = 0; in t3() local 22 int *array = 0; in t4() local 29 int *array = 0; in t5() local 34 int array[1] = { 0 }; in t6() local 40 int array[1] = { 0 }; in t7() local 47 int array[1] = { 0 }; in t8() local 54 int array[1] = { 0 }; in t9() local 61 int array[1] = { 0 }; in t10() local
|
/external/compiler-rt/test/asan/TestCases/ |
D | strtoll_strict.c | 33 void test1(char *array, char *endptr) { in test1() 40 void test2(char *array, char *endptr) { in test2() 48 void test3(char *array, char *endptr) { in test3() 57 void test4(char *array, char *endptr) { in test4() 63 void test5(char *array, char *endptr) { in test5() 72 void test6(char *array, char *endptr) { in test6() 81 void test7(char *array, char *endptr) { in test7() 90 char* array = array0 + 8; in main() local
|
D | strtol_strict.c | 31 void test1(char *array, char *endptr) { in test1() 38 void test2(char *array, char *endptr) { in test2() 46 void test3(char *array, char *endptr) { in test3() 64 void test4(char *array, char *endptr) { in test4() 79 void test5(char *array, char *endptr) { in test5() 88 void test6(char *array, char *endptr) { in test6() 97 void test7(char *array, char *endptr) { in test7() 106 char* array = array0 + 8; in main() local
|
D | atoi_strict.c | 17 void test1(char *array) { in test1() 25 void test2(char *array) { in test2() 32 void test3(char *array) { in test3() 42 char *array = (char*)malloc(10); in main() local
|
D | atol_strict.c | 17 void test1(char *array) { in test1() 25 void test2(char *array) { in test2() 32 void test3(char *array) { in test3() 42 char *array = (char*)malloc(10); in main() local
|
D | atoll_strict.c | 20 void test1(char *array) { in test1() 28 void test2(char *array) { in test2() 35 void test3(char *array) { in test3() 45 char *array = (char*)malloc(10); in main() local
|
/external/libcxx/test/std/algorithms/alg.modifying.operations/alg.partitions/ |
D | stable_partition.pass.cpp | 42 P array[] = in test() local 71 P array[] = in test() local 111 P array[] = in test() local 140 P array[] = in test() local 169 P array[] = in test() local 198 P array[] = in test() local 227 P array[] = in test() local 256 P array[] = in test() local 298 std::unique_ptr<int> array[size]; in test1() local
|
/external/mesa3d/src/egl/main/ |
D | eglarray.c | 40 _eglGrowArray(_EGLArray *array) in _eglGrowArray() 69 _EGLArray *array; in _eglCreateArray() local 89 _eglDestroyArray(_EGLArray *array, void (*free_cb)(void *)) in _eglDestroyArray() 105 _eglAppendArray(_EGLArray *array, void *elem) in _eglAppendArray() 118 _eglEraseArray(_EGLArray *array, EGLint i, void (*free_cb)(void *)) in _eglEraseArray() 134 _eglFindArray(_EGLArray *array, void *elem) in _eglFindArray() 152 _eglFilterArray(_EGLArray *array, void **data, EGLint size, in _eglFilterArray() 190 _eglFlattenArray(_EGLArray *array, void *buffer, EGLint elem_size, EGLint size, in _eglFlattenArray()
|
/external/lldb/source/Host/macosx/cfcpp/ |
D | CFCMutableArray.cpp | 51 CFMutableArrayRef array = get(); in GetCount() local 60 CFMutableArrayRef array = get(); in GetCountOfValue() local 69 CFMutableArrayRef array = get(); in GetCountOfValue() local 78 CFMutableArrayRef array = get(); in GetValueAtIndex() local 93 CFMutableArrayRef array = get(); in SetValueAtIndex() local 110 CFMutableArrayRef array = get(); in AppendValue() local 130 CFMutableArrayRef array = get(); in AppendCStringAsCFString() local 150 CFMutableArrayRef array = get(); in AppendFileSystemRepresentationAsCFString() local
|
/external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/emu/java/nio/ |
D | BufferFactory.java | 31 public static ByteBuffer newByteBuffer (byte array[]) { in newByteBuffer() 47 public static CharBuffer newCharBuffer (char array[]) { in newCharBuffer() 79 public static DoubleBuffer newDoubleBuffer (double array[]) { in newDoubleBuffer() 95 public static FloatBuffer newFloatBuffer (float array[]) { in newFloatBuffer() 119 public static IntBuffer newIntBuffer (int array[]) { in newIntBuffer() 135 public static LongBuffer newLongBuffer (long array[]) { in newLongBuffer() 151 public static ShortBuffer newShortBuffer (short array[]) { in newShortBuffer()
|
/external/v8/test/mjsunit/ |
D | array-functions-prototype-misc.js | 64 push_function = function(array, elt) { argument 67 concat_function = function(array, other) { argument 70 slice_function = function(array, start, len) { argument 73 splice_function = function(array, start, len) { argument 76 splice_function_2 = function(array, start, len, elt) { argument 79 unshift_function = function(array, elt) { argument 82 unshift_function_2 = function(array, elt1, elt2) { argument 85 shift_function = function(array) { argument 102 return Array.prototype.concat.call(array, other); argument 105 return Array.prototype.slice.call(array, start, len); argument [all …]
|
/external/v8/test/webkit/ |
D | array-every.js | 29 function isBigEnough(element, index, array) { argument 51 function isBigEnoughAndPop(element, index, array) { argument 60 function isBigEnoughAndChange(element, index, array) { argument 69 function isBigEnoughAndPush(element, index, array) { argument 78 function isBigEnoughAndException(element, index, array) { argument 97 function isBigEnoughShortCircuit(element, index, array) { argument 111 function isNotUndefined(element, index, array) { argument
|
/external/jmonkeyengine/engine/src/core/com/jme3/app/state/ |
D | AppStateManager.java | 182 AppState[] array = getStates(); in getState() local 204 AppState[] array = getInitializing(); in initializePending() local 224 AppState[] array = getTerminating(); in terminatePending() local 252 AppState[] array = getStates(); in update() local 265 AppState[] array = getStates(); in render() local 277 AppState[] array = getStates(); in postRender() local 289 AppState[] array = getStates(); in cleanup() local
|
/external/v8/test/mjsunit/es6/ |
D | typedarray-slice.js | 19 var array = new constructor(0); variable 29 array = new constructor(7); variable 41 array = new constructor(7); variable 65 array = new constructor([1, 2, 3, 4]); variable
|
/external/clang/test/SemaCXX/ |
D | static-array-member.cpp | 4 static int array[]; member 10 int X0::array[sizeof(X0) * 2]; member in X0 14 static T array[]; member 18 T X1<T, N>::array[N]; member in X1<T, N>
|
/external/guava/guava-gwt/src-super/com/google/common/primitives/super/com/google/common/primitives/ |
D | Chars.java | 129 public static boolean contains(char[] array, char target) { in contains() 147 public static int indexOf(char[] array, char target) { in indexOf() 153 char[] array, char target, int start, int end) { in indexOf() 173 public static int indexOf(char[] array, char[] target) { in indexOf() 201 public static int lastIndexOf(char[] array, char target) { in lastIndexOf() 207 char[] array, char target, int start, int end) { in lastIndexOf() 224 public static char min(char... array) { in min() 243 public static char max(char... array) { in max() 294 char[] array, int minLength, int padding) { in ensureCapacity() 318 public static String join(String separator, char... array) { in join() [all …]
|
D | Floats.java | 112 public static boolean contains(float[] array, float target) { in contains() 131 public static int indexOf(float[] array, float target) { in indexOf() 137 float[] array, float target, int start, int end) { in indexOf() 160 public static int indexOf(float[] array, float[] target) { in indexOf() 189 public static int lastIndexOf(float[] array, float target) { in lastIndexOf() 195 float[] array, float target, int start, int end) { in lastIndexOf() 213 public static float min(float... array) { in min() 231 public static float max(float... array) { in max() 316 float[] array, int minLength, int padding) { in ensureCapacity() 345 public static String join(String separator, float... array) { in join() [all …]
|
D | Doubles.java | 115 public static boolean contains(double[] array, double target) { in contains() 134 public static int indexOf(double[] array, double target) { in indexOf() 140 double[] array, double target, int start, int end) { in indexOf() 163 public static int indexOf(double[] array, double[] target) { in indexOf() 192 public static int lastIndexOf(double[] array, double target) { in lastIndexOf() 198 double[] array, double target, int start, int end) { in lastIndexOf() 216 public static double min(double... array) { in min() 234 public static double max(double... array) { in max() 319 double[] array, int minLength, int padding) { in ensureCapacity() 348 public static String join(String separator, double... array) { in join() [all …]
|
/external/v8/src/js/ |
D | array.js | 40 function ArraySpeciesCreate(array, length) { argument 51 function GetSortedArrayKeys(array, indices) { argument 68 function SparseJoinWithSeparatorJS(array, keys, length, convert, separator) { argument 82 function SparseJoin(array, keys, convert) { argument 93 function UseSparseVariant(array, length, is_array, touched) { argument 140 function DoJoin(array, length, is_array, separator, convert) { argument 193 function Join(array, length, separator, convert) { argument 230 function SparseSlice(array, start_i, del_count, len, deleted_elements) { argument 258 function SparseMove(array, start_i, del_count, len, num_additional_args) { argument 319 function SimpleSlice(array, start_i, del_count, len, deleted_elements) { argument [all …]
|