HomeSort by relevance Sort by last modified time
    Searched refs:Array (Results 1026 - 1050 of 1578) sorted by null

<<41424344454647484950>>

  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
DeclSpec.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Sema/
DeclSpec.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Sema/
DeclSpec.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Sema/
DeclSpec.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Sema/
DeclSpec.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Sema/
DeclSpec.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Sema/
DeclSpec.h     [all...]
  /external/v8/src/
api.cc     [all...]
  /external/boringssl/src/ssl/
t1_lib.cc 172 Array<uint16_t> extension_types;
    [all...]
  /libcore/ojluni/src/main/java/java/util/
Arrays.java 29 import java.lang.reflect.Array;
53 * if the specified array reference is null, except where noted.
75 * The minimum array length below which a parallel sorting
150 * Sorts the specified array into ascending numerical order.
158 * @param a the array to be sorted
165 * Sorts the specified range of the array into ascending order. The range
176 * @param a the array to be sorted
190 * Sorts the specified array into ascending numerical order.
198 * @param a the array to be sorted
205 * Sorts the specified range of the array into ascending order. The rang
    [all...]
  /external/python/cpython3/Lib/test/
_test_multiprocessing.py 15 import array
    [all...]
  /external/clang/lib/Sema/
SemaType.cpp 342 case DeclaratorChunk::Array:
355 case DeclaratorChunk::Array:
419 case DeclaratorChunk::Array:
471 case DeclaratorChunk::Array:
531 case DeclaratorChunk::Array:
    [all...]
  /external/python/cpython2/Lib/test/
test_multiprocessing.py 12 import array
987 arr = self.Array('i', seq)
993 arr[4:8] = seq[4:8] = array.array('i', [1, 2, 3, 4])
1011 # of previously allocated non-zero memory being used for the new array
1014 arr = self.Array('i', size)
1027 arr = self.Array('i', 10L)
1034 arr1 = self.Array('i', range(10))
1038 arr2 = self.Array('i', range(10), lock=None)
1043 arr3 = self.Array('i', range(10), lock=lock
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_multiprocessing.py 14 import array
969 arr = self.Array('i', seq)
975 arr[4:8] = seq[4:8] = array.array('i', [1, 2, 3, 4])
993 # of previously allocated non-zero memory being used for the new array
996 arr = self.Array('i', size)
1009 arr = self.Array('i', 10L)
1016 arr1 = self.Array('i', range(10))
1020 arr2 = self.Array('i', range(10), lock=None)
1025 arr3 = self.Array('i', range(10), lock=lock
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_multiprocessing.py 14 import array
969 arr = self.Array('i', seq)
975 arr[4:8] = seq[4:8] = array.array('i', [1, 2, 3, 4])
993 # of previously allocated non-zero memory being used for the new array
996 arr = self.Array('i', size)
1009 arr = self.Array('i', 10L)
1016 arr1 = self.Array('i', range(10))
1020 arr2 = self.Array('i', range(10), lock=None)
1025 arr3 = self.Array('i', range(10), lock=lock
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_multiprocessing.py 14 import array
969 arr = self.Array('i', seq)
975 arr[4:8] = seq[4:8] = array.array('i', [1, 2, 3, 4])
993 # of previously allocated non-zero memory being used for the new array
996 arr = self.Array('i', size)
1009 arr = self.Array('i', 10L)
1016 arr1 = self.Array('i', range(10))
1020 arr2 = self.Array('i', range(10), lock=None)
1025 arr3 = self.Array('i', range(10), lock=lock
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_multiprocessing.py 14 import array
969 arr = self.Array('i', seq)
975 arr[4:8] = seq[4:8] = array.array('i', [1, 2, 3, 4])
993 # of previously allocated non-zero memory being used for the new array
996 arr = self.Array('i', size)
1009 arr = self.Array('i', 10L)
1016 arr1 = self.Array('i', range(10))
1020 arr2 = self.Array('i', range(10), lock=None)
1025 arr3 = self.Array('i', range(10), lock=lock
    [all...]
  /cts/tests/camera/utils/src/android/hardware/camera2/cts/
CameraTestUtils.java 72 import java.lang.reflect.Array;
539 * Get an array of {@link #TotalCaptureResult total capture results} for a given list of
598 * Get an array list of {@link #CaptureFailure capture failure} with maxNumFailures entries
    [all...]
  /external/clang/lib/Serialization/
ASTWriterDecl.cpp 259 // Source locations require array (variable-length) abbreviations. The
    [all...]
  /external/mesa3d/src/mesa/main/
bufferobj.c 114 return &ctx->Array.ArrayBufferObj;
116 return &ctx->Array.VAO->IndexBufferObj;
882 _mesa_reference_buffer_object(ctx, &ctx->Array.ArrayBufferObj,
942 _mesa_reference_buffer_object(ctx, &ctx->Array.ArrayBufferObj, NULL);
    [all...]
context.c 48 * point/line/triangle setup, rasterization, vertex array caching,
    [all...]
  /prebuilts/go/darwin-x86/src/encoding/binary/
binary.go 11 // or an array or struct containing only fixed-size values.
395 case reflect.Array:
506 case reflect.Array:
575 case reflect.Array:
  /prebuilts/go/linux-x86/src/encoding/binary/
binary.go 11 // or an array or struct containing only fixed-size values.
395 case reflect.Array:
506 case reflect.Array:
575 case reflect.Array:
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/helpers/
StaticMetadata.java 34 import java.lang.reflect.Array;
478 * @return The array contains available anti-banding modes.
550 * @return The array of available thumbnail sizes
578 * @return The array of available focal lengths
584 checkTrueForKey(key, "Array should contain at least one element", focalLengths.length >= 1);
599 * @return The non-null array of available apertures
605 checkTrueForKey(key, "Array should contain at least one element", apertures.length >= 1);
656 * @return The non-null array of available face detection modes
667 checkTrueForKey(key, "Array should contain OFF mode",
778 * Get and check pixel array size
2312 Object array = getValueFromKeyNonNull(key); local
    [all...]
  /frameworks/base/tools/aapt2/
ResourceParser_test.cpp 596 <array name="foo">
600 </array>)";
603 Array* array = test::GetValue<Array>(&table_, "array/foo");
604 ASSERT_THAT(array, NotNull());
605 ASSERT_THAT(array->elements, SizeIs(3));
607 EXPECT_THAT(ValueCast<Reference>(array->elements[0].get()), NotNull());
608 EXPECT_THAT(ValueCast<String>(array->elements[1].get()), NotNull())
    [all...]

Completed in 1404 milliseconds

<<41424344454647484950>>