/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
D | properties.cpp | 34 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 …]
|
D | 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/openfst/src/lib/ |
D | properties.cc | 38 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/ |
D | pb_bufmgr_cache.c | 83 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/ |
D | pb_bufmgr_cache.c | 83 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/ |
D | 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/chromium_org/chrome/browser/ui/cocoa/ |
D | run_loop_testing.mm | 13 // 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/ |
D | 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/ |
D | dns_test_util.cc | 87 bool delayed() const { return delayed_; } in delayed() function in net::__anonfa2dad140111::MockTransaction 178 if (transaction->delayed()) in CreateTransaction()
|
/external/llvm/lib/Analysis/ |
D | README.txt | 20 In formatValue in test/CodeGen/X86/lsr-delayed-fold.ll,
|
/external/chromium/base/ |
D | message_pump_mac.mm | 226 // 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/ |
D | bookmark_bar_folder_hover_state.mm | 153 // a delayed call to |scheduleCloseBookmarkFolderOnHoverButton:|. 166 // a delayed call to |scheduleOpenBookmarkFolderOnHoverButton:|.
|
/external/chromium/chrome/browser/ui/cocoa/bookmarks/ |
D | bookmark_bar_folder_hover_state.mm | 153 // a delayed call to |scheduleCloseBookmarkFolderOnHoverButton:|. 166 // a delayed call to |scheduleOpenBookmarkFolderOnHoverButton:|.
|
/external/chromium_org/ui/base/test/ |
D | ui_cocoa_test_helper.mm | 108 // 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/ |
D | cocoa_test_helper.mm | 115 // 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/ |
D | message_pump_mac.mm | 453 // 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/ |
D | channels.h | 106 int delayed; /* post-select handlers for newly created member
|
D | sshd_config | 102 #Compression delayed
|
D | sshd_config.android | 101 #Compression delayed
|
/external/dropbear/debian/ |
D | dropbear.README.Debian | 48 reading data from it, client logins may be delayed until the client
|
/external/oprofile/events/alpha/ev67/ |
D | events | 4 event:0x01 counters:1 um:zero minimum:500 name:DELAYED_CYCLES : Cycles of delayed retire pointer ad…
|
/external/chromium_org/chrome/common/extensions/api/ |
D | feedback_private.idl | 60 enum Status {success, delayed};
|
D | alarms.idl | 14 // alarm may have been delayed an arbitrary amount beyond this.
|
/external/chromium/chrome/browser/resources/ntp4/ |
D | most_visited_page.css | 201 /* In the focus case, the transition is not delayed. */
|
/external/oprofile/events/i386/nehalem/ |
D | unit_masks | 18 …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
|