Searched refs:load (Results 26 - 50 of 3215) sorted by relevance

1234567891011>>

/external/javassist/src/main/javassist/convert/
H A DTransformBefore.java84 Bytecode load = new Bytecode(cp, 0, 0);
88 load.addAload(var);
89 makeCode2(save, load, 0, len, paramTypes, var + 1);
93 loadCode = load.get();
96 private void makeCode2(Bytecode save, Bytecode load, argument
100 int size = load.addLoad(var, paramTypes[i]);
101 makeCode2(save, load, i + 1, n, paramTypes, var + size);
/external/jmonkeyengine/engine/src/xml/com/jme3/export/xml/
H A DXMLImporter.java74 public Object load(AssetInfo info) throws IOException{ method in class:XMLImporter
77 Savable obj = load(in);
82 public Savable load(File f) throws IOException { method in class:XMLImporter
86 Savable sav = load(fis);
93 public Savable load(InputStream f) throws IOException { method in class:XMLImporter
/external/guava/guava-tests/test/com/google/common/cache/
H A DTestingCacheLoaders.java36 * {@link CacheLoader#load} calls to {@code loader}.
41 public V load(K key) throws Exception {
42 return loader.load(key);
49 result.put(key, load(key));
76 public V load(K key) {
88 public V load(K key) throws Exception {
109 public Object load(Object from) { method in class:TestingCacheLoaders.CountingLoader
127 public V load(K key) { method in class:TestingCacheLoaders.ConstantLoader
134 * An {@code Integer} loader that returns the key for {@code load} requests, and increments the
135 * old value on {@code reload} requests. The load count
143 public Integer load(Integer key) { method in class:TestingCacheLoaders.IncrementingLoader
166 public T load(T key) { method in class:TestingCacheLoaders.IdentityLoader
[all...]
/external/jmonkeyengine/engine/src/core-plugins/com/jme3/export/binary/
H A DBinaryImporter.java101 public Object load(AssetInfo info){ method in class:BinaryImporter
110 Savable s = load(is);
125 public Savable load(InputStream is) throws IOException { method in class:BinaryImporter
126 return load(is, null, null);
129 public Savable load(InputStream is, ReadListener listener) throws IOException { method in class:BinaryImporter
130 return load(is, listener, null);
133 public Savable load(InputStream is, ReadListener listener, ByteArrayOutputStream baos) throws IOException { method in class:BinaryImporter
254 public Savable load(URL f) throws IOException { method in class:BinaryImporter
255 return load(f, null);
258 public Savable load(UR method in class:BinaryImporter
265 public Savable load(File f) throws IOException { method in class:BinaryImporter
269 public Savable load(File f, ReadListener listener) throws IOException { method in class:BinaryImporter
276 public Savable load(byte[] data) throws IOException { method in class:BinaryImporter
[all...]
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
H A DANTLRFileStream.java35 * since we know the exact size of the object to load. We can avoid lots
47 load(fileName, encoding);
50 public void load(String fileName, String encoding) method in class:ANTLRFileStream
H A DANTLRReaderStream.java53 load(r, size, readChunkSize);
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/chrome/browser/resources/chromeos/
H A Dproxy_settings.js12 function load() { function
34 document.addEventListener('DOMContentLoaded', load);
/external/webkit/LayoutTests/dom/html/level1/core/
H A Dhc_elementwrongdocumenterr.js70 // each asychronous load started in setUpTests.
118 doc1 = load(doc1Ref, "doc1", "hc_staff");
124 doc2 = load(doc2Ref, "doc2", "hc_staff");
H A Dhc_nodeappendchildnewchilddiffdocument.js70 // each asychronous load started in setUpTests.
115 doc1 = load(doc1Ref, "doc1", "hc_staff");
121 doc2 = load(doc2Ref, "doc2", "hc_staff");
/external/webkit/LayoutTests/dom/xhtml/level1/core/
H A Dhc_elementwrongdocumenterr.js70 // each asychronous load started in setUpTests.
118 doc1 = load(doc1Ref, "doc1", "hc_staff");
124 doc2 = load(doc2Ref, "doc2", "hc_staff");
H A Dhc_nodeappendchildnewchilddiffdocument.js70 // each asychronous load started in setUpTests.
115 doc1 = load(doc1Ref, "doc1", "hc_staff");
121 doc2 = load(doc2Ref, "doc2", "hc_staff");
/external/webkit/LayoutTests/dom/xhtml/level3/core/
H A Ddocumentadoptnode32.js70 // each asychronous load started in setUpTests.
105 doc = load(docRef, "doc", "hc_staff");
111 docAdopter = load(docAdopterRef, "docAdopter", "hc_staff");
H A Dnodeinsertbefore07.js70 // each asychronous load started in setUpTests.
108 doc = load(docRef, "doc", "hc_staff");
114 docAlt = load(docAltRef, "docAlt", "hc_staff");
H A Dnodeinsertbefore08.js70 // each asychronous load started in setUpTests.
108 doc = load(docRef, "doc", "hc_staff");
114 docAlt = load(docAltRef, "docAlt", "hc_staff");
H A Dnodeisequalnode01.js70 // each asychronous load started in setUpTests.
104 doc1 = load(doc1Ref, "doc1", "hc_staff");
110 doc2 = load(doc2Ref, "doc2", "hc_staff");
H A Dnodeisequalnode07.js70 // each asychronous load started in setUpTests.
104 doc1 = load(doc1Ref, "doc1", "hc_staff");
110 doc2 = load(doc2Ref, "doc2", "hc_staff");
H A Dnodeisequalnode21.js70 // each asychronous load started in setUpTests.
106 doc1 = load(doc1Ref, "doc1", "hc_staff");
112 doc2 = load(doc2Ref, "doc2", "hc_staff");
H A Dnodeissamenode01.js70 // each asychronous load started in setUpTests.
104 doc1 = load(doc1Ref, "doc1", "hc_staff");
110 doc2 = load(doc2Ref, "doc2", "hc_staff");
/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DQtPlatformPlugin.h57 bool load();
58 bool load(const QString& file);
/external/webkit/Tools/MiniBrowser/qt/
H A DBrowserView.cpp54 void BrowserView::load(const QString& url) function in class:BrowserView
56 return m_item->load(QUrl::fromUserInput(url));
/external/jmonkeyengine/engine/src/android/com/jme3/audio/plugins/
H A DAndroidAudioLoader.java15 public Object load(AssetInfo assetInfo) throws IOException { method in class:AndroidAudioLoader
/external/jsilver/src/com/google/clearsilver/jsilver/template/
H A DTemplateLoader.java35 * @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
/external/webkit/LayoutTests/dom/html/level2/html/
H A DHTMLDocument18.js64 // each asychronous load started in setUpTests.
92 doc = load(docRef, "doc", "document");
/external/webkit/LayoutTests/dom/xhtml/level2/html/
H A DHTMLDocument18.js64 // each asychronous load started in setUpTests.
92 doc = load(docRef, "doc", "document");
/external/llvm/lib/Target/NVPTX/
H A DNVPTXLowerAggrCopies.cpp34 // Lower MemTransferInst or load-store pair to loop
66 // load from srcAddr+ind
124 if (LoadInst * load = dyn_cast<LoadInst>(II)) {
126 if (load->hasOneUse() == false) continue;
128 if (TD->getTypeStoreSize(load->getType()) < MaxAggrCopySize) continue;
130 User *use = *(load->use_begin());
132 if (store->getOperand(0) != load) //getValueOperand
134 aggrLoads.push_back(load);
165 // Do the transformation of an aggr load/copy/set to a loop
168 LoadInst *load local
[all...]

Completed in 413 milliseconds

1234567891011>>