Home
last modified time | relevance | path

Searched refs:delayed (Results 1 – 25 of 83) sorted by relevance

1234

/external/srec/tools/thirdparty/OpenFst/fst/lib/
Dproperties.cpp34 uint64 ClosureProperties(uint64 inprops, bool star, bool delayed) { in ClosureProperties() argument
36 if (!delayed) in ClosureProperties()
39 if (!delayed || inprops & kAccessible) in ClosureProperties()
69 uint64 ConcatProperties(uint64 inprops1, uint64 inprops2, bool delayed) { in ConcatProperties() argument
73 bool empty1 = delayed; // Can fst1 be the empty machine? in ConcatProperties()
74 bool empty2 = delayed; // Can fst2 be the empty machine? in ConcatProperties()
76 if (!delayed) { in ConcatProperties()
82 if (!delayed || inprops1 & kAccessible) in ConcatProperties()
92 if (!delayed || inprops2 & kAccessible) in ConcatProperties()
266 uint64 RmEpsilonProperties(uint64 inprops, bool delayed) { in RmEpsilonProperties() argument
[all …]
Dproperties.h297 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/openfst/src/lib/
Dproperties.cc38 uint64 ClosureProperties(uint64 inprops, bool star, bool delayed) { in ClosureProperties() argument
40 if (!delayed) in ClosureProperties()
43 if (!delayed || inprops & kAccessible) in ClosureProperties()
82 uint64 ConcatProperties(uint64 inprops1, uint64 inprops2, bool delayed) { in ConcatProperties() argument
87 bool empty1 = delayed; // Can fst1 be the empty machine? in ConcatProperties()
88 bool empty2 = delayed; // Can fst2 be the empty machine? in ConcatProperties()
90 if (!delayed) { in ConcatProperties()
96 if (!delayed || inprops1 & kAccessible) in ConcatProperties()
106 if (!delayed || inprops2 & kAccessible) in ConcatProperties()
345 uint64 RmEpsilonProperties(uint64 inprops, bool delayed) { in RmEpsilonProperties() argument
[all …]
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/pipebuffer/
Dpb_bufmgr_cache.c83 struct list_head delayed; member
133 curr = mgr->delayed.next; in _pb_cache_buffer_list_check_free()
135 while(curr != &mgr->delayed) { in _pb_cache_buffer_list_check_free()
162 LIST_ADDTAIL(&buf->head, &mgr->delayed); in pb_cache_buffer_destroy()
274 curr = mgr->delayed.next; in pb_cache_manager_create_buffer()
279 while(curr != &mgr->delayed) { in pb_cache_manager_create_buffer()
296 while(curr != &mgr->delayed) { in pb_cache_manager_create_buffer()
364 curr = mgr->delayed.next; in pb_cache_manager_flush()
366 while(curr != &mgr->delayed) { in pb_cache_manager_flush()
406 LIST_INITHEAD(&mgr->delayed); in pb_cache_manager_create()
/external/mesa3d/src/gallium/auxiliary/pipebuffer/
Dpb_bufmgr_cache.c83 struct list_head delayed; member
133 curr = mgr->delayed.next; in _pb_cache_buffer_list_check_free()
135 while(curr != &mgr->delayed) { in _pb_cache_buffer_list_check_free()
162 LIST_ADDTAIL(&buf->head, &mgr->delayed); in pb_cache_buffer_destroy()
274 curr = mgr->delayed.next; in pb_cache_manager_create_buffer()
279 while(curr != &mgr->delayed) { in pb_cache_manager_create_buffer()
296 while(curr != &mgr->delayed) { in pb_cache_manager_create_buffer()
364 curr = mgr->delayed.next; in pb_cache_manager_flush()
366 while(curr != &mgr->delayed) { in pb_cache_manager_flush()
406 LIST_INITHEAD(&mgr->delayed); in pb_cache_manager_create()
/external/chromium_org/chrome/browser/resources/help/
Dchannel_change_page.css21 .show-when-selected-channel-requires-delayed-update,
29 .selected-channel-requires-delayed-update
30 .show-when-selected-channel-requires-delayed-update,
/external/chromium_org/chrome/browser/ui/cocoa/
Drun_loop_testing.mm13 // This class is scheduled with a delayed selector to quit the message pump.
44 // Put a delayed selector on the queue. All other pending delayed selectors
/external/openfst/src/include/fst/
Dproperties.h335 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/
Ddns_test_util.cc87 bool delayed() const { return delayed_; } in delayed() function in net::__anonfa2dad140111::MockTransaction
178 if (transaction->delayed()) in CreateTransaction()
/external/llvm/lib/Analysis/
DREADME.txt20 In formatValue in test/CodeGen/X86/lsr-delayed-fold.ll,
/external/chromium/base/
Dmessage_pump_mac.mm226 // In order to establish the proper priority in which work and delayed work
227 // are processed one for one, the timer used to schedule delayed work must
228 // signal a CFRunLoopSource used to dispatch both work and delayed work.
264 // Determine whether there's more delayed work, and if so, if it needs to
267 // function, and therefore any additional delayed work, will get another
273 // There's more delayed work to be done in the future.
276 // There's more delayed work to be done, and its time is in the past.
/external/chromium_org/chrome/browser/ui/cocoa/bookmarks/
Dbookmark_bar_folder_hover_state.mm153 // a delayed call to |scheduleCloseBookmarkFolderOnHoverButton:|.
166 // a delayed call to |scheduleOpenBookmarkFolderOnHoverButton:|.
/external/chromium/chrome/browser/ui/cocoa/bookmarks/
Dbookmark_bar_folder_hover_state.mm153 // a delayed call to |scheduleCloseBookmarkFolderOnHoverButton:|.
166 // a delayed call to |scheduleOpenBookmarkFolderOnHoverButton:|.
/external/chromium_org/ui/base/test/
Dui_cocoa_test_helper.mm108 // Cover delayed actions by spinning the loop at least once after
113 // Cover chains of delayed actions by spinning the loop at least
/external/chromium/chrome/browser/ui/cocoa/
Dcocoa_test_helper.mm115 // Cover delayed actions by spinning the loop at least once after
120 // Cover chains of delayed actions by spinning the loop at least
/external/chromium_org/base/message_loop/
Dmessage_pump_mac.mm453 // In order to establish the proper priority in which work and delayed work
454 // are processed one for one, the timer used to schedule delayed work must
455 // signal a CFRunLoopSource used to dispatch both work and delayed work.
494 // Determine whether there's more delayed work, and if so, if it needs to
497 // function, and therefore any additional delayed work, will get another
503 // There's more delayed work to be done in the future.
506 // There's more delayed work to be done, and its time is in the past.
/external/openssh/
Dchannels.h106 int delayed; /* post-select handlers for newly created member
Dsshd_config102 #Compression delayed
Dsshd_config.android101 #Compression delayed
/external/dropbear/debian/
Ddropbear.README.Debian48 reading data from it, client logins may be delayed until the client
/external/oprofile/events/alpha/ev67/
Devents4 event:0x01 counters:1 um:zero minimum:500 name:DELAYED_CYCLES : Cycles of delayed retire pointer ad…
/external/chromium_org/chrome/common/extensions/api/
Dfeedback_private.idl60 enum Status {success, delayed};
Dalarms.idl14 // alarm may have been delayed an arbitrary amount beyond this.
/external/chromium/chrome/browser/resources/ntp4/
Dmost_visited_page.css201 /* In the focus case, the transition is not delayed. */
/external/oprofile/events/i386/nehalem/
Dunit_masks18 …0x01 not_sta This event counts the number of load operations delayed caused by preceding stores wh…
19 …0x02 sta This event counts load operations delayed caused by preceding stores whose addresses are …
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

1234