HomeSort by relevance Sort by last modified time
    Searched refs:Array (Results 426 - 450 of 1581) sorted by null

<<11121314151617181920>>

  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
CommonTreeNodeStream.as 38 * the tree using an array of Object pointers. The stream necessarily
70 protected var nodes:Array;
85 * to consume). If -1, nodes array not filled yet.
93 protected var calls:Array;
103 nodes = new Array();
312 calls = new Array();
331 calls = new Array();
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Collections/
HashList.cs 257 public void CopyTo(Array array, int index)
259 _hashList.CopyKeysTo(array, index);
328 public void CopyTo(Array array, int index)
330 _hashList.CopyValuesTo(array, index);
456 public void CopyTo(Array array, int index)
462 array.SetValue(e, index++);
482 private void CopyKeysTo(Array array, int index
    [all...]
  /external/chromium_org/mojo/public/tools/bindings/pylib/mojom/generate/
test_support.py 51 if kind1.__class__ == mojom.Array:
113 struct.AddField('testfield2', mojom.Array(mojom.INT32), 42)
118 method.AddParameter('bar', mojom.Array(struct))
136 errors += EXPECT_EQ(mojom.Array, module.structs[0].fields[1].kind.__class__)
149 mojom.Array,
  /external/liblzf/cs/
CLZF.cs 129 UInt32 FRST(byte[] Array,UInt32 ptr)
131 return (UInt32)(((Array[ptr]) << 8) | Array[ptr+1]);
134 UInt32 NEXT(UInt32 v,byte[] Array,UInt32 ptr)
136 return ((v) << 8) | Array[ptr+2];
  /external/llvm/include/llvm/Bitcode/
BitstreamReader.h 366 uint8_t Array[sizeof(word_t)] = {0};
368 BitStream->getBitcodeBytes().readBytes(NextChar, sizeof(Array), Array);
373 memcpy(&EndianValue, Array, sizeof(Array));
  /frameworks/base/core/java/com/android/internal/util/
ArrayUtils.java 25 import java.lang.reflect.Array;
75 * @param array1 the first byte array
76 * @param array2 the second byte array
100 * Returns an empty array of the specified type. The intent is that
101 * it will return the same empty array every time to avoid reallocation,
114 cache = Array.newInstance(kind, 0);
124 * Checks if given array is null or has zero elements.
126 public static <T> boolean isEmpty(T[] array) {
127 return array == null || array.length == 0
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
chrome_extension_externs.js 164 /**@type {!Array.<string>} */
368 * @param {function(Array.<Tab>): void} callback Callback.
390 * @param {Object.<string, (number|Array.<number>)>} highlightInfo
392 * (number or array of numbers) keys.
421 * @param {function(Array.<Tab>): void=} opt_callback Callback.
422 * @return {!Array.<Tab>}
438 * @param {number|Array.<number>} tabIds A tab ID or an array of tab IDs.
535 * @param {function(!Array.<!ChromeWindow>): void=} opt_callback Callback.
601 * @param {function(Array.<string>): void} callback The callback function whic
    [all...]
description_util.js 41 * @param {Array.<Node>=} opt_changedAncestors The changed ancestors that will
90 * Returns a description of a navigation from an array of changed
94 * @param {Array.<Node>} ancestorsArray An array of ancestor nodes.
176 * Returns a description of a navigation from an array of changed
185 * @return {!Array.<cvox.NavDescription>} The description of the navigation
227 * Returns an array of NavDescriptions that includes everything that would be
235 * @return {!Array.<!cvox.NavDescription>} The descriptions as described above.
256 * @return {!Array.<!cvox.NavDescription>} The descriptions.
306 * @return {!Array.<!cvox.NavDescription>} The descriptions
    [all...]
math_semantic_tree.js 53 /** @type {Array.<Element>} */
68 /** @type {!Array.<cvox.SemanticTree.Node>} */
76 * @type {!Array.<cvox.SemanticTree.Node>}
86 * @return {!Array.<cvox.SemanticTree.Node>} The nodes in the tree for which the
127 * @param {!Array.<!cvox.SemanticTree.Node>} nodes A list of nodes.
286 * @param {Array.<Node>} mmlNodes List of MathML nodes.
300 * @param {Array.<Node>} mmlNodes List of MathML nodes.
496 * @param {Array.<Element>} mmls A list of MathML nodes.
497 * @return {!Array.<cvox.SemanticTree.Node>} The list of resulting semantic
552 * @param {!Array.<cvox.SemanticTree.Node>} children The child nodes
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/irc/servlet/jstemplate/
util.js 103 * Detect if an object looks like an Array.
104 * Note that instanceof Array is not robust; for example an Array
105 * created in another iframe fails instanceof Array.
107 * @return {boolean} Is the object an array?
117 * Finds a slice of an array.
119 * @param {Array} array Array to be sliced.
122 * @return {Array} array The slice of the array from start to end
    [all...]
  /external/chromium_org/third_party/jstemplate/
util.js 99 * Detect if an object looks like an Array.
100 * Note that instanceof Array is not robust; for example an Array
101 * created in another iframe fails instanceof Array.
103 * @return {boolean} Is the object an array?
113 * Finds a slice of an array.
115 * @param {Array} array Array to be sliced.
118 * @return {Array} array The slice of the array from start to end
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/
provided_file_systems.js 37 * @type {Array.<Object>}
76 * @type {Array.<Object>}
255 * @type {Array.<Object>}
261 * @type {Array.<Object>}
292 * @type {Array.<Object>}
299 * @param {Array.<Object>} fileSystems Array containing provided file system
  /external/chromium_org/v8/test/mjsunit/
array-elements-from-object-prototype.js 30 // for various Array.prototype functions (like unshift, shift, etc.)
32 // array-elements-from-array-prototype.js
33 // array-elements-from-array-prototype-chain.js
34 // array-elements-from-object-prototype.js
49 var a = new Array(13)
58 // Side-effects: Array.prototype[3] percolates into a[2] and Array.prototype[7[
72 // Side-effects: Array.prototype[3] now percolates into a[5] and Array.prototype[7
    [all...]
allocation-folding.js 107 var a1 = new Array(84632);
108 var a2 = new Array(84632);
109 var a3 = new Array(84632);
  /art/runtime/mirror/
object_test.cc 23 #include "array-inl.h"
84 EXPECT_EQ(ARRAY_LENGTH_OFFSET, Array::LengthOffset().Int32Value());
85 EXPECT_EQ(OBJECT_ARRAY_DATA_OFFSET, Array::DataOffset(sizeof(HeapReference<Object>)).Int32Value());
90 EXPECT_EQ(STRING_DATA_OFFSET, Array::DataOffset(sizeof(uint16_t)).Int32Value());
161 Handle<Array> a(
162 hs.NewHandle(Array::Alloc<true>(soa.Self(), c, 1, c->GetComponentSize(),
168 a.Assign(Array::Alloc<true>(soa.Self(), c, 1, c->GetComponentSize(),
174 a.Assign(Array::Alloc<true>(soa.Self(), c, 1, c->GetComponentSize(),
184 Handle<Array> a(
185 hs.NewHandle(Array::Alloc<true>(soa.Self(), c, 1, c->GetComponentSize()
274 Object* array = CheckAndAllocArrayFromCodeInstrumented(type_idx, sort, 3, Thread::Current(), false, local
546 Object* array = ObjectArray<Object>::Alloc(soa.Self(), Object_array_class, 1); local
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/chrome/
expanding_braille_translator.js 83 * @param {function(!ArrayBuffer, !Array.<number>, !Array.<number>)}
133 function appendAdjusted(array, toAppend, adjustment) {
134 array.push.apply(array, toAppend.map(
194 * @return {!Array.<cvox.ExpandingBrailleTranslator.Range_>} The calculated
230 * @param {Array.<cvox.ExpandingBrailleTranslator.Range_>} outRanges
285 * @param {function(!ArrayBuffer, !Array.<number>, !Array.<number>)} callback
287 * @return {function(ArrayBuffer, Array.<number>, Array.<number>)
    [all...]
  /external/chromium_org/chrome/renderer/resources/extensions/
notifications_custom_bindings.js 35 $Array.push(urlSpecs, {
45 $Array.push(urlSpecs, {
59 $Array.push(urlSpecs, {
  /external/chromium_org/content/renderer/
skia_benchmarking_extension.cc 228 v8::Handle<v8::Array> result = v8::Array::New(isolate, canvas.getSize());
241 v8::Local<v8::Array> v8_info = v8::Array::New(isolate, info->count());
282 v8::Local<v8::Array> op_times =
283 v8::Array::New(isolate, benchmarking_canvas.CommandCount());
  /external/chromium_org/ui/keyboard/resources/
touch_fuzzing.js 33 * @type {Array<Key>}
80 * @return {Array<Map>}
217 * @param {Array{Key}} The child elements.
235 * @param {Array} array The data points.
238 var updateBranch = function(array) {
239 if (array.length == 1) {
240 return new LeafNode(array[0]);
242 var splits = findSplits(array, !currentRotation)
244 tree.populate(array);
    [all...]
  /external/chromium_org/v8/test/mjsunit/regress/
regress-crbug-245480.js 38 // support_smi_only_arrays = %HasFastSmiElements(new Array(1,2,3,4,5,6,7,8));
62 return new Array(arg);
75 return new Array(length)
  /external/chromium_org/v8/tools/
consarray.js 32 * sequentally. The internal Array implementation is horribly slow
47 * Concatenates another array for iterating. Empty arrays are ignored.
51 * @param {Array} arr Array to concatenate.
  /external/eigen/Eigen/src/Core/util/
XprHelper.h 190 typedef Array<typename traits<T>::Scalar,
226 struct eval<Array<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>, Dense>
228 typedef const Array<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& type;
409 /** \internal gives the plain matrix or array type to store a row/column/diagonal of a matrix type.
417 typedef Array<Scalar, 1, ExpressionType::ColsAtCompileTime,
432 typedef Array<Scalar, ExpressionType::RowsAtCompileTime, 1,
449 typedef Array<Scalar, diag_size, 1, ExpressionType::PlainObject::Options & ~RowMajor, max_diag_size, 1> ArrayDiagType;
  /external/pdfium/fpdfsdk/src/javascript/
JS_Value.cpp 61 CJS_Value::CJS_Value(v8::Isolate* isolate, CJS_Array& array):m_isolate(isolate)
63 operator = (array);
146 CJS_Value::operator v8::Handle<v8::Array>() const
149 return v8::Handle<v8::Array>::Cast(JS_ToObject(m_pValue));
150 return v8::Handle<v8::Array>();
215 void CJS_Value::operator = (CJS_Array & array)
217 m_pValue = JS_NewObject2(m_isolate,(v8::Handle<v8::Array>)array);
264 FX_BOOL CJS_Value::ConvertToArray(CJS_Array &array) const
268 array.Attach(JS_ToArray(m_pValue));
    [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/tests/
heap-checker_unittest.cc     [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/tests/
heap-checker_unittest.cc     [all...]

Completed in 1025 milliseconds

<<11121314151617181920>>