HomeSort by relevance Sort by last modified time
    Searched refs:array (Results 876 - 900 of 7929) sorted by null

<<31323334353637383940>>

  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
RegularImmutableAsList.java 23 * already backed by an {@code ImmutableList} or array.
38 RegularImmutableAsList(ImmutableCollection<E> delegate, Object[] array) {
39 this(delegate, ImmutableList.<E>asImmutableList(array));
  /external/icu/icu4c/source/common/
uarrsort.h 28 * Function type for comparing two items as part of sorting an array or similar.
46 * Array sorting function.
47 * Uses a UComparator for comparing array items to each other, and simple
50 * @param array The array to be sorted.
51 * @param length The number of items in the array.
52 * @param itemSize The size in bytes of each array item.
61 uprv_sortArray(void *array, int32_t length, int32_t itemSize,
100 uprv_stableBinarySearch(char *array, int32_t length, void *item, int32_t itemSize,
  /external/jemalloc/test/src/
SFMT.c 100 /** the 128-bit internal state array */
102 /** index counter to the 32-bit internal state array */
126 JEMALLOC_INLINE_C void gen_rand_array(sfmt_t *ctx, w128_t *array, int size);
131 JEMALLOC_INLINE_C void swap(w128_t *array, int size);
237 * @param a a 128-bit part of the internal state array
238 * @param b a 128-bit part of the internal state array
239 * @param c a 128-bit part of the internal state array
240 * @param d a 128-bit part of the internal state array
282 * This function fills the internal state array with pseudorandom
306 * This function fills the user-specified array with pseudorando
    [all...]
  /external/libcxx/test/std/utilities/meta/meta.unary/meta.unary.comp/
array.pass.cpp 12 // array
37 typedef char array[3]; typedef
45 test_array<array>();
  /external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.helper/
tuple_size_incomplete.pass.cpp 22 #include <array>
60 test_complete<std::array<int, 5> >();
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
ast.ml 20 | Call of string * expr array
29 | Var of (string * expr option) array * expr
35 | Prototype of string * string array
36 | BinOpPrototype of string * string array * int
  /external/mesa3d/src/mesa/swrast/
s_alpha.c 86 * Perform the alpha test for an array of pixels.
95 GLubyte *mask = span->array->mask;
111 /* Use array's alpha values */
112 if (span->array->ChanType == GL_UNSIGNED_BYTE) {
113 GLubyte (*rgba)[4] = span->array->rgba8;
118 else if (span->array->ChanType == GL_UNSIGNED_SHORT) {
119 GLushort (*rgba)[4] = span->array->rgba16;
125 GLfloat (*rgba)[4] = span->array->attribs[VARYING_SLOT_COL0];
133 if (span->array->ChanType == GL_UNSIGNED_BYTE) {
140 else if (span->array->ChanType == GL_UNSIGNED_SHORT)
    [all...]
s_logic.c 38 * Depending on bytes per pixel, the mask array elements correspond to
201 if (span->array->ChanType == GL_UNSIGNED_BYTE) {
204 (GLuint *) span->array->rgba8,
205 (const GLuint *) rbPixels, span->array->mask);
207 else if (span->array->ChanType == GL_UNSIGNED_SHORT) {
210 (GLuint *) span->array->rgba16,
211 (const GLuint *) rbPixels, span->array->mask);
215 (GLuint *) span->array->attribs[VARYING_SLOT_COL0],
216 (const GLuint *) rbPixels, span->array->mask);
  /external/skia/gm/
srgb.cpp 18 const float array[] = { local
24 auto cf0 = SkColorFilter::MakeMatrixFilterRowMajor255(array);
  /external/skia/include/effects/
SkMergeImageFilter.h 20 sk_sp<SkImageFilter> array[] = { local
24 return Make(array, 2, cropRect);
  /external/skqp/gm/
srgb.cpp 18 const float array[] = { local
24 auto cf0 = SkColorFilter::MakeMatrixFilterRowMajor255(array);
  /external/skqp/include/effects/
SkMergeImageFilter.h 20 sk_sp<SkImageFilter> array[] = { local
24 return Make(array, 2, cropRect);
  /external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter7/
ast.ml 20 | Call of string * expr array
29 | Var of (string * expr option) array * expr
35 | Prototype of string * string array
36 | BinOpPrototype of string * string array * int
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
MD5.h 34 #include <array>
67 static std::array<uint8_t, 16> hash(ArrayRef<uint8_t> Data);
  /external/tensorflow/tensorflow/contrib/gan/python/eval/python/
sliced_wasserstein_test.py 85 np.array([0.014, 0.014], 'f'),
86 np.array([x[0] for x in wscores], 'f'),
89 np.array([0.014, 0.020], 'f'),
90 np.array([x[1] for x in wscores], 'f'),
101 np.array([0.013, 0.013], 'f'),
102 np.array([x[0] for x in wscores], 'f'),
105 np.array([0.014, 0.019], 'f'),
106 np.array([x[1] for x in wscores], 'f'),
  /external/tensorflow/tensorflow/core/kernels/
reverse_op.h 29 const Eigen::array<bool, Dims>& reverse_dims,
38 const Eigen::array<bool, 0>& reverse_dims,
  /external/tensorflow/tensorflow/python/debug/cli/
cli_test_utils.py 45 _ARRAY_VALUE_SEPARATOR_REGEX = re.compile(r"(array|\(|\[|\]|\)|\||,)")
49 """Assert that the array value represented by lines is close to expected.
51 Note that the shape of the array represented by the `array_lines` is ignored.
55 expected_array: Expected value of the array.
56 array_lines: A list of strings representing the array.
57 E.g., "array([[ 1.0, 2.0 ], [ 3.0, 4.0 ]])"
65 test.assertAllClose(np.array(expected_array).flatten(), elements)
  /external/tensorflow/tensorflow/stream_executor/lib/
ptr_util.h 32 using array = std::unique_ptr<T[]>;
48 // Overload for array of unknown bound.
49 // The allocation of arrays needs to use the array form of new,
52 typename MakeUniqueResult<T>::array MakeUnique(size_t n) {
  /external/v8/src/
allocation.h 53 void DeleteArray(T* array) {
54 delete[] array;
  /external/vulkan-validation-layers/libs/cjson/includes/
cJSON.h 47 struct cJSON *next, *prev; /* next/prev allow you to walk array/object
50 struct cJSON *child; /* An array or object item will have a child pointer
52 array/object. */
90 /* Returns the number of items in an array (or object). */
91 extern int cJSON_GetArraySize(cJSON *array);
92 /* Retrieve item number "item" from array "array". Returns NULL if unsuccessful.
94 extern cJSON *cJSON_GetArrayItem(cJSON *array, int item);
113 /* These utilities create an Array of count items. */
119 /* Append item to the specified array/object. *
    [all...]
  /external/wayland/src/
wayland-util.h 94 * * `a`: array
101 * wl_message is an array of wl_interface references that correspond to `o` and
128 * is an object that may be `NULL`. Lastly, the argument `types` array indicates
431 * Dynamic array
433 * A wl_array is a dynamic array that can only grow until released. It is
447 * Initializes the array.
449 * \param array Array to initialize
454 wl_array_init(struct wl_array *array);
457 * Releases the array data
    [all...]
  /external/webrtc/webrtc/system_wrappers/include/
data_log.h 90 // Inserts an array of values into a table with name table_name at the
100 const T* array,
108 new MultiValueContainer<T>(array, length));
  /frameworks/base/core/java/android/service/voice/
VoiceInteractionServiceInfo.java 112 TypedArray array = res.obtainAttributes(attrs, local
114 mSessionService = array.getString(
116 mRecognitionService = array.getString(
118 mSettingsActivity = array.getString(
120 mSupportsAssist = array.getBoolean(
123 mSupportsLaunchFromKeyguard = array.getBoolean(com.android.internal.
126 mSupportsLocalInteraction = array.getBoolean(com.android.internal.
128 array.recycle();
  /frameworks/base/core/java/android/util/
IntArray.java 25 * Implements a growing array of int primitives.
35 private IntArray(int[] array, int size) {
36 mValues = array;
37 mSize = Preconditions.checkArgumentInRange(size, 0, array.length, "size");
60 * Creates an IntArray wrapping the given primitive int array.
62 public static IntArray wrap(int[] array) {
63 return new IntArray(array, array.length);
67 * Creates an IntArray from the given primitive int array, copying it.
69 public static IntArray fromArray(int[] array, int size)
    [all...]
LongArray.java 29 * Implements a growing array of long primitives.
39 private LongArray(long[] array, int size) {
40 mValues = array;
41 mSize = Preconditions.checkArgumentInRange(size, 0, array.length, "size");
64 * Creates an LongArray wrapping the given primitive long array.
66 public static LongArray wrap(long[] array) {
67 return new LongArray(array, array.length);
71 * Creates an LongArray from the given primitive long array, copying it.
73 public static LongArray fromArray(long[] array, int size)
    [all...]

Completed in 1417 milliseconds

<<31323334353637383940>>