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

  /frameworks/base/core/tests/coretests/src/android/os/storage/
StorageListener.java 29 public StorageListener(String targetState) {
30 mTargetState = targetState;
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
MachineProbe.java 48 List<DFAState> getAnyDFAPathToTarget(DFAState targetState) {
50 return getAnyDFAPathToTarget(dfa.startState, targetState, visited);
54 DFAState targetState, Set<DFAState> visited) {
57 if (startState.equals(targetState)) {
58 dfaStates.add(targetState);
67 (DFAState) e.target, targetState, visited);
78 /** Return a list of edge labels from start state to targetState. */
79 public List<IntSet> getEdgeLabels(DFAState targetState) {
80 List<DFAState> dfaStates = getAnyDFAPathToTarget(targetState);
DecisionProbe.java 260 public List getNonDeterministicAltsForState(DFAState targetState) {
261 Set nondetAlts = targetState.getNonDeterministicAlts();
298 * from the start state of the DFA to the targetState (which is known
301 public List<Label> getSampleNonDeterministicInputSequence(DFAState targetState) {
302 Set dfaStates = getDFAPathStatesToTarget(targetState);
309 targetState,
711 DFAState targetState,
713 if ( startState==targetState ) {
714 states.add(targetState);
715 //System.out.println("found target DFA state "+targetState.getStateNumber())
    [all...]
NFAToDFAConverter.java 306 DFAState targetState = addDFAStateToWorkList(t);
309 addTransition(d, label, targetState, targetToLabelMap);
315 targetState.setLookaheadDepth(d.getLookaheadDepth() + 1);
344 /** Add a transition from state d to targetState with label in normal case.
346 * d to targetState; this means merging their labels. Another optimization
347 * is to reduce to a single EOT edge any set of edges from d to targetState
410 DFAState targetState,
413 //System.out.println(d.stateNumber+"-"+label.toString(dfa.nfa.grammar)+"->"+targetState.stateNumber);
417 Integer tI = Utils.integer(targetState.stateNumber);
440 int transitionIndex = d.addTransition(targetState, label)
    [all...]
  /frameworks/base/core/tests/bandwidthtests/src/com/android/bandwidthtest/
NetworkState.java 67 * @param targetState desired {@link State}
70 State targetState) {
76 mTransitionTarget = targetState;
  /hardware/intel/common/utils/ituxd/src/com/intel/thermal/
ThermalCooling.java 611 int existingState, targetState;
647 targetState = tDevice.getThermalState();
652 if (existingState != targetState) throttleDevice(deviceId, targetState);
674 targetState = tDevice.getThermalState();
678 if ((existingState != targetState) &&
680 throttleDevice(deviceId, targetState);
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Ruby/
Ruby.stg 823 dfaEdge(labelExpr, targetState, predicates) ::= <<
825 <targetState>
867 dfaEdgeSwitch(labels, targetState) ::= <<
868 when <labels:{it | <it>}; separator=", "> then <targetState>
    [all...]
  /libcore/luni/src/main/java/java/util/concurrent/
ThreadPoolExecutor.java 638 * @param targetState the desired state, either SHUTDOWN or STOP
641 private void advanceRunState(int targetState) {
644 if (runStateAtLeast(c, targetState) ||
645 ctl.compareAndSet(c, ctlOf(targetState, workerCountOf(c))))
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CPP/
CPP.stg 937 dfaEdge(labelExpr, targetState, predicates) ::= <<
940 <targetState>
980 dfaEdgeSwitch(labels, targetState) ::= <<
982 <targetState>
    [all...]
  /frameworks/base/core/tests/bandwidthtests/src/com/android/bandwidthtest/util/
ConnectionUtil.java 275 * @param targetState
278 StateTransitionDirection transitionDir, State targetState) {
280 initState, transitionDir, targetState);
  /frameworks/av/media/libstagefright/
MediaCodec.cpp     [all...]
  /cts/apps/CtsVerifier/libs/
opencv-android.jar 
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /prebuilts/misc/common/antlr/
antlr-3.4-complete.jar 
  /prebuilts/devtools/tools/lib/
httpclient-4.1.1.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.apache.httpcomponents.httpclient_4.1.3.v201209201135.jar 
  /prebuilts/tools/common/http-client/
httpclient-4.1.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpclient/4.1.1/
httpclient-4.1.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpclient/4.2.1/
httpclient-4.2.1.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.apache.httpcomponents.httpclient_4.1.3.v201209201135.jar 
  /prebuilts/tools/common/offline-m2/org/apache/httpcomponents/httpclient/4.1.1/
httpclient-4.1.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpclient/4.3.2/
httpclient-4.3.2.jar 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
wagon-http-2.6-shaded.jar 

Completed in 240 milliseconds