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

1 23 4 5 6 7 8 91011>>

  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
kernel.h 18 unsigned long loads[3]; member in struct:sysinfo
  /prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/linux/
kernel.h 18 unsigned long loads[3]; member in struct:sysinfo
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/linux/
kernel.h 18 unsigned long loads[3]; member in struct:sysinfo
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/linux/
kernel.h 18 unsigned long loads[3]; member in struct:sysinfo
  /external/chromium/base/
native_library.h 54 // Loads a native library from disk. Release it with UnloadNativeLibrary when
62 // Loads a native library from disk. Release it with UnloadNativeLibrary when
  /external/chromium/chrome/browser/ui/cocoa/
theme_install_bubble_view.h 55 // Multiple loads can be started at once. Only show one bubble, and keep
56 // track of number of loads happening. Close bubble when num_loads < 1.
  /frameworks/base/core/jni/
android_view_PointerIcon.h 68 /* Loads the bitmap associated with a pointer icon.
73 /* Loads the bitmap associated with a pointer icon by style.
  /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...]
  /external/llvm/docs/
Atomics.html 129 <p>Note that speculative loads are allowed; a load which
144 <p>For cases where simple loads and stores are not sufficient, LLVM provides
149 basic functionality as non-atomic loads and stores, but provide additional
193 location, loads from that location return undef.</p>
202 <dd>The rule is essentially that all memory accessed with basic loads and
207 volatile loads and stores are not properly atomic; do not try to use
212 <dd>Introducing loads to shared variables along a codepath where they would
254 is cheap on common platforms for loads of a native width, but can
255 be expensive or unavailable for wider loads, like a 64-bit store
260 transforms a single load into multiple loads, transforms a stor
    [all...]
  /external/proguard/src/proguard/evaluation/
Variables.java 207 * Loads the Value from the variable with the given index.
224 * Loads the IntegerValue from the variable with the given index.
233 * Loads the LongValue from the variable with the given index.
242 * Loads the FloatValue from the variable with the given index.
251 * Loads the DoubleValue from the variable with the given index.
260 * Loads the ReferenceValue from the variable with the given index.
269 * Loads the InstructionOffsetValue from the variable with the given index.
  /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...]
  /external/tcpdump/
extract.h 29 * The processor doesn't natively handle unaligned loads.
64 * We don't have __attribute__, so do unaligned loads of big-endian
88 * The processor natively handles unaligned loads, so we can just
107 * XXX - do loads on little-endian machines that support unaligned loads?
  /external/chromium/chrome/browser/importer/
safari_importer.h 92 // Parses Safari's history and loads it into the input array.
98 // Loads the urls associated with the favicons into favicon_map;
101 // Loads and reencodes the individual favicons.
  /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);
Root.java 52 * Records class loads and initializations.
57 // Ignore dexopt output. It loads applications classes through the
103 loadedClass.loads.add(o);
  /external/bluetooth/glib/gio/
gloadableicon.h 50 * @load: Loads an icon.
51 * @load_async: Loads an icon asynchronously.
  /external/chromium/chrome/browser/ui/webui/options/
autofill_options_handler.h 32 // Loads the strings for the address and credit card overlays.
36 // Loads Autofill addresses and credit cards using the PersonalDataManager.
  /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
  /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)
  /libcore/luni/src/main/java/java/util/
PropertyResourceBundle.java 25 * {@code PropertyResourceBundle} loads resources from an {@code InputStream}. All resources are
38 * Constructs a new instance of {@code PropertyResourceBundle} and loads the
  /system/core/include/cutils/
atomic-x86.h 89 /* Loads are not reordered with other loads. */
  /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/llvm/lib/Transforms/IPO/
ArgumentPromotion.cpp 318 // We can only promote this argument if all of the uses are loads, or are GEP
326 // In the former case, invalid loads can happen, but would have happened
327 // anyway, in the latter case, invalid loads won't happen. This prevents us
343 // First, iterate the entry block and mark loads of (geps of) arguments as
355 // This load actually loads (part of) Arg? Check the indices then.
371 // Direct loads are equivalent to a GEP with a single 0 index.
377 // not (GEP+)loads, or any (GEP+)loads that are not safe to promote.
378 SmallVector<LoadInst*, 16> Loads;
385 // Don't hack volatile/atomic loads
    [all...]
  /dalvik/dx/src/junit/runner/
LoadingTestCollector.java 8 * An implementation of a TestCollector that loads
  /development/samples/Spinner/res/values/
strings.xml 19 The string array "Planets" defines an array of 9 strings. The application loads

Completed in 1534 milliseconds

1 23 4 5 6 7 8 91011>>