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

<<21222324252627282930>>

  /art/test/476-checker-ctor-fence-redun-elim/src/
Main.java 17 import java.lang.reflect.Array;
330 public static int[] array = new int[1]; field in class:TestNonEscaping
354 array[0] = b.w0; // aput
355 external = array; // sput
368 Assert.stringEquals("[0]", array);
476 public static Object[] array = new Object[3]; field in class:TestDontOptimizeAcrossEscape
553 // A store of 'b' into another array will publish 'b'.
554 array[0] = b; // aput
566 Assert.stringEquals("[Base(w0: 0, w1: 0, w2: 0, w3: 0),<null>,<null>]", array);
629 // An array access generates a Deopt to avoid doing bounds check
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/
Base.h 32 // Disable warning when last field of data structure is a zero sized array.
40 This macro generates a divide by zero error or a zero size array declaration in
597 /// implementation and could be an array or structure.
632 /// implementation and could be an array or structure.
651 /// implementation and could be an array or structure.
668 /// implementation and could be an array or structure.
    [all...]
  /external/autotest/client/cros/networking/
shill_proxy.py 158 SERVICE_PROPERTY_EAP_CA_CERT_PEM: dbus.Array,
160 SERVICE_PROPERTY_OPENVPN_CA_CERT_PEM: dbus.Array,
174 SERVICE_PROPERTY_L2TP_CA_CERT_PEM: dbus.Array,
  /external/pdfium/fxjs/
cjs_color.cpp 46 v8::Local<v8::Array> color::ConvertPWLColorToArray(CJS_Runtime* pRuntime,
48 v8::Local<v8::Array> array; local
51 array = pRuntime->NewArray();
52 pRuntime->PutArrayElement(array, 0, pRuntime->NewString(L"T"));
55 array = pRuntime->NewArray();
56 pRuntime->PutArrayElement(array, 0, pRuntime->NewString(L"G"));
57 pRuntime->PutArrayElement(array, 1, pRuntime->NewNumber(color.fColor1));
60 array = pRuntime->NewArray();
61 pRuntime->PutArrayElement(array, 0, pRuntime->NewString(L"RGB"))
241 v8::Local<v8::Value> array = ConvertPWLColorToArray(pRuntime, *var); local
279 v8::Local<v8::Value> array = local
    [all...]
  /external/proguard/src/proguard/util/
ArrayUtil.java 23 import java.lang.reflect.Array;
33 * @param array1 the first array.
34 * @param array2 the second array.
54 * @param array1 the first array.
55 * @param array2 the second array.
75 * @param array1 the first array.
76 * @param array2 the second array.
96 * @param array1 the first array.
97 * @param array2 the second array.
118 * @param array1 the first array
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Bitcode/
BitstreamWriter.h 294 /// emission code. If BlobData is non-null, then it specifies an array of
295 /// data that should be emitted as part of the Blob or Array operand that is
316 } else if (Op.getEncoding() == BitCodeAbbrevOp::Array) {
317 // Array case.
318 assert(i+2 == e && "array op not second to last?");
325 "Blob data and record entries specified for array!");
437 /// that end with an array.
440 StringRef Array) {
441 EmitRecordWithAbbrevImpl(Abbrev, Vals, Array);
  /external/tensorflow/tensorflow/java/src/main/java/org/tensorflow/
Tensor.java 18 import java.lang.reflect.Array;
31 * A statically typed multi-dimensional array whose elements are of a type described by T.
50 * <p>A {@code Tensor} is a multi-dimensional array of elements of a limited set of types. Not all
52 * be either a primitive (float, double, int, long, boolean, byte) or a multi-dimensional array of
69 * // a differing number of elements in each row of this 2-D array.
286 * @param type any (non-null) array of the correct type.
365 * @return an array where the i-th element is the size of the i-th dimension of the tensor.
429 * array. For scalar tensors, use one of {@link #bytesValue()}, {@link #floatValue()}, {@link
614 private static void throwExceptionIfNotByteOfByteArrays(Object array) {
615 if (!array.getClass().getName().equals("[[B"))
    [all...]
  /external/v8/src/inspector/
v8-heap-profiler-agent-impl.cc 130 std::unique_ptr<protocol::Array<int>> statsDiff =
131 protocol::Array<int>::create();
339 auto children = protocol::Array<
v8-injected-script-host.cc 128 info.GetReturnValue().Set(toV8StringInternalized(isolate, "array"));
204 v8::Local<v8::Array> allProperties;
219 v8::Local<v8::Array> properties = v8::Array::New(isolate);
  /test/vti/dashboard/src/main/webapp/js/
test_acknowledgments.js 167 var branches = Array.from(branchSet);
169 var devices = Array.from(deviceSet);
171 var testCaseNames = Array.from(testCaseSet);
299 var allTestCases = data.reduce(function(array, column) {
300 return array.concat(column.data);
  /development/tools/winscope/src/
transform_sf.js 102 if (Array.isArray(e.children)) {
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/AutoGen/
StrGather.py 231 ## Create a buffer to store all items in an array
234 # @param Array: The array need to be formatted
236 def CreateBinBuffer(BinBuffer, Array):
237 for Item in Array:
240 ## Create a formatted string all items in an array
242 # Use ',' to join each item in an array, and break an new line when reaching the width (default is 16)
244 # @param Array: The array need to be formatted
247 # @retval ArrayItem: A string for all formatted array items
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Guid/StatusCodeDataTypeId/
StatusCodeDataTypeId.h 283 // on multiple devices within the array
287 // A shorthand to describe that the operation is performed // on all devices within the array
305 UINT16 Array;
  /device/linaro/bootloader/edk2/MdePkg/Include/Guid/
StatusCodeDataTypeId.h 545 /// A definition to describe that the operation is performed on multiple devices within the array.
546 /// May be used for EFI_STATUS_CODE_DIMM_NUMBER.Array and EFI_STATUS_CODE_DIMM_NUMBER.Device.
551 /// A definition to describe that the operation is performed on all devices within the array.
552 /// May be used for EFI_STATUS_CODE_DIMM_NUMBER.Array and EFI_STATUS_CODE_DIMM_NUMBER.Device.
558 /// May be used for EFI_STATUS_CODE_DIMM_NUMBER.Array and EFI_STATUS_CODE_DIMM_NUMBER.Device.
564 /// May be used for EFI_STATUS_CODE_DIMM_NUMBER.Array and EFI_STATUS_CODE_DIMM_NUMBER.Device.
573 /// overall memory scheme. The Array and Device numbers may indicate a specific DIMM, or they
585 /// The memory array number.
587 UINT16 Array;
589 /// The device number within that Array.
    [all...]
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
TreeParser.as 129 public override function getErrorMessage(e:RecognitionException, tokenNames:Array):String {
  /external/autotest/client/site_tests/platform_CrosDisksDBus/
platform_CrosDisksDBus.py 43 ('DeviceMountPaths', dbus.Array),
  /external/autotest/client/site_tests/security_SessionManagerDbusEndpoints/
security_SessionManagerDbusEndpoints.py 115 # Pass an empty dbus.Array with the correct signature, taken from
117 empty_string_array = dbus.Array(signature="as")
  /external/brotli/csharp/org/brotli/dec/
BrotliInputStream.cs 163 System.Array.Copy(buffer, bufferOffset, destBuffer, destOffset, copyLen);
  /external/eigen/Eigen/src/PaStiXSupport/
PaStiXSupport.h 169 Array<StorageIndex,IPARM_SIZE,1>& iparm()
187 Array<double,DPARM_SIZE,1>& dparm()
247 mutable Array<int,IPARM_SIZE,1> m_iparm; // integer vector for the input parameters
248 mutable Array<double,DPARM_SIZE,1> m_dparm; // Scalar vector for the input parameters
  /external/eigen/bench/btl/libs/blitz/
blitz_LU_solve_interface.hh 23 #include "blitz/array.h"
37 typedef blitz::Array<int,1> Pivot_Vector;
  /external/eigen/bench/btl/libs/gmm/
gmm_LU_solve_interface.hh 23 #include "blitz/array.h"
37 typedef blitz::Array<int,1> Pivot_Vector;
  /external/eigen/bench/btl/libs/mtl4/
mtl4_LU_solve_interface.hh 23 #include "blitz/array.h"
37 typedef blitz::Array<int,1> Pivot_Vector;
  /external/eigen/lapack/
clarf.f 28 * .. Array Arguments ..
76 *> V is COMPLEX array, dimension
97 *> C is COMPLEX array, dimension (LDC,N)
106 *> The leading dimension of the array C. LDC >= max(1,M).
111 *> WORK is COMPLEX array, dimension
141 * .. Array Arguments ..
clarfg.f 27 * .. Array Arguments ..
76 *> X is COMPLEX array, dimension
118 * .. Array Arguments ..
dlarf.f 28 * .. Array Arguments ..
72 *> V is DOUBLE PRECISION array, dimension
93 *> C is DOUBLE PRECISION array, dimension (LDC,N)
102 *> The leading dimension of the array C. LDC >= max(1,M).
107 *> WORK is DOUBLE PRECISION array, dimension
137 * .. Array Arguments ..

Completed in 1760 milliseconds

<<21222324252627282930>>