| /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/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/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 …]
|
| D | external-array-no-sse2.js | 211 function test_load(array, sum) { argument 218 function test_load_const_key(array, sum) { argument 225 function test_store(array, sum) { argument 232 function test_store_const_key(array, sum) { argument 243 function test_store_middle_tagged(array, sum) { argument 248 function test_store_high_tagged(array, sum) { argument 253 function test_store_middle_double(array, sum) { argument 258 function test_store_high_double(array, sum) { argument 268 function test_store_low_int(array, sum) { argument 273 function test_store_low_tagged(array, sum) { argument [all …]
|
| /external/compiler-rt/test/asan/TestCases/ |
| D | strtol_strict.c | 29 void test1(char *array, char *endptr) { in test1() 36 void test2(char *array, char *endptr) { in test2() 44 void test3(char *array, char *endptr) { in test3() 50 void test4(char *array, char *endptr) { in test4() 56 void test5(char *array, char *endptr) { in test5() 65 void test6(char *array, char *endptr) { in test6() 74 void test7(char *array, char *endptr) { in test7() 82 char *array = (char*)malloc(3); in main() local
|
| D | strtoll_strict.c | 29 void test1(char *array, char *endptr) { in test1() 36 void test2(char *array, char *endptr) { in test2() 44 void test3(char *array, char *endptr) { in test3() 50 void test4(char *array, char *endptr) { in test4() 56 void test5(char *array, char *endptr) { in test5() 65 void test6(char *array, char *endptr) { in test6() 74 void test7(char *array, char *endptr) { in test7() 82 char *array = (char*)malloc(3); 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 | 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 | 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
|
| /external/libcxx/test/std/algorithms/alg.modifying.operations/alg.partitions/ |
| D | stable_partition.pass.cpp | 43 P array[] = in test() local 72 P array[] = in test() local 112 P array[] = in test() local 141 P array[] = in test() local 170 P array[] = in test() local 199 P array[] = in test() local 228 P array[] = in test() local 257 P array[] = in test() local 299 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/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/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/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/src/com/google/common/primitives/ |
| D | Chars.java | 131 public static boolean contains(char[] array, char target) { in contains() 149 public static int indexOf(char[] array, char target) { in indexOf() 155 char[] array, char target, int start, int end) { in indexOf() 175 public static int indexOf(char[] array, char[] target) { in indexOf() 203 public static int lastIndexOf(char[] array, char target) { in lastIndexOf() 209 char[] array, char target, int start, int end) { in lastIndexOf() 226 public static char min(char... array) { in min() 245 public static char max(char... array) { in max() 345 char[] array, int minLength, int padding) { in ensureCapacity() 369 public static String join(String separator, char... array) { in join() [all …]
|
| D | Floats.java | 116 public static boolean contains(float[] array, float target) { in contains() 135 public static int indexOf(float[] array, float target) { in indexOf() 141 float[] array, float target, int start, int end) { in indexOf() 164 public static int indexOf(float[] array, float[] target) { in indexOf() 193 public static int lastIndexOf(float[] array, float target) { in lastIndexOf() 199 float[] array, float target, int start, int end) { in lastIndexOf() 217 public static float min(float... array) { in min() 235 public static float max(float... array) { in max() 320 float[] array, int minLength, int padding) { in ensureCapacity() 349 public static String join(String separator, float... array) { in join() [all …]
|
| D | Shorts.java | 138 public static boolean contains(short[] array, short target) { in contains() 156 public static int indexOf(short[] array, short target) { in indexOf() 162 short[] array, short target, int start, int end) { in indexOf() 182 public static int indexOf(short[] array, short[] target) { in indexOf() 210 public static int lastIndexOf(short[] array, short target) { in lastIndexOf() 216 short[] array, short target, int start, int end) { in lastIndexOf() 233 public static short min(short... array) { in min() 252 public static short max(short... array) { in max() 389 short[] array, int minLength, int padding) { in ensureCapacity() 413 public static String join(String separator, short... array) { in join() [all …]
|