HomeSort by relevance Sort by last modified time
    Searched refs:delayed (Results 1 - 25 of 31) sorted by null

1 2

  /external/srec/tools/thirdparty/OpenFst/fst/lib/
properties.cpp 31 // new (possibly delayed) FST is instead constructed.
34 uint64 ClosureProperties(uint64 inprops, bool star, bool delayed) {
36 if (!delayed)
39 if (!delayed || inprops & kAccessible)
69 uint64 ConcatProperties(uint64 inprops1, uint64 inprops2, bool delayed) {
73 bool empty1 = delayed; // Can fst1 be the empty machine?
74 bool empty2 = delayed; // Can fst2 be the empty machine?
76 if (!delayed) {
82 if (!delayed || inprops1 & kAccessible)
92 if (!delayed || inprops2 & kAccessible
    [all...]
properties.h 297 uint64 ClosureProperties(uint64 inprops, bool star, bool delayed = false);
301 bool delayed = false);
312 uint64 RmEpsilonProperties(uint64 inprops, bool delayed = false);
314 uint64 UnionProperties(uint64 inprops1, uint64 inprops2, bool delayed = false);
  /external/chromium_org/chrome/browser/resources/help/
channel_change_page.css 21 .show-when-selected-channel-requires-delayed-update,
29 .selected-channel-requires-delayed-update
30 .show-when-selected-channel-requires-delayed-update,
  /external/openfst/src/lib/
properties.cc 35 // new (possibly delayed) FST is instead constructed.
38 uint64 ClosureProperties(uint64 inprops, bool star, bool delayed) {
40 if (!delayed)
43 if (!delayed || inprops & kAccessible)
82 uint64 ConcatProperties(uint64 inprops1, uint64 inprops2, bool delayed) {
87 bool empty1 = delayed; // Can fst1 be the empty machine?
88 bool empty2 = delayed; // Can fst2 be the empty machine?
90 if (!delayed) {
96 if (!delayed || inprops1 & kAccessible)
106 if (!delayed || inprops2 & kAccessible
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/pipebuffer/
pb_bufmgr_cache.c 58 * Wrapper around a pipe buffer which adds delayed destruction.
83 struct list_head delayed; member in struct:pb_cache_manager
133 curr = mgr->delayed.next;
135 while(curr != &mgr->delayed) {
162 LIST_ADDTAIL(&buf->head, &mgr->delayed);
274 curr = mgr->delayed.next;
279 while(curr != &mgr->delayed) {
296 while(curr != &mgr->delayed) {
364 curr = mgr->delayed.next;
366 while(curr != &mgr->delayed) {
    [all...]
  /external/mesa3d/src/gallium/auxiliary/pipebuffer/
pb_bufmgr_cache.c 58 * Wrapper around a pipe buffer which adds delayed destruction.
83 struct list_head delayed; member in struct:pb_cache_manager
133 curr = mgr->delayed.next;
135 while(curr != &mgr->delayed) {
162 LIST_ADDTAIL(&buf->head, &mgr->delayed);
274 curr = mgr->delayed.next;
279 while(curr != &mgr->delayed) {
296 while(curr != &mgr->delayed) {
364 curr = mgr->delayed.next;
366 while(curr != &mgr->delayed) {
    [all...]
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/
DelayingSuggestionsAdapter.java 42 public DelayingSuggestionsAdapter(SuggestionsAdapterBase<A> delayed) {
43 mDelayedAdapter = delayed;
  /external/chromium_org/chrome/common/extensions/docs/examples/api/eventPage/basic/
content.js 24 addButton("Send message with delayed response", function() {
  /external/openfst/src/include/fst/
properties.h 335 uint64 ClosureProperties(uint64 inprops, bool star, bool delayed = false);
339 bool delayed = false);
352 uint64 RmEpsilonProperties(uint64 inprops, bool delayed = false);
355 uint64 UnionProperties(uint64 inprops1, uint64 inprops2, bool delayed = false);
  /external/chromium_org/net/dns/
dns_test_util.cc 87 bool delayed() const { return delayed_; } function in class:net::__anon11764::MockTransaction
178 if (transaction->delayed())
  /external/openssh/
channels.h 106 int delayed; /* post-select handlers for newly created member in struct:Channel
107 * channels are delayed until the first call
channels.c 334 c->delayed = 1; /* prevent call to channel_post handler */
827 debug2("channel %d: obuf_empty delayed efd %d/(%d)",
    [all...]
  /external/chromium_org/chrome/browser/resources/task_manager/
includes.js 73 * Loads delayed scripts.
main.js 178 * the loading of delayed scripts finished.
494 // Chech if the delayed scripts (included in includes.js) have been
495 // loaded or not. If the delayed scripts ware not loaded yet, a
497 // initialized at delayedInitialize() just after loading of delayed
  /external/oprofile/events/i386/westmere/
events 13 event:0x06 counters:0,1,2,3 um:store_blocks minimum:200000 name:STORE_BLOCKS : Loads delayed with at-Retirement block code
  /external/oprofile/events/i386/nehalem/
unit_masks 18 0x01 not_sta This event counts the number of load operations delayed caused by preceding stores whose addresses are known but whose data is unknown, and preceding stores that conflict with the load but which incompletely overlap the load
19 0x02 sta This event counts load operations delayed caused by preceding stores whose addresses are unknown (STA block)
20 0x04 at_ret Counts number of loads delayed with at-Retirement block code
21 0x08 l1d_block Cacheable loads delayed with L1D block code
22 0x0F any All loads delayed due to store blocks
68 0x02 rs_delayed Counts the number of delayed RS dispatches at the stage latch
events 22 event:0x06 counters:0,1,2,3 um:store_blocks minimum:6000 name:STORE_BLOCKS : This event counts the number of load operations delayed caused by preceding stores.
70 event:0xA2 counters:0,1,2,3 um:resource_stalls minimum:6000 name:RESOURCE_STALLS : Counts the number of Allocator resource related stalls. Includes register renaming buffer entries, memory buffer entries. In addition to resource related stalls, this event counts some other events. Includes stalls arising during branch misprediction recovery, such as if retirement of the mispredicted branch is delayed and stalls arising while store buffer is draining from synchronizing operations.
  /frameworks/base/services/java/com/android/server/am/
ServiceRecord.java 89 boolean delayed; // are we waiting to start this service in the background? field in class:ServiceRecord
94 long startingBgTimeout; // time at which we scheduled this for a delayed start.
96 boolean delayedStop; // service has been stopped but is in a delayed start?
227 if (delayed) {
228 pw.print(prefix); pw.print("delayed="); pw.println(delayed);
ActiveServices.java 218 Slog.v(TAG, "Remaining delayed list:");
224 r.delayed = false;
336 if (r.delayed) {
337 // This service is already scheduled for a delayed start; just leave
346 r.delayed = true;
421 if (service.delayed) {
423 // delayed list, then we need to keep it started but note that it
424 // should be stopped once no longer delayed.
    [all...]
  /external/chromium_org/chrome/browser/resources/file_manager/foreground/css/
common.css 184 menu.chrome-menu.hide-delayed[hidden] {
  /external/chromium_org/chrome/browser/resources/local_ntp/
local_ntp.css 317 #mv-notice.mv-notice-delayed-hide {
  /frameworks/base/services/java/com/android/server/wm/
WindowManagerService.java     [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/managed_bookmarks/
background.js 129 // generate it again. Note that the actual dropping is delayed so that
  /frameworks/ex/chips/src/com/android/ex/chips/
RecipientEditTextView.java 273 Message delayed = Message.obtain(mHandler, DISMISS);
274 delayed.obj = mAlternatesPopup;
275 mHandler.sendMessageDelayed(delayed, DISMISS_DELAY);
    [all...]
  /external/chromium_org/chrome/browser/resources/file_manager/foreground/js/image_editor/
image_editor.js 1093 * Cancel the delayed action.
1103 * Schedule the delayed action.

Completed in 1571 milliseconds

1 2