Home
last modified time | relevance | path

Searched defs:iia (Results 1 – 9 of 9) sorted by relevance

/external/guava/android/guava-tests/test/com/google/common/primitives/
DImmutableDoubleArrayTest.java99 ImmutableDoubleArray iia = ImmutableDoubleArray.copyOf(array); in testCopyOf_array_nonempty() local
111 ImmutableDoubleArray iia = ImmutableDoubleArray.copyOf(iterable(list)); in testCopyOf_iterable_notCollection_nonempty() local
123 ImmutableDoubleArray iia = ImmutableDoubleArray.copyOf((Iterable<Double>) list); in testCopyOf_iterable_collection_nonempty() local
135 ImmutableDoubleArray iia = ImmutableDoubleArray.copyOf(list); in testCopyOf_collection_nonempty() local
167 ImmutableDoubleArray iia = builder.build(); in testBuilder_bruteForce() local
263 ImmutableDoubleArray iia = ImmutableDoubleArray.of(0, 1, 3); in testGet_good() local
270 ImmutableDoubleArray iia = ImmutableDoubleArray.of(0, 1, 3); in testGet_bad() local
291 ImmutableDoubleArray iia = ImmutableDoubleArray.of(1, 1, 2, 3, 5, 8); in testIndexOf() local
301 ImmutableDoubleArray iia = in testIndexOf_specialValues() local
311 ImmutableDoubleArray iia = ImmutableDoubleArray.of(1, 1, 2, 3, 5, 8); in testLastIndexOf() local
[all …]
DImmutableLongArrayTest.java98 ImmutableLongArray iia = ImmutableLongArray.copyOf(array); in testCopyOf_array_nonempty() local
110 ImmutableLongArray iia = ImmutableLongArray.copyOf(iterable(list)); in testCopyOf_iterable_notCollection_nonempty() local
122 ImmutableLongArray iia = ImmutableLongArray.copyOf((Iterable<Long>) list); in testCopyOf_iterable_collection_nonempty() local
134 ImmutableLongArray iia = ImmutableLongArray.copyOf(list); in testCopyOf_collection_nonempty() local
166 ImmutableLongArray iia = builder.build(); in testBuilder_bruteForce() local
262 ImmutableLongArray iia = ImmutableLongArray.of(0, 1, 3); in testGet_good() local
269 ImmutableLongArray iia = ImmutableLongArray.of(0, 1, 3); in testGet_bad() local
290 ImmutableLongArray iia = ImmutableLongArray.of(1, 1, 2, 3, 5, 8); in testIndexOf() local
300 ImmutableLongArray iia = ImmutableLongArray.of(1, 1, 2, 3, 5, 8); in testLastIndexOf() local
310 ImmutableLongArray iia = ImmutableLongArray.of(1, 1, 2, 3, 5, 8); in testContains() local
DImmutableIntArrayTest.java96 ImmutableIntArray iia = ImmutableIntArray.copyOf(array); in testCopyOf_array_nonempty() local
108 ImmutableIntArray iia = ImmutableIntArray.copyOf(iterable(list)); in testCopyOf_iterable_notCollection_nonempty() local
120 ImmutableIntArray iia = ImmutableIntArray.copyOf((Iterable<Integer>) list); in testCopyOf_iterable_collection_nonempty() local
132 ImmutableIntArray iia = ImmutableIntArray.copyOf(list); in testCopyOf_collection_nonempty() local
164 ImmutableIntArray iia = builder.build(); in testBuilder_bruteForce() local
260 ImmutableIntArray iia = ImmutableIntArray.of(0, 1, 3); in testGet_good() local
267 ImmutableIntArray iia = ImmutableIntArray.of(0, 1, 3); in testGet_bad() local
288 ImmutableIntArray iia = ImmutableIntArray.of(1, 1, 2, 3, 5, 8); in testIndexOf() local
298 ImmutableIntArray iia = ImmutableIntArray.of(1, 1, 2, 3, 5, 8); in testLastIndexOf() local
308 ImmutableIntArray iia = ImmutableIntArray.of(1, 1, 2, 3, 5, 8); in testContains() local
/external/guava/guava-tests/test/com/google/common/primitives/
DImmutableDoubleArrayTest.java100 ImmutableDoubleArray iia = ImmutableDoubleArray.copyOf(array); in testCopyOf_array_nonempty() local
112 ImmutableDoubleArray iia = ImmutableDoubleArray.copyOf(iterable(list)); in testCopyOf_iterable_notCollection_nonempty() local
124 ImmutableDoubleArray iia = ImmutableDoubleArray.copyOf((Iterable<Double>) list); in testCopyOf_iterable_collection_nonempty() local
136 ImmutableDoubleArray iia = ImmutableDoubleArray.copyOf(list); in testCopyOf_collection_nonempty() local
176 ImmutableDoubleArray iia = builder.build(); in testBuilder_bruteForce() local
282 ImmutableDoubleArray iia = ImmutableDoubleArray.of(0, 1, 3); in testGet_good() local
289 ImmutableDoubleArray iia = ImmutableDoubleArray.of(0, 1, 3); in testGet_bad() local
310 ImmutableDoubleArray iia = ImmutableDoubleArray.of(1, 1, 2, 3, 5, 8); in testIndexOf() local
320 ImmutableDoubleArray iia = in testIndexOf_specialValues() local
330 ImmutableDoubleArray iia = ImmutableDoubleArray.of(1, 1, 2, 3, 5, 8); in testLastIndexOf() local
[all …]
DImmutableIntArrayTest.java97 ImmutableIntArray iia = ImmutableIntArray.copyOf(array); in testCopyOf_array_nonempty() local
109 ImmutableIntArray iia = ImmutableIntArray.copyOf(iterable(list)); in testCopyOf_iterable_notCollection_nonempty() local
121 ImmutableIntArray iia = ImmutableIntArray.copyOf((Iterable<Integer>) list); in testCopyOf_iterable_collection_nonempty() local
133 ImmutableIntArray iia = ImmutableIntArray.copyOf(list); in testCopyOf_collection_nonempty() local
173 ImmutableIntArray iia = builder.build(); in testBuilder_bruteForce() local
279 ImmutableIntArray iia = ImmutableIntArray.of(0, 1, 3); in testGet_good() local
286 ImmutableIntArray iia = ImmutableIntArray.of(0, 1, 3); in testGet_bad() local
307 ImmutableIntArray iia = ImmutableIntArray.of(1, 1, 2, 3, 5, 8); in testIndexOf() local
317 ImmutableIntArray iia = ImmutableIntArray.of(1, 1, 2, 3, 5, 8); in testLastIndexOf() local
327 ImmutableIntArray iia = ImmutableIntArray.of(1, 1, 2, 3, 5, 8); in testContains() local
DImmutableLongArrayTest.java99 ImmutableLongArray iia = ImmutableLongArray.copyOf(array); in testCopyOf_array_nonempty() local
111 ImmutableLongArray iia = ImmutableLongArray.copyOf(iterable(list)); in testCopyOf_iterable_notCollection_nonempty() local
123 ImmutableLongArray iia = ImmutableLongArray.copyOf((Iterable<Long>) list); in testCopyOf_iterable_collection_nonempty() local
135 ImmutableLongArray iia = ImmutableLongArray.copyOf(list); in testCopyOf_collection_nonempty() local
175 ImmutableLongArray iia = builder.build(); in testBuilder_bruteForce() local
281 ImmutableLongArray iia = ImmutableLongArray.of(0, 1, 3); in testGet_good() local
288 ImmutableLongArray iia = ImmutableLongArray.of(0, 1, 3); in testGet_bad() local
309 ImmutableLongArray iia = ImmutableLongArray.of(1, 1, 2, 3, 5, 8); in testIndexOf() local
319 ImmutableLongArray iia = ImmutableLongArray.of(1, 1, 2, 3, 5, 8); in testLastIndexOf() local
329 ImmutableLongArray iia = ImmutableLongArray.of(1, 1, 2, 3, 5, 8); in testContains() local
/external/igt-gpu-tools/include/drm-uapi/
Dv3d_drm.h213 __u32 iia; member
/external/mesa3d/include/drm-uapi/
Dv3d_drm.h218 __u32 iia; member
/external/kernel-headers/original/uapi/drm/
Dv3d_drm.h299 __u32 iia; member