Home
last modified time | relevance | path

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

123

/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/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.
Dcallback.h.pump33 // suited for representing, and passing around a unit of delayed execution.
280 // will be used in a lot of APIs with delayed execution.
/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/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/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/webkit/Source/WebKit2/WebProcess/WebPage/ca/mac/
DLayerTreeHostCAMac.mm74 // Make sure we wake up the loop or the observer could be delayed until some other source fires.
/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
Devents22 …6000 name:STORE_BLOCKS : This event counts the number of load operations delayed caused by precedi…
70 …prediction recovery, such as if retirement of the mispredicted branch is delayed and stalls arisin…
/external/chromium/chrome/browser/ui/cocoa/toolbar/
Dreload_button_unittest.mm170 // When the event loop first spins, some delayed tracking-area setup
/external/oprofile/events/i386/westmere/
Dunit_masks283 0x04 at_ret Loads delayed with at-Retirement block code
284 0x08 l1d_block Cacheable loads delayed with L1D block code
Devents13 event:0x06 counters:0,1,2,3 um:store_blocks minimum:200000 name:STORE_BLOCKS : Loads delayed with a…
/external/bison/tests/
Dglr-regression.at229 ## Improper merging of GLR delayed action sets ##
232 AT_SETUP([Improper merging of GLR delayed action sets])
235 [[/* Regression Test: Improper merging of GLR delayed action sets. */
/external/chromium/chrome/browser/ui/cocoa/tabs/
Dtab_view.mm81 // Cancel any delayed requests that may still be pending (drags or hover).
580 // Cancel any delayed -mouseDragged: requests that may still be pending.
/external/zlib/doc/
Drfc1950.txt484 The modulo on unsigned long accumulators can be delayed for 5552
/external/quake/quake/src/WinQuake/data/
DREADME.TXT345 * Fix delayed sound on 8 bit Sound Blasters
/external/oprofile/
DChangeLog-2005765 Do delayed debug info searching (makes no actual difference).
/external/webkit/Source/WebKit/mac/WebView/
DWebHTMLView.mm4041 // The print job that kicked off this delayed call has finished, and this view is not being
4042 … // printed again. We expect that no other print job has started. Since this delayed call wasn't
4066 … // If we get as far as beginDocument without trouble, then this delayed request will be cancelled.
4067 …// If not cancelled, this delayed call will be invoked in the next pass through the main event loo…
/external/libpcap/doc/
Dpcap.txt883 in a delayed time, when the association between names and addresses
/external/chromium/build/
Dcommon.gypi679 # This is a delayed conditional.
/external/clang/include/clang/Driver/
DOptions.td377 def fno_delayed_template_parsing : Flag<"-fno-delayed-template-parsing">, Group<f_Group>;

123