/external/capstone/bindings/ocaml/ |
test_systemz.ml | 11 for i = 0 to (Array.length str - 1) do 49 if (Array.length sysz.operands) > 0 then ( 50 printf "\top_count: %d\n" (Array.length sysz.operands); 51 Array.iteri (print_op handle) sysz.operands;
|
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/ |
TensorIO.h | 27 Map<const Array<Scalar, Dynamic, Dynamic, layout> > matrix(const_cast<Scalar*>(tensor.data()), first_dim, total_size/first_dim); 42 Map<const Array<Scalar, Dynamic, 1> > array(const_cast<Scalar*>(tensor.data()), total_size); 43 os << array; local
|
/external/llvm/include/llvm/Bitcode/ |
BitCodes.h | 95 Array = 3, // A sequence of fields, next field species elt encoding. 97 Blob = 5 // 32-bit aligned array of 8-bit characters. 123 case Array:
|
/external/protobuf/javanano/src/device/main/java/com/google/protobuf/nano/android/ |
ParcelableMessageNanoCreator.java | 40 import java.lang.reflect.Array; 89 return (T[]) Array.newInstance(mClazz, i);
|
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/introspector/ |
GenericProperty.java | 18 import java.lang.reflect.Array; 53 actualClasses[i] = Array.newInstance((Class<?>) componentType, 0)
|
/external/swiftshader/third_party/LLVM/include/llvm/Bitcode/ |
BitCodes.h | 92 Array = 3, // A sequence of fields, next field species elt encoding. 94 Blob = 5 // 32-bit aligned array of 8-bit characters. 121 case Array:
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Bitcode/ |
BitCodes.h | 102 Array = 3, // A sequence of fields, next field species elt encoding. 104 Blob = 5 // 32-bit aligned array of 8-bit characters. 130 case Array:
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Reader/ |
BitstreamReader.cpp | 57 case BitCodeAbbrevOp::Array: 78 case BitCodeAbbrevOp::Array: 112 if (CodeOp.getEncoding() == BitCodeAbbrevOp::Array || 114 report_fatal_error("Abbreviation starts with an Array or a Blob"); 123 if (Op.getEncoding() != BitCodeAbbrevOp::Array && 129 if (Op.getEncoding() == BitCodeAbbrevOp::Array) { 130 // Array case. Read the number of elements as a vbr6. 134 assert(i+2 == e && "array op not second to last?"); 141 report_fatal_error("Array element type can't be an Array or a Blob") [all...] |
/external/v8/src/inspector/ |
v8-debugger-agent-impl.h | 53 std::unique_ptr<protocol::Array<protocol::Debugger::Location>>* locations) 71 std::unique_ptr<protocol::Array<protocol::Debugger::SearchMatch>>*) 76 std::unique_ptr<protocol::Array<protocol::Debugger::BreakLocation>>* 81 Maybe<protocol::Array<protocol::Debugger::CallFrame>>* optOutCallFrames, 88 std::unique_ptr<protocol::Array<protocol::Debugger::CallFrame>>* 120 std::unique_ptr<protocol::Array<String16>> patterns) override; 123 std::unique_ptr<protocol::Array<protocol::Debugger::ScriptPosition>> 162 std::unique_ptr<protocol::Array<protocol::Debugger::CallFrame>>*);
|
/external/antlr/runtime/Ruby/lib/antlr3/test/ |
core-extensions.rb | 202 relative_list = Array.new( reference_list.length, '..' ) 230 class Array 232 # Pad an array with a given <tt>value</tt> upto a given <tt>length</tt>. 237 # to the beginning of the array. 246 Array.new( ( len+size ).abs,val ) + self 248 self + Array.new( len-size,val ) 252 # Like #pad but changes the array in place. 263 replace Array.new( ( len+size ).abs,val ) + self 265 concat Array.new( len-size,val )
|
/external/deqp/framework/common/ |
tcuFormatUtil.hpp | 172 // Array formatters. 175 class Array 181 Array (const Iterator& begin_, const Iterator& end_) : begin(begin_), end(end_) {} 195 std::ostream& operator<< (std::ostream& str, const Array<Iterator>& fmt) 212 return str << Array<const T*>(fmt.arr, fmt.arr+fmt.size); 268 /** Format array contents. */ 270 inline Format::Array<Iterator> formatArray (const Iterator& begin, const Iterator& end) 272 return Format::Array<Iterator>(begin, end); 275 /** Format array contents. */ 282 /** Format array contents. * [all...] |
/external/python/cpython3/Lib/ctypes/test/ |
test_arrays.py | 22 int_array = ARRAY(fmt, alen) 51 CharArray = ARRAY(c_char, 3) 76 numarray = ARRAY(c_int, alen) 95 self.assertIsNot(ARRAY(c_int, 3), ARRAY(c_int, 4)) 96 self.assertIs(ARRAY(c_int, 3), ARRAY(c_int, 3)) 121 # Array types are cached internally in the _ctypes extension, 122 # in a WeakValueDictionary. Make sure the array type is 129 # Create a new array type based on it [all...] |
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/ |
JSON.cpp | 71 const json::Array *Object::getArray(StringRef K) const { 76 json::Array *Object::getArray(StringRef K) { 92 Array::Array(std::initializer_list<Value> Elements) { 101 : Value(json::Array(Elements)) {} 122 create<json::Array>(M.as<json::Array>()); 148 create<json::Array>(std::move(M.as<json::Array>())); 171 as<json::Array>().~Array() [all...] |
/external/one-true-awk/ |
tran.c | 37 Array *symtab; /* main symbol table */ 61 Array *ARGVtab; /* symbol table containing ARGV[...] */ 62 Array *ENVtab; /* symbol table containing ENVIRON[...] */ 162 Array *makesymtab(int n) /* make a new symbol table */ 164 Array *ap; 167 ap = (Array *) malloc(sizeof(Array)); 180 Array *tp; 185 tp = (Array *) ap->sval; 207 Array *tp [all...] |
/external/tensorflow/tensorflow/core/lib/random/ |
random_distributions.h | 82 typedef Array<Eigen::half, kResultElementCount> ResultType; 106 typedef Array<bfloat16, kResultElementCount> ResultType; 130 typedef Array<float, kResultElementCount> ResultType; 154 typedef Array<double, kResultElementCount> ResultType; 178 typedef Array<int32, kResultElementCount> ResultType; 213 typedef Array<int64, kResultElementCount> ResultType; 335 typedef Array<Eigen::half, kResultElementCount> ResultType; 362 typedef Array<bfloat16, kResultElementCount> ResultType; 392 typedef Array<float, kResultElementCount> ResultType; 416 typedef Array<double, kResultElementCount> ResultType [all...] |
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Library/PlatformBootManagerLib/ |
PlatformBootManager.c | 21 Return the index of the load option in the load option array.
27 @param Array Pointer to the array of load options to be found.
28 @param Count Number of entries in the Array.
30 @retval -1 Key wasn't found in the Array.
31 @retval 0 ~ Count-1 The index of the Key in the Array.
36 IN CONST EFI_BOOT_MANAGER_LOAD_OPTION *Array,
43 if ((Key->OptionType == Array[Index].OptionType) &&
44 (Key->Attributes == Array[Index].Attributes) &&
45 (StrCmp (Key->Description, Array[Index].Description) == 0) && [all...] |
/external/llvm/lib/Bitcode/Reader/ |
BitstreamReader.cpp | 60 case BitCodeAbbrevOp::Array: 81 case BitCodeAbbrevOp::Array: 119 if (Op.getEncoding() != BitCodeAbbrevOp::Array && 125 if (Op.getEncoding() == BitCodeAbbrevOp::Array) { 126 // Array case. Read the number of elements as a vbr6. 130 assert(i+2 == e && "array op not second to last?"); 137 report_fatal_error("Array element type can't be an Array or a Blob"); 196 if (CodeOp.getEncoding() == BitCodeAbbrevOp::Array || 198 report_fatal_error("Abbreviation starts with an Array or a Blob") [all...] |
/external/tensorflow/tensorflow/lite/toco/tflite/ |
export_test.cc | 46 Array& input_array = input_model_.GetOrCreateArray(op->inputs[0]); 47 Array& filter_array = input_model_.GetOrCreateArray(op->inputs[1]); 48 Array& output_array = input_model_.GetOrCreateArray(op->outputs[0]); 57 Array& input1_array = input_model_.GetOrCreateArray(op->inputs[0]); 58 Array& input2_array = input_model_.GetOrCreateArray(op->inputs[1]); 59 Array& output_array = input_model_.GetOrCreateArray(op->outputs[0]); 68 Array& input1_array = input_model_.GetOrCreateArray(op->inputs[0]); 69 Array& input2_array = input_model_.GetOrCreateArray(op->inputs[1]); 70 Array& output_array = input_model_.GetOrCreateArray(op->outputs[0]); 97 Array& weight_array = input_model_.GetOrCreateArray("weights") [all...] |
/external/boringssl/src/ssl/ |
ssl_key_share.cc | 77 bool Finish(Array<uint8_t> *out_secret, uint8_t *out_alert, 118 Array<uint8_t> secret; 172 bool Finish(Array<uint8_t> *out_secret, uint8_t *out_alert, 176 Array<uint8_t> secret; 239 bool Accept(CBB *out_public_key, Array<uint8_t> *out_secret, 241 Array<uint8_t> secret; 274 bool Finish(Array<uint8_t> *out_secret, uint8_t *out_alert, 278 Array<uint8_t> secret; 354 bool SSLKeyShare::Accept(CBB *out_public_key, Array<uint8_t> *out_secret,
|
/external/swiftshader/src/Pipeline/ |
PixelProgram.hpp | 70 Array<Int, 4> aL; 71 Array<Int, 4> increment; 72 Array<Int, 4> iteration; 76 Array<UInt, 16> callStack; 80 Array<Int4, 1 + 24> enableStack;
|
VertexProgram.hpp | 42 Array<Int, 4> aL; 45 Array<Int, 4> increment; 46 Array<Int, 4> iteration; 50 Array<UInt, 16> callStack; 53 Array<Int4, 1 + 24> enableStack;
|
/external/swiftshader/src/Shader/ |
PixelProgram.hpp | 70 Array<Int, MAX_SHADER_NESTED_LOOPS> aL; 71 Array<Int, MAX_SHADER_NESTED_LOOPS> increment; 72 Array<Int, MAX_SHADER_NESTED_LOOPS> iteration; 76 Array<UInt, MAX_SHADER_CALL_STACK_SIZE> callStack; 80 Array<Int4, MAX_SHADER_ENABLE_STACK_SIZE> enableStack;
|
VertexProgram.hpp | 42 Array<Int, MAX_SHADER_NESTED_LOOPS> aL; 45 Array<Int, MAX_SHADER_NESTED_LOOPS> increment; 46 Array<Int, MAX_SHADER_NESTED_LOOPS> iteration; 50 Array<UInt, MAX_SHADER_CALL_STACK_SIZE> callStack; 53 Array<Int4, MAX_SHADER_ENABLE_STACK_SIZE> enableStack;
|
/external/tensorflow/tensorflow/core/kernels/ |
random_op_gpu.h | 49 T* buf, const tensorflow::random::Array<T, ElementCount>& array) const { 52 buf[i] = array[i]; 60 // Copies the elements from the array to buf. buf must be 128-bit aligned, 64 float* buf, const tensorflow::random::Array<float, 4>& array) const { 65 // NOTE(ringwalt): It's not safe to cast &array[0] to a float4, because they 69 vec.x = array[0]; 70 vec.y = array[1]; 71 vec.z = array[2] [all...] |
/external/tensorflow/tensorflow/lite/java/src/main/java/org/tensorflow/lite/ |
Tensor.java | 18 import java.lang.reflect.Array; 24 * A typed multi-dimensional array used in Tensorflow Lite. 77 * @return an array where the i-th element is the size of the i-th dimension of the tensor. 95 * <p>The {@code src} should either be a (multi-dimensional) array with a shape matching that of 128 * @param dst the destination buffer, either an explicitly-typed array, a {@link ByteBuffer} or 152 // TODO(b/80431971): Remove this method after deprecating multi-dimensional array inputs. 202 /** Returns the shape of an object as an int array. */ 219 /** Returns the number of dimensions of a multi-dimensional array, otherwise 0. */ 224 if (Array.getLength(o) == 0) { 225 throw new IllegalArgumentException("Array lengths cannot be 0.") [all...] |