HomeSort by relevance Sort by last modified time
    Searched refs:State (Results 126 - 150 of 3236) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/v8/src/crankshaft/
hydrogen-removable-simulates.cc 14 class State : public ZoneObject {
16 explicit State(Zone* zone)
19 State* Process(HInstruction* instr, Zone* zone) {
21 PrintF("[%s with state %p in B%d: #%d %s]\n",
88 static State* Merge(State* succ_state,
90 State* pred_state,
98 static State* Finish(State* state, HBasicBlock* block, Zone* zone)
185 State* state = new(zone()) State(zone()); local
    [all...]
  /external/guava/guava-tests/test/com/google/common/util/concurrent/
AbstractServiceTest.java 27 import com.google.common.util.concurrent.Service.State;
55 assertEquals(State.NEW, service.state());
60 assertEquals(State.RUNNING, service.state());
65 assertEquals(State.TERMINATED, service.state());
70 State.STARTING,
71 State.RUNNING,
72 State.STOPPING
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
NullabilityChecker.cpp 120 void printState(raw_ostream &Out, ProgramStateRef State, const char *NL,
279 ProgramStateRef State) {
280 ConditionTruthVal Nullness = State->isNull(Val);
312 ProgramStateRef State = N->getState();
315 const NullabilityState *TrackedNullab = State->get<NullabilityMap>(Region);
361 static bool checkValueAtLValForInvariantViolation(ProgramStateRef State,
371 State->getSVal(RegionVal->getRegion()).getAs<DefinedOrUnknownSVal>();
375 if (getNullConstraint(*StoredVal, State) == NullConstraint::IsNull)
383 ProgramStateRef State,
389 SVal LV = State->getLValue(ParamDecl, LocCtxt)
    [all...]
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/setup/
AdvancedWifiOptionsFlow.java 26 import com.android.tv.settings.connectivity.util.State;
62 * @param entranceState The state that starts the advanced flow, null if there is none.
63 * @param exitState The state where the advanced flow go after it ends.
70 State entranceState,
71 State exitState,
81 State advancedOptionsState = new AdvancedOptionsState(activity);
82 State proxySettingsState = new ProxySettingsState(activity);
83 State ipSettingsState = new IpSettingsState(activity);
84 State proxyHostNameState = new ProxyHostNameState(activity);
85 State proxyPortState = new ProxyPortState(activity)
    [all...]
  /external/google-benchmark/test/
cxx03_test.cc 15 void BM_empty(benchmark::State& state) {
16 while (state.KeepRunning()) {
17 volatile std::size_t x = state.iterations();
25 void BM_old_arg_range_interface(benchmark::State& state) {
26 assert((state.range(0) == 1 && state.range(1) == 2) ||
27 (state.range(0) == 5 && state.range(1) == 6))
    [all...]
  /external/libcxx/utils/google-benchmark/test/
cxx03_test.cc 15 void BM_empty(benchmark::State& state) {
16 while (state.KeepRunning()) {
17 volatile std::size_t x = state.iterations();
25 void BM_old_arg_range_interface(benchmark::State& state) {
26 assert((state.range(0) == 1 && state.range(1) == 2) ||
27 (state.range(0) == 5 && state.range(1) == 6))
    [all...]
  /hardware/libhardware/modules/camera/3_4/metadata/
state.h 27 // A State is a PartialMetadata that only has a single dynamic value.
29 class State : public PartialMetadataInterface {
31 State(int32_t tag, std::unique_ptr<StateDelegateInterface<T>> delegate)
57 int State<T>::PopulateStaticFields(android::CameraMetadata* metadata) const {
63 int State<T>::PopulateDynamicFields(android::CameraMetadata* metadata) const {
75 int State<T>::PopulateTemplateRequest(int template_type,
82 bool State<T>::SupportsRequestValues(
89 int State<T>::SetRequestValues(const android::CameraMetadata& metadata) {
  /packages/apps/Camera2/src/com/android/camera/one/v2/autofocus/
TriggerStateMachine.java 30 * Tracks the finite state machines used by the camera2 api for AF and AE
31 * triggers. That is, the state machine waits for a TRIGGER_START followed by
32 * one of the done states, at which point a callback is invoked and the state
35 * In other words, this implements the state machine defined by the following
36 * regex, such that a callback is invoked each time the state machine reaches
50 private static enum State {
57 private State mCurrentState;
66 mCurrentState = State.WAITING_FOR_TRIGGER;
72 * @return True upon completion of a cycle of the state machine.
75 state) {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SimpleConstraintManager.h 40 ProgramStateRef assume(ProgramStateRef State, DefinedSVal Cond,
43 ProgramStateRef assumeInclusiveRange(ProgramStateRef State, NonLoc Value,
54 /// true/false and generate the new program state.
55 virtual ProgramStateRef assumeSym(ProgramStateRef State, SymbolRef Sym,
59 /// true/false and generate the new program state.
62 virtual ProgramStateRef assumeSymInclusiveRange(ProgramStateRef State,
69 /// it is zero/nonzero and add it directly to the solver state.
70 virtual ProgramStateRef assumeSymUnsupported(ProgramStateRef State,
82 ProgramStateRef assume(ProgramStateRef State, NonLoc Cond, bool Assumption);
84 ProgramStateRef assumeAux(ProgramStateRef State, NonLoc Cond
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/StaticAnalyzer/Core/PathSensitive/
SimpleConstraintManager.h 40 ProgramStateRef assume(ProgramStateRef State, DefinedSVal Cond,
43 ProgramStateRef assumeInclusiveRange(ProgramStateRef State, NonLoc Value,
54 /// true/false and generate the new program state.
55 virtual ProgramStateRef assumeSym(ProgramStateRef State, SymbolRef Sym,
59 /// true/false and generate the new program state.
62 virtual ProgramStateRef assumeSymInclusiveRange(ProgramStateRef State,
69 /// it is zero/nonzero and add it directly to the solver state.
70 virtual ProgramStateRef assumeSymUnsupported(ProgramStateRef State,
82 ProgramStateRef assume(ProgramStateRef State, NonLoc Cond, bool Assumption);
84 ProgramStateRef assumeAux(ProgramStateRef State, NonLoc Cond
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/StaticAnalyzer/Core/PathSensitive/
SimpleConstraintManager.h 40 ProgramStateRef assume(ProgramStateRef State, DefinedSVal Cond,
43 ProgramStateRef assumeInclusiveRange(ProgramStateRef State, NonLoc Value,
54 /// true/false and generate the new program state.
55 virtual ProgramStateRef assumeSym(ProgramStateRef State, SymbolRef Sym,
59 /// true/false and generate the new program state.
62 virtual ProgramStateRef assumeSymInclusiveRange(ProgramStateRef State,
69 /// it is zero/nonzero and add it directly to the solver state.
70 virtual ProgramStateRef assumeSymUnsupported(ProgramStateRef State,
82 ProgramStateRef assume(ProgramStateRef State, NonLoc Cond, bool Assumption);
84 ProgramStateRef assumeAux(ProgramStateRef State, NonLoc Cond
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/StaticAnalyzer/Core/PathSensitive/
SimpleConstraintManager.h 40 ProgramStateRef assume(ProgramStateRef State, DefinedSVal Cond,
43 ProgramStateRef assumeInclusiveRange(ProgramStateRef State, NonLoc Value,
54 /// true/false and generate the new program state.
55 virtual ProgramStateRef assumeSym(ProgramStateRef State, SymbolRef Sym,
59 /// true/false and generate the new program state.
62 virtual ProgramStateRef assumeSymInclusiveRange(ProgramStateRef State,
69 /// it is zero/nonzero and add it directly to the solver state.
70 virtual ProgramStateRef assumeSymUnsupported(ProgramStateRef State,
82 ProgramStateRef assume(ProgramStateRef State, NonLoc Cond, bool Assumption);
84 ProgramStateRef assumeAux(ProgramStateRef State, NonLoc Cond
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/StaticAnalyzer/Core/PathSensitive/
SimpleConstraintManager.h 40 ProgramStateRef assume(ProgramStateRef State, DefinedSVal Cond,
43 ProgramStateRef assumeInclusiveRange(ProgramStateRef State, NonLoc Value,
54 /// true/false and generate the new program state.
55 virtual ProgramStateRef assumeSym(ProgramStateRef State, SymbolRef Sym,
59 /// true/false and generate the new program state.
62 virtual ProgramStateRef assumeSymInclusiveRange(ProgramStateRef State,
69 /// it is zero/nonzero and add it directly to the solver state.
70 virtual ProgramStateRef assumeSymUnsupported(ProgramStateRef State,
82 ProgramStateRef assume(ProgramStateRef State, NonLoc Cond, bool Assumption);
84 ProgramStateRef assumeAux(ProgramStateRef State, NonLoc Cond
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/StaticAnalyzer/Core/PathSensitive/
SimpleConstraintManager.h 40 ProgramStateRef assume(ProgramStateRef State, DefinedSVal Cond,
43 ProgramStateRef assumeInclusiveRange(ProgramStateRef State, NonLoc Value,
54 /// true/false and generate the new program state.
55 virtual ProgramStateRef assumeSym(ProgramStateRef State, SymbolRef Sym,
59 /// true/false and generate the new program state.
62 virtual ProgramStateRef assumeSymInclusiveRange(ProgramStateRef State,
69 /// it is zero/nonzero and add it directly to the solver state.
70 virtual ProgramStateRef assumeSymUnsupported(ProgramStateRef State,
82 ProgramStateRef assume(ProgramStateRef State, NonLoc Cond, bool Assumption);
84 ProgramStateRef assumeAux(ProgramStateRef State, NonLoc Cond
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/StaticAnalyzer/Core/PathSensitive/
SimpleConstraintManager.h 40 ProgramStateRef assume(ProgramStateRef State, DefinedSVal Cond,
43 ProgramStateRef assumeInclusiveRange(ProgramStateRef State, NonLoc Value,
54 /// true/false and generate the new program state.
55 virtual ProgramStateRef assumeSym(ProgramStateRef State, SymbolRef Sym,
59 /// true/false and generate the new program state.
62 virtual ProgramStateRef assumeSymInclusiveRange(ProgramStateRef State,
69 /// it is zero/nonzero and add it directly to the solver state.
70 virtual ProgramStateRef assumeSymUnsupported(ProgramStateRef State,
82 ProgramStateRef assume(ProgramStateRef State, NonLoc Cond, bool Assumption);
84 ProgramStateRef assumeAux(ProgramStateRef State, NonLoc Cond
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SimpleConstraintManager.h 40 ProgramStateRef assume(ProgramStateRef State, DefinedSVal Cond,
43 ProgramStateRef assumeInclusiveRange(ProgramStateRef State, NonLoc Value,
54 /// true/false and generate the new program state.
55 virtual ProgramStateRef assumeSym(ProgramStateRef State, SymbolRef Sym,
59 /// true/false and generate the new program state.
62 virtual ProgramStateRef assumeSymInclusiveRange(ProgramStateRef State,
69 /// it is zero/nonzero and add it directly to the solver state.
70 virtual ProgramStateRef assumeSymUnsupported(ProgramStateRef State,
82 ProgramStateRef assume(ProgramStateRef State, NonLoc Cond, bool Assumption);
84 ProgramStateRef assumeAux(ProgramStateRef State, NonLoc Cond
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/StaticAnalyzer/Core/PathSensitive/
SimpleConstraintManager.h 40 ProgramStateRef assume(ProgramStateRef State, DefinedSVal Cond,
43 ProgramStateRef assumeInclusiveRange(ProgramStateRef State, NonLoc Value,
54 /// true/false and generate the new program state.
55 virtual ProgramStateRef assumeSym(ProgramStateRef State, SymbolRef Sym,
59 /// true/false and generate the new program state.
62 virtual ProgramStateRef assumeSymInclusiveRange(ProgramStateRef State,
69 /// it is zero/nonzero and add it directly to the solver state.
70 virtual ProgramStateRef assumeSymUnsupported(ProgramStateRef State,
82 ProgramStateRef assume(ProgramStateRef State, NonLoc Cond, bool Assumption);
84 ProgramStateRef assumeAux(ProgramStateRef State, NonLoc Cond
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/StaticAnalyzer/Core/PathSensitive/
SimpleConstraintManager.h 40 ProgramStateRef assume(ProgramStateRef State, DefinedSVal Cond,
43 ProgramStateRef assumeInclusiveRange(ProgramStateRef State, NonLoc Value,
54 /// true/false and generate the new program state.
55 virtual ProgramStateRef assumeSym(ProgramStateRef State, SymbolRef Sym,
59 /// true/false and generate the new program state.
62 virtual ProgramStateRef assumeSymInclusiveRange(ProgramStateRef State,
69 /// it is zero/nonzero and add it directly to the solver state.
70 virtual ProgramStateRef assumeSymUnsupported(ProgramStateRef State,
82 ProgramStateRef assume(ProgramStateRef State, NonLoc Cond, bool Assumption);
84 ProgramStateRef assumeAux(ProgramStateRef State, NonLoc Cond
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/StaticAnalyzer/Core/PathSensitive/
SimpleConstraintManager.h 40 ProgramStateRef assume(ProgramStateRef State, DefinedSVal Cond,
43 ProgramStateRef assumeInclusiveRange(ProgramStateRef State, NonLoc Value,
54 /// true/false and generate the new program state.
55 virtual ProgramStateRef assumeSym(ProgramStateRef State, SymbolRef Sym,
59 /// true/false and generate the new program state.
62 virtual ProgramStateRef assumeSymInclusiveRange(ProgramStateRef State,
69 /// it is zero/nonzero and add it directly to the solver state.
70 virtual ProgramStateRef assumeSymUnsupported(ProgramStateRef State,
82 ProgramStateRef assume(ProgramStateRef State, NonLoc Cond, bool Assumption);
84 ProgramStateRef assumeAux(ProgramStateRef State, NonLoc Cond
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/StaticAnalyzer/Core/PathSensitive/
SimpleConstraintManager.h 40 ProgramStateRef assume(ProgramStateRef State, DefinedSVal Cond,
43 ProgramStateRef assumeInclusiveRange(ProgramStateRef State, NonLoc Value,
54 /// true/false and generate the new program state.
55 virtual ProgramStateRef assumeSym(ProgramStateRef State, SymbolRef Sym,
59 /// true/false and generate the new program state.
62 virtual ProgramStateRef assumeSymInclusiveRange(ProgramStateRef State,
69 /// it is zero/nonzero and add it directly to the solver state.
70 virtual ProgramStateRef assumeSymUnsupported(ProgramStateRef State,
82 ProgramStateRef assume(ProgramStateRef State, NonLoc Cond, bool Assumption);
84 ProgramStateRef assumeAux(ProgramStateRef State, NonLoc Cond
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/StaticAnalyzer/Core/PathSensitive/
SimpleConstraintManager.h 40 ProgramStateRef assume(ProgramStateRef State, DefinedSVal Cond,
43 ProgramStateRef assumeInclusiveRange(ProgramStateRef State, NonLoc Value,
54 /// true/false and generate the new program state.
55 virtual ProgramStateRef assumeSym(ProgramStateRef State, SymbolRef Sym,
59 /// true/false and generate the new program state.
62 virtual ProgramStateRef assumeSymInclusiveRange(ProgramStateRef State,
69 /// it is zero/nonzero and add it directly to the solver state.
70 virtual ProgramStateRef assumeSymUnsupported(ProgramStateRef State,
82 ProgramStateRef assume(ProgramStateRef State, NonLoc Cond, bool Assumption);
84 ProgramStateRef assumeAux(ProgramStateRef State, NonLoc Cond
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/StaticAnalyzer/Core/PathSensitive/
SimpleConstraintManager.h 40 ProgramStateRef assume(ProgramStateRef State, DefinedSVal Cond,
43 ProgramStateRef assumeInclusiveRange(ProgramStateRef State, NonLoc Value,
54 /// true/false and generate the new program state.
55 virtual ProgramStateRef assumeSym(ProgramStateRef State, SymbolRef Sym,
59 /// true/false and generate the new program state.
62 virtual ProgramStateRef assumeSymInclusiveRange(ProgramStateRef State,
69 /// it is zero/nonzero and add it directly to the solver state.
70 virtual ProgramStateRef assumeSymUnsupported(ProgramStateRef State,
82 ProgramStateRef assume(ProgramStateRef State, NonLoc Cond, bool Assumption);
84 ProgramStateRef assumeAux(ProgramStateRef State, NonLoc Cond
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/CodeGen/GlobalISel/
InstructionSelectorImpl.h 47 TgtInstructionSelector &ISel, NewMIVector &OutMIs, MatcherState &State,
86 MachineOperand &MO = State.MIs[InsnID]->getOperand(OpIdx);
101 if ((size_t)NewInsnID < State.MIs.size())
102 State.MIs[NewInsnID] = NewMI;
104 assert((size_t)NewInsnID == State.MIs.size() &&
106 State.MIs.push_back(NewMI);
130 unsigned Opcode = State.MIs[InsnID]->getOpcode();
134 assert(State.MIs[InsnID] != nullptr && "Used insn before defined");
147 assert(State.MIs[InsnID] != nullptr && "Used insn before defined");
148 if (State.MIs[InsnID]->getNumOperands() != Expected)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/CodeGen/GlobalISel/
InstructionSelectorImpl.h 47 TgtInstructionSelector &ISel, NewMIVector &OutMIs, MatcherState &State,
86 MachineOperand &MO = State.MIs[InsnID]->getOperand(OpIdx);
101 if ((size_t)NewInsnID < State.MIs.size())
102 State.MIs[NewInsnID] = NewMI;
104 assert((size_t)NewInsnID == State.MIs.size() &&
106 State.MIs.push_back(NewMI);
130 unsigned Opcode = State.MIs[InsnID]->getOpcode();
134 assert(State.MIs[InsnID] != nullptr && "Used insn before defined");
147 assert(State.MIs[InsnID] != nullptr && "Used insn before defined");
148 if (State.MIs[InsnID]->getNumOperands() != Expected)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/CodeGen/GlobalISel/
InstructionSelectorImpl.h 47 TgtInstructionSelector &ISel, NewMIVector &OutMIs, MatcherState &State,
86 MachineOperand &MO = State.MIs[InsnID]->getOperand(OpIdx);
101 if ((size_t)NewInsnID < State.MIs.size())
102 State.MIs[NewInsnID] = NewMI;
104 assert((size_t)NewInsnID == State.MIs.size() &&
106 State.MIs.push_back(NewMI);
130 unsigned Opcode = State.MIs[InsnID]->getOpcode();
134 assert(State.MIs[InsnID] != nullptr && "Used insn before defined");
147 assert(State.MIs[InsnID] != nullptr && "Used insn before defined");
148 if (State.MIs[InsnID]->getNumOperands() != Expected)
    [all...]

Completed in 1045 milliseconds

1 2 3 4 56 7 8 91011>>