HomeSort by relevance Sort by last modified time
    Searched refs:delayed (Results 1 - 21 of 21) 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);
  /external/openfst/src/lib/
properties.cc 35 // new (possibly delayed) FST is instead constructed.
38 uint64 ClosureProperties(uint64 inprops, bool star, bool delayed) {
40 if (!delayed)
43 if (!delayed || inprops & kAccessible)
82 uint64 ConcatProperties(uint64 inprops1, uint64 inprops2, bool delayed) {
87 bool empty1 = delayed; // Can fst1 be the empty machine?
88 bool empty2 = delayed; // Can fst2 be the empty machine?
90 if (!delayed) {
96 if (!delayed || inprops1 & kAccessible)
106 if (!delayed || inprops2 & kAccessible
    [all...]
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/
DelayingSuggestionsAdapter.java 44 public DelayingSuggestionsAdapter(SuggestionsAdapterBase<A> delayed) {
45 mDelayedAdapter = delayed;
  /external/openfst/src/include/fst/
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/openssh/
channels.h 106 int delayed; /* post-select handlers for newly created member in struct:Channel
107 * channels are delayed until the first call
channels.c 334 c->delayed = 1; /* prevent call to channel_post handler */
827 debug2("channel %d: obuf_empty delayed efd %d/(%d)",
    [all...]
  /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
  /frameworks/base/core/java/android/app/
ActivityOptions.java 293 boolean delayed) {
296 opts.mAnimationType = delayed ? ANIM_THUMBNAIL_DELAYED : ANIM_THUMBNAIL;
  /frameworks/base/core/java/android/view/
IWindowManager.aidl 88 IRemoteCallback startedCallback, boolean delayed);
HardwareRenderer.java     [all...]
  /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/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
BridgeWindowManager.java 243 IRemoteCallback startedCallback, boolean delayed) throws RemoteException {
  /frameworks/base/services/java/com/android/server/wm/
WindowManagerService.java     [all...]
  /frameworks/base/services/java/com/android/server/am/
ActivityRecord.java 619 boolean delayed = (animationType == ActivityOptions.ANIM_THUMBNAIL_DELAYED);
624 delayed); local
    [all...]
  /frameworks/ex/chips/src/com/android/ex/chips/
RecipientEditTextView.java 241 Message delayed = Message.obtain(mHandler, DISMISS);
242 delayed.obj = mAlternatesPopup;
243 mHandler.sendMessageDelayed(delayed, DISMISS_DELAY);
    [all...]
  /frameworks/base/core/java/android/widget/
Editor.java     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
pdebuild.jar 
  /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 737 milliseconds