/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/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.
|
D | callback.h.pump | 33 // 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/ |
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/ |
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/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/webkit/Source/WebKit2/WebProcess/WebPage/ca/mac/ |
D | LayerTreeHostCAMac.mm | 74 // Make sure we wake up the loop or the observer could be delayed until some other source fires.
|
/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
|
D | events | 22 …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/ |
D | reload_button_unittest.mm | 170 // When the event loop first spins, some delayed tracking-area setup
|
/external/oprofile/events/i386/westmere/ |
D | unit_masks | 283 0x04 at_ret Loads delayed with at-Retirement block code 284 0x08 l1d_block Cacheable loads delayed with L1D block code
|
D | events | 13 event:0x06 counters:0,1,2,3 um:store_blocks minimum:200000 name:STORE_BLOCKS : Loads delayed with a…
|
/external/bison/tests/ |
D | glr-regression.at | 229 ## 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/ |
D | tab_view.mm | 81 // 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/ |
D | rfc1950.txt | 484 The modulo on unsigned long accumulators can be delayed for 5552
|
/external/quake/quake/src/WinQuake/data/ |
D | README.TXT | 345 * Fix delayed sound on 8 bit Sound Blasters
|
/external/oprofile/ |
D | ChangeLog-2005 | 765 Do delayed debug info searching (makes no actual difference).
|
/external/webkit/Source/WebKit/mac/WebView/ |
D | WebHTMLView.mm | 4041 // 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/ |
D | pcap.txt | 883 in a delayed time, when the association between names and addresses
|
/external/chromium/build/ |
D | common.gypi | 679 # This is a delayed conditional.
|
/external/clang/include/clang/Driver/ |
D | Options.td | 377 def fno_delayed_template_parsing : Flag<"-fno-delayed-template-parsing">, Group<f_Group>;
|