/external/chromium_org/chrome/common/extensions/docs/examples/api/history/showHistory/ |
typedUrls.js | 44 // Track the number of callbacks from chrome.history.getVisits() 72 // Maps URLs to a count of the number of times the user typed that URL into 76 // Callback for chrome.history.getVisits(). Counts the number of 108 // Sort the URLs by the number of times the user typed them.
|
/external/chromium_org/chrome/common/extensions/docs/examples/api/infobars/sandwichbar/ |
background.js | 9 // The number of matches is sent in the request - pass it to the
|
/external/chromium_org/chrome/common/extensions/docs/examples/apps/calculator/tests/ |
utilities.js | 135 var number = this.formatNumber_(index + 1, 2); 138 parts.push(number, ') ', prefix, test.name, '\n'); 228 * - If the element being tested is a number, the expected operand value 294 var ATOMS = /(-?[\d.][\d.=]*)|([+*/=~<CAE_-])/g; // number || command 360 * representing a number. During the test, the expected operand values are 413 testNumber_: function(controller, number, expected) { 416 var suffix = (last && !last[0] && last[last.length - 1]) || number; 421 for (var i = 0; i < number.length; ++i) { 424 this.testInput_(controller, number[i], expected); 472 } else if (typeof object === 'number') { [all...] |
/external/chromium_org/content/browser/resources/media/ |
peer_connection_update_table.js | 8 * @param {number} pid The id of the renderer. 9 * @param {number} lid The id of the peer conneciton inside a renderer. 16 * @type {number} 21 * @type {number}
|
/external/chromium_org/content/test/data/workers/ |
worker_common.js | 1 // Track the number of clients for this worker - tests can use this to ensure
|
/external/chromium_org/third_party/WebKit/Source/core/css/ |
CSSGrammar.y | 72 double number; 228 %token <number> REMS 229 %token <number> CHS 230 %token <number> QEMS 231 %token <number> EMS 232 %token <number> EXS 233 %token <number> PXS 234 %token <number> CMS 235 %token <number> MMS 236 %token <number> IN [all...] |
CSSGroupingRule.cpp | 64 exceptionState.throwDOMException(IndexSizeError, "the index " + String::number(index) + " must be less than or equal to the length of the rule list."); 96 exceptionState.throwDOMException(IndexSizeError, "the index " + String::number(index) + " is greated than the length of the rule list.");
|
/external/chromium_org/third_party/WebKit/Source/core/html/ |
HTMLOptionsCollection.cpp | 60 exceptionState.throwDOMException(IndexSizeError, "The index provided (" + String::number(index) + ") is less than -1."); 128 exceptionState.throwTypeError(ExceptionMessages::failedToSet(String::number(index), "HTMLOptionsCollection", "The element provided was not an HTMLOptionElement."));
|
/external/chromium_org/third_party/WebKit/Source/core/page/ |
PageConsole.cpp | 103 stackTrace.append(String::number(frame.lineNumber())); 105 stackTrace.append(String::number(frame.columnNumber()));
|
PagePopupClient.cpp | 66 addString(String::number(value), writer); 74 addString(String::number(value), writer);
|
/external/chromium_org/third_party/WebKit/Source/modules/webaudio/ |
AudioBuffer.cpp | 93 // check that the desired number of channels were created. 115 // check that the desired number of channels were created. 133 exceptionState.throwDOMException(IndexSizeError, "channel index (" + String::number(channelIndex) + ") exceeds number of channels (" + String::number(m_channels.size()) + ")");
|
/external/chromium_org/third_party/WebKit/Source/testing/plugin/Tests/ |
NPRuntimeRemoveProperty.cpp | 125 int32_t number = static_cast<int32_t>(arguments[1].value.doubleValue); local 126 propertyName = pluginTest()->NPN_GetIntIdentifier(number);
|
/external/chromium_org/third_party/flot/ |
jquery.flot.errorbars.min.js | 27 radius: null or number 63 */(function(e){function n(e,t,n,r){if(!t.points.errorbars)return;var i=[{x:!0,number:!0,required:!0},{y:!0,number:!0,required:!0}],s=t.points.errorbars;if(s=="x"||s=="xy")t.points.xerr.asymmetric?(i.push({x:!0,number:!0,required:!0}),i.push({x:!0,number:!0,required:!0})):i.push({x:!0,number:!0,required:!0});if(s=="y"||s=="xy")t.points.yerr.asymmetric?(i.push({y:!0,number:!0,required:!0}),i.push({y:!0,number:!0,required:!0})):i.push({y:!0,number:!0,required:!0});r.format=i}function r(e,t){var n=e.datapoints.points,r=null,i=null,s=null,o=null, (…)
|
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/cpp/ |
cpp_field.cc | 59 (*variables)["number"] = SimpleItoa(descriptor->number()); 64 WireFormat::TagSize(descriptor->number(), descriptor->type()));
|
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/tools/subsetter/ |
subsetter.cc | 44 void Subsetter::SetCMaps(CMapIdList* cmap_ids, int32_t number) { 46 UNREFERENCED_PARAMETER(number);
|
/external/chromium_org/v8/test/mjsunit/ |
mirror-number.js | 29 // Test the mirror object for number values 44 assertEquals('number', mirror.type()); 52 assertEquals('number', fromJSON.type); 69 // Test a number of different numbers.
|
/external/clang/test/SemaCXX/ |
class.cpp | 74 static const int number = 50; member in class:C 75 static int arr[number];
|
/external/flac/libFLAC/ |
format.c | 436 if(check_cd_da_subset && cue_sheet->tracks[cue_sheet->num_tracks-1].number != 170) { 437 if(violation) *violation = "CD-DA cue sheet must have a lead-out track number 170 (0xAA)"; 442 if(cue_sheet->tracks[i].number == 0) { 443 if(violation) *violation = "cue sheet may not have a track number 0"; 448 if(!((cue_sheet->tracks[i].number >= 1 && cue_sheet->tracks[i].number <= 99) || cue_sheet->tracks[i].number == 170)) { 449 if(violation) *violation = "CD-DA cue sheet track number must be 1-99 or 170"; 470 if(cue_sheet->tracks[i].indices[0].number > 1) { 471 if(violation) *violation = "cue sheet track's first index number must be 0 or 1" [all...] |
/external/icu4c/samples/numfmt/ |
util.cpp | 32 static UnicodeString& appendHex(uint32_t number, 37 digit = (number >> ((--digits) * 4)) & 0xF;
|
/external/kernel-headers/original/linux/ |
loop.h | 134 int number; /* filter type */ member in struct:loop_func_table 147 int loop_unregister_transfer(int number);
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter2/ |
ast.ml | 8 | Number of float 20 * its name, and its argument names (thus implicitly the number of arguments the
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter3/ |
ast.ml | 8 | Number of float 20 * its name, and its argument names (thus implicitly the number of arguments the
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter4/ |
ast.ml | 8 | Number of float 20 * its name, and its argument names (thus implicitly the number of arguments the
|
/external/mdnsresponder/mDNSShared/ |
dnsextd_lexer.l | 77 [0123456789]+ yylval.number = atoi(yytext); return NUMBER;
|
/external/opencv/cvaux/src/ |
extendededges.cpp | 62 int number = 0; local 72 number++; 139 //first pass through contour - compute number of branches at every point
|