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

<<11121314151617181920>>

  /libcore/support/src/test/java/tests/util/
ClassLoaderBuilder.java 73 * It never loads any classes. All it does is decide when to delegate to
78 * uses the same classpath as the application class loader. It loads
  /packages/apps/VideoEditor/src/com/android/videoeditor/
BaseAdapterWithImages.java 168 * Starts the AsyncTask which loads the bitmap.
202 * Loads an image based on its key.
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/icons/
ImageFactory.java 49 * Loads an image given its filename (with its extension).
83 * Loads and returns the appropriate image for a given package, archive or source object.
  /external/valgrind/main/lackey/
lk_main.c 38 // * --detailed-counts: do more detailed counts: number of loads, stores
58 // tools that act on memory loads and stores. It also could be used as is,
85 // of loads, stores, and modifies.
89 // add %eax, %ebx No loads or stores instr
91 // movl (%eax), %ebx loads (%eax) instr, load
97 // cmpsb loads (%esi), loads(%edi) instr, load, load
99 // call*l (%edx) loads (%edx), stores -4(%esp) instr, load, store
100 // pushl (%edx) loads (%edx), stores -4(%esp) instr, load, store
101 // movsw loads (%esi), stores (%edi) instr, load, stor
    [all...]
  /external/javassist/src/main/javassist/
Loader.java 65 * object before the JVM loads it.
241 * Loads a class with an instance of <code>Loader</code>
261 * Loads a class and calls <code>main()</code> in that class.
282 * Loads a class and calls <code>main()</code> in that class.
389 * javax.swing.UIManager loads a (concrete) subclass
  /external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.h 147 /// determine if two loads are loading from the same base address. It should
155 /// determine (in conjunction with areLoadsFromSameBasePtr) if two loads
156 /// should be scheduled togther. On some targets if two loads are loading from
160 /// to schedule the two loads together. "NumLoads" is the number of loads that
  /external/llvm/lib/Target/X86/
X86InstrInfo.h 304 /// to determine if two loads are loading from the same base address. It
312 /// determine (in conjunction with areLoadsFromSameBasePtr) if two loads should
313 /// be scheduled togther. On some targets if two loads are loading from
317 /// to schedule the two loads together. "NumLoads" is the number of loads that
  /dalvik/tools/dexdeps/src/com/android/dexdeps/
DexData.java 47 * Loads the contents of the DEX file into our data structures.
130 * Loads the string table out of the DEX.
158 * Loads the type ID list.
176 * Loads the proto ID list.
222 * Loads the field ID list.
242 * Loads the method ID list.
262 * Loads the class defs list.
  /external/llvm/lib/Transforms/Utils/
SSAUpdater.cpp 390 // processing them. Keep track of which loads are loading a live-in value.
417 // Otherwise, check to see if this block is all loads.
426 // If so, we can queue them all as live in loads. We don't have an
428 // scan large blocks, so just add all loads as live ins.
436 // Otherwise, we have mixed loads and stores (or just a bunch of stores).
475 // Okay, now we rewrite all loads that use live-in values in the loop,
504 // Propagate down to the ultimate replacee. The intermediately 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/valgrind/main/exp-ptrcheck/docs/
pc-manual.xml 74 <varlistentry id="opt.partial-loads-ok" xreflabel="--partial-loads-ok">
76 <option><![CDATA[--partial-loads-ok=<yes|no> [default: no] ]]></option>
82 loads which partially overlap the end of heap blocks -- that is,
84 others are not. When <varname>yes</varname>, such loads do not
86 default), loads from partially invalid addresses are treated the
87 same as loads from completely invalid addresses: an illegal heap
  /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/valgrind/main/memcheck/tests/
sh-mem.c 22 // a[] is the array in which we do our loads and stores.
206 // exercises LOADV8/STOREV8 -- for integer types these loads/stores get
207 // broken into two 32-bit loads/stores.
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/
hash_policy.hpp 206 // Returns a pair of the minimal and maximal loads, respectively.
210 // Sets the loads through a pair of the minimal and maximal
211 // loads, respectively.
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/
hash_policy.hpp 206 // Returns a pair of the minimal and maximal loads, respectively.
210 // Sets the loads through a pair of the minimal and maximal
211 // loads, respectively.
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/
hash_policy.hpp 206 // Returns a pair of the minimal and maximal loads, respectively.
210 // Sets the loads through a pair of the minimal and maximal
211 // loads, respectively.
  /dalvik/tests/086-null-super/src/
Main.java 35 * A class loader which loads classes from the dex file
  /dalvik/tests/087-gc-after-link/src/
Main.java 35 * A class loader which loads classes from the dex file
  /dalvik/vm/compiler/codegen/arm/
LocalOptimizations.cpp 72 * superblock, to eliminate redundant loads and stores.
153 * Should only see literal loads in the instruction
269 * superblock, to try to hoist loads to earlier slots.
301 * bits, and loads to Dalvik registers, constant pools, and non-alias
  /development/host/windows/usb/api/
AdbWinApi.cpp 47 /** \brief Loads AdbWinUsbApi.dll and caches its InstantiateWinUsbInterface
  /development/samples/BusinessCard/src/com/example/android/businesscard/
ContactAccessor.java 84 * Loads contact data for the supplied URI. The actual queries will differ for different APIs
  /external/chromium/chrome/browser/automation/
url_request_automation_job.h 28 // net::URLRequestJob implementation that loads the resources using
  /external/chromium/chrome/browser/chromeos/login/
eula_view.h 111 // Loads specified URL to the specified DOMView and updates specified
web_page_view.h 101 // Loads the given URL into the page.
  /external/chromium/chrome/browser/chromeos/
plugin_selection_policy.h 26 // executable path in the browser. It loads a policy file for

Completed in 1994 milliseconds

<<11121314151617181920>>