HomeSort by relevance Sort by last modified time
    Searched full:load (Results 976 - 1000 of 4099) sorted by null

<<31323334353637383940>>

  /external/v8/benchmarks/
run.html 83 function Load() {
91 <body onload="Load()">
  /external/webkit/JavaScriptCore/tests/mozilla/ecma_2/
shell.js 25 * stand-alone JavaScript engine. To run a test, first load this file,
26 * then load the test script.
  /external/webkit/WebCore/history/
PageCache.cpp 164 LOG(PageCache, "WebCorePageCache: Postponing releaseAutoreleasedPagesNowOrReschedule() - %f since last load, %f since last input, %i objects pending release", loadDelta, userDelta, m_autoreleaseSet.size());
169 LOG(PageCache, "WebCorePageCache: Releasing page caches - %f seconds since last load, %f since last input, %i objects pending release", loadDelta, userDelta, m_autoreleaseSet.size());
  /external/webkit/WebCore/loader/
Cache.cpp 121 // Pretend the resource is in the cache, to prevent it from being deleted during the load() call.
125 resource->load(docLoader);
166 // Pretend the resource is in the cache, to prevent it from being deleted during the load() call.
169 // Don't load incrementally, skip load checks, don't send resource load callbacks.
170 userSheet->load(docLoader, false, SkipSecurityCheck, false);
204 newResource->load(docLoader);
  /external/webkit/WebCore/page/
XSSAuditor.h 66 // * HTMLTokenizer::parseTag - used to load external JavaScript scripts.
67 // * FrameLoader::requestObject - used to load <object>/<embed> elements.
  /external/webkit/WebCore/svg/
SVGScriptElement.cpp 204 // If we've already fired an load event and externalResourcesRequired is set to 'true'
211 // HTML fires the 'load' event after it sucessfully loaded a remote resource, otherwhise an error event.
  /external/webkit/WebKit/android/
TimeCounter.cpp 100 "native 2 (resource load)",
128 LOGD("*-* Total load time: %d ms, thread time: %d ms for %s\n",
  /external/webkit/WebKit/gtk/tests/
testwebview.c 174 /* Load a page with a big div that will cause scrollbars to appear */
190 /* Load a second URI */
  /external/webkit/WebKit/mac/Misc/
WebKitErrors.m 46 #define WebKitErrorDescriptionFrameLoadInterruptedByPolicyChange UI_STRING("Frame load interrupted", "WebKitErrorFrameLoadInterruptedByPolicyChange description")
54 #define WebKitErrorDescriptionPlugInWillHandleLoad UI_STRING("Plug-in handled load", "WebKitErrorPlugInWillHandleLoad description")
  /external/webkit/WebKit/mac/WebView/
WebDataSource.h 172 Later, if something causes the data source to load the URL of the subresource, the data source
173 will load the data from the subresource instead of from the network. For example, if one wants to add
  /external/webkit/WebKit/qt/Api/
qwebframe.h 123 void load(const QUrl &url);
124 void load(const QNetworkRequest &request,
  /frameworks/base/core/java/android/content/pm/
LabeledIntent.java 132 * want to load the label from the underlying resolved info for the Intent.
150 * want to load the icon from the underlying resolved info for the Intent.
  /frameworks/base/core/java/android/webkit/
FileLoader.java 38 private String mPath; // Full path to the file to load
39 private int mType; // Indicates the type of the load
  /frameworks/base/docs/html/
search.jd 9 google.load('search', '1');
95 // when an event on the browser history occurs (back, forward, load) perform a search
  /frameworks/base/graphics/java/android/renderscript/
Matrix4f.java 64 public void load(Matrix4f src) { method in class:Matrix4f
165 load(tmp);
  /frameworks/base/libs/rs/
rsMatrix.cpp 51 void Matrix::load(const float *v) function in class:Matrix
56 void Matrix::load(const Matrix *v) function in class:Matrix
  /frameworks/base/libs/ui/
KeyCharacterMap.cpp 157 KeyCharacterMap::load(int id) function in class:KeyCharacterMap
175 //LOGD("load: dev='%s' path='%s'\n", dev, path);
  /frameworks/base/location/java/com/android/internal/location/
GpsXtraDownloader.java 52 // to load balance our server requests
94 // load balance our requests among the available servers
  /frameworks/base/media/java/android/drm/mobile1/
DrmRightsManager.java 245 * Load the shared library to link the native methods.
252 System.err.println("WARNING: Could not load libdrm1_jni.so");
  /frameworks/base/media/jni/soundpool/
SoundPool.h 167 int load(const char* url, int priority);
168 int load(int fd, int64_t offset, int64_t length, int priority);
  /frameworks/base/services/java/com/android/server/
BootReceiver.java 63 // Start the load average overlay, if activated
70 Slog.e(TAG, "Can't start load average service", e);
EntropyService.java 33 * A service designed to load and periodically save &quot;randomness&quot;
101 Slog.w(TAG, "unable to load initial entropy (first boot?)", e);
  /frameworks/base/telephony/java/com/android/internal/telephony/cdma/
RuimSmsInterfaceManager.java 73 if(DBG) log("Cannot load Sms records");
188 log("interrupted while trying to load from the RUIM");
  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/
SimSmsInterfaceManager.java 70 if(DBG) log("Cannot load Sms records");
188 log("interrupted while trying to load from the SIM");
  /frameworks/base/test-runner/src/junit/runner/
TestCaseClassLoader.java 20 * <b>Known limitation:</b> the TestCaseClassLoader cannot load classes
203 p.load(is);

Completed in 230 milliseconds

<<31323334353637383940>>