| /art/compiler/optimizing/ |
| code_generator_x86_64.cc | 21 #include "mirror/array.h" 724 size_t index_in_cache = mirror::Array::DataOffset(heap_reference_size).SizeValue() + [all...] |
| /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/ui/ |
| search_widget.js | 233 * @return {?function(Array.<Node>)} A predicate; if null, no predicate applies. 243 * @return {Array.<cvox.NavDescription>} The next result. 336 * @return {Array.<cvox.NavDescription>} The next result, in the form of 402 * @return {Array.<cvox.NavDescription>} The next result. 411 /** @type {function(Array.<Node>)} */ (this.getPredicate())); 434 * @param {Array.<cvox.NavDescription>} result The description of the next
|
| /external/chromium_org/v8/test/mjsunit/ |
| mirror-object.js | 180 testObjectMirror([], 'Array', 'Array'); 181 testObjectMirror([1,2], 'Array', 'Array'); 251 mirror = debug.MakeMirror(Number.bind(Array, 2)); 260 assertEquals(Array, property_map["[[BoundThis]]"].value().value());
|
| /external/llvm/include/llvm/Bitcode/ |
| BitstreamWriter.h | 310 /// emission code. If BlobData is non-null, then it specifies an array of 311 /// data that should be emitted as part of the Blob or Array operand that is 332 } else if (Op.getEncoding() == BitCodeAbbrevOp::Array) { 333 // Array case. 334 assert(i+2 == e && "array op not second to last?"); 341 "Blob data and record entries specified for array!"); 453 /// that end with an array. 456 StringRef Array) { 457 EmitRecordWithAbbrevImpl(Abbrev, Vals, Array);
|
| /external/proguard/src/proguard/util/ |
| ArrayUtil.java | 23 import java.lang.reflect.Array; 33 * @param array1 the first array. 34 * @param array2 the second array. 54 * @param array1 the first array. 55 * @param array2 the second array. 75 * @param array1 the first array. 76 * @param array2 the second array. 96 * @param array1 the first array. 97 * @param array2 the second array. 116 * Returns a hash code for the elements of the given array [all...] |
| /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/parse-only/ |
| mootools-1.2.2-core-nc.js | 75 var args = Array.prototype.slice.call(arguments); 91 var natives = {'Array': Array, 'Date': Date, 'Function': Function, 'Number': Number, 'RegExp': RegExp, 'String': String}; 98 'Array': ["concat", "indexOf", "join", "lastIndexOf", "pop", "push", "reverse", "shift", "slice", "sort", "splice", "toString", "unshift", "valueOf"], 146 Array.implement({ 154 Array.alias('forEach', 'each'); 158 var l = iterable.length, array = new Array(l); 159 while (l--) array[l] = iterable[l]; 160 return array; [all...] |
| /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/ |
| TreeParser.as | 129 public override function getErrorMessage(e:RecognitionException, tokenNames:Array):String {
|
| /external/chromium_org/chrome/browser/resources/ |
| about_stats.js | 149 var rows = new Array(); 151 var indexes = new Array();
|
| /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/messages/ |
| spoken_messages.js | 25 * @type {Array} 138 * @param {string|Array} messageId The id of the message.
|
| /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/ |
| nav_description.js | 25 * earcons: (undefined|Array.<number>), 113 var speakArgs = new Array();
|
| page_selection.js | 40 * @return {Array.<cvox.NavDescription>} The new description. 74 * @return {Array.<cvox.NavDescription>} The new description.
|
| xpath_util.js | 44 * Given an XPath expression and rootNode, it returns an array of children nodes 50 * @return {Array} The array of children nodes that match. 64 // Convert result to JS array 74 * Given a rootNode, it returns an array of all its leaf nodes. 76 * @return {Array} The array of leaf nodes for the given rootNode. 90 // Convert result to JS array
|
| /external/chromium_org/chrome/browser/resources/chromeos/ |
| keyboard_overlay.js | 121 * @return {Array} Keyboard layout data. 196 * @return {Array} List of modifiers based on key event. 221 // make the result array 260 * @param {Array} list Container list. 272 * @param {Array} modifiers List of key modifiers. 273 * @return {Array} List of class names corresponding to specified params. 313 * @param {Array} modifiers Key Modifier list. 349 * @param {Array} modifiers Key Modifier list. 393 * @param {Array} modifiers Key Modifier list. 509 var array = layout[i] [all...] |
| /external/chromium_org/chrome/browser/resources/google_now/ |
| common_test_util.js | 60 * Gets the array of event handlers added by a mocked 'addListener' function. 63 * @return {Array.<Function>} Array of handlers.
|
| /external/chromium_org/chrome/browser/resources/net_internals/ |
| log_view_painter.js | 244 // If headers are in an object, convert them to an array for better display. 296 if (key == 'headers' && value instanceof Array) { 437 * If entry.param.headers exists and is an object other than an array, converts 438 * it into an array and returns a new entry. Otherwise, just returns the 442 // If there are no headers, or it is not an object other than an array, 446 entry.params.headers instanceof Array) { 455 // Convert headers to an array. 550 // Make sure entry's headers are in an array. 569 if (!(typeof params.line == 'string') || !(params.headers instanceof Array)) { 586 if (entry.params.certificates instanceof Array) { [all...] |
| /external/chromium_org/chrome/browser/resources/sync_internals/ |
| data.js | 129 * @param {!Array.<{type: string, nodes: !Array<!Object>}>} nodesMap
|
| /external/chromium_org/chrome/common/extensions/docs/examples/extensions/plugin_settings/domui/js/ |
| util.js | 23 * @param {!Array} params The parameters to send. 33 var args = Array.prototype.slice.call(arguments);
|
| /external/chromium_org/extensions/renderer/resources/ |
| json_schema.js | 87 arrayMinItems: "Array must have at least * items.", 88 arrayMaxItems: "Array must not have more than * items.", 110 * |opt_replacements| is an array of values to replace "*" characters with. 133 } else if (Object.prototype.toString.call(value) == "[object Array]") { 134 return "array"; 160 if (typeOrTypeList instanceof Array) { 175 $Array.push(schemaTypes, schema.type); 179 schemaTypes = $Array.concat(schemaTypes, choiceTypes); 186 schemaTypes = $Array.concat(schemaTypes, this.getAllTypesForSchema(type)); 264 // least one of the items in that array [all...] |
| send_request.js | 64 $Array.concat([name, request], responseList)); 104 return $Array.join(stack.filter(function(line) {
|
| /external/chromium_org/mojo/public/cpp/bindings/tests/ |
| struct_unittest.cc | 82 // Serialization test of a struct with an array member. 86 region->rects = Array<RectPtr>::New(4); 116 // Serialization test of a struct with null array pointers.
|
| /external/chromium_org/mojo/public/tools/bindings/pylib/mojom/generate/ |
| generator.py | 44 return isinstance(kind, (mojom.Struct, mojom.Array)) or IsStringKind(kind)
|
| /external/chromium_org/mojo/services/launcher/ |
| launcher.cc | 55 std::string GetContentType(const Array<String>& headers) {
|
| /external/chromium_org/remoting/webapp/ |
| client_plugin.js | 55 /** @param {!Array.<string>} capabilities The negotiated capabilities. */ 72 /** @type {Array.<string>} */ 76 /** @type {!Array.<string>} */ 171 * @return {!Array.<string>} List of words. 174 /** @type {Array.<string>} */ 191 /** @type {!Array.<string>} */ 198 /** @type {!Array.<string>} */ 289 /** @type {!Array.<string>} */ 545 * Returns an associative array with a set of stats for this connecton.
|
| /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9/ |
| crypto-md5.js | 38 * Calculate the MD5 of an array of little-endian words, and a bit length 131 return Array(a, b, c, d); 167 var ipad = Array(16), opad = Array(16); 198 * Convert a string to an array of little-endian words 203 var bin = Array(); 211 * Convert an array of little-endian words to a string 223 * Convert an array of little-endian words to a hex string. 238 * Convert an array of little-endian words to a base-64 string
|
| /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/ |
| crypto-md5.js | 38 * Calculate the MD5 of an array of little-endian words, and a bit length 131 return Array(a, b, c, d); 167 var ipad = Array(16), opad = Array(16); 198 * Convert a string to an array of little-endian words 203 var bin = Array(); 211 * Convert an array of little-endian words to a string 223 * Convert an array of little-endian words to a hex string. 238 * Convert an array of little-endian words to a base-64 string
|