HomeSort by relevance Sort by last modified time
    Searched refs:counted (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/content/browser/service_worker/
service_worker_process_manager.cc 258 std::vector<std::pair<int, int> > counted(
260 std::sort(counted.begin(), counted.end(), SecondGreater());
262 std::vector<int> result(counted.size());
263 for (size_t i = 0; i < counted.size(); ++i)
264 result[i] = counted[i].first;
  /external/chromium_org/content/browser/
plugin_service_impl.cc 151 static bool counted = false; local
152 if (!counted) {
153 counted = true;
301 static bool counted = false; local
302 if (!counted && base::UTF16ToUTF8(info.name) == kFlashPluginName) {
303 counted = true;
348 static bool counted = false; local
349 if (!counted && info->name == kFlashPluginName) {
350 counted = true;
  /external/chromium_org/v8/test/mjsunit/tools/
profile.js 282 var counted = 0; variable
284 counted++;
292 assertEquals(counted, flatProfile.length, 'counted vs. flatProfile');
338 assertEquals(2, flatProfile.length, 'counted vs. flatProfile');
  /external/libedit/src/
filecomplete.c 354 * matches[0] is not one of the match strings, but it is counted in
  /external/chromium_org/third_party/WebKit/PerformanceTests/resources/
runner.js 315 // Thus the number of chunks counted above is not exactly equal to the number of style resolves.
  /external/chromium_org/third_party/sqlite/src/tool/
spaceanal.tcl 502 schema information in the SQLITE_MASTER table is not counted when
  /external/libunwind/doc/
libunwind-dynamic.tex 182 unwind-info (\Var{table\_data}) counted in units of words
380 - instruction size: each bundle is counted as 3 instructions, regardless
  /external/chromium_org/chrome/browser/resources/extensions/
extension_command_list.js 173 * counted as modifier.
  /external/oprofile/events/i386/nehalem/
events 27 event:0x0C counters:0,1,2,3 um:mem_store_retired minimum:6000 name:MEM_STORE_RETIRED : The event counts the number of retired stores that missed the DTLB. The DTLB miss is not counted if the store operation causes a fault. Does not count prefetches. Counts both primary and secondary misses to the TLB
  /external/oprofile/events/mips/74K/
events 52 event:0x23 counters:0,2 um:zero minimum:500 name:LOAD_MISS_CONSUMER_REPLAYS : 35-0 Replays following optimistic issue of instruction dependent on load which missed, counted only when the dependent instruction graduates
  /external/yaffs2/yaffs2/
yaffs_guts.c 6604 int counted = yaffs_CountFreeChunks(dev); local
    [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
pdfjs.js     [all...]

Completed in 1098 milliseconds