HomeSort by relevance Sort by last modified time
    Searched refs:delayed (Results 1 - 11 of 11) sorted by null

  /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);
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/
DelayingSuggestionsAdapter.java 44 public DelayingSuggestionsAdapter(SuggestionsAdapterBase<A> delayed) {
45 mDelayedAdapter = delayed;
  /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
events 22 event:0x06 counters:0,1,2,3 um:store_blocks minimum:6000 name:STORE_BLOCKS : This event counts the number of load operations delayed caused by preceding stores.
70 event:0xA2 counters:0,1,2,3 um:resource_stalls minimum:6000 name:RESOURCE_STALLS : Counts the number of Allocator resource related stalls. Includes register renaming buffer entries, memory buffer entries. In addition to resource related stalls, this event counts some other events. Includes stalls arising during branch misprediction recovery, such as if retirement of the mispredicted branch is delayed and stalls arising while store buffer is draining from synchronizing operations.
  /frameworks/ex/chips/src/com/android/ex/chips/
RecipientEditTextView.java 224 Message delayed = Message.obtain(mHandler, DISMISS);
225 delayed.obj = mAlternatesPopup;
226 mHandler.sendMessageDelayed(delayed, DISMISS_DELAY);
    [all...]
  /frameworks/base/services/java/com/android/server/wm/
WindowManagerService.java     [all...]
  /frameworks/base/core/java/android/widget/
TextView.java     [all...]
  /external/v8/test/mjsunit/
unicode-test.js     [all...]
  /external/bison/tests/
testsuite 455 144;glr-regression.at:232;Improper merging of GLR delayed action sets;;
    [all...]

Completed in 243 milliseconds