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.java103 ImmutableDoubleArray iia = ImmutableDoubleArray.copyOf(array); in testCopyOf_array_nonempty() local
115 ImmutableDoubleArray iia = ImmutableDoubleArray.copyOf(iterable(list)); in testCopyOf_iterable_notCollection_nonempty() local
127 ImmutableDoubleArray iia = ImmutableDoubleArray.copyOf((Iterable<Double>) list); in testCopyOf_iterable_collection_nonempty() local
139 ImmutableDoubleArray iia = ImmutableDoubleArray.copyOf(list); in testCopyOf_collection_nonempty() local
171 ImmutableDoubleArray iia = builder.build(); in testBuilder_bruteForce() local
267 ImmutableDoubleArray iia = ImmutableDoubleArray.of(0, 1, 3); in testGet_good() local
274 ImmutableDoubleArray iia = ImmutableDoubleArray.of(0, 1, 3); in testGet_bad() local
295 ImmutableDoubleArray iia = ImmutableDoubleArray.of(1, 1, 2, 3, 5, 8); in testIndexOf() local
305 ImmutableDoubleArray iia = in testIndexOf_specialValues() local
315 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
165 ImmutableIntArray iia = builder.build(); in testBuilder_bruteForce() local
261 ImmutableIntArray iia = ImmutableIntArray.of(0, 1, 3); in testGet_good() local
268 ImmutableIntArray iia = ImmutableIntArray.of(0, 1, 3); in testGet_bad() local
289 ImmutableIntArray iia = ImmutableIntArray.of(1, 1, 2, 3, 5, 8); in testIndexOf() local
299 ImmutableIntArray iia = ImmutableIntArray.of(1, 1, 2, 3, 5, 8); in testLastIndexOf() local
309 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
167 ImmutableLongArray iia = builder.build(); in testBuilder_bruteForce() local
263 ImmutableLongArray iia = ImmutableLongArray.of(0, 1, 3); in testGet_good() local
270 ImmutableLongArray iia = ImmutableLongArray.of(0, 1, 3); in testGet_bad() local
291 ImmutableLongArray iia = ImmutableLongArray.of(1, 1, 2, 3, 5, 8); in testIndexOf() local
301 ImmutableLongArray iia = ImmutableLongArray.of(1, 1, 2, 3, 5, 8); in testLastIndexOf() local
311 ImmutableLongArray iia = ImmutableLongArray.of(1, 1, 2, 3, 5, 8); in testContains() local
/external/guava/guava-tests/test/com/google/common/primitives/
DImmutableDoubleArrayTest.java101 ImmutableDoubleArray iia = ImmutableDoubleArray.copyOf(array); in testCopyOf_array_nonempty() local
113 ImmutableDoubleArray iia = ImmutableDoubleArray.copyOf(iterable(list)); in testCopyOf_iterable_notCollection_nonempty() local
125 ImmutableDoubleArray iia = ImmutableDoubleArray.copyOf((Iterable<Double>) list); in testCopyOf_iterable_collection_nonempty() local
137 ImmutableDoubleArray iia = ImmutableDoubleArray.copyOf(list); in testCopyOf_collection_nonempty() local
177 ImmutableDoubleArray iia = builder.build(); in testBuilder_bruteForce() local
283 ImmutableDoubleArray iia = ImmutableDoubleArray.of(0, 1, 3); in testGet_good() local
290 ImmutableDoubleArray iia = ImmutableDoubleArray.of(0, 1, 3); in testGet_bad() local
311 ImmutableDoubleArray iia = ImmutableDoubleArray.of(1, 1, 2, 3, 5, 8); in testIndexOf() local
321 ImmutableDoubleArray iia = in testIndexOf_specialValues() local
331 ImmutableDoubleArray iia = ImmutableDoubleArray.of(1, 1, 2, 3, 5, 8); in testLastIndexOf() local
[all …]
DImmutableIntArrayTest.java98 ImmutableIntArray iia = ImmutableIntArray.copyOf(array); in testCopyOf_array_nonempty() local
110 ImmutableIntArray iia = ImmutableIntArray.copyOf(iterable(list)); in testCopyOf_iterable_notCollection_nonempty() local
122 ImmutableIntArray iia = ImmutableIntArray.copyOf((Iterable<Integer>) list); in testCopyOf_iterable_collection_nonempty() local
134 ImmutableIntArray iia = ImmutableIntArray.copyOf(list); in testCopyOf_collection_nonempty() local
174 ImmutableIntArray iia = builder.build(); in testBuilder_bruteForce() local
280 ImmutableIntArray iia = ImmutableIntArray.of(0, 1, 3); in testGet_good() local
287 ImmutableIntArray iia = ImmutableIntArray.of(0, 1, 3); in testGet_bad() local
308 ImmutableIntArray iia = ImmutableIntArray.of(1, 1, 2, 3, 5, 8); in testIndexOf() local
318 ImmutableIntArray iia = ImmutableIntArray.of(1, 1, 2, 3, 5, 8); in testLastIndexOf() local
328 ImmutableIntArray iia = ImmutableIntArray.of(1, 1, 2, 3, 5, 8); in testContains() local
DImmutableLongArrayTest.java100 ImmutableLongArray iia = ImmutableLongArray.copyOf(array); in testCopyOf_array_nonempty() local
112 ImmutableLongArray iia = ImmutableLongArray.copyOf(iterable(list)); in testCopyOf_iterable_notCollection_nonempty() local
124 ImmutableLongArray iia = ImmutableLongArray.copyOf((Iterable<Long>) list); in testCopyOf_iterable_collection_nonempty() local
136 ImmutableLongArray iia = ImmutableLongArray.copyOf(list); in testCopyOf_collection_nonempty() local
176 ImmutableLongArray iia = builder.build(); in testBuilder_bruteForce() local
282 ImmutableLongArray iia = ImmutableLongArray.of(0, 1, 3); in testGet_good() local
289 ImmutableLongArray iia = ImmutableLongArray.of(0, 1, 3); in testGet_bad() local
310 ImmutableLongArray iia = ImmutableLongArray.of(1, 1, 2, 3, 5, 8); in testIndexOf() local
320 ImmutableLongArray iia = ImmutableLongArray.of(1, 1, 2, 3, 5, 8); in testLastIndexOf() local
330 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.h309 __u32 iia; member
/external/kernel-headers/original/uapi/drm/
Dv3d_drm.h309 __u32 iia; member