Searched refs:load (Results 51 - 75 of 3215) sorted by relevance

1234567891011>>

/external/webkit/Source/WebKit/qt/tests/benchmarks/loading/
H A Dtst_loading.cpp61 void load();
91 void tst_Loading::load() function in class:tst_Loading
97 m_view->load(url);
/external/webkit/Source/WebKit2/UIProcess/API/qt/tests/qgraphicswkview/
H A Dtst_qgraphicswkview.cpp87 m_view->m_webView-> load(QUrl::fromLocalFile(QLatin1String(TESTS_SOURCE_DIR "/html/basic_page.html")));
95 m_view->m_webView->load(QUrl());
98 m_view->m_webView->load(QUrl(QLatin1String("")));
/external/libvpx/vp8/encoder/arm/neon/
H A Dfastquantizeb_neon.asm31 vld1.16 {q0, q1}, [r0] ;load z
32 vld1.16 {q10, q11}, [r1] ;load zbin
48 ldr r0, [sp, #8] ;load round_ptr
49 ldr r12, [sp, #12] ;load quant_ptr
55 vld1.s16 {q6, q7}, [r0] ;load round_ptr [0-15]
56 vld1.s16 {q8, q9}, [r12] ;load quant_ptr [0-15]
61 ldr r0, [sp, #4] ;load rvsplus1_scan_order ptr
66 vld1.16 {q0, q1}, [r0] ;load rvsplus1_scan_order
76 ldr r12, [sp] ;load dequant_ptr
84 vld1.s16 {q6, q7}, [r12] ;load dequant_pt
[all...]
/external/proguard/src/proguard/evaluation/
H A DVariables.java209 public Value load(int index) method in class:Variables
228 return load(index).integerValue();
237 return load(index).longValue();
246 return load(index).floatValue();
255 return load(index).doubleValue();
264 return load(index).referenceValue();
273 return load(index).instructionOffsetValue();
/external/webkit/Source/WebKit/qt/tests/qwebhistory/
H A Dtst_qwebhistory.cpp40 frame->load(QUrl("qrc:/resources/page" + QString::number(nr) + ".html"));
206 QDataStream load(&tmp, QIODevice::ReadOnly); //from here data will be loaded
213 //load next page to find differences
216 load >> *hist;
217 QVERIFY(load.status() == QDataStream::Ok);
235 QDataStream load(&tmp, QIODevice::ReadOnly); //from here data will be loaded
250 load >> *hist;
251 QVERIFY(load.status() == QDataStream::Ok);
265 QDataStream load(&tmp, QIODevice::ReadOnly); //from here data will be loaded
280 QVERIFY(!load
[all...]
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
H A DANTLRFileStream.m32 * since we know the exact size of the object to load. We can avoid lots
57 [self load:aFileName encoding:NSUTF8StringEncoding];
67 [self load:aFileName encoding:encoding];
77 - (void) load:(NSString *)aFileName encoding:(NSStringEncoding)encoding
H A DANTLRFileStream.h33 * since we know the exact size of the object to load. We can avoid lots
45 - (void) load:(NSString *)fileName encoding:(NSStringEncoding)encoding;
/external/webkit/Source/WebKit/mac/Plugins/
H A DWebPluginPackage.mm92 - (BOOL)load
100 if (![nsBundle load])
108 return [super load];
/external/guava/guava-gwt/src-super/com/google/common/cache/super/com/google/common/cache/
H A DCacheLoader.java31 * <p>Most implementations will only need to implement {@link #load}. Other methods may be
50 public abstract V load(K key) throws Exception; method in class:CacheLoader
91 public V load(K key) { method in class:CacheLoader.FunctionToCacheLoader
115 public V load(Object key) { method in class:CacheLoader.SupplierToCacheLoader
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/textures/
H A DImageLoader.java43 * An image loader class. It uses three loaders (AWTLoader, TGALoader and DDSLoader) in an attempt to load the image from the given
54 * This method loads the image from the blender file itself. It tries each loader to load the image.
102 result = this.load(inputStream, flipY);
104 LOGGER.info("Unable to load image using AWT loader!");
109 result = ddsLoader.load(inputStream);
111 LOGGER.info("Unable to load image using DDS loader!");
116 result = TGALoader.load(inputStream, flipY);
118 LOGGER.info("Unable to load image using TGA loader!");
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
H A DANTLRFileStream.as11 load(file, encoding);
14 public function load(file:File, encoding:String = null):void { function
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
H A DKeyStore3Test.java88 mockKeyStore.load(null);
100 mockKeyStore.load(null, null);
105 mockKeyStore.load(null, null);
111 mockKeyStore.load(null, null);
117 mockKeyStore.load(null, null);
139 mockKeyStore.load(null, null);
148 mockKeyStore.load(null, null);
158 mockKeyStore.load(null, null);
171 ks.load(fis, pwd);
/external/guava/guava/src/com/google/common/cache/
H A DCacheLoader.java35 * <p>Most implementations will only need to implement {@link #load}. Other methods may be
55 public abstract V load(K key) throws Exception; method in class:CacheLoader
62 * <p>This implementation synchronously delegates to {@link #load}. It is recommended that it be
76 return Futures.immediateFuture(load(key));
118 public V load(K key) { method in class:CacheLoader.FunctionToCacheLoader
142 public V load(Object key) { method in class:CacheLoader.SupplierToCacheLoader
/external/jmonkeyengine/engine/src/android/com/jme3/texture/plugins/
H A DAndroidImageLoader.java12 public Object load(AssetInfo info) throws IOException { method in class:AndroidImageLoader
/external/openssh/regress/
H A Dputty-transfer.sh22 env HOME=$PWD ${PLINK} -load compression_$c -batch \
33 env HOME=$PWD ${PLINK} -load compression_$c \
/external/oprofile/gui/
H A Doprof_start_config.h38 void load(std::istream & in);
/external/srec/srec/Semproc/include/
H A DSR_SemanticGraph.h62 ESR_ReturnCode(*load)(struct SR_SemanticGraph_t* self, wordmap* ilabels, const LCHAR* basename, int num_words_to_add); member in struct:SR_SemanticGraph_t
/external/valgrind/main/exp-bbv/tests/amd64-linux/
H A Dclone_test.S13 mov $499,%rcx # load counter
61 mov $499997,%rcx # load counter
70 mov $999997,%rcx # load counter
85 mov $250000,%rcx # load counter
H A Dmillion.S10 mov $499997,%rcx # load counter
/external/valgrind/main/exp-bbv/tests/x86-linux/
H A Dclone_test.S13 mov $499,%ecx # load counter
61 mov $499997,%ecx # load counter
70 mov $999997,%ecx # load counter
85 mov $250000,%ecx # load counter
/external/webkit/LayoutTests/dom/html/level1/core/
H A Ddocumentgetdoctypenodtd.js65 // each asychronous load started in setUpTests.
98 doc = load(docRef, "doc", "hc_nodtdstaff");
H A Dhc_documentgetelementsbytagnamelength.js64 // each asychronous load started in setUpTests.
99 doc = load(docRef, "doc", "hc_staff");
H A Dhc_documentgetrootnode.js64 // each asychronous load started in setUpTests.
96 doc = load(docRef, "doc", "hc_staff");
H A Dhc_documentinvalidcharacterexceptioncreateattribute.js64 // each asychronous load started in setUpTests.
104 doc = load(docRef, "doc", "hc_staff");
H A Dhc_documentinvalidcharacterexceptioncreateattribute1.js64 // each asychronous load started in setUpTests.
97 doc = load(docRef, "doc", "hc_staff");

Completed in 451 milliseconds

1234567891011>>