HomeSort by relevance Sort by last modified time
    Searched refs:Array (Results 451 - 475 of 1038) sorted by null

<<11121314151617181920>>

  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/
ExecutionEngine.cpp 249 char *Array;
252 ArgvArray() : Array(NULL) {}
255 delete[] Array;
256 Array = NULL;
262 /// Turn a vector of strings into a nice argv style array of pointers to null
272 Array = new char[(InputArgv.size()+1)*PtrSize];
274 DEBUG(dbgs() << "JIT: ARGV = " << (void*)Array << "\n");
286 // Endian safe: Array[i] = (PointerTy)Dest;
287 EE->StoreValueToMemory(PTOGV(Dest), (GenericValue*)(Array+i*PtrSize),
293 (GenericValue*)(Array+InputArgv.size()*PtrSize)
    [all...]
  /art/runtime/mirror/
array-inl.h 20 #include "array.h"
33 inline uint32_t Array::ClassSize(PointerSize pointer_size) {
39 inline size_t Array::SizeOf() {
47 // This is safe from overflow because the array was already allocated, so we know it's sane.
54 inline bool Array::CheckIsValidIndex(int32_t index) {
150 // Handle copies within the same array using the appropriate direction copy.
  /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/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/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/
JSONTest.cpp 226 "array": [null, true, 3.14, "hello", [1,2,3], {"time": "arrow"}],
243 ASSERT_FALSE(O->getObject("array"));
247 Array *A = O->getArray("array");
251 EXPECT_EQ(*(*A)[4].getAsArray(), (Array{1, 2, 3}));
356 Array{
  /external/tensorflow/tensorflow/compiler/xla/service/
hlo_sharding_test.cc 32 Array<int64> MakeArray(absl::Span<const int64> dimensions,
34 Array<int64> a(dimensions);
133 HloSharding tiled_sharding = HloSharding::Tile(Array<int64>({{0, 1}}));
  /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
605 private static void throwExceptionIfNotByteOfByteArrays(Object array) {
606 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();
340 auto children = protocol::Array<
  /external/tensorflow/tensorflow/lite/toco/
tooling_util.cc 95 LOG(FATAL) << "Unhandled array data type " << static_cast<int>(data_type);
149 // same array as more than one of their inputs, and in that case
481 VLOG(log_level) << "Array: " << name;
486 const auto& array = model.GetArray(name); local
487 VLOG(log_level) << " Data type: " << ArrayDataTypeName(array.data_type);
489 << ArrayDataTypeName(array.final_data_type);
490 if (array.buffer) {
493 if (array.alloc) {
496 if (array.has_shape()) {
497 const Shape& array_shape = array.shape()
1026 const auto& array = array_entry.second; local
1484 Array& array = model->GetOrCreateArray(name); local
1766 auto& array = model->GetArray(array_name); local
1782 const auto& array = &model.GetArray(array_name); local
2234 const auto& array = *array_entry.second; local
2320 auto& array = model->GetArray(matched_name); local
    [all...]
  /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/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/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/boringssl/src/ssl/test/
handshaker.cc 94 Array<uint8_t> bytes;
  /external/boringssl/src/ssl/
tls13_both.cc 57 SSL_HANDSHAKE *hs, Array<uint8_t> *out,
365 Array<uint8_t> input;
518 Array<uint8_t> msg;
581 Array<uint8_t> msg;
  /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 ..

Completed in 1563 milliseconds

<<11121314151617181920>>