HomeSort by relevance Sort by last modified time
    Searched defs:load (Results 26 - 50 of 345) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/webkit/Source/WebKit/qt/tests/benchmarks/loading/
tst_loading.cpp 61 void load();
91 void tst_Loading::load() function in class:tst_Loading
97 m_view->load(url);
  /frameworks/base/libs/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
rsMatrix3x3.cpp 40 void Matrix3x3::load(const float *v) { function in class:Matrix3x3
44 void Matrix3x3::load(const rs_matrix3x3 *v) { function in class:Matrix3x3
  /frameworks/base/media/java/android/media/videoeditor/
VideoEditorFactory.java 29 * existing project {@link #load(String)}.
87 public static VideoEditor load(String projectPath, boolean generatePreview) method in class:VideoEditorFactory
  /frameworks/base/test-runner/src/android/test/
SimpleCache.java 25 protected abstract V load(K key); method in class:SimpleCache
31 V value = load(key);
  /frameworks/base/core/java/android/gesture/
GestureLibraries.java 90 public boolean load() { method in class:GestureLibraries.FileGestureLibrary
95 mStore.load(new FileInputStream(file), true);
98 Log.d(LOG_TAG, "Could not load the gesture library from " + mPath, e);
100 Log.d(LOG_TAG, "Could not load the gesture library from " + mPath, e);
126 public boolean load() { method in class:GestureLibraries.ResourceGestureLibrary
132 mStore.load(in, true);
135 Log.d(LOG_TAG, "Could not load the gesture library from raw resource " +
  /cts/tools/dx-tests/src/util/
CompileAllJasmin.java 36 p.load(new FileInputStream(args[0]));
  /external/antlr/src/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/apache-harmony/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/
KeyManagerImplTest.java 36 ks.load(null, null);
  /external/apache-harmony/x-net/src/test/java/javax/net/ssl/
KeyManagerFactorySpiTests.java 83 kStore.load(null, null);
TrustManagerFactorySpiTests.java 73 kStore.load(null, null);
  /external/bluetooth/glib/gio/
gloadableicon.h 50 * @load: Loads an icon.
52 * @load_finish: Finishes an asynchronous icon load.
62 GInputStream * (* load) (GLoadableIcon *icon, member in struct:_GLoadableIconIface
  /external/chromium/chrome/browser/resources/
collected_cookies.js 51 function load() { function
79 document.addEventListener('DOMContentLoaded', load);
  /external/jsilver/src/com/google/clearsilver/jsilver/interpreter/
InterpretedTemplateLoader.java 51 public Template load(String templateName, ResourceLoader resourceLoader, EscapeMode escapeMode) { method in class:InterpretedTemplateLoader
  /external/srec/srec/Nametag/include/
SR_Nametags.h 51 ESR_ReturnCode(*load)(struct SR_Nametags_t* self, const LCHAR* filename); member in struct:SR_Nametags_t
  /external/webkit/Source/WebCore/platform/audio/
HRTFDatabaseLoader.cpp 49 // Lazily create and load.
88 // Asynchronously load the database in this thread.
93 loader->load();
98 void HRTFDatabaseLoader::load() function in class:WebCore::HRTFDatabaseLoader
102 // Load the default HRTF database.
  /external/webkit/Source/WebCore/plugins/symbian/
PluginPackageSymbian.cpp 35 if (!load())
79 bool PluginPackage::load() function in class:WebCore::PluginPackage
87 if (!m_pluginLoader->load()) {
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
QtPlatformPlugin.cpp 32 bool QtPlatformPlugin::load(const QString& file) function in class:WebCore::QtPlatformPlugin
35 if (!m_loader.load())
49 bool QtPlatformPlugin::load() function in class:WebCore::QtPlatformPlugin
60 if (load(dir.absoluteFilePath(files.at(j))))
97 if (load())
100 load(pluginPath);
  /external/webkit/Source/WebKit2/WebProcess/InjectedBundle/win/
InjectedBundleWin.cpp 64 bool InjectedBundle::load(APIObject* initializationUserData) function in class:WebKit::InjectedBundle
  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
KeyManagerFactoryImpl.java 67 keyStore.load(null, null);
81 keyStore.load(new FileInputStream(new File(keyStoreName)), pwd);
TrustManagerFactoryImpl.java 50 keyStore.load(null, null);
  /external/nist-sip/java/gov/nist/core/net/
SslNetworkLayer.java 79 keyStore.load(new FileInputStream(keyStoreFile), keyStorePassword);
80 trustStore.load(new FileInputStream(trustStoreFile), keyStorePassword);
  /external/webkit/Source/WebCore/loader/cache/
CachedResourceRequest.cpp 88 PassRefPtr<CachedResourceRequest> CachedResourceRequest::load(CachedResourceLoader* cachedResourceLoader, CachedResource* resource, bool incremental, SecurityCheckPolicy securityCheck, bool sendResourceLoadCallbacks) function in class:WebCore::CachedResourceRequest
184 LOG(ResourceLoading, "Failed to load '%s' (cancelled=%d).\n", m_resource->url().latin1().data(), cancelled);
228 // Did not get 304 response, continue as a regular resource load.
  /external/webkit/Tools/Scripts/webkitpy/thirdparty/simplejson/
__init__.py 54 >>> simplejson.load(io)
91 'dump', 'dumps', 'load', 'loads',
220 def load(fp, encoding=None, cls=None, object_hook=None, **kw): function

Completed in 1708 milliseconds

12 3 4 5 6 7 8 91011>>