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

<<51525354555657585960>>

  /prebuilts/tools/common/m2/repository/net/sf/ezmorph/ezmorph/1.0.6/
ezmorph-1.0.6.jar 
  /external/libphonenumber/demo/war/WEB-INF/lib/
commons-lang-2.6.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
commons-lang-2.6.jar 
  /prebuilts/tools/common/m2/repository/commons-lang/commons-lang/2.6/
commons-lang-2.6.jar 
  /external/tensorflow/tensorflow/contrib/rnn/python/kernel_tests/
rnn_cell_test.py 55 expected_output = np.array(
58 expected_state = np.array(
73 np.array([[1., 1., 1., 1.], [2., 2., 2., 2.],
105 np.array([[1., 1., 1., 1.], [2., 2., 2., 2.],
141 np.array(
191 np.array(
226 expected_output = np.array(
238 expected_state = np.array(
264 np.array(
304 expected_output = np.array(
    [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...]
  /frameworks/base/rs/java/android/renderscript/
Allocation.java 94 throw new RSIllegalArgumentException("Object passed is not an array of primitives.");
98 throw new RSIllegalArgumentException("Object passed is not an Array of primitives.");
300 * Specifies the mapping between the Allocation's cells and an array's elements
301 * when data is copied from the Allocation to the array, or vice-versa.
305 * copying data from the Allocation to an array or vice-versa less efficient.
310 * i.e. the first 3 vector components of each cell, will be mapped between the array
314 * <p> For example, when copying an integer array to an Allocation of two {@link
317 * The array must have at least 8 integers, with the first 4 integers copied
322 * The array just needs to have at least 6 integers, with the first 3 integers
326 * <p> Similarly, when copying a byte array to an Allocation of two {@lin
1148 mRS.nAllocationData1D(getIDSafe(), off, mSelectedLOD, count, array, dataSize, dt, local
1491 array, sizeBytes, dt, local
1768 array, sizeBytes, dt, local
1876 mRS.nAllocationRead(getID(mRS), array, dt, mType.mElement.mType.mSize, usePadding); local
2102 mRS.nAllocationRead1D(getIDSafe(), off, mSelectedLOD, count, array, dataSize, dt, local
2410 array, sizeBytes, dt, mType.mElement.mType.mSize, usePadding); local
2607 array, sizeBytes, dt, mType.mElement.mType.mSize, usePadding); local
    [all...]
  /external/tensorflow/tensorflow/core/kernels/
pooling_ops_3d.cc 19 #include <array>
103 const std::array<int64, 3>& window,
104 const std::array<int64, 3>& stride,
105 const std::array<int64, 3>& padding,
118 const std::array<int64, 3>& window,
119 const std::array<int64, 3>& stride,
120 const std::array<int64, 3>& padding,
175 std::array<int64, 3> input_size{
179 std::array<int64, 3> window{{GetTensorDim(ksize_, data_format_, '2'),
182 std::array<int64, 3> stride{{GetTensorDim(stride_, data_format_, '2')
    [all...]
  /external/skia/tests/
PDFPrimitivesTest.cpp 230 sk_sp<SkPDFArray> array(new SkPDFArray);
231 assert_emit_eq(reporter, *array, "[]");
233 array->appendInt(42);
234 assert_emit_eq(reporter, *array, "[42]");
236 array->appendScalar(SK_ScalarHalf);
237 assert_emit_eq(reporter, *array, "[42 .5]");
239 array->appendInt(0);
240 assert_emit_eq(reporter, *array, "[42 .5 0]");
242 array->appendBool(true);
243 assert_emit_eq(reporter, *array, "[42 .5 0 true]")
    [all...]
  /external/skqp/tests/
PDFPrimitivesTest.cpp 230 sk_sp<SkPDFArray> array(new SkPDFArray);
231 assert_emit_eq(reporter, *array, "[]");
233 array->appendInt(42);
234 assert_emit_eq(reporter, *array, "[42]");
236 array->appendScalar(SK_ScalarHalf);
237 assert_emit_eq(reporter, *array, "[42 .5]");
239 array->appendInt(0);
240 assert_emit_eq(reporter, *array, "[42 .5 0]");
242 array->appendBool(true);
243 assert_emit_eq(reporter, *array, "[42 .5 0 true]")
    [all...]
  /external/tensorflow/tensorflow/python/kernel_tests/
relu_op_test.py 49 np.array([[0.0, 0.7, 0.0, 0.3, 0.0], [0.1, 0.0, 0.5, 0.0, 0.9]]),
51 np.array([[-0.9, 0.7, -0.5, 0.3, -0.1], [0.1, -0.3, 0.5, -0.7,
65 np.array([[-9, 7, -5, 3, -1], [1, -3, 5, -7, 9]]).astype(t),
69 np.array([[-9, 7, -5, 3, -1], [1, -3, 5, -7, 9]]).astype(t),
164 np.array([[0.0, 0.7, 0.0, 0.3, 6.0], [0.1, 0.0, 6.0, 0.0, 0.9]]),
166 np.array([[-0.9, 0.7, -0.5, 0.3, 6.0], [0.1, -0.3, 6.5, -0.7,
180 np.array([[-9, 7, -5, 3, -1], [1, -3, 5, -7, 9]]).astype(t),
184 np.array([[-9, 7, -5, 3, -1], [1, -3, 5, -7, 9]]).astype(t),
231 np.array([[-0.59343034025, 0.7, -0.39346934028, 0.3, -0.09516258196],
234 np.array([[-0.9, 0.7, -0.5, 0.3, -0.1], [0.1, -0.3, 0.5, -0.7
    [all...]
  /external/tensorflow/tensorflow/python/training/
adam_test.py 62 var0_np = np.array([1.0, 2.0], dtype=dtype.as_numpy_dtype)
63 grads0_np = np.array([0.1, 0.1], dtype=dtype.as_numpy_dtype)
64 var1_np = np.array([3.0, 4.0], dtype=dtype.as_numpy_dtype)
65 grads1_np = np.array([0.01, 0.01], dtype=dtype.as_numpy_dtype)
73 grads0_np_indices = np.array([0, 1], dtype=np.int32)
77 grads1_np_indices = np.array([0, 1], dtype=np.int32)
158 var0_np = np.array([1.0, 2.0], dtype=dtype.as_numpy_dtype)
159 grads0_np = np.array([0.1, 0.1], dtype=dtype.as_numpy_dtype)
160 var1_np = np.array([3.0, 4.0], dtype=dtype.as_numpy_dtype)
161 grads1_np = np.array([0.01, 0.01], dtype=dtype.as_numpy_dtype
    [all...]
  /prebuilts/tools/common/m2/repository/com/parse/bolts/bolts-applinks/1.4.0/
bolts-applinks-1.4.0.jar 
  /external/opencv/cv/src/
cvconvhull.cpp 45 icvSklansky_32s( CvPoint** array, int start, int end, int* stack, int nsign, int sign2 )
53 (array[start]->x == array[end]->x &&
54 array[start]->y == array[end]->y) )
69 int cury = array[pcur]->y;
70 int nexty = array[pnext]->y;
75 int ax = array[pcur]->x - array[pprev]->x;
76 int bx = array[pnext]->x - array[pcur]->x
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/hidl/1.0/
p2p_iface.h 13 #include <array>
202 std::pair<SupplicantStatus, std::array<uint8_t, 6>>
214 const std::array<uint8_t, 6>& peer_address,
220 const std::array<uint8_t, 6>& peer_address,
226 const std::array<uint8_t, 6>& peer_address);
229 const std::array<uint8_t, 6>& go_device_address,
230 const std::array<uint8_t, 6>& peer_address);
233 const std::array<uint8_t, 6>& peer_address);
241 const std::array<uint8_t, 6>& peer_address);
243 const std::array<uint8_t, 6>& peer_address)
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/hidl/1.1/
p2p_iface.h 13 #include <array>
202 std::pair<SupplicantStatus, std::array<uint8_t, 6>>
214 const std::array<uint8_t, 6>& peer_address,
220 const std::array<uint8_t, 6>& peer_address,
226 const std::array<uint8_t, 6>& peer_address);
229 const std::array<uint8_t, 6>& go_device_address,
230 const std::array<uint8_t, 6>& peer_address);
233 const std::array<uint8_t, 6>& peer_address);
241 const std::array<uint8_t, 6>& peer_address);
243 const std::array<uint8_t, 6>& peer_address)
    [all...]
  /frameworks/support/percent/src/main/java/androidx/percentlayout/widget/
PercentLayoutHelper.java 145 public static void fetchWidthAndHeight(ViewGroup.LayoutParams params, TypedArray array,
147 params.width = array.getLayoutDimension(widthAttr, 0);
148 params.height = array.getLayoutDimension(heightAttr, 0);
200 TypedArray array = context.obtainStyledAttributes(attrs, R.styleable.PercentLayout_Layout); local
201 float value = array.getFraction(R.styleable.PercentLayout_Layout_layout_widthPercent, 1, 1,
210 value = array.getFraction(R.styleable.PercentLayout_Layout_layout_heightPercent, 1, 1, -1f);
218 value = array.getFraction(R.styleable.PercentLayout_Layout_layout_marginPercent, 1, 1, -1f);
229 value = array.getFraction(R.styleable.PercentLayout_Layout_layout_marginLeftPercent, 1, 1,
238 value = array.getFraction(R.styleable.PercentLayout_Layout_layout_marginTopPercent, 1, 1,
247 value = array.getFraction(R.styleable.PercentLayout_Layout_layout_marginRightPercent, 1, 1
    [all...]
  /external/tensorflow/tensorflow/contrib/lite/toco/
allocate_transient_arrays.cc 32 // The life span of an array.
34 // If true, the array is persistent state (as in a RNN). In that case,
39 // Index of the first op addressing that array. The array must be allocated
42 // Index of the last op addressing that array. We want to deallocate the array
56 // one array for one op.
74 // Computes the ArrayLifespan for each array.
110 // that is wide enough for the new array.
122 // so we allocate the new array at the end of the allocation space
151 const auto& array = &model.GetArray(array_name); local
186 const auto& array = &model.GetArray(array_name); local
198 const auto& array = &model.GetArray(array_name); local
    [all...]
  /external/webrtc/webrtc/base/
scoped_ptr.h 100 // If C is an array type, invokes 'delete[]' on the parameter; otherwise,
107 // if U* is implicitly convertible to T* and U is not an array type.
116 // array. T is guaranteed to be a non-array, so any U* where U is an array
129 // Specialization of DefaultDeleter for array types.
139 // an array delete when the static type of the array mismatches the dynamic
145 template <typename U> void operator()(U* array) const;
151 static_assert(sizeof(T) == -1, "do not use array with size as type")
    [all...]
  /libcore/ojluni/src/main/java/java/util/stream/
Node.java 50 * structures such as a {@code Collection}, array, or a set of other
117 * @param generator A function to be used to create a new array, if needed,
135 * Provides an array view of the contents of this node.
138 * reference to an internal array rather than a copy. Since the returned
139 * array may be shared, the returned array should not be modified. The
140 * {@code generator} function may be consulted to create the array if a new
141 * array needs to be created.
144 * returns a new, empty array of that size and of the appropriate
145 * array typ
349 int[] array = asPrimitiveArray(); local
422 long[] array = asPrimitiveArray(); local
497 double[] array = asPrimitiveArray(); local
    [all...]
  /packages/apps/TvSettings/QuickSettings/src/com/android/tv/quicksettings/
SettingsDialog.java 108 R.array.setting_preset_values);
153 String[] settingNames = getResources().getStringArray(R.array.setting_names);
154 String[] settingKeys = getResources().getStringArray(R.array.setting_keys);
155 int[] maxSettingValues = getResources().getIntArray(R.array.setting_max_values);
228 R.array.setting_preset_values);
239 R.array.setting_preset_choices);
240 String[] presetSettingValues = getResources().getStringArray(R.array.setting_preset_values);
259 newSettingValues = getResources().getIntArray(R.array.standard_setting_values);
261 newSettingValues = getResources().getIntArray(R.array.cinema_setting_values);
263 newSettingValues = getResources().getIntArray(R.array.vivid_setting_values)
    [all...]
  /cts/tests/tests/util/src/android/util/cts/
ArrayMapTest.java 165 private static void compareMaps(HashMap map, ArrayMap array) {
166 if (map.size() != array.size()) {
167 fail("Bad size: expected " + map.size() + ", got " + array.size());
173 Object gotValue = array.get(entry.getKey());
180 for (int i=0; i<array.size(); i++) {
181 Object gotValue = array.valueAt(i);
182 Object key = array.keyAt(i);
190 if (map.entrySet().hashCode() != array.entrySet().hashCode()) {
192 + Integer.toHexString(map.entrySet().hashCode()) + " array=0x"
193 + Integer.toHexString(array.entrySet().hashCode()))
    [all...]
  /external/harfbuzz_ng/src/
hb-private.hh 382 Type *array; member in struct:hb_prealloced_array_t
389 array = static_array;
392 inline Type& operator [] (unsigned int i) { return array[i]; }
393 inline const Type& operator [] (unsigned int i) const { return array[i]; }
400 return &array[len - 1];
415 if (array == static_array) {
418 memcpy (new_array, array, len * sizeof (Type));
422 new_array = (Type *) realloc (array, new_allocated * sizeof (Type));
429 array = new_array;
446 memmove (static_cast<void *> (&array[i])
    [all...]
  /external/autotest/client/deps/webgl_mpd/src/resources/
J3DI.js 46 // For each string in the passed attribs array, bind an attrib with that name at that index.
49 // Set the clear color to the passed array (4 values) and set the clear depth to the passed value.
150 // Create a box with vertices, normals and texCoords. Create VBOs for each as well as the index array.
170 // vertex coords array
180 // normal array
191 // texCoord array
201 // index array
241 // Sphere has vertices, normals and texCoords. Create VBOs for each as well as the index array.
319 // Array of Objects curently loading
385 // whose value is a 2 element array with [<first index>, <num indices>
    [all...]
  /art/runtime/interpreter/mterp/arm/
op_array_length.S 2 * Return the length of an array.
10 ldr r3, [r0, #MIRROR_ARRAY_LENGTH_OFFSET] @ r3<- array length

Completed in 1675 milliseconds

<<51525354555657585960>>