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

<<41424344454647484950>>

  /external/syslinux/gpxe/src/arch/i386/include/
librm.h 116 #define __data16_array( variable, array ) \
118 _data16_ ## variable array __asm__ ( #variable )
124 #define __bss16_array( variable, array ) \
126 _data16_ ## variable array __asm__ ( #variable )
132 #define __text16_array( variable, array ) \
134 _text16_ ## variable array __asm__ ( #variable )
  /external/tensorflow/tensorflow/compiler/tests/
adagrad_test.py 52 np.array([-1.6026098728179932, -0.6026098728179932]), var0.eval(),
55 np.array([2.715679168701172, 3.715679168701172]), var1.eval(),
78 np.array([-1.6026098728179932, -0.6026098728179932]), var0.eval(),
81 np.array([2.715679168701172, 3.715679168701172]), var1.eval(),
114 np.array([-1.6026098728179932, -0.6026098728179932]), var0.eval(),
117 np.array([2.715679168701172, 3.715679168701172]), var1.eval(),
  /external/tensorflow/tensorflow/contrib/distributions/python/kernel_tests/
chi2_test.py 36 x = np.array([2.5, 2.5, 4.0, 0.1, 1.0, 2.0], dtype=np.float64)
53 x = np.array([2.5, 2.5, 4.0, 0.1, 1.0, 2.0], dtype=np.float64)
64 df_v = np.array([1., 3, 5], dtype=np.float64)
72 df_v = np.array([1., 3, 5], np.float64)
80 df_v = np.array([1., 3, 5], dtype=np.float64)
88 df_v = np.array([-1.3, -3.2, 5], dtype=np.float64)
  /external/tensorflow/tensorflow/python/data/kernel_tests/
zip_dataset_op_test.py 50 np.tile(np.array([[1], [2], [3], [4]]), 20),
51 np.tile(np.array([[12], [13], [14], [15]]), 22),
52 np.array([37.0, 38.0, 39.0, 40.0])
98 np.tile(np.array([[1], [2], [3], [4]]), 20),
99 np.tile(np.array([[12], [13], [14], [15]]), 22),
100 np.array([37.0, 38.0, 39.0, 40.0])
  /external/tensorflow/tensorflow/python/keras/_impl/keras/
constraints_test.py 53 array = get_example_array()
56 normed = norm_instance(keras.backend.variable(array))
61 x = np.array([[0, 0, 0], [1.0, 0, 0], [3, 0, 0], [3, 3, 3]]).T
62 x_normed_target = np.array([[0, 0, 0], [1.0, 0, 0],
91 array = get_example_array()
95 normed = norm_instance(keras.backend.variable(array))
  /external/v8/src/heap/
object-stats.h 64 bool RecordFixedArraySubTypeStats(FixedArrayBase* array, int array_sub_type,
66 auto it = visited_fixed_array_sub_types_.insert(array);
146 void RecordFixedArrayDetails(FixedArray* array);
156 bool RecordFixedArrayHelper(HeapObject* parent, FixedArray* array,
158 void RecursivelyRecordFixedArrayHelper(HeapObject* parent, FixedArray* array,
161 void RecordHashTableHelper(HeapObject* parent, HashTable* array, int subtype);
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
StackTest.java 130 Object [] array = {new Integer(0), new Object(), local
134 for(int i = 0; i < array.length; i++) {
135 stack.push(array[i]);
137 for(int i = 0; i < array.length; i++) {
138 assertEquals(array.length - i, stack.search(array[i]));
  /libcore/luni/src/test/java/libcore/java/lang/reflect/
GenericExceptionsTest.java 91 private <T> T getOnlyValue(Object[] array, Class<T> expectedType) {
92 assertEquals("Expected a " + expectedType.getName() + " but was " + Arrays.toString(array),
93 1, array.length);
94 assertTrue("Expected a " + expectedType.getName() + " but was " + array[0],
95 expectedType.isInstance(array[0]));
96 return expectedType.cast(array[0]);
  /libcore/ojluni/src/main/java/java/nio/
DoubleBuffer.java 45 * into an array; and</p></li>
49 * double array or some other double
64 * double array into a buffer, or by creating a
106 // backing array, and array offset
128 * initialized to zero. It will have a {@link #array backing array},
129 * and its {@link #arrayOffset array offset} will be zero.
146 * Wraps a double array into a buffer.
148 * <p> The new buffer will be backed by the given double array;
599 public final double[] array() { method in class:DoubleBuffer
    [all...]
FloatBuffer.java 45 * into an array; and</p></li>
49 * float array or some other float
64 * float array into a buffer, or by creating a
106 // backing array, and array offset
128 * initialized to zero. It will have a {@link #array backing array},
129 * and its {@link #arrayOffset array offset} will be zero.
146 * Wraps a float array into a buffer.
148 * <p> The new buffer will be backed by the given float array;
599 public final float[] array() { method in class:FloatBuffer
    [all...]
IntBuffer.java 46 * into an array; and</p></li>
50 * int array or some other int
65 * int array into a buffer, or by creating a
107 // backing array, and array offset
129 * initialized to zero. It will have a {@link #array backing array},
130 * and its {@link #arrayOffset array offset} will be zero.
147 * Wraps an int array into a buffer.
149 * <p> The new buffer will be backed by the given int array;
600 public final int[] array() { method in class:IntBuffer
    [all...]
LongBuffer.java 45 * into an array; and</p></li>
49 * long array or some other long
64 * long array into a buffer, or by creating a
106 // backing array, and array offset
128 * initialized to zero. It will have a {@link #array backing array},
129 * and its {@link #arrayOffset array offset} will be zero.
146 * Wraps a long array into a buffer.
148 * <p> The new buffer will be backed by the given long array;
599 public final long[] array() { method in class:LongBuffer
    [all...]
ShortBuffer.java 45 * into an array; and</p></li>
49 * short array or some other short
64 * short array into a buffer, or by creating a
106 // backing array, and array offset
128 * initialized to zero. It will have a {@link #array backing array},
129 * and its {@link #arrayOffset array offset} will be zero.
146 * Wraps a short array into a buffer.
148 * <p> The new buffer will be backed by the given short array;
599 public final short[] array() { method in class:ShortBuffer
    [all...]
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug097.go 49 /* An array composite literal needs to be created freshly every time.
50 It is a "construction" of an array after all. If I pass the address
51 of the array to some function, it may store it globally. Same applies
  /prebuilts/go/linux-x86/test/fixedbugs/
bug097.go 49 /* An array composite literal needs to be created freshly every time.
50 It is a "construction" of an array after all. If I pass the address
51 of the array to some function, it may store it globally. Same applies
  /frameworks/base/graphics/java/android/graphics/drawable/
LayerDrawable.java 47 * A Drawable that manages an array of other Drawables. These are drawn in array
187 final ChildDrawable[] array = state.mChildren; local
190 final ChildDrawable layer = array[i];
215 final ChildDrawable[] array = state.mChildren; local
218 final ChildDrawable layer = array[i];
290 * Initializes the constant state from the values in the typed array.
1006 final ChildDrawable[] array = mLayerState.mChildren; local
1233 final ChildDrawable[] array = mLayerState.mChildren; local
1252 final ChildDrawable[] array = mLayerState.mChildren; local
1271 final ChildDrawable[] array = mLayerState.mChildren; local
1286 final ChildDrawable[] array = mLayerState.mChildren; local
1298 final ChildDrawable[] array = mLayerState.mChildren; local
1326 final ChildDrawable[] array = mLayerState.mChildren; local
1340 final ChildDrawable[] array = mLayerState.mChildren; local
1352 final ChildDrawable[] array = mLayerState.mChildren; local
1374 final ChildDrawable[] array = mLayerState.mChildren; local
1386 final ChildDrawable[] array = mLayerState.mChildren; local
1398 final ChildDrawable[] array = mLayerState.mChildren; local
1409 final ChildDrawable[] array = mLayerState.mChildren; local
1447 final ChildDrawable[] array = mLayerState.mChildren; local
1464 final ChildDrawable[] array = mLayerState.mChildren; local
1489 final ChildDrawable[] array = mLayerState.mChildren; local
1510 final ChildDrawable[] array = mLayerState.mChildren; local
1551 final ChildDrawable[] array = mLayerState.mChildren; local
    [all...]
  /art/test/129-ThreadGetId/src/
Main.java 46 Thread[] array = new Thread[activeCount]; local
47 systemThreadGroup.enumerate(array);
48 for (Thread thread : array) {
  /development/vndk/tools/header-checker/header-abi-dumper/src/
fixed_argv.h 18 #include <array>
54 std::array<const char *, sizeof...(options)> opts{
77 std::array<const char *, sizeof...(arguments)> args{
  /external/annotation-tools/annotation-file-utilities/tests/
LambdaExpression.java 39 selectCommon = (String[] array,
43 for (int i = 0; i < array.length; i++) {
45 String str = array[i];
  /external/autotest/client/cros/cellular/mbim_compliance/sequences/
loopback_sequence.py 11 import array
27 DATA_PAYLOAD = array.array('B', [0x45, 0x00, 0x00, 0x54, 0xB4, 0x5A, 0x00,
52 ndp_entries - Array of NDP entry header objects.
53 payload - Array of packets where each packet is a byte array.
  /external/autotest/client/cros/cellular/mbim_compliance/tests/
cm_08.py 12 import array
43 information_buffer=array.array('B', struct.pack('I', 2)))
  /external/autotest/client/site_tests/cellular_MbimComplianceControlRequest/
cellular_MbimComplianceCM08.py 5 import array
55 payload_buffer=array.array('B', struct.pack('I', 2)))
  /external/autotest/client/tests/cgroup/
cgroup_client.py 11 import array, sys, time, math, os
39 mem = array.array('B')
  /external/clang/test/SemaTemplate/
canonical-expr-type.cpp 29 // Test dependently-sized array canonicalization
31 void f1(T (&array)[N + M]) { } // expected-note{{previous}}
34 void f1(T (&array)[M + N]) { }
37 void f1(T (&array)[M + N]) { } // expected-error{{redefinition}}
  /external/eigen/test/
dontalign.cpp 43 Scalar* array = internal::aligned_new<Scalar>(rows); local
44 v = VectorType::MapAligned(array, rows);
45 internal::aligned_delete(array, rows);

Completed in 2882 milliseconds

<<41424344454647484950>>