HomeSort by relevance Sort by last modified time
    Searched refs:Load (Results 276 - 300 of 698) sorted by null

<<11121314151617181920>>

  /external/valgrind/main/drd/
drd_load_store.c 114 access_type == eLoad ? "load "
344 * Instrument the client code to trace a memory load (--trace-addr).
640 IRExpr* addr_expr = data->Iex.Load.addr;
644 sizeofIRType(data->Iex.Load.ty));
646 instrument_load(bb, data->Iex.Load.addr,
647 sizeofIRType(data->Iex.Load.ty));
721 * load-linked's exactly like normal loads.
  /frameworks/compile/libbcc/lib/Renderscript/
RSExecutable.cpp 41 // Load the object file. Enable the GDB's JIT debugging if the script contains
43 ObjectLoader *loader = ObjectLoader::Load(pObjFile,
  /ndk/sources/host-tools/sed-4.2.1/testsuite/
dc.sed 37 /|?l/b load
38 /|?L/b Load
48 # (format: {key}value{key}value...), but would be longer, like load & save.
105 : load
111 : Load
  /external/chromium/net/tools/dump_cache/
dump_files.cc 170 printf("Unable to load entry at address 0x%x\n", next_addr_);
183 printf("Unable to load entry at address 0x%x\n", index_->table[i]);
197 if (!entry_block.Load())
203 // Prepare for the next entry to load.
222 if (!rank_block.Load())
  /external/chromium_org/chrome/browser/extensions/
installed_loader.cc 143 void InstalledLoader::Load(const ExtensionInfo& info, bool write_to_prefs) {
167 // Check policy on every load in case an extension was blacklisted while
247 Load(*extensions_info->at(i), should_write_prefs);
  /external/chromium_org/chrome/browser/managed_mode/
managed_user_service_unittest.cc 229 // Load a content pack.
240 installer->Load(extension_path);
266 // Load a second content pack.
270 installer->Load(extension_path);
  /external/chromium_org/chrome/browser/net/
transport_security_persister.cc 95 void Load() {
139 base::Bind(&Loader::Load, base::Unretained(loader)),
  /external/chromium_org/chrome/browser/policy/cloud/
component_cloud_policy_store.cc 117 void ComponentCloudPolicyStore::Load() {
121 // Load all cached policy protobufs for each domain.
140 // The protobuf looks good; load the policy data.
143 if (cache_->Load(constants.data_cache_key, id, &data) &&
  /external/chromium_org/chrome/browser/spellchecker/
spellcheck_hunspell_dictionary.cc 177 void SpellcheckHunspellDictionary::Load() {
348 Load();
spellcheck_service.cc 73 custom_dictionary_->Load();
300 hunspell_dictionary_->Load();
  /external/chromium_org/chrome/browser/sync/glue/
bookmark_data_type_controller_unittest.cc 61 bookmark_model->Load(profile->GetIOTaskRunner());
184 bookmark_model_->Load(profile_.GetIOTaskRunner());
  /external/chromium_org/chrome/common/extensions/docs/examples/api/storage/stylizr/
options.js 21 // Load any CSS that may have previously been saved.
  /external/chromium_org/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/chromium_org/v8/test/mjsunit/regress/
regress-hoist-load-named-field.js 30 // Load fields should not be hoisted beyond their check maps when the check maps
  /external/compiler-rt/make/
lib_platforms.mk 11 # Load Platforms
  /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/llvm/test/MC/Mips/
mips-expansions.s 5 # Load immediate instructions
  /external/oprofile/events/i386/westmere/
events 15 event:0x08 counters:0,1,2,3 um:dtlb_load_misses minimum:200000 name:DTLB_LOAD_MISSES : DTLB load misses
19 event:0x0f counters:0,1,2,3 um:mem_uncore_retired minimum:40000 name:MEM_UNCORE_RETIRED : Load instructions retired that HIT modified data in sibling core (Precise Event)
36 event:0x4c counters:0,1 um:x01 minimum:200000 name:LOAD_HIT_PRE : Load operations conflicting with software prefetches
40 event:0x52 counters:0,1 um:x01 minimum:2000000 name:L1D_CACHE_PREFETCH_LOCK_FB_HIT : L1D prefetch load lock accepted in fill buffer
  /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/v8/tools/
presubmit.py 138 def Load(self):
143 self.sums = pickle.load(sums_file)
230 good_files_cache.Load()
  /external/chromium_org/native_client_sdk/src/gonacl_appengine/static/pnacl-demo/
example.js 76 // The <EMBED> element is wrapped inside a <DIV>, which has both a 'load'
79 // to ensure that the listeners are active before the NaCl module 'load'
90 listenerDiv.addEventListener('load', moduleDidLoad, true);
136 * Called when the plugin fails to load.
141 updateStatus('Load failed.');
207 // Load a texture and send pixel data down to NaCl module.
209 // Load image from jpg, decompress into canvas.
  /external/clang/lib/CodeGen/
CGExpr.cpp 539 // Load the vptr, and compute hash_16_bytes(TypeHash, vptr).
2486 llvm::LoadInst *load = Builder.CreateLoad(addr, "ref"); local
    [all...]
CGCleanup.cpp 324 llvm::LoadInst *Load =
327 llvm::SwitchInst::Create(Load, Br->getSuccessor(0), 4, Block);
474 // If there's an active flag, load it and skip the cleanup if it's
542 // The switch operand is a load from the cleanup-dest alloca.
548 // Destroy the load.
760 llvm::LoadInst *Load =
763 llvm::SwitchInst::Create(Load, Default, SwitchCapacity);
765 InstsToAppend.push_back(Load);
    [all...]

Completed in 1102 milliseconds

<<11121314151617181920>>