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

12 3 4

  /external/chromium/net/disk_cache/
rankings.cc 211 if (!rankings->Load())
426 if (!node.Load())
485 if (!next.Load() || !prev.Load())
534 node->Load();
567 node->Load();
731 node->Load();
  /external/libvpx/vp8/common/x86/
idctllm_sse2.asm 111 ; dc is set as first coeff, so no need to load qcoeff
305 ; Load up predict blocks
333 ; Load destination stride before writing out,
374 ; dc is set as first coeff, so no need to load qcoeff
383 ; load up 2 dc words here == 2*16 = doubleword
386 ; Load up predict blocks
418 ; Load destination stride before writing out,
450 ; dc is set as first coeff, so no need to load qcoeff
650 ; Load up predict blocks
677 ; Load destination stride before writing out
    [all...]
  /external/chromium/base/
data_pack.cc 58 bool DataPack::Load(const FilePath& path) {
atomicops_unittest.cc 234 TEST(AtomicOpsTest, Load) {
  /external/v8/src/ia32/
codegen-ia32.cc 382 // Load the closure.
387 // Load the function context (which is the incoming, outer context).
437 // Emit code to load the value of an expression to the top of the
479 Load(expression);
485 void CodeGenerator::Load(Expression* expr) {
574 // load to make sure we do not get reference errors.
588 Load(expr);
687 Load(property->obj());
691 Load(property->key());
699 // generator will load the global object into eax, which is wher
    [all...]
  /external/chromium/net/tools/dump_cache/
dump_files.cc 163 printf("Unable to load entry at address 0x%x\n", next_addr_);
180 printf("Unable to load entry at address 0x%x\n", index_->table[i]);
195 if (!entry_block.Load())
211 if (!rank_block.Load())
  /external/libffi/src/alpha/
osf.S 62 # Load up all of the (potential) argument registers.
168 # Load up the return value in the proper type.
  /external/v8/src/
ic.h 224 Object* Load(State state, Handle<Object> object, Handle<String> name);
241 // inlined load instruction. It is architecture-dependent, and not
279 Object* Load(State state, Handle<Object> object, Handle<Object> key);
341 // version of keyed load.
d8.cc 198 Handle<Value> Shell::Load(const Arguments& args) {
422 global_template->Set(String::New("load"), FunctionTemplate::New(Load));
449 i::Debug::Load();
616 global_template->Set(String::New("load"),
617 FunctionTemplate::New(Shell::Load));
731 // Use all other arguments as names of files to load and run.
d8.h 147 static Handle<Value> Load(const Arguments& args);
debug.h 219 static bool Load();
733 load_failed_ = !Debug::Load();
805 bool load_failed_; // Did the debugger fail to load?
  /external/v8/test/mjsunit/
global-deleted-property-ic.js 30 // Load x from the prototype of this. Make sure to initialize the IC.
34 // Introduce a global variable and make sure we load that from LoadX.
global-load-from-nested-eval.js 32 // Load the global.
  /external/libffi/src/mips/
o32.S 79 REG_L t0, A3_OFF($fp) # load the flags word
86 REG_L a0, 0*FFI_SIZEOF_ARG($sp) # just go ahead and load the
94 l.d $f12, 0*FFI_SIZEOF_ARG($sp) # load $fp regs from args
101 l.s $f12, 0*FFI_SIZEOF_ARG($sp) # load $fp regs from args
109 l.d $f12, 0*FFI_SIZEOF_ARG($sp) # load $fp regs from args
115 l.s $f12, 0*FFI_SIZEOF_ARG($sp) # load $fp regs from args
123 l.d $f12, 0*FFI_SIZEOF_ARG($sp) # load $fp regs from args
131 l.s $f12, 0*FFI_SIZEOF_ARG($sp) # load $fp regs from args
135 # Load the function pointer
257 # Load ABI enum to s
    [all...]
n32.S 94 # Load the number of bytes
105 REG_L t6, 3*FFI_SIZEOF_ARG($fp) # load the flags word into t6.
211 # Load the function pointer
  /external/v8/test/mjsunit/tools/
logreader.js 28 // Load CSV Parser and Log Reader implementations from <project root>/tools.
profile_view.js 28 // Load source code files from <project root>/tools.
splaytree.js 28 // Load the Splay tree implementation from <project root>/tools.
  /dalvik/vm/arch/arm/
CallOldABI.S 107 @ argv can't go into r0-r3 because we need to use it to load those.
137 @ Load the last two args. These are coming out of the interpreted stack,
139 @ safe to load two items out of argv even if we're at the end.
143 @ Show time. Tuck the pc into lr and load the pc from the method
  /external/quake/quake/src/QW/dxsdk/sdk/inc/
d3drm.h 106 STDMETHOD(Load)
  /external/quake/quake/src/WinQuake/dxsdk/SDK/INC/
D3DRM.H 106 STDMETHOD(Load)
  /external/libvpx/vp8/common/ppc/
filter_bilinear_altivec.asm 31 ;# load up horizontal filter
177 ;# Load up permutation constants
188 ;# load up and filter the additional line that is needed
262 ;# Load up permutation constants
273 ;# load up and filter the additional line that is needed
348 ;# Load up permutation constants
363 ;# load up and filter the additional line that is needed
556 ;# load up and filter the additional line that is needed
  /development/simulator/app/
Preferences.cpp 25 * Load from a file.
27 bool Preferences::Load(const char* fileName)
  /external/chromium/net/base/
cookie_monster.h 377 virtual bool Load(std::vector<CookieMonster::KeyedCanonicalCookie>*) = 0;
  /external/libffi/src/sparc/
v8.S 145 ! Load up the return value in the proper type.

Completed in 350 milliseconds

12 3 4