HomeSort by relevance Sort by last modified time
    Searched refs:loads (Results 51 - 75 of 115) sorted by null

1 23 4 5

  /external/skia/
PRESUBMIT.py 68 status = input_api.json.loads(connection.read())
  /ndk/sources/host-tools/make-3.81/
getloadavg.c 1008 int loads;
1011 loads = getloadavg (avg, 3);
1012 if (loads == -1)
1017 if (loads > 0)
1019 if (loads > 1)
1021 if (loads > 2)
1023 if (loads > 0)
1005 int loads; local
  /external/strace/
resource.c 401 tprintf("{uptime=%lu, loads=[%lu, %lu, %lu] ",
402 si.uptime, si.loads[0], si.loads[1],
403 si.loads[2]);
  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-python/
main.py 88 json = simplejson.loads(response_text)
  /external/chromium-trace/
update.py 78 result = json.loads(data)
  /external/oprofile/events/mips/r12000/
events 6 event:0x2 counters:0,1,2,3 um:zero minimum:500 name:DECODED_LOADS : Decoded loads
22 event:0x12 counters:0,1,2,3 um:zero minimum:500 name:GRADUATED_LOADS : Graduated loads
  /external/oprofile/events/mips/rm7000/
events 30 event:0x1a counters:0,1 um:zero minimum:500 name:SLIP_CYCLES_PENDING_NON_BLKING_LOAD : Slip cycles due to pending non-blocking loads
34 event:0x1f counters:0,1 um:zero minimum:500 name:STALL_CYCLES_PENDING_NON_BLKING_LOAD : Stall cycles due to pending non-blocking loads - stall start of exception
  /external/oprofile/events/mips/rm9000/
events 29 event:0x1a counters:0,1 um:zero minimum:500 name:NONBLOCKING_LOAD_SLIP_CYCLES : Slip cycles due to pending non-blocking loads
32 event:0x1e counters:0,1 um:zero minimum:500 name:NONBLOCKING_LOAD_PENDING_EXCEPTION_STALL_CYCLES : Stall cycles due to pending non-blocking loads - stall start of exception
  /external/v8/test/mjsunit/
global-load-from-eval.js 28 // Tests global loads from eval.
63 // code that loads the global variable accounts for the fact that the
local-load-from-eval.js 28 // Tests loads of local properties from eval.
global-load-from-nested-eval.js 28 // Tests global loads from nested eval.
global-load-from-eval-in-with.js 28 // Tests global loads from eval inside of a with statement.
  /external/llvm/test/MC/Mips/
mips-memory-instructions.s 3 # for loads and stores.
  /external/oprofile/events/i386/atom/
unit_masks 8 0x00 any Number of segment register loads
97 0x01 l2_hit Retired loads that hit the L2 cache (precise event)
98 0x02 l2_miss Retired loads that miss the L2 cache (precise event)
99 0x04 dtlb_miss Retired loads that miss the DTLB (precise event)
  /frameworks/base/tools/preload/
PrintHtmlDiff.java 107 for (Operation op : clazz.loads) procNames.add(op.process.name);
Root.java 52 * Records class loads and initializations.
57 // Ignore dexopt output. It loads applications classes through the
103 loadedClass.loads.add(o);
  /external/libnfc-nci/
Android.mk 52 # Android's generic HAL (libhardware.so) dynamically loads this shared library.
  /external/oprofile/events/i386/westmere/
events 10 event:0x03 counters:0,1,2,3 um:x02 minimum:200000 name:LOAD_BLOCK : Loads that partially overlap an earlier store
13 event:0x06 counters:0,1,2,3 um:store_blocks minimum:200000 name:STORE_BLOCKS : Loads delayed with at-Retirement block code
22 event:0x13 counters:0,1,2,3 um:load_dispatch minimum:2000000 name:LOAD_DISPATCH : All loads dispatched
70 event:0xcb counters:0,1,2,3 um:mem_load_retired minimum:200000 name:MEM_LOAD_RETIRED : Retired loads that miss the DTLB (Precise Event)
  /external/v8/test/mjsunit/compiler/
regress-loadfield.js 30 // Regression test for GVN on field loads.
simple-global-access.js 28 // Test global variable loads.
  /external/oprofile/events/i386/nehalem/
events 19 event:0x03 counters:0,1,2,3 um:load_block minimum:6000 name:LOAD_BLOCK : Counts the number of loads blocked
32 event:0x13 counters:0,1,2,3 um:load_dispatch minimum:6000 name:LOAD_DISPATCH : Counts number of loads dispatched from the Reservation Station that bypass.
39 event:0x24 counters:0,1,2,3 um:l2_rqsts minimum:500 name:L2_RQSTS : Counts number of L2 data loads
40 event:0x26 counters:0,1,2,3 um:l2_data_rqsts minimum:500 name:L2_DATA_RQSTS : More L2 data loads.
86 event:0xCB counters:0,1,2,3 um:mem_load_retired minimum:6000 name:MEM_LOAD_RETIRED : Counts number of retired loads.
106 event:0xF8 counters:0,1,2,3 um:one minimum:6000 name:SEGMENT_REG_LOADS : Counts number of segment register loads
  /external/oprofile/events/mips/74K/
events 58 event:0x29 counters:0,2 um:zero minimum:500 name:LOAD_INSNS : 41-0 Loads graduated including CP1 ans CP2 loads
63 event:0x2e counters:0,2 um:zero minimum:500 name:UNCACHED_LOAD_INSNS : 46-0 Uncached loads graduated
112 event:0x412 counters:1,3 um:zero minimum:500 name:AGEN_NO_ISSUES_CYCLES : 18-1 DDQ1 (AGEN out-of-order dispatch queue) no issue cycles with valid instructions due to operand(s) not available, non-issued stores blocking ready to issue loads, or non-issued CACHEOPs blocking ready to issue loads
116 event:0x416 counters:1,3 um:zero minimum:500 name:DCACHE_LINE_REFILL_REQUESTS : 22-1 Data cache line loads (line refill requests)
120 event:0x41a counters:1,3 um:zero minimum:500 name:VA_TRANSALTION_CORNER_CASES : 26-1 Virtual memory address translation synonyms, homonyms, and aliases (loads/stores treated as miss in the cache)
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/
json_results_generator.py 56 return simplejson.loads(content)
390 results_json = simplejson.loads(old_results)
  /hardware/qcom/media/mm-video/vidc/vdec/
Android.mk 59 #DRM include - Interface which loads the DRM library
  /development/scripts/app_engine_server/gae_shell/
shell.py 140 return dict((name, pickle.loads(val))

Completed in 1174 milliseconds

1 23 4 5