| /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Bitcode/ |
| BitstreamWriter.h | 291 /// emission code. If BlobData is non-null, then it specifies an array of 292 /// data that should be emitted as part of the Blob or Array operand that is 315 assert(Op.getEncoding() != BitCodeAbbrevOp::Array && 329 } else if (Op.getEncoding() == BitCodeAbbrevOp::Array) { 330 // Array case. 331 assert(i + 2 == e && "array op not second to last?"); 338 "Blob data and record entries specified for array!"); 453 /// that end with an array. 456 StringRef Array) { 457 EmitRecordWithAbbrevImpl(Abbrev, makeArrayRef(Vals), Array, None) [all...] |
| /prebuilts/clang/host/linux-x86/clang-4630689/share/scan-build/ |
| sorttable.js | 140 // build an array to sort. This is a Schwartzian transform thing, 447 // array-like enumeration 448 if (!Array.forEach) { // mozilla already supports this 449 Array.forEach = function(array, block, context) { 450 for (var i = 0; i < array.length; i++) { 451 block.call(context, array[i], i, array); 467 Array.forEach(string.split(""), function(chr, index) { 487 // the object is array-lik [all...] |
| /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Bitcode/ |
| BitstreamWriter.h | 291 /// emission code. If BlobData is non-null, then it specifies an array of 292 /// data that should be emitted as part of the Blob or Array operand that is 315 assert(Op.getEncoding() != BitCodeAbbrevOp::Array && 329 } else if (Op.getEncoding() == BitCodeAbbrevOp::Array) { 330 // Array case. 331 assert(i + 2 == e && "array op not second to last?"); 338 "Blob data and record entries specified for array!"); 453 /// that end with an array. 456 StringRef Array) { 457 EmitRecordWithAbbrevImpl(Abbrev, makeArrayRef(Vals), Array, None) [all...] |
| /prebuilts/clang/host/linux-x86/clang-4639204/share/scan-build/ |
| sorttable.js | 140 // build an array to sort. This is a Schwartzian transform thing, 447 // array-like enumeration 448 if (!Array.forEach) { // mozilla already supports this 449 Array.forEach = function(array, block, context) { 450 for (var i = 0; i < array.length; i++) { 451 block.call(context, array[i], i, array); 467 Array.forEach(string.split(""), function(chr, index) { 487 // the object is array-lik [all...] |
| /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Bitcode/ |
| BitstreamWriter.h | 291 /// emission code. If BlobData is non-null, then it specifies an array of 292 /// data that should be emitted as part of the Blob or Array operand that is 315 assert(Op.getEncoding() != BitCodeAbbrevOp::Array && 329 } else if (Op.getEncoding() == BitCodeAbbrevOp::Array) { 330 // Array case. 331 assert(i + 2 == e && "array op not second to last?"); 338 "Blob data and record entries specified for array!"); 453 /// that end with an array. 456 StringRef Array) { 457 EmitRecordWithAbbrevImpl(Abbrev, makeArrayRef(Vals), Array, None) [all...] |
| /prebuilts/clang/host/linux-x86/clang-4691093/share/scan-build/ |
| sorttable.js | 140 // build an array to sort. This is a Schwartzian transform thing, 447 // array-like enumeration 448 if (!Array.forEach) { // mozilla already supports this 449 Array.forEach = function(array, block, context) { 450 for (var i = 0; i < array.length; i++) { 451 block.call(context, array[i], i, array); 467 Array.forEach(string.split(""), function(chr, index) { 487 // the object is array-lik [all...] |
| /prebuilts/misc/darwin-x86/analyzer/tools/scan-build/ |
| sorttable.js | 140 // build an array to sort. This is a Schwartzian transform thing, 447 // array-like enumeration 448 if (!Array.forEach) { // mozilla already supports this 449 Array.forEach = function(array, block, context) { 450 for (var i = 0; i < array.length; i++) { 451 block.call(context, array[i], i, array); 467 Array.forEach(string.split(""), function(chr, index) { 487 // the object is array-lik [all...] |
| /prebuilts/misc/linux-x86/analyzer/tools/scan-build/ |
| sorttable.js | 140 // build an array to sort. This is a Schwartzian transform thing, 447 // array-like enumeration 448 if (!Array.forEach) { // mozilla already supports this 449 Array.forEach = function(array, block, context) { 450 for (var i = 0; i < array.length; i++) { 451 block.call(context, array[i], i, array); 467 Array.forEach(string.split(""), function(chr, index) { 487 // the object is array-lik [all...] |
| /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ActionScript/ |
| ActionScript.stg | 84 this.state.ruleMemo = new Array(<numRules>+1);<\n> <! index from 1..n !> 175 public static const tokenNames:Array = [ 203 public override function get tokenNames():Array { return <grammar.composite.rootGrammar.recognizerName>.tokenNames; } 228 this.state.ruleMemo = new Array(<length(grammar.allImportedRules)>+1);<\n> <! index from 1..n !> 395 :{var list_<it.label.text>:Array=null;}; separator="\n" 410 :{var list_<it.label.text>:Array=null;}; separator="\n" 638 if (list_<label>==null) list_<label>=new Array(); 948 private const DFA<dfa.decisionNumber>_eot:Array = 950 private const DFA<dfa.decisionNumber>_eof:Array = 952 private const DFA<dfa.decisionNumber>_min:Array [all...] |
| /device/linaro/bootloader/edk2/BaseTools/Source/Python/AutoGen/ |
| GenC.py | 901 Array = ''
[all...] |
| /developers/build/prebuilts/gradle/RuntimePermissionsBasic/kotlinApp/Application/src/main/java/com/example/android/basicpermissions/ |
| MainActivity.kt | 70 permissions: Array<String>,
|
| /developers/samples/android/system/RuntimePermissionsBasic/kotlinApp/Application/src/main/java/com/example/android/basicpermissions/ |
| MainActivity.kt | 70 permissions: Array<String>,
|
| /device/linaro/bootloader/edk2/MdeModulePkg/Universal/DisplayEngineDxe/ |
| FormDisplay.h | 294 Set value of a data element in an Array by its Index.
296 @param Array The data array.
297 @param Type Type of the data in this array.
298 @param Index Zero based index for data in this array.
304 IN VOID *Array,
311 Return data element in an Array by its Index.
313 @param Array The data array.
314 @param Type Type of the data in this array. [all...] |
| /external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/ |
| rhino-python.extensions | 73 this.indentStack = new Array(PythonTokenSource.MAX_INDENTS);
|
| /external/brotli/csharp/org/brotli/dec/ |
| BitReader.cs | 72 System.Array.Copy(br.byteBuffer, readOffset, br.byteBuffer, 0, bytesRead);
228 System.Array.Copy(br.byteBuffer, readOffset, data, offset, copyInts << 2);
|
| /external/eigen/demos/mandelbrot/ |
| mandelbrot.cpp | 34 typedef Eigen::Array<Real, packetSize, 1> Packet; // wrap a Packet as a vector 43 typedef Eigen::Array<Real, 2, 1> Vector2;
|
| /external/eigen/test/ |
| svd_fill.h | 11 Array<T,4,1> four_denorms(); 18 Array<T,4,1> four_denorms() { return four_denorms<double>().cast<T>(); }
|
| /external/icu/android_icu4j/src/main/java/android/icu/impl/ |
| UResource.java | 32 // Stores a reference to the resource bundle key string bytes array, 69 * @param keyBytes new key string byte array 115 * Does not clone the byte array. 273 * Interface for iterating over a resource bundle array resource. 276 public interface Array { 278 * @return The number of items in the array resource. 282 * @param i Array item index. 295 * @return The number of items in the array resource. 299 * @param i Array item index. 357 * @throws UResourceTypeMismatchException if this is not an array resourc [all...] |
| /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
| UResource.java | 30 // Stores a reference to the resource bundle key string bytes array, 67 * @param keyBytes new key string byte array 113 * Does not clone the byte array. 271 * Interface for iterating over a resource bundle array resource. 274 public interface Array { 276 * @return The number of items in the array resource. 280 * @param i Array item index. 293 * @return The number of items in the array resource. 297 * @param i Array item index. 355 * @throws UResourceTypeMismatchException if this is not an array resourc [all...] |
| /external/mesa3d/src/gallium/auxiliary/tgsi/ |
| tgsi_parse.c | 132 if (decl->Declaration.Array) { 133 next_token(ctx, &decl->Array); 276 * Make a new copy of a token array.
|
| /external/protobuf/js/binary/ |
| constants.js | 81 * @typedef {ArrayBuffer|Uint8Array|Array<number>|string} 94 * A repeated field in jspb is an array of scalars, blobs, or messages. 95 * @typedef {!Array<jspb.ScalarFieldType>| 96 !Array<!Uint8Array>| 97 !Array<!jspb.BinaryMessage>} 104 * array of any of the above.
|
| /external/python/cpython2/Doc/includes/ |
| mp_benchmarks.py | 205 print '\n\t######## testing Array("i", ..., lock=False)\n' 206 test_seqspeed(multiprocessing.Array('i', range(10), lock=False)) 207 print '\n\t######## testing Array("i", ..., lock=True)\n' 208 test_seqspeed(multiprocessing.Array('i', range(10), lock=True))
|
| /external/python/cpython3/Lib/ctypes/test/ |
| test_frombuffer.py | 2 import array 14 a = array.array("i", range(16)) 57 array = _testbuffer.ndarray( 60 (c_char * 16).from_buffer(array) 61 array = memoryview(array) 62 self.assertTrue(array.f_contiguous) 63 self.assertFalse(array.c_contiguous) 65 (c_char * 16).from_buffer(array) [all...] |
| /external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/ |
| NaClBitCodes.h | 118 Array = 3, // A sequence of fields, next field species elt encoding. 145 bool isArrayOp() const { return Enc == Array; }
|
| /external/swiftshader/third_party/subzero/src/ |
| IceCfg.h | 255 /// Allocate an array of data of type T using the per-Cfg allocator. 266 template <typename T> void deallocateArrayOf(T *Array) { 267 Allocator->Deallocate(Array);
|