HomeSort by relevance Sort by last modified time
    Searched refs:load (Results 51 - 75 of 2660) sorted by null

1 23 4 5 6 7 8 91011>>

  /dalvik/vm/mterp/x86/
binflop.S 9 $load (rFP,%eax,4) # vCC to fp stack
binflop2addr.S 10 $load (rFP,%ecx,4) # vAA to fp stack
fpcvt.S 1 %default {"instr":"","load":"","store":""}
8 $load (rFP,rINST,4) # %st0<- vB
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
ANTLRFileStream.java 35 * since we know the exact size of the object to load. We can avoid lots
47 load(fileName, encoding); method
50 public void load(String fileName, String encoding) method in class:ANTLRFileStream
ANTLRReaderStream.java 53 load(r, size, readChunkSize); method
56 public void load(Reader r, int size, int readChunkSize) method in class:ANTLRReaderStream
68 // System.out.println("load "+size+" in chunks of "+readChunkSize);
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/resources/
sunspider-standalone-driver.js 45 load(testData);
48 // global environment, so we fall back to `load'.
50 load(testName);
  /external/chromium_org/tools/clang/scripts/
plugin_flags.sh 19 echo -Xclang -load -Xclang $CLANG_LIB_PATH/libFindBadConstructs.$LIBSUFFIX \
  /frameworks/base/libs/hwui/
Matrix.h 77 load(v);
81 load(v);
85 load(v);
98 load(v);
112 void load(const float* v);
113 void load(const Matrix4& v);
114 void load(const SkMatrix& v);
132 load(u);
  /frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/
TextureBase.java 35 tex.load();
51 abstract void load(); method in class:TextureBase
  /frameworks/rs/
rsMatrix2x2.cpp 36 void Matrix2x2::load(const float *v) { function in class:Matrix2x2
40 void Matrix2x2::load(const rs_matrix2x2 *v) { function in class:Matrix2x2
  /libcore/dom/src/test/java/org/w3c/domts/level2/core/
importNode16.java 75 doc = (Document) load("staffNS", true);
76 anotherDoc = (Document) load("staffNS", true);
importNode17.java 74 doc = (Document) load("staffNS", true);
75 anotherDoc = (Document) load("staffNS", true);
  /dalvik/vm/mterp/armv5te/
OP_GOTO_32.S 22 FETCH_ADVANCE_INST_RB(r1) @ update rPC, load rINST
25 FETCH_ADVANCE_INST_RB(r1) @ update rPC, load rINST
  /dalvik/vm/mterp/mips/
OP_MONITOR_EXIT.S 20 FETCH_ADVANCE_INST(1) # before throw: advance rPC, load rINST
25 FETCH_ADVANCE_INST(1) # before throw: advance rPC, load rINST
unopNarrower.S 1 %default {"preinstr":"", "load":"LOAD64_F(fa0, fa0f, a3)"}
20 $load
22 FETCH_ADVANCE_INST(1) # advance rPC, load rINST
  /external/chromium_org/chrome/browser/ui/
uma_browsing_activity_observer.cc 53 const content::LoadCommittedDetails load = local
65 CHECK(load.entry);
69 load.entry->GetURL())) {
74 if (!load.is_navigation_to_different_page())
  /external/chromium_org/net/disk_cache/v3/
block_bitmaps.h 56 void GetFileStats(int index, int* used_count, int* load);
  /external/chromium_org/third_party/WebKit/Source/platform/audio/
HRTFDatabaseLoader.h 42 // HRTFDatabaseLoader will asynchronously load the default HRTFDatabase in a new thread.
66 void load();
  /external/jmonkeyengine/engine/src/android/com/jme3/audio/plugins/
AndroidAudioLoader.java 15 public Object load(AssetInfo assetInfo) throws IOException { method in class:AndroidAudioLoader
  /external/jsilver/src/com/google/clearsilver/jsilver/template/
TemplateLoader.java 28 * Load a template from a named resource, with the provided escape mode. If the mode is
35 * @param resourceLoader the ResourceLoader object to use to load any files needed to satisfy this
39 Template load(String templateName, ResourceLoader resourceLoader, EscapeMode escapeMode); method in interface:TemplateLoader
  /frameworks/base/tools/validatekeymaps/
Main.cpp 82 status_t status = KeyLayoutMap::load(String8(filename), &map);
92 status_t status = KeyCharacterMap::load(String8(filename),
103 status_t status = PropertyMap::load(String8(filename), &map);
114 status_t status = VirtualKeyMap::load(String8(filename), &map);
  /frameworks/compile/libbcc/lib/ExecutionEngine/
ObjectLoaderImpl.h 35 virtual bool load(const void *pMem, size_t pMemSize) = 0;
  /libcore/luni/src/test/java/tests/org/w3c/dom/
LocalName.java 61 doc = (Document) load("staffNS", builder);
73 doc = (Document) load("staffNS", builder);
84 doc = (Document) load("staffNS", builder);
96 doc = (Document) load("staffNS", builder);
  /external/llvm/lib/Target/NVPTX/
NVPTXLowerAggrCopies.cpp 32 // Lower MemTransferInst or load-store pair to loop
61 // load from srcAddr+ind
118 if (LoadInst *load = dyn_cast<LoadInst>(II)) {
120 if (load->hasOneUse() == false)
123 if (TD->getTypeStoreSize(load->getType()) < MaxAggrCopySize)
126 User *use = *(load->use_begin());
128 if (store->getOperand(0) != load) //getValueOperand
130 aggrLoads.push_back(load);
162 // Do the transformation of an aggr load/copy/set to a loop
165 LoadInst *load = aggrLoads[i] local
    [all...]
  /frameworks/base/media/java/android/media/
MediaActionSound.java 119 public synchronized void load(int soundName) { method in class:MediaActionSound
125 mSoundPool.load(SOUND_FILES[soundName], 1);
144 * <p>If the sound has not been loaded by {@link #load} before calling play,
145 * play will load the sound at the cost of some additional latency before
164 mSoundPool.load(SOUND_FILES[soundName], 1);
181 Log.e(TAG, "Unable to load sound for playback (status: " +

Completed in 2747 milliseconds

1 23 4 5 6 7 8 91011>>