HomeSort by relevance Sort by last modified time
    Searched refs:delayed (Results 1 - 25 of 48) 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/chromecast/media/cma/base/
mock_frame_provider.cc 39 bool delayed = delayed_task_pattern_[pattern_idx_]; local
42 if (delayed) {
mock_frame_consumer.cc 93 bool delayed = delayed_task_pattern_[pattern_idx_]; local
96 if (delayed) {
  /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;
  /hardware/intel/common/libwsbm/src/
wsbm_userpool.c 66 struct _WsbmListHead delayed; member in struct:_WsbmUserBuffer
100 struct _WsbmListHead delayed; member in struct:_WsbmUserPool
220 WSBMINITLISTHEAD(&vBuf->delayed);
392 WSBMLISTFOREACHSAFE(list, next, &p->delayed) {
393 vBuf = WSBMLISTENTRY(list, struct _WsbmUserBuffer, delayed);
400 WSBMLISTDEL(&vBuf->delayed);
428 WSBMLISTADDTAIL(&vBuf->delayed, &p->delayed);
591 empty = (p->delayed.next == &p->delayed);
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/api/eventPage/basic/
content.js 24 addButton("Send message with delayed response", function() {
  /external/ltrace/
library.c 152 int latent, int delayed)
160 libsym->delayed = delayed;
215 libsym->latent, libsym->delayed);
274 return libsym->delayed ? CBS_STOP : CBS_CONT;
library.h 67 /* Delayed symbols are those for which a breakpoint shouldn't
69 * backend is responsible for clearing the delayed flag. See
71 int delayed : 1; member in struct:library_symbol
117 * for a delayed symbol. */
proc.c 778 /* Don't enable latent or delayed symbols. */
779 if (libsym->latent || libsym->delayed) {
781 "delayed and/or latent breakpoint pid=%d, %s@%p",
862 assert(libsym->delayed);
863 libsym->delayed = 0;
864 debug(DEBUG_FUNCTION, "activated delayed symbol");
  /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::__anon13826::MockTransaction
178 if (transaction->delayed())
  /external/chromium_org/tools/telemetry/telemetry/web_perf/metrics/
smoothness.py 119 'delayed by work related to page loading.',
  /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
  /frameworks/base/services/core/java/com/android/server/am/
ServiceRecord.java 88 boolean delayed; // are we waiting to start this service in the background? field in class:ServiceRecord
93 long startingBgTimeout; // time at which we scheduled this for a delayed start.
95 boolean delayedStop; // service has been stopped but is in a delayed start?
223 if (delayed) {
224 pw.print(prefix); pw.print("delayed="); pw.println(delayed);
  /external/chromium_org/chrome/browser/chromeos/login/users/wallpaper/
wallpaper_manager.cc     [all...]
wallpaper_manager.h 481 void ScheduleSetUserWallpaper(const std::string& user_id, bool delayed);
505 bool delayed);
  /external/chromium_org/ui/webui/resources/js/cr/ui/
menu_button.js 10 * Enum for type of hide. Delayed is used when called by clicking on a
16 DELAYED: 1
148 this.hideMenu(hideDelayed ? HideType.DELAYED : HideType.INSTANT);
208 if (opt_hideType == HideType.DELAYED)
209 this.menu.classList.add('hide-delayed');
211 this.menu.classList.remove('hide-delayed');
  /external/ltrace/sysdeps/linux-gnu/mips/
plt.c 325 fprintf(stderr, "Failed to activate delayed sym %s\n",
386 libsym->delayed = 1;
  /external/chromium_org/third_party/polymer/components-chromium/core-animated-pages/transitions/
hero-transition-extracted.js 27 var d = h.h0.hasAttribute('hero-delayed') ? CoreStyle.g.transitions.heroDelay : '';

Completed in 1183 milliseconds

1 2