HomeSort by relevance Sort by last modified time
    Searched full:loaded (Results 326 - 350 of 6589) sorted by null

<<11121314151617181920>>

  /external/chromium_org/components/startup_metric_utils/
startup_metric_utils.h 34 // Call this when the executable is loaded and main() is entered. Can be
42 // C++ library is loaded and running.
  /external/chromium_org/content/public/common/
url_constants.cc 61 // This error URL is loaded in normal web renderer processes, so it should not
68 // This URL is loaded when a page is swapped out and replaced by a page in a
  /external/chromium_org/content/renderer/pepper/
pepper_plugin_registry.h 34 // Returns an existing loaded module for the given path. It will search for
37 // loaded.
  /external/chromium_org/content/test/data/gpu/
webgl.html 77 // has been loaded before navigating to about:gpucrash.
80 window.domAutomationController.send("LOADED");
  /external/chromium_org/extensions/common/manifest_handlers/
background_info.h 58 // loaded in the background.
65 // True if the background page should stay loaded forever; false if it should
  /external/chromium_org/native_client_sdk/src/gonacl_appengine/static/lua/
naclterm.js 66 if (!this.loaded) {
114 this.io.print('Loaded.\n');
124 this.loaded = true;
147 percent = Math.round(e.loaded * 100 / e.total);
148 var kbloaded = Math.round(e.loaded / 1024);
178 this.loaded = false;
274 if (!this.loaded) {
296 this.loaded = false;
  /external/chromium_org/ppapi/native_client/src/trusted/plugin/
nacl_subprocess.h 8 // a NaCl module for a compiler could be loaded to translate LLVM bitcode
30 // A class representing an instance of a NaCl module, loaded by the plugin.
  /external/chromium_org/third_party/WebKit/ManualTests/inspector/
error-warning-count.html 13 function loaded()
52 <body onload="loaded()">
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLImportsController.h 88 // List of import which has been loaded or being loaded.
  /external/chromium_org/third_party/WebKit/public/platform/win/
WebSandboxSupport.h 41 // Sometimes a Win32 API call will fail because a font is not loaded,
46 // the font). Returns true if the font was successfully loaded.
  /external/chromium_org/third_party/icu/source/tools/icuinfo/
icuplugins_windows_sample.txt 48 ## It will be loaded after the low level plugins.
52 ## It will be loaded before the high level plugins.
  /external/chromium_org/tools/gn/
import_manager.cc 67 // We loaded the file outside the lock. This means that there could be a
68 // race and the file was already loaded on a background thread. Recover
  /external/icu4c/tools/icuinfo/
icuplugins_windows_sample.txt 48 ## It will be loaded after the low level plugins.
52 ## It will be loaded before the high level plugins.
  /external/jmonkeyengine/engine/src/test/jme3test/asset/
TestAbsoluteLocators.java 62 System.out.println("Audio loaded from Sounds/Effects/Gun.wav");
67 System.out.println("Texture loaded from Textures/Terrain/Pond/Pond.jpg");
  /external/llvm/include/llvm/ExecutionEngine/
ObjectImage.h 24 /// or is in the process of being loaded into memory for execution.
44 // Subclasses can override these methods to update the image with loaded
  /external/llvm/test/Analysis/BasicAA/
dag.ll 39 %loaded = load i8* %phi
40 ret i8 %loaded
  /external/webrtc/src/system_wrappers/source/
rw_lock_win.cc 57 "Loaded Kernel.dll");
88 "Loaded Simple RW Lock");
  /packages/apps/Camera2/src/com/android/camera/data/
PanoramaMetadataLoader.java 32 * Classes implementing this interface can get information about loaded
37 * Called with the loaded metadata or <code>null</code>.
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/
BlenderContext.java 89 * This map stores the loaded features by their old memory address. The
90 * first object in the value table is the loaded structure and the second -
95 * This map stores the loaded features by their name. Only features with ID
97 * loaded structure and the second - the structure already converted into
101 /** A stack that hold the parent structure of currently loaded feature. */
104 * A map storing loaded ipos. The key is the ipo's owner old memory address
112 /** Anim data loaded for features. */
114 /** Loaded skeletons. */
243 * @return loaded header or null if it was not yet loaded
    [all...]
  /external/chromium/webkit/glue/media/
buffered_data_source_unittest.cc 41 LOADED,
135 bool loaded = networkState == LOADED; local
176 // Expected loaded or not.
177 EXPECT_CALL(host_, SetLoaded(loaded));
180 if (instance_size != -1 && (loaded || partial_response)) {
182 if (loaded)
202 if (instance_size != -1 && (loaded || partial_response)) {
507 InitializeDataSource(kFileUrl, net::OK, true, 1024, LOADED);
519 InitializeDataSource(kFileUrl, net::OK, true, 1024, LOADED);
    [all...]
  /external/chromium_org/chrome/browser/extensions/
extension_icon_image_unittest.cc 96 // If |image_| still hasn't been loaded (i.e. it is being loaded
190 // The image will be loaded from the relative path |path|.
248 // Before the image representation is loaded, image should contain blank
317 // We should have loaded the biggest smaller resource resized to the actual
327 // be loaded.
356 // We should have loaded smaller (resized) resource.
522 // away. The image should still return loaded representations. If requested
523 // representation was not loaded while IconImage host was around, transparent
554 // Stash loaded image skia, and destroy |image|
    [all...]
  /external/chromium_org/native_client_sdk/src/resources/
common.js 5 // Set to true when the Document is loaded IFF "test=true" is in the query
67 * Inject a script into the DOM, and call a callback when it is loaded.
70 * @param {Function} onload The callback to call when the script is loaded.
100 common.tester.addAsyncTest('loaded', function(test) {
180 * The "load" event is sent when the module is successfully loaded. The
203 // loaded.
225 * Called when the NaCl module is loaded.
332 * Called when the DOM content has loaded; i.e. the page's document is fully
347 updateStatus('Page loaded.');
392 /** A reference to the NaCl module, once it is loaded. *
    [all...]
  /art/compiler/
elf_fixup.h 31 // Fixup an ELF file so that that oat header will be loaded at oat_begin.
  /cts/tests/tests/jni/libjnitest/
register.c 23 * library is loaded. We use it to register all our native functions,
  /cts/tests/tests/nativeopengl/standalone/jni/
register.cpp 22 * library is loaded. We use it to register all our native functions,

Completed in 418 milliseconds

<<11121314151617181920>>