/frameworks/base/tools/preload/ |
Operation.java | 22 * An operation with a duration. Could represent a class load or initialization. 32 LOAD, INIT 99 case LOAD: return loadedClass.medianLoadTimeMicros();
|
/external/chromium_org/media/base/ |
media_log_event.h | 42 LOAD,
|
/external/chromium_org/third_party/zlib/ |
infback.c | 118 /* Load returned state from inflate_fast() */ 119 #define LOAD() \ 480 LOAD();
|
inflate.c | 437 /* Load registers with state in inflate() for speed */ 438 #define LOAD() \ 535 input left to load n bits into the accumulator, or it continues. BITS(n) 618 LOAD(); [all...] |
/external/qemu/distrib/zlib-1.2.3/ |
infback.c | 118 /* Load returned state from inflate_fast() */ 119 #define LOAD() \ 471 LOAD();
|
inflate.c | 402 /* Load registers with state in inflate() for speed */ 403 #define LOAD() \ 500 input left to load n bits into the accumulator, or it continues. BITS(n) 583 LOAD(); [all...] |
/external/zlib/src/ |
infback.c | 127 /* Load returned state from inflate_fast() */ 128 #define LOAD() \ 488 LOAD();
|
inflate.c | 458 /* Load registers with state in inflate() for speed */ 459 #define LOAD() \ 551 input left to load n bits into the accumulator, or it continues. BITS(n) 634 LOAD(); [all...] |
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/data/ |
UserPresetsManager.java | 22 private static final int LOAD = 1; 44 case LOAD: 74 public void load() { method in class:UserPresetsManager 75 Message msg = mProcessingHandler.obtainMessage(LOAD);
|
/external/chromium_org/third_party/openssl/openssl/crypto/chacha/ |
chacha_vec.c | 80 #define LOAD(m) (vec)(*((vec*)(m))) 104 #define LOAD(m) (vec)_mm_loadu_si128((__m128i*)(m)) 152 STORE(op + d + 0, LOAD(in + d + 0) ^ REVV_BE(v0)); \ 153 STORE(op + d + 4, LOAD(in + d + 4) ^ REVV_BE(v1)); \ 154 STORE(op + d + 8, LOAD(in + d + 8) ^ REVV_BE(v2)); \ 155 STORE(op + d +12, LOAD(in + d +12) ^ REVV_BE(v3)); 197 s0 = LOAD(chacha_const); 198 s1 = LOAD(&((vec*)kp)[0]); 199 s2 = LOAD(&((vec*)kp)[1]); 328 STORE(op + 0, LOAD(ip + 0) ^ REVV_BE(v0 + s0)) [all...] |
/external/llvm/lib/Target/PowerPC/ |
PPCISelLowering.h | 78 /// This is basically a hard coded load instruction which additionally 82 /// Like a regular LOAD but additionally taking/producing a flag. 83 LOAD, 85 /// LOAD into r2 (also taking/producing a flag). Like TOC_RESTORE, this is 86 /// a hard coded load instruction. 161 /// LARX = This corresponds to PPC l{w|d}arx instrcution: load and 256 /// byte-swapping load instruction. It loads "Type" bits, byte swaps it, 266 /// load which sign-extends from a 32-bit integer value into the 271 /// load which zero-extends from a 32-bit integer value into the 353 /// can be legally represented as pre-indexed load / store address [all...] |
/external/v8/src/ |
ic.h | 328 MUST_USE_RESULT MaybeObject* Load(State state, 376 LOAD, 410 ASSERT(stub_kind != LOAD); 473 MUST_USE_RESULT MaybeObject* Load(State state,
|
/dalvik/vm/compiler/template/mips/ |
header.S | 185 #define LOAD(rd, rbase) lw rd, 0(rbase)
|
/dalvik/vm/compiler/template/out/ |
CompilerTemplateAsm-mips.S | 192 #define LOAD(rd, rbase) lw rd, 0(rbase) 551 * For polymorphic callsites - setup the Dalvik frame and load Dalvik PC [all...] |
/external/chromium/chrome/common/extensions/ |
extension.h | 53 LOAD, // --load-extension. 106 bool is_public; // False if only this extension can load this plugin. 378 return location == Extension::LOAD || 385 return location == Extension::LOAD; 438 // file thread. To easily load extension images on the UI thread, see 446 // file thread. To easily load extension images on the UI thread, see 518 // the browser might load (like themes and page action icons). 701 // Helpers to load various chunks of the manifest. 715 // Helper method to load an ExtensionAction from the page_action o [all...] |
/external/llvm/include/llvm/CodeGen/ |
ISDOpcodes.h | 452 /// LOAD and STORE have token chains as their first operand, then the same 453 /// operands as an LLVM load/store instruction, then an offset node that 456 LOAD, STORE, 599 /// This corresponds to "load atomic" instruction. 641 /// MemIndexedMode enum - This enum defines the load / store indexed 644 /// UNINDEXED "Normal" load / store. The effective address is already 647 /// chain, an unindexed load produces one value (result of the 648 /// load); an unindexed store does not produce a value. 652 /// It considers the computation as being folded into the load / 653 /// store operation (i.e. the load / store does the addres [all...] |
/prebuilts/tools/common/m2/internal/xom/xom/1.0/ |
xom-1.0.jar | |
/prebuilts/tools/common/m2/internal/xalan/xalan/2.6.0/ |
xalan-2.6.0.jar | |