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

12 3 4 5

  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/linux/
kernel.h 18 unsigned long loads[3]; member in struct:sysinfo
  /prebuilts/ndk/8/platforms/android-14/arch-arm/usr/include/linux/
kernel.h 18 unsigned long loads[3]; member in struct:sysinfo
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/linux/
kernel.h 18 unsigned long loads[3]; member in struct:sysinfo
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/linux/
kernel.h 18 unsigned long loads[3]; member in struct:sysinfo
  /prebuilts/ndk/8/platforms/android-3/arch-arm/usr/include/linux/
kernel.h 18 unsigned long loads[3]; member in struct:sysinfo
  /prebuilts/ndk/8/platforms/android-4/arch-arm/usr/include/linux/
kernel.h 18 unsigned long loads[3]; member in struct:sysinfo
  /prebuilts/ndk/8/platforms/android-5/arch-arm/usr/include/linux/
kernel.h 18 unsigned long loads[3]; member in struct:sysinfo
  /prebuilts/ndk/8/platforms/android-8/arch-arm/usr/include/linux/
kernel.h 18 unsigned long loads[3]; member in struct:sysinfo
  /prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/linux/
kernel.h 18 unsigned long loads[3]; member in struct:sysinfo
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/linux/
kernel.h 18 unsigned long loads[3]; member in struct:sysinfo
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/linux/
kernel.h 18 unsigned long loads[3]; member in struct:sysinfo
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/
test_results.py 38 def loads(str): member in class:TestResult
39 return cPickle.loads(str)
message_broker2_unittest.py 43 new_msg = message_broker2._Message.loads(s)
54 new_msg = message_broker2._Message.loads(s)
test_results_unittest.py 46 new_result = TestResult.loads(s)
message_broker2.py 141 msg = _Message.loads(s)
156 def loads(str): member in class:_Message
157 obj = cPickle.loads(str)
test_failures.py 84 def loads(s): member in class:TestFailure
86 return cPickle.loads(s)
  /external/webkit/Tools/Scripts/webkitpy/thirdparty/simplejson/
__init__.py 48 >>> simplejson.loads('["foo", {"bar":["baz", null, 1.0, 2]}]')
50 >>> simplejson.loads('"\\"foo\\bar"')
65 >>> simplejson.loads('{"__complex__": true, "real": 1, "imag": 2}',
91 'dump', 'dumps', 'load', 'loads',
230 object and passed to ``loads()``
240 return loads(fp.read(),
243 def loads(s, encoding=None, cls=None, object_hook=None, **kw): function
271 json-py API compatibility hook. Use loads(s) instead.
274 warnings.warn("simplejson.loads(s) should be used instead of read(s)",
276 return loads(s
    [all...]
jsonfilter.py 20 environ['jsonfilter.json'] = simplejson.loads(data)
  /frameworks/base/tools/preload/
LoadedClass.java 31 final List<Operation> loads = new ArrayList<Operation>(); field in class:LoadedClass
65 return mlt = calculateMedian(loads);
109 addProcessNames(loads, names);
PrintCsv.java 83 for (Operation op : loadedClass.loads)
102 out.print(loadedClass.loads.size());
  /external/iptables/include/linux/
kernel.h 15 unsigned long loads[3]; /* 1, 5, and 15 minute load averages */ member in struct:sysinfo
  /external/llvm/test/MC/ARM/
arm-memory-instructions.s 6 @ for loads and stores.
  /external/oprofile/events/mips/vr5432/
events 9 event:0x5 counters:0,1 um:zero minimum:500 name:FP_INSTRUCTIONS : (FP instruction execution) / 2 and truncated excluding cp1 loads and stores
  /external/oprofile/events/i386/nehalem/
unit_masks 9 0x01 std Counts the number of loads blocked by a preceding store with unknown data
10 0x04 address_offset Counts the number of loads blocked by a preceding store address
20 0x04 at_ret Counts number of loads delayed with at-Retirement block code
21 0x08 l1d_block Cacheable loads delayed with L1D block code
22 0x0F any All loads delayed due to store blocks
32 0x02 success Counts the number of loads that memory disambiguration succeeded
36 0x01 loads Counts the number of instructions with an architecturally-visible store retired on the architected path
67 0x01 rs Counts number of loads dispatched from the Reservation Station that bypass the Memory Order Buffer
69 0x04 mob Counts the number of loads dispatched from the Reservation Station to the Memory Order Buffer
70 0x07 any Counts all loads dispatched from the Reservation Statio
    [all...]
  /external/oprofile/events/i386/westmere/
unit_masks 130 0x01 demand_i_state L2 data demand loads in I state (misses)
131 0x02 demand_s_state L2 data demand loads in S state
132 0x04 demand_e_state L2 data demand loads in E state
133 0x08 demand_m_state L2 data demand loads in M state
154 0x03 loads L2 requests
188 0x01 rs Loads dispatched that bypass the MOB
189 0x02 rs_delayed Loads dispatched from stage 305
190 0x04 mob Loads dispatched from the MOB
191 0x07 any All loads dispatched
200 0x01 loads Instructions retired which contains a load (Precise Event
    [all...]

Completed in 675 milliseconds

12 3 4 5