/frameworks/compile/slang/BitWriter_2_9_func/ |
BitcodeWriter.cpp | 204 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Array)); 212 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Array)); 219 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Array)); 227 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Array)); 317 // ARRAY: [numelts, eltty] 611 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Array)); 622 // location (it's never more expensive than building an array size 1). 638 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Array)); 783 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Array)); 790 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Array)); [all...] |
/frameworks/compile/slang/BitWriter_3_2/ |
BitcodeWriter.cpp | 203 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Array)); 212 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Array)); 220 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Array)); 228 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Array)); 319 // ARRAY: [numelts, eltty] 641 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Array)); 652 // location (it's never more expensive than building an array size 1). 668 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Array)); 820 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Array)); 827 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Array)); [all...] |
/dalvik/docs/ |
prettify.js | 61 * @param {Array.<string>} out output buffer that receives chunks of HTML. 183 /** Splice one array into another. 187 * @param {Array} inserted 188 * @param {Array} container modified in place 535 * @param {Array} shortcutStylePatterns patterns that always start with 537 * @param {Array} fallthroughStylePatterns patterns that will be tried in 540 * @return {function (string, number?) : Array.<number|string>} a 694 * @return {function (string) : Array.<string|number>} a 751 * @return {Array.<number|string>} a decoration list. [all...] |
/external/libevent/ |
event_rpcgen.py | 73 """Takes an array, add indentation to each entry and prints it.""" 103 if entry.Array(): 139 if entry.Array(): 185 if entry.Array(): 255 if not entry.Array(): 371 def Array(self): 393 if self.Array() and not self._can_be_array: 395 'Entry "%s" cannot be created as an array ' 403 'Entry "%s" has illegal combination of optional and array ' 491 if self.Array() [all...] |
/external/swiftshader/third_party/LLVM/lib/Bitcode/Writer/ |
BitcodeWriter.cpp | 210 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Array)); 219 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Array)); 227 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Array)); 235 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Array)); 326 // ARRAY: [numelts, eltty] 594 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Array)); 729 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Array)); 736 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Array)); 742 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Array)); 748 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Array)); [all...] |
/frameworks/compile/slang/BitWriter_2_9/ |
BitcodeWriter.cpp | 169 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Array)); 233 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Array)); 242 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Array)); 317 // ARRAY: [numelts, eltty] 613 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Array)); 624 // location (it's never more expensive than building an array size 1). 640 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Array)); 785 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Array)); 792 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Array)); 798 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Array)); [all...] |
/external/mesa3d/src/mesa/main/ |
bufferobj.c | 79 return &ctx->Array.ArrayBufferObj; 81 return &ctx->Array.ArrayObj->ElementArrayBufferObj; 310 ASSERT(ctx->Array.ArrayBufferObj != bufObj); 311 ASSERT(ctx->Array.ArrayObj->ElementArrayBufferObj != bufObj); 312 ASSERT(ctx->Array.ArrayObj->Vertex.BufferObj != bufObj); 620 _mesa_reference_buffer_object(ctx, &ctx->Array.ArrayBufferObj, 649 _mesa_reference_buffer_object(ctx, &ctx->Array.ArrayBufferObj, NULL); 842 * \param ids Array of \c n buffer object IDs. 862 struct gl_array_object *arrayObj = ctx->Array.ArrayObj; 879 if (ctx->Array.ArrayBufferObj == bufObj) [all...] |
/art/runtime/entrypoints/ |
entrypoint_utils-inl.h | 35 #include "mirror/array.h" 274 // Given the context of a calling Method, use its DexCache to resolve a type to an array Class. If 275 // it cannot be resolved, throw an error. If it can, use it to create an array. 280 inline mirror::Array* AllocArrayFromCode(dex::TypeIndex type_idx, 294 return mirror::Array::Alloc</*kInstrumented*/true>(self, 300 return mirror::Array::Alloc<kInstrumented>(self, klass, component_count, 306 inline mirror::Array* AllocArrayFromCodeResolved(mirror::Class* klass, 317 return mirror::Array::Alloc<kInstrumented>(self, klass, component_count, [all...] |
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LegacyBootManagerLib/ |
LegacyBm.c | 209 @param BbsIndexUsed The array shows how many BBS table indexs have been used.
[all...] |
/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/ |
AbstractFieldMatrix.java | 20 import java.lang.reflect.Array; 81 * Get the elements type from an array. 83 * @param d data array 84 * @return field to which array elements belong 85 * @exception IllegalArgumentException if array is empty 99 * Get the elements type from an array. 101 * @param d data array 102 * @return field to which array elements belong 103 * @exception IllegalArgumentException if array is empty 113 /** Build an array of elements 132 T[][] array = local 152 T[] array = (T[]) Array.newInstance(field.getZero().getClass(), length); local [all...] |
/external/v8/src/compiler/ |
simplified-operator.cc | 73 case kExternal##Type##Array: \ 613 BufferAccess(kExternal##Type##Array)) {} \ 621 BufferAccess(kExternal##Type##Array)) {} \ 755 case kExternal##Type##Array: \ 768 case kExternal##Type##Array: \ [all...] |
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/ |
BaseRecognizer.cs | 37 using Array = System.Array; [all...] |
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/ |
Profiler.cs | 40 using Array = System.Array; 633 Array.Copy(X, 0, trimmed, 0, n);
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/ |
BaseRecognizer.cs | 38 using Array = System.Array; [all...] |
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/ |
Profiler.cs | 39 using Array = System.Array; 689 Array.Copy(X, 0, trimmed, 0, n);
|
RemoteDebugEventSocketListener.cs | 37 using Array = System.Array; 711 Array.Copy(tokens, elements, Math.Min(tokens.Length, MAX_EVENT_ELEMENTS));
|
/external/clang/include/clang/Analysis/Analyses/ |
ThreadSafetyTIL.h | 1092 /// If p is a reference to an array, then p[i] is a reference to the i'th 1093 /// element of the array. 1098 ArrayIndex(SExpr *A, SExpr *N) : SExpr(COP_ArrayIndex), Array(A), Index(N) {} 1100 : SExpr(E), Array(A), Index(N) {} 1102 SExpr *array() { return Array; } function in class:clang::threadSafety::ArrayIndex 1103 const SExpr *array() const { return Array; } function in class:clang::threadSafety::ArrayIndex 1110 auto Na = Vs.traverse(Array, Vs.subExprCtx(Ctx)); 1117 typename C::CType Ct = Cmp.compare(array(), E->array()) 1140 SExpr *array() { return Array; } function in class:clang::threadSafety::ArrayAdd 1141 const SExpr *array() const { return Array; } function in class:clang::threadSafety::ArrayAdd [all...] |
/external/eigen/test/ |
array_for_matrix.cpp | 33 VERIFY_IS_APPROX(m1.array() + s1, s1 + m1.array()); 34 VERIFY_IS_APPROX((m1.array() + s1).matrix(), MatrixType::Constant(rows,cols,s1) + m1); 35 VERIFY_IS_APPROX(((m1*Scalar(2)).array() - s2).matrix(), (m1+m1) - MatrixType::Constant(rows,cols,s2) ); 37 m3.array() += s2; 38 VERIFY_IS_APPROX(m3, (m1.array() + s2).matrix()); 40 m3.array() -= s1; 41 VERIFY_IS_APPROX(m3, (m1.array() - s1).matrix()); 65 const Scalar& ref_m1 = m.matrix().array().coeffRef(0); 66 const Scalar& ref_m2 = m.matrix().array().coeffRef(0,0) [all...] |
/external/libmojo/mojo/public/cpp/bindings/lib/ |
array_serialization.h | 17 #include "mojo/public/cpp/bindings/array.h" 118 "Incorrect array serializer"); 120 "Incorrect array serializer"); 135 << "Primitive type should not have array validate params"; 186 "Incorrect array serializer"); 201 << "Primitive type should not have array validate params"; 237 "Incorrect array serializer"); 252 << "Primitive type should not have array validate params"; 291 "Incorrect array serializer"); 305 << "Handle or interface type should not have array validate params" [all...] |
/external/mesa3d/src/mesa/vbo/ |
vbo_split_copy.c | 53 const struct gl_client_array **array; member in struct:copy_context 64 const struct gl_client_array *array; member in struct:copy_context::__anon27960 105 static GLuint attr_size( const struct gl_client_array *array ) 107 return array->Size * _mesa_sizeof_type(array->Type); 156 printf(" array %d at %p:\n", j, (void*) arrays[j]); 175 const struct gl_client_array **saved_arrays = ctx->Array._DrawArrays; 194 ctx->Array._DrawArrays = copy->dstarray_ptr; 206 ctx->Array._DrawArrays = saved_arrays; 259 const struct gl_client_array *srcarray = copy->varying[i].array; [all...] |
/external/pdfium/fxjs/ |
cfxjse_class.cpp | 302 const v8::PropertyCallbackInfo<v8::Array>& info) { 306 v8::Local<v8::Array> newArray = v8::Array::New(pIsolate, lpClass->propNum);
|
/frameworks/base/tools/aapt2/proto/ |
TableProtoDeserializer.cpp | 301 const pb::Array& pb_array = pb_compound_value.array(); 302 std::unique_ptr<Array> array = util::make_unique<Array>(); local 311 array->items.push_back(std::move(item)); 313 value = std::move(array);
|
/frameworks/base/tools/aapt2/unflatten/ |
BinaryResourceParser.cpp | 548 std::unique_ptr<Array> BinaryResourceParser::ParseArray( 551 std::unique_ptr<Array> array = util::make_unique<Array>(); local 553 array->items.push_back(ParseValue(name, config, map_entry.value)); 555 return array;
|
/libcore/ojluni/src/main/java/sun/invoke/util/ |
Wrapper.java | 399 * All non-primitives, including array types, report as 'L', the signature character for references. 580 // primitive array support 582 return java.lang.reflect.Array.newInstance(primitiveType, len); 593 java.lang.reflect.Array.set(a, i+apos, value); 600 Object value = java.lang.reflect.Array.get(a, i+apos);
|
/external/owasp/sanitizer/empiricism/ |
html-containment.js | 14 * @param opt_elementNames an array of element names which defaults to 30 var paramIndices = new Array(arity); 31 var paramValues = new Array(arity); 364 if (v instanceof Array) {
|