/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...] |
/developers/samples/android/input/autofill/AutofillFramework/kotlinApp/Application/src/main/java/com/example/android/autofillframework/multidatasetservice/model/ |
FilledAutofillFieldCollection.kt | 39 fun setAutofillValuesForHints(autofillHints: Array<String>, autofillField: FilledAutofillField) {
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/DisplayEngineDxe/ |
FormDisplay.h | 293 Set value of a data element in an Array by its Index.
295 @param Array The data array.
296 @param Type Type of the data in this array.
297 @param Index Zero based index for data in this array.
303 IN VOID *Array,
310 Return data element in an Array by its Index.
312 @param Array The data array.
313 @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/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/libmojo/mojo/public/cpp/bindings/lib/ |
bindings_internal.h | 20 class Array; 169 ARRAY = 1 << 0, 206 struct MojomTypeTraits<Array<T>, false> { 210 static const MojomTypeCategory category = MojomTypeCategory::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/v8/src/inspector/ |
injected-script.h | 64 std::unique_ptr<protocol::Array<protocol::Runtime::PropertyDescriptor>>* 77 Response wrapPropertyInArray(v8::Local<v8::Array>,
|
v8-debugger.h | 81 v8::MaybeLocal<v8::Array> internalProperties(v8::Local<v8::Context>, 109 v8::Local<v8::Array> hitBreakpoints,
|
/frameworks/base/core/java/android/hardware/camera2/utils/ |
TypeReference.java | 19 import java.lang.reflect.Array; 149 * <li>If T is a GenericArrayType, the returned type is the corresponding array class. 174 // Should be at most 1 upper bound, but treat it like an array for simplicity 200 return Array.newInstance(componentType, 0).getClass(); 206 * @return component type, or {@code null} if {@code T} is not an array 226 // Should be at most 1 upper bound, but treat it like an array for simplicity 291 // Empty array => class is not generic 347 * However, we use this 'array OR array' approach for readability 417 * Check if any of the elements in this array contained a type variable [all...] |
/frameworks/base/tools/aapt2/ |
ResourceValues.cpp | 759 bool Array::Equals(const Value* value) const { 760 const Array* other = ValueCast<Array>(value); 776 Array* Array::Clone(StringPool* new_pool) const { 777 Array* array = new Array(); 778 array->comment_ = comment_; 779 array->source_ = source_ [all...] |
/libcore/ojluni/src/main/java/java/util/concurrent/atomic/ |
AtomicReferenceArray.java | 38 import java.lang.reflect.Array; 44 * An array of object references in which elements may be updated 50 * @param <E> The base class of elements held in this array 56 private static final long ARRAY; 59 private final Object[] array; // must have exact type Object[] field in class:AtomicReferenceArray 63 ARRAY = U.objectFieldOffset 64 (AtomicReferenceArray.class.getDeclaredField("array")); 68 throw new Error("array index scale not a power of two"); 76 if (i < 0 || i >= array.length) 90 * @param length the length of the array [all...] |
/libcore/support/src/test/java/tests/support/ |
Support_MapTest.java | 20 import java.lang.reflect.Array; 147 // Compare the iterator with the array. The arrays will be checked against each other. 189 return (T[]) Array.newInstance(elementType, size);
|
/packages/services/Car/car-lib/src/android/car/hardware/ |
CarPropertyConfig.java | 26 import java.lang.reflect.Array; 194 return (AreaConfig<E>[]) Array.newInstance(clazz, size);
|
/prebuilts/go/darwin-x86/src/reflect/ |
tostring_test.go | 52 case Array, Slice:
|
/prebuilts/go/linux-x86/src/reflect/ |
tostring_test.go | 52 case Array, Slice:
|
/external/vixl/test/aarch64/examples/ |
test-examples.cc | 91 uint32_t SumArrayC(uint8_t* array, uint32_t size) { 95 result += array[i]; 396 #define SUM_ARRAY_DOTEST(Array) \ 399 uintptr_t addr = reinterpret_cast<uintptr_t>(Array); \ 401 simulator.WriteXRegister(1, ARRAY_SIZE(Array)); \ 403 VIXL_CHECK(regs.xreg(0) == SumArrayC(Array, ARRAY_SIZE(Array))); \
|
/frameworks/rs/support/java/src/android/support/v8/renderscript/ |
Allocation.java | 87 throw new RSIllegalArgumentException("Object passed is not an array of primitives."); 91 throw new RSIllegalArgumentException("Object passed is not an Array of primitives."); 268 * Specifies the mapping between the Allocation's cells and an array's elements 269 * when data is copied from the Allocation to the array, or vice-versa. 273 * copying data from the Allocation to an array or vice-versa less efficient. 278 * i.e. the first 3 vector components of each cell, will be mapped between the array 282 * <p> For example, when copying an integer array to an Allocation of two {@link 285 * The array must have at least 8 integers, with the first 4 integers copied 290 * The array just needs to have at least 6 integers, with the first 3 integers 294 * <p> Similarly, when copying a byte array to an Allocation of two {@lin 1128 mRS.nAllocationData1D(getIDSafe(), off, mSelectedLOD, count, array, dataSize, dt, local 1464 array, sizeBytes, dt, local 1721 array, sizeBytes, dt, local 1814 mRS.nAllocationRead(getID(mRS), array, dt, mType.mElement.mType.mSize, usePadding); local 2002 mRS.nAllocationRead1D(getIDSafe(), off, mSelectedLOD, count, array, dataSize, dt, local 2306 array, sizeBytes, dt, mType.mElement.mType.mSize, usePadding); local [all...] |
/prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/ |
go.go | 91 // uchar array[8]; // pointer to data 94 // } Array; 95 var array_array int // runtime offsetof(Array,array) - same for String 97 var array_nel int // runtime offsetof(Array,nel) - same for String 99 var array_cap int // runtime offsetof(Array,cap) 101 var sizeof_Array int // runtime sizeof(Array) 108 // uchar array[8]; // pointer to data
|
/prebuilts/go/linux-x86/src/cmd/compile/internal/gc/ |
go.go | 91 // uchar array[8]; // pointer to data 94 // } Array; 95 var array_array int // runtime offsetof(Array,array) - same for String 97 var array_nel int // runtime offsetof(Array,nel) - same for String 99 var array_cap int // runtime offsetof(Array,cap) 101 var sizeof_Array int // runtime sizeof(Array) 108 // uchar array[8]; // pointer to data
|