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

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/media/jni/soundpool/
SoundPool.cpp 206 int SoundPool::load(const char* path, int priority) function in class:android::SoundPool
208 LOGV("load: path=%s, priority=%d", path, priority);
216 int SoundPool::load(int fd, int64_t offset, int64_t length, int priority) function in class:android::SoundPool
218 LOGV("load: fd=%d, offset=%lld, length=%lld, priority=%d",
511 LOGE("Unable to load sample: %s", mUrl);
  /libcore/dom/src/test/java/org/w3c/domts/
XercesHTML2DocumentBuilderFactory.java 199 public Document load(java.net.URL url) throws DOMTestLoadException { method in class:XercesHTML2DocumentBuilderFactory
XercesHTMLDocumentBuilderFactory.java 199 public Document load(java.net.URL url) throws DOMTestLoadException { method in class:XercesHTMLDocumentBuilderFactory
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
KeyStoreBuilderTest.java 131 ks.load(null, pass);
503 ks.load(null, null);
  /libcore/luni/src/test/java/tests/api/javax/net/ssl/
KeyManagerFactory1Test.java 460 ks.load(null, null);
SSLContext1Test.java 496 ks.load(null, null);
498 fail(e + " was thrown for method load(null, null)");
SSLServerSocketTest.java 449 keyStore.load(inputStream, PASSWORD.toCharArray());
  /libcore/support/src/test/java/tests/support/
Support_Configuration.java 155 load(in, props); method
314 static void load(InputStream in, Hashtable<String, String> result) throws IOException { method in class:Support_Configuration
  /ndk/sources/host-tools/make-3.81/
getloadavg.c 1 /* Get the system load averages.
32 LDAV_CVT() Scale the load average from the kernel.
34 LDAV_SYMBOL Name of kernel symbol giving load average.
35 LOAD_AVE_TYPE Type of the load average array in the kernel.
39 otherwise, no load average is available.
44 LINUX_LDAV_FILE [__linux__]: File containing load averages.
70 LDAV_DONE to indicate that the load average has been computed.
114 returns the load average multiplied by 100. What we actually want
115 is a macro called LDAV_CVT, which returns the load average as an
409 /* GNU system acts much like NeXT, for load average purposes
685 double load; local
    [all...]
  /packages/apps/CertInstaller/src/com/android/certinstaller/
CredentialHelper.java 307 keystore.load(new ByteArrayInputStream(getData(KeyChain.EXTRA_PKCS12)),
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/export/
KeyCheckPage.java 183 keyStore.load(fis, mWizard.getKeystorePassword().toCharArray());
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/project/
ProjectProperties.java 43 * <p/>To load an existing file, use {@link #load(IAbstractFolder, PropertyType)}.
213 public static ProjectProperties load(String projectFolderOsPath, PropertyType type) { method in class:ProjectProperties
215 return load(wrapper, type);
225 public static ProjectProperties load(IAbstractFolder projectFolder, PropertyType type) { method in class:ProjectProperties
423 * Use {@link #load(String, PropertyType)} or {@link #create(String, PropertyType)}
  /system/core/libpixelflinger/codeflinger/
texturing.cpp 120 int load = 0; local
124 load |= 1;
131 if (load || parts.packed) {
133 comment("load initial iterated color (8888 packed)");
138 comment("load initial iterated color (dest format packed)");
454 load(txPtr, texel, WRITE_BACK);
619 // load texel
622 load(txPtr, texel, 0);
    [all...]
  /prebuilt/common/ninepatch/
ninepatch-prebuilt.jar 
  /dalvik/tools/dexdeps/src/com/android/dexdeps/
DexData.java 52 public void load() throws IOException { method in class:DexData
  /development/tools/glesv2debugger/src/com/android/glesv2debugger/
Context.java 98 void load(final RandomAccessFile file) { method in class:Frame
255 loadedFrame.load(file);
  /external/chromium/chrome/browser/visitedlink/
visitedlink_master.cc 510 // that the file size is different when we load it back in, and then we will
735 // Load limits for good performance/space. We are pretty conservative about
742 float load = ComputeTableLoad(); local
743 if (load < max_table_load &&
745 load > min_table_load))
751 DCHECK(load <= min_table_load || new_size > table_length_);
    [all...]
  /external/chromium/webkit/glue/
webmediaplayer_impl.cc 372 void WebMediaPlayerImpl::load(const WebKit::WebURL& url) { function in class:webkit_glue::WebMediaPlayerImpl
387 // Handle any volume changes that occured before load().
  /external/emma/core/java12/com/vladium/emma/data/
DataFactory.java 51 public static IMergeable [] load (final File file) method in class:DataFactory
  /external/tcpdump/
print-eigrp.c 134 u_int8_t load; member in struct:eigrp_tlv_ip_int_t
154 u_int8_t load; member in struct:eigrp_tlv_ip_ext_t
173 u_int8_t load; member in struct:eigrp_tlv_at_int_t
192 u_int8_t load; member in struct:eigrp_tlv_at_ext_t
344 printf("\n\t delay %u ms, bandwidth %u Kbps, mtu %u, hop %u, reliability %u, load %u",
350 tlv_ptr.eigrp_tlv_ip_int->load);
381 printf("\n\t delay %u ms, bandwidth %u Kbps, mtu %u, hop %u, reliability %u, load %u",
387 tlv_ptr.eigrp_tlv_ip_ext->load);
413 printf("\n\t delay %u ms, bandwidth %u Kbps, mtu %u, hop %u, reliability %u, load %u",
419 tlv_ptr.eigrp_tlv_at_int->load);
    [all...]
  /external/webkit/Source/WebCore/loader/cache/
CachedResource.h 83 virtual void load(CachedResourceLoader* cachedResourceLoader) { load(cachedResourceLoader, false, DoSecurityCheck, true); } function in class:WebCore::CachedResource
84 void load(CachedResourceLoader*, bool incremental, SecurityCheckPolicy, bool sendResourceLoadCallbacks);
210 // triggering a load. We should make it protected again if we can find a
288 // resources becomes normal resource load.
  /external/webkit/Source/WebCore/platform/graphics/qt/
MediaPlayerPrivateQt.cpp 171 void MediaPlayerPrivateQt::load(const String& url) function in class:WebCore::MediaPlayerPrivateQt
176 // so we handle this ourselves by delaying the load
  /external/webkit/Source/WebCore/platform/graphics/win/
MediaPlayerPrivateQuickTimeWin.cpp 223 void MediaPlayerPrivate::load(const String& url) function in class:WebCore::MediaPlayerPrivate
248 m_qtMovie->load(url.characters(), url.length(), m_player->preservesPitch());
471 // Cancel the load by destroying the movie.
528 // FIXME: We should differentiate between load/network errors and decode errors <rdar://problem/5605692>
  /external/webkit/Source/WebKit/qt/Api/
qwebview.cpp 231 A web site can be loaded onto QWebView with the load() function. Like all
237 Alternatively, setUrl() can also be used to load a web site. If you have
245 load success or failure.
299 \sa load()
429 void QWebView::load(const QUrl &url) function in class:QWebView
431 page()->mainFrame()->load(url);
435 \fn void QWebView::load(const QNetworkRequest &request, QNetworkAccessManager::Operation operation, const QByteArray &body)
446 void QWebView::load(const QNetworkRequest &request, function in class:QWebView
450 page()->mainFrame()->load(request, operation, body);
472 \sa load(), setContent(), QWebFrame::toHtml(), QWebFrame::setContent(
    [all...]
  /external/webkit/Source/WebKit/qt/declarative/
qdeclarativewebview.cpp 399 page()->mainFrame()->load(seturl);
815 void QDeclarativeWebView::load(const QNetworkRequest& request, QNetworkAccessManager::Operation operation, const QByteArray& body) function in class:QDeclarativeWebView
817 page()->mainFrame()->load(request, operation, body);
    [all...]

Completed in 1004 milliseconds

1 2 3 4 5 6 7 8 91011>>