/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/ |
BitSet.cs | 36 using Array = System.Array; 70 /** <summary>Construction from a static array of longs</summary> */ 164 Array.Resize(ref _bits, nwords); 264 /** <summary>return how much space is being used by the bits array not how many actually have member bits on.</summary> */
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/ |
BitSet.cs | 37 using Array = System.Array; 73 /** <summary>Construction from a static array of longs</summary> */ 185 Array.Resize(ref _bits, nwords); 312 /** <summary>return how much space is being used by the bits array not how many actually have member bits on.</summary> */
|
/external/eigen/test/ |
vectorwiseop.cpp | 19 typedef Array<Scalar, ArrayType::RowsAtCompileTime, 1> ColVectorType; 20 typedef Array<Scalar, 1, ArrayType::ColsAtCompileTime> RowVectorType; 167 CALL_SUBTEST_2(vectorwiseop_array(Array<double, 3, 2>()));
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter5/ |
codegen.ml | 44 if Array.length params == Array.length args then () else 46 let args = Array.map codegen_expr args in 174 let doubles = Array.make (Array.length args) double_type in 194 Array.iteri (fun i a ->
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/String/ |
15.5.4.11-2.js | 64 Secondly this test uses an array for expected results with two entries, 81 var array = new Array(); 87 var U = new Array(new Unicode( i, 4 ), new Unicode( i, 5 )); 90 array[item++] = new TestCase( SECTION, 95 array[item++] = new TestCaseDualExpected( SECTION, 101 return array; 211 u = new Array();
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_2/String/ |
split-002.js | 143 var A = new Array(); // 2 226 a = new Array(reResult.length - 1); 241 cap = new Array(); // 6
|
/external/webkit/Source/WebCore/bindings/v8/custom/ |
V8StorageCustom.cpp | 42 // Get an array containing the names of indexed properties in a collection. 43 v8::Handle<v8::Array> V8Storage::namedPropertyEnumerator(const v8::AccessorInfo& info) 47 v8::Handle<v8::Array> properties = v8::Array::New(length);
|
/system/core/libcutils/ |
selector.c | 27 #include <cutils/array.h> 33 Array* selectableFds; 151 Array* selectableFds = selector->selectableFds; 215 Array* selectableFds = selector->selectableFds;
|
/external/webkit/Source/WebCore/inspector/front-end/ |
ExtensionAPI.js | 303 details = details instanceof Array ? this.createNode.apply(this, details) : this.createNode(details); 319 node.contents = Array.prototype.slice.call(arguments); 337 arguments: Array.prototype.slice.call(arguments, 1) 455 var args = Array.prototype.slice.call(arguments, 2); 456 return function() { return func.apply(thisObject, args.concat(Array.prototype.slice.call(arguments, 0))); };
|
utilities.js | 35 var args = Array.prototype.slice.call(arguments, 1); 38 return func.apply(thisObject, args.concat(Array.prototype.slice.call(arguments, 0))); 680 Object.defineProperty(Array.prototype, "remove", { value: function(value, onlyFirst) 696 Object.defineProperty(Array.prototype, "keySet", { value: function() 704 Object.defineProperty(Array.prototype, "upperBound", { value: function(value) 720 Array.diff = function(left, right) 765 Array.convert = function(list) 767 // Cast array-like object to an array. 768 return Array.prototype.slice.call(list) [all...] |
/external/v8/test/mjsunit/tools/ |
tickprocessor.js | 86 shell_syms.push(Array.prototype.slice.apply(arguments, [0])); 112 libc_syms.push(Array.prototype.slice.apply(arguments, [0])); 150 shell_syms.push(Array.prototype.slice.apply(arguments, [0])); 173 stdc_syms.push(Array.prototype.slice.apply(arguments, [0])); 216 shell_syms.push(Array.prototype.slice.apply(arguments, [0])); 257 exe_exe_syms.push(Array.prototype.slice.apply(arguments, [0])); 269 exe_dll_syms.push(Array.prototype.slice.apply(arguments, [0])); 280 dll_dll_syms.push(Array.prototype.slice.apply(arguments, [0])); 292 dll_exe_syms.push(Array.prototype.slice.apply(arguments, [0]));
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/ |
parser.ml | 43 Ast.Call (id, Array.of_list (List.rev args)) 95 Ast.Var (Array.of_list (List.rev var_names), body) 186 Ast.Prototype (id, Array.of_list (List.rev args)) 195 let args = Array.of_list (List.rev args) in 198 if Array.length args != kind
|
/external/v8/test/mjsunit/ |
undeletable-functions.js | 31 var array; variable 33 array = [ 37 CheckEcmaSemantics(Array.prototype, array, "Array prototype"); 39 var old_Array_prototype = Array.prototype; 42 Array.prototype = new_Array_prototype; 43 assertEquals(old_Array_prototype, Array.prototype); 46 array = [ 57 CheckEcmaSemantics(Date.prototype, array, "Date prototype") [all...] |
debug-liveedit-patch-positions.js | 53 var positions = new Array(); 63 var res = new Array(); 90 var change_log = new Array();
|
elements-transition.js | 30 support_smi_only_arrays = %HasFastSmiOnlyElements(new Array(1,2,3,4,5,6,7,8)); 40 // We apply the same operations to two identical arrays. The first array 42 // actual conversion is done in runtime. The second array, arriving at 44 var array_1 = new Array(length); 45 var array_2 = new Array(length);
|
/external/v8/benchmarks/ |
navier-stokes.js | 365 dens = new Array(size); 366 dens_prev = new Array(size); 367 u = new Array(size); 368 u_prev = new Array(size); 369 v = new Array(size); 370 v_prev = new Array(size);
|
/external/webkit/LayoutTests/dom/html/level1/core/ |
hc_documentgetelementsbytagnametotallength.js | 92 expectedNames = new Array(); 137 svgExpectedNames = new Array(); 181 var actualNames = new Array();
|
/external/webkit/LayoutTests/dom/xhtml/level1/core/ |
hc_documentgetelementsbytagnametotallength.js | 92 expectedNames = new Array(); 137 svgExpectedNames = new Array(); 181 var actualNames = new Array();
|
/external/webkit/Source/WebCore/bindings/v8/ |
V8NPObject.cpp | 302 v8::Handle<v8::Array> npObjectPropertyEnumerator(const v8::AccessorInfo& info, bool namedProperty) 315 v8::Handle<v8::Array> properties = v8::Array::New(count); 328 return v8::Handle<v8::Array>(); 331 v8::Handle<v8::Array> npObjectNamedPropertyEnumerator(const v8::AccessorInfo& info) 336 v8::Handle<v8::Array> npObjectIndexedPropertyEnumerator(const v8::AccessorInfo& info)
|
SerializedScriptValue.cpp | 455 class ArrayState : public State<v8::Array> { 457 ArrayState(v8::Handle<v8::Array> array, StateBase* next) 458 : State<v8::Array>(array, next) 543 v8::Local<v8::Array> m_propertyNames; 566 SparseArrayState(v8::Handle<v8::Array> array, StateBase* next) 567 : AbstractObjectState(array, next) 574 return serializer.writeSparseArray(numProperties, composite().As<v8::Array>()->Length(), this) 1086 v8::Local<v8::Array> array = v8::Array::New(length); local [all...] |
/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/ |
codegen.ml | 62 if Array.length params == Array.length args then () else 64 let args = Array.map codegen_expr args in 192 let doubles = Array.make (Array.length args) double_type in 212 Array.iteri (fun i a ->
|
/dalvik/tests/003-omnibus-opcodes/src/ |
Array.java | 7 public class Array { 10 * Verify array contents. 73 System.out.println("Array.checkRange32"); 128 System.out.println("Array.checkRange64"); 175 System.out.println("Array.checkNegAlloc"); 195 System.out.println("Array check...");
|
/external/chromium/base/mac/ |
mac_util.h | 159 CF_TO_NS_MUTABLE_CAST_DECL(Array);
|
/external/clang/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/llvm/examples/OCaml-Kaleidoscope/Chapter2/ |
parser.ml | 40 Ast.Call (id, Array.of_list (List.rev args)) 104 Ast.Prototype (id, Array.of_list (List.rev args))
|