/external/chromium/chrome/browser/ui/cocoa/ |
history_menu_bridge.mm | 78 // Check to see if the history service is ready. Because it loads async, it 79 // may not be ready when the Bridge is created. If this happens, register 80 // for a notification that tells us the HistoryService is ready. 101 // The service is not ready for use yet, so become notified when it does. 138 // A history service is now ready. Check to see if it's the one for the main
|
/external/chromium_org/android_webview/renderer/ |
print_web_view_helper.h | 181 // Finalize the print ready preview document. 400 // Finalizes the print ready preview document. 442 UNINITIALIZED, // Not ready to render. 443 INITIALIZED, // Ready to render. 470 // Specifies the total number of pages in the print ready metafile.
|
/external/chromium_org/chrome/installer/setup/ |
setup_util.cc | 434 // Chrome Frame ready-mode. 435 "ready-mode", 436 "ready-mode-opt-in", 437 "ready-mode-temp-opt-out", 438 "ready-mode-end-temp-opt-out",
|
/external/chromium_org/chrome/renderer/printing/ |
print_web_view_helper.h | 179 // Finalize the print ready preview document. 398 // Finalizes the print ready preview document. 440 UNINITIALIZED, // Not ready to render. 441 INITIALIZED, // Ready to render. 468 // Specifies the total number of pages in the print ready metafile.
|
/external/chromium_org/content/common/gpu/media/ |
exynos_video_decode_accelerator.h | 114 kInitialized, // Initialize() returned true; ready to start decoding. 117 kAfterReset, // After Reset(), ready to start decoding again. 382 // Input buffers ready to use, as a LIFO since we don't care about ordering. 391 // Output buffers ready to use, as a FIFO since we want oldest-first to hide 401 // Pictures that are ready but not sent to PictureReady yet.
|
/external/oprofile/events/mips/74K/ |
events.h | 33 "17-0 DDQ0 (ALU out-of-order dispatch queue) no issue cycles with valid instructions but operands not ready"}, 53 "27-0 Load/store graduation blocked cycles due to CP1/2 store data not ready, SYNC/SYNCI/SC/CACHEOP at the head, or FSB/LDQ/WBB/ITU FIFO full"}, 159 "17-1 DDQ1 (AGEN out-of-order dispatch queue) no issue cycles with valid instructions but operands not ready"}, 161 "18-1 DDQ1 (AGEN out-of-order dispatch queue) no issue cycles with valid instructions due to operand(s) not available, non-issued stores blocking ready to issue loads, or non-issued CACHEOPs blocking ready to issue loads"},
|
/external/qemu/telephony/ |
sysdeps_posix.c | 92 int ready; member in struct:SysChannelRec_ 132 channel->ready = 0; 475 channel->ready = events; 532 events = channel->ready; 533 channel->ready = 0;
|
/packages/providers/DownloadProvider/src/com/android/providers/downloads/ |
DownloadInfo.java | 325 case Downloads.Impl.STATUS_PENDING: // download is explicit marked as ready to start 452 * If download is ready to start, and isn't already pending or executing, 479 * If download is ready to be scanned, enqueue it into the given 552 * Return time when this download will be ready for its next action, in 555 * @return If {@code 0}, download is ready to proceed immediately. If
|
/development/samples/RandomMusicPlayer/src/com/example/android/musicplayer/ |
MusicService.java | 88 Playing, // playback active (media player ready!). (but the media player may actually be 91 Paused // playback paused (media player ready!) 97 // when we are ready or not. 101 // start playing when we are ready. If null, we should play a random song from the device 170 // we want the media player to notify us when it's ready preparing, and when it's done 237 // ready 268 // playing when we're ready
|
/external/chromium_org/chrome/browser/resources/ntp4/ |
new_tab.js | 56 * The time when all sections are ready. 311 * Queued callbacks which lie in wait for all sections to be ready. 317 * Fired as each section of pages becomes ready. 329 * This is used to simulate a fire-once event (i.e. $(document).ready() in 330 * jQuery or Y.on('domready') in YUI. If all sections are ready, the callback 331 * is fired right away. If all pages are not ready yet, the function is queued 333 * @param {function} callback The work to be done when ready.
|
/external/chromium_org/remoting/webapp/ |
client_plugin_async.js | 41 /** @param {boolean} ready Connection ready state. */ 42 this.onConnectionReadyHandler = function(ready) {}; 266 if (typeof message.data['ready'] != 'boolean') { 270 var ready = /** @type {boolean} */ message.data['ready']; 271 this.onConnectionReadyHandler(ready);
|
/external/kernel-headers/original/linux/mtd/ |
nand.h | 151 * additional ready /busy waits */ 157 /* Chip does not require ready check on read. True 300 * @dev_ready: [BOARDSPECIFIC] hardwarespecific function for accesing device ready/busy line 301 * If set to NULL no access to ready/busy is available and the ready/busy information 304 * @waitfunc: [REPLACEABLE] hardwarespecific function for wait on ready 551 * @dev_ready: platform specific function to read ready/busy pin
|
/external/llvm/lib/Target/Hexagon/ |
HexagonMachineScheduler.cpp | 349 /// Release pending ready nodes in to the available queue. This makes them 356 // Check to see if any of the pending instructions are ready to issue. If 378 /// Remove SU from the ready set for this boundary. 383 assert(Pending.isInQueue(SU) && "bad ready count"); 388 /// If this queue only has one ready candidate, return it. As a side effect, 389 /// advance the cycle until at least one node is ready. If multiple instructions 390 /// are ready, return NULL.
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/logging/ |
config.py | [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/logging/ |
config.py | [all...] |
/bootable/recovery/minadbd/ |
adb.c | 327 s->ready(s); 332 case A_OKAY: /* READY(local-id, remote-id, "") */ 339 s->ready(s);
|
/external/chromium/chrome/browser/instant/ |
instant_controller.h | 145 // Returns true if the preview TabContents is ready to be displayed. In some 209 // Does the work of processing a change in the status (ready or 263 // The loader that is ready to be displayed.
|
/external/chromium-trace/ |
systrace-legacy.py | 157 ready = select.select([adb.stdout, adb.stderr], [], [adb.stdout, adb.stderr]) 158 if adb.stderr in ready[0]: 162 if adb.stdout in ready[0]:
|
/external/chromium_org/chrome/browser/extensions/ |
extension_system.cc | 111 // loaded immediately so that the rules are ready before we issue network 398 const OneShotEvent& ExtensionSystemImpl::ready() const { function in class:extensions::ExtensionSystemImpl 399 return shared_->ready();
|
/external/chromium_org/chrome/browser/resources/gaia_auth_host/ |
gaia_auth_host.js | 9 * a 'ready' event when the authentication UI is ready to use and a 'completed' 308 cr.dispatchSimpleEvent(this, 'ready');
|
/external/chromium_org/chrome/browser/resources/print_preview/ |
preview_generator.js | 134 // Dispatched when a page preview is ready. The previewIndex field of the 221 * Dispatches a PAGE_READY event to signal that a page preview is ready. 288 * Called when the page layout of the document is ready. Always occurs
|
/external/chromium_org/mojo/common/ |
handle_watcher.cc | 148 // to be ready. All requests are handled by WatcherBackend. 155 // stop watching the handle. When the handle is ready |callback| is notified 251 // is ready, and then notify the callback. Doing this also means Stop()
|
/external/chromium_org/third_party/libjingle/source/talk/media/base/ |
hybridvideoengine.cc | 299 void HybridVideoMediaChannel::OnReadyToSend(bool ready) { 301 channel1_->OnReadyToSend(ready); 304 channel2_->OnReadyToSend(ready);
|
/external/chromium_org/third_party/skia/include/core/ |
SkPicture.h | 79 * Creates a thread-safe clone of the picture that is ready for playback. 84 * Creates multiple thread-safe clones of this picture that are ready for 246 // will be ready to be parsed to create an SkPicturePlayback.
|
/external/chromium_org/tools/telemetry/telemetry/core/backends/chrome/ |
chrome_browser_backend.py | 143 # page in addition to the ready state. 157 # If the inspected page is not ready, we will get an error 159 # until the page is ready (crbug.com/251913).
|