| /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-1.0/ |
| 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/Source/bindings/v8/ |
| ScriptDebugServer.h | 123 void handleProgramBreak(ScriptState* pausedScriptState, v8::Handle<v8::Object> executionState, v8::Handle<v8::Value> exception, v8::Handle<v8::Array> hitBreakpoints);
|
| /external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/ |
| V8InjectedScriptHostCustom.cpp | 136 v8SetReturnValue(info, v8AtomicString(isolate, "array")); 160 v8SetReturnValue(info, v8AtomicString(isolate, "array")); 164 v8SetReturnValue(info, v8AtomicString(isolate, "array")); 168 v8SetReturnValue(info, v8AtomicString(isolate, "array")); 172 v8SetReturnValue(info, v8AtomicString(isolate, "array")); 176 v8SetReturnValue(info, v8AtomicString(isolate, "array")); 180 v8SetReturnValue(info, v8AtomicString(isolate, "array")); 242 static v8::Handle<v8::Array> getJSListenerFunctions(ExecutionContext* executionContext, const EventListenerInfo& listenerInfo, v8::Isolate* isolate) 244 v8::Local<v8::Array> result = v8::Array::New(isolate) [all...] |
| /external/chromium_org/third_party/WebKit/Source/devtools/front_end/search/ |
| FileBasedSearchResultsPane.js | 191 * @param {!Array.<!WebInspector.SourceRange>} matchRanges 205 * @return {!Array.<!WebInspector.SourceRange>}
|
| /external/chromium_org/third_party/WebKit/Source/devtools/front_end/timeline/ |
| TimelineMemoryOverview.js | 89 var histogram = new Array(width);
|
| TimelinePowerOverview.js | 24 * @return {!Array.<!PowerAgent.PowerEvent>} 157 var histogram = new Array(width);
|
| /external/chromium_org/third_party/WebKit/Tools/GardeningServer/scripts/ |
| pixelzoomer.js | 131 Array.prototype.forEach.call(document.querySelectorAll('.pixel-zoom-container .scaled-image-container'), draw);
|
| /external/chromium_org/third_party/WebKit/Tools/GardeningServer/scripts/ui/ |
| failures.js | 66 return Array.prototype.some.call(cell.children, function(configurationElement) {
|
| /external/chromium_org/third_party/flot/ |
| jquery.flot.threshold.min.js | 22 An array can be passed for multiple thresholding, like this: 43 */(function(e){function n(t){function n(t,n,r,i,s){var o=r.pointsize,u,a,f,l,c,h=e.extend({},n);h.datapoints={points:[],pointsize:o,format:r.format},h.label=null,h.color=s,h.threshold=null,h.originSeries=n,h.data=[];var p=r.points,d=n.lines.show,v=[],m=[],g;for(u=0;u<p.length;u+=o){a=p[u],f=p[u+1],c=l,f<i?l=v:l=m;if(d&&c!=l&&a!=null&&u>0&&p[u-o]!=null){var y=a+(i-f)*(a-p[u-o])/(f-p[u-o+1]);c.push(y),c.push(i);for(g=2;g<o;++g)c.push(p[u+g]);l.push(null),l.push(null);for(g=2;g<o;++g)l.push(p[u+g]);l.push(y),l.push(i);for(g=2;g<o;++g)l.push(p[u+g])}l.push(a),l.push(f);for(g=2;g<o;++g)l.push(p[u+g])}r.points=m,h.datapoints.points=v;if(h.datapoints.points.length>0){var b=e.inArray(n,t.getData());t.getData().splice(b+1,0,h)}}function r(t,r,i){if(!r.threshold)return;r.threshold instanceof Array?(r.threshold.sort(function(e,t){return e.below-t.below}),e(r.threshold).each(function(e,o){n(t,r,i (…)
|
| /external/chromium_org/third_party/mesa/src/src/mesa/main/ |
| nvprogram.c | 352 * Get a vertex (or vertex array) attribute. 359 const struct gl_client_array *array; local 368 array = &ctx->Array.ArrayObj->VertexAttrib[VERT_ATTRIB_GENERIC(index)]; 372 params[0] = array->Size; 375 params[0] = array->Stride; 378 params[0] = array->Type; 396 * Get a vertex (or vertex array) attribute. 403 const struct gl_client_array *array; local 412 array = &ctx->Array.ArrayObj->VertexAttrib[VERT_ATTRIB_GENERIC(index)] 447 const struct gl_client_array *array; local [all...] |
| /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/ |
| st_atom.c | 131 const struct gl_client_array **arrays = st->ctx->Array._DrawArrays;
|
| /external/chromium_org/third_party/mesa/src/src/mesa/vbo/ |
| vbo_primitive_restart.c | 74 * Scan the elements array to find restart indexes. Return an array 174 GLuint restart_index = ctx->Array.RestartIndex;
|
| /external/chromium_org/ui/file_manager/file_manager/foreground/js/media/ |
| player_testapi.js | 133 * @param {Array.<string>} filePaths Array of file paths.
|
| /external/chromium_org/v8/src/ |
| d8-posix.cc | 160 // A utility class that takes the array of command arguments and puts then in an 161 // array of new[]ed UTF-8 C strings. Deallocates them again when it goes out of 168 bool Init(Isolate* isolate, Handle<Value> arg0, Handle<Array> command_args) { 441 Handle<Array> command_args; 445 args.GetIsolate(), "system: Argument 2 must be an array")); 448 command_args = Handle<Array>::Cast(args[1]); 450 command_args = Array::New(args.GetIsolate(), 0);
|
| /external/chromium_org/v8/test/mjsunit/compiler/ |
| short-circuit.js | 59 // An array literal in value/test context. 60 assertEquals(0, function () { return [0,1] || new Array(x,1) }()[0]); 62 // An array literal in test/value context. 63 assertEquals(x, function () { return [0,1] && new Array(x,1) }()[0]);
|
| /external/chromium_org/v8/test/mjsunit/ |
| debug-stepin-builtin-callback.js | 120 // Array.forEach calls a callback function, which by itself uses 121 // Array.forEach with another callback function.
|
| elements-transition.js | 31 support_smi_only_arrays = %HasFastSmiElements(new Array(1,2,3,4,5,6,7,8)); 45 return "/* " + this.__sequence + " */ new Array(" + length + ");"; 52 // We apply the same operations to two identical arrays. The first array 54 // actual conversion is done in runtime. The second array, arriving at
|
| function-names.js | 36 // Array.prototype functions. 42 TestFunctionNames(Array.prototype, arrayPrototypeFunctions);
|
| get-own-property-descriptor.js | 39 var a = new Array(); 101 var objWithProto = new Array();
|
| keyed-ic.js | 63 // Array length accessor. 70 var a = new Array(10);
|
| md5.js | 129 return Array(a, b, c, d); 163 var bin = Array();
|
| new-string-add.js | 184 var a = Array(21); 185 var b = Array(21);
|
| string-add.js | 182 var a = Array(21); 183 var b = Array(21);
|
| /external/chromium_org/v8/test/mjsunit/regress/ |
| regress-2346.js | 41 var a = new Array(); 103 var objWithProto = new Array();
|
| /external/chromium_org/v8/test/webkit/ |
| array-holes.js | 26 function isHole(array, index) 28 if (index >= array.length) 31 Array.prototype[index] = "room"; 32 var isHole = array[index] == "room"; 33 delete Array.prototype[index]; 37 function showHoles(array) 40 for (i = 0; i < array.length; ++i) { 43 if (isHole(array, i)) 46 string += array[i];
|