Searched refs:State (Results 76 - 100 of 699) sorted by relevance

1234567891011>>

/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
H A DState.java31 public abstract class State { class
/external/clang/lib/StaticAnalyzer/Checkers/
H A DExprInspectionChecker.cpp76 ProgramStateRef State = N->getState(); local
79 SVal AssertionVal = State->getSVal(Assertion, LC);
86 State->assume(AssertionVal.castAs<DefinedOrUnknownSVal>());
164 ProgramStateRef State = C.getState(); local
165 State = State->BindExpr(CE, C.getLocationContext(),
167 C.addTransition(State);
179 ProgramStateRef State = C.getState();
180 State = State
186 ProgramStateRef State = C.getState(); local
[all...]
H A DCheckObjCDealloc.cpp120 ProgramStateRef evalAssume(ProgramStateRef State, SVal Cond,
123 ProgramStateRef checkPointerEscape(ProgramStateRef State,
167 ProgramStateRef removeValueRequiringRelease(ProgramStateRef State,
274 ProgramStateRef State = InitialState; local
276 SymbolSet::Factory &F = State->getStateManager().get_context<SymbolSet>();
283 if (const SymbolSet *CurrSet = State->get<UnreleasedIvarMap>(SelfSymbol))
291 SVal LVal = State->getLValue(PropImpl->getPropertyIvarDecl(), SelfVal);
296 SVal InitialVal = State->getSVal(LValLoc.getValue());
306 State = State
411 evalAssume(ProgramStateRef State, SVal Cond, bool Assumption) const argument
454 checkPointerEscape( ProgramStateRef State, const InvalidatedSymbols &Escaped, const CallEvent *Call, PointerEscapeKind Kind) const argument
495 ProgramStateRef State = C.getState(); local
857 removeValueRequiringRelease( ProgramStateRef State, SymbolRef Instance, SymbolRef Value) const argument
986 ProgramStateRef State = C.getState(); local
[all...]
H A DDynamicTypePropagation.cpp66 ProgramStateRef &State,
117 ProgramStateRef State = C.getState(); local
118 DynamicTypeMapImpl TypeMap = State->get<DynamicTypeMap>();
122 State = State->remove<DynamicTypeMap>(I->first);
127 C.addTransition(State);
132 State->get<MostSpecializedTypeArgsMap>();
137 State = State->remove<MostSpecializedTypeArgsMap>(I->first);
141 C.addTransition(State);
152 ProgramStateRef State = C.getState(); local
277 dynamicTypePropagationOnCasts( const CastExpr *CE, ProgramStateRef &State, CheckerContext &C) const argument
450 storeWhenMoreInformative(ProgramStateRef &State, SymbolRef Sym, const ObjCObjectPointerType *const *Current, const ObjCObjectPointerType *StaticLowerBound, const ObjCObjectPointerType *StaticUpperBound, ASTContext &C) argument
708 ProgramStateRef State = C.getState(); local
794 ProgramStateRef State = C.getState(); local
[all...]
H A DBasicObjCFoundationChecks.cpp140 ProgramStateRef State = C.getState(); local
141 if (State->isNull(C.getSVal(E)).isConstrainedTrue()) {
155 ProgramStateRef State = C.getState(); local
156 if (!State->isNull(msg.getArgSVal(Arg)).isConstrainedTrue())
851 ProgramStateRef checkPointerEscape(ProgramStateRef State,
884 ProgramStateRef State,
886 if (!State)
892 return State;
895 std::tie(StNonNil, StNil) = State->assume(*KnownCollection);
909 ProgramStateRef State,
[all...]
/external/google-benchmark/test/
H A Dfixture_test.cc9 void SetUp(const ::benchmark::State& state) {
16 void TearDown(const ::benchmark::State& state) {
28 BENCHMARK_F(MyFixture, Foo)(benchmark::State &st) {
35 BENCHMARK_DEFINE_F(MyFixture, Bar)(benchmark::State& st) {
H A Dmap_test.cc19 static void BM_MapLookup(benchmark::State& state) {
36 void SetUp(const ::benchmark::State& st) {
40 void TearDown(const ::benchmark::State&) { m.clear(); }
45 BENCHMARK_DEFINE_F(MapFixture, Lookup)(benchmark::State& state) {
H A Dmultiple_ranges_test.cc29 void SetUp(const ::benchmark::State& state) {
45 BENCHMARK_DEFINE_F(MultipleRangesFixture, Empty)(benchmark::State& state) {
59 void BM_CheckDefaultArgument(benchmark::State& state) {
68 static void BM_MultipleRanges(benchmark::State& st) {
H A Dfilter_test.cc38 static void NoPrefix(benchmark::State& state) {
44 static void BM_Foo(benchmark::State& state) {
50 static void BM_Bar(benchmark::State& state) {
56 static void BM_FooBar(benchmark::State& state) {
62 static void BM_FooBa(benchmark::State& state) {
/external/libcxx/benchmarks/
H A Dstring.bench.cpp11 static void BM_StringFindNoMatch(benchmark::State &state) {
20 static void BM_StringFindAllMatch(benchmark::State &state) {
29 static void BM_StringFindMatch1(benchmark::State &state) {
39 static void BM_StringFindMatch2(benchmark::State &state) {
/external/libcxx/utils/google-benchmark/test/
H A Dfixture_test.cc9 void SetUp(const ::benchmark::State& state) {
16 void TearDown(const ::benchmark::State& state) {
28 BENCHMARK_F(MyFixture, Foo)(benchmark::State &st) {
35 BENCHMARK_DEFINE_F(MyFixture, Bar)(benchmark::State& st) {
H A Dmap_test.cc19 static void BM_MapLookup(benchmark::State& state) {
36 void SetUp(const ::benchmark::State& st) {
40 void TearDown(const ::benchmark::State&) { m.clear(); }
45 BENCHMARK_DEFINE_F(MapFixture, Lookup)(benchmark::State& state) {
H A Dmultiple_ranges_test.cc29 void SetUp(const ::benchmark::State& state) {
45 BENCHMARK_DEFINE_F(MultipleRangesFixture, Empty)(benchmark::State& state) {
59 void BM_CheckDefaultArgument(benchmark::State& state) {
68 static void BM_MultipleRanges(benchmark::State& st) {
H A Dfilter_test.cc38 static void NoPrefix(benchmark::State& state) {
44 static void BM_Foo(benchmark::State& state) {
50 static void BM_Bar(benchmark::State& state) {
56 static void BM_FooBar(benchmark::State& state) {
62 static void BM_FooBa(benchmark::State& state) {
/external/lzma/CPP/7zip/UI/Common/
H A DUpdatePair.h13 NUpdateArchive::NPairState::EEnum State; member in struct:CUpdatePair
/external/selinux/libselinux/src/
H A Dsha1.h30 uint32_t State[5]; member in struct:__anon16630
/external/skia/src/image/
H A DSkImageShaderContext.h20 std::unique_ptr<SkBitmapController::State> state;
/external/v8/src/compiler/
H A Dnode-marker.h52 // set to State(0) in constant time.
61 template <typename State>
67 V8_INLINE State Get(Node* node) {
68 return static_cast<State>(NodeMarkerBase::Get(node));
71 V8_INLINE void Set(Node* node, State state) {
/external/vogar/test/vogar/testing/
H A DInterceptOutputStreams.java72 private final EnumMap<Stream, State> streams2State;
101 State state = streams2State.get(stream);
116 State state = new State(stream);
123 for (State state : streams2State.values()) {
132 private static class State { class in class:InterceptOutputStreams
137 State(Stream stream) throws IOException { method in class:InterceptOutputStreams.State
/external/autotest/frontend/client/src/autotest/tko/
H A DSpreadsheetHeaderSelect.java19 public static class State { class in class:SpreadsheetHeaderSelect
20 private HeaderSelect.State baseState = new HeaderSelect.State();
33 private final State savedState = new State();
49 protected void saveToState(State state) {
75 public void loadFromState(State state) {
126 public State getStateFromView() {
127 State state = new State();
[all...]
H A DHeaderSelect.java15 public static class State { class in class:HeaderSelect
24 private final State savedState;
28 public HeaderSelect(HeaderFieldCollection headerFields, State state) {
53 protected void saveToState(State state) {
57 public State getStateFromView() {
58 State state = new State();
79 public void loadFromState(State state) {
141 protected State getState() {
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
H A Dbandwidth_estimator.c843 uint16_t WebRtcIsacfix_GetMinBytes(RateModel *State, argument
857 if (State->InitCounter > 0) {
858 if (State->InitCounter-- <= INIT_BURST_LEN) {
865 if (State->BurstCounter) {
866 if (State->StillBuffered <
875 if (DelayBuildUp > State->StillBuffered) {
877 State->StillBuffered) * inv_Q12) >> 3)) * BottleNeck;
878 } else if ((den = WEBRTC_SPL_MUL(SAMPLES_PER_MSEC, (State->StillBuffered - DelayBuildUp))) >= FrameSamples) {
892 State->BurstCounter--;
911 if (State
955 WebRtcIsacfix_UpdateRateModel(RateModel *State, int16_t StreamSize, const int16_t FrameSamples, const int16_t BottleNeck) argument
975 WebRtcIsacfix_InitRateModel(RateModel *State) argument
[all...]
/external/skia/src/core/
H A DSkBlitter_PM4f.cpp19 template <typename State> class SkState_Blitter : public SkRasterBlitter {
21 State fState;
32 fState.fProc1(fState.fMode, State::WritableAddr(fDevice, x, y),
39 typename State::DstType* device = State::WritableAddr(fDevice, x, y);
44 device = (typename State::DstType*)((char*)device + deviceRB);
52 typename State::DstType* device = State::WritableAddr(fDevice, x, y);
58 device = (typename State::DstType*)((char*)device + deviceRB);
63 typename State
[all...]
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
H A Dbandwidth_estimator.c801 RateModel* State,
816 if (State->InitCounter > 0)
818 if (State->InitCounter-- <= INIT_BURST_LEN)
837 if (State->BurstCounter)
839 if (State->StillBuffered < (1.0 - 1.0/BURST_LEN) * DelayBuildUp)
850 State->StillBuffered) / (double)FrameSamples) * BottleNeck;
856 State->BurstCounter--;
872 if (State->PrevExceed) {
874 State->ExceedAgo -= /*BURST_INTERVAL*/ burstInterval / (BURST_LEN - 1);
875 if (State
800 WebRtcIsac_GetMinBytes( RateModel* State, int StreamSize, const int FrameSamples, const double BottleNeck, const double DelayBuildUp, enum ISACBandwidth bandwidth ) argument
921 WebRtcIsac_UpdateRateModel( RateModel *State, int StreamSize, const int FrameSamples, const double BottleNeck) argument
942 WebRtcIsac_InitRateModel( RateModel *State) argument
[all...]
H A Dintialize.c151 void WebRtcIsac_InitPitchAnalysis(PitchAnalysisStruct *State) argument
156 State->dec_buffer[k] = 0.0;
158 State->decimator_state[k] = 0.0;
160 State->hp_state[k] = 0.0;
162 State->whitened_buf[k] = 0.0;
164 State->inbuf[k] = 0.0;
166 WebRtcIsac_InitPitchFilter(&(State->PFstr_wght));
168 WebRtcIsac_InitPitchFilter(&(State->PFstr));
170 WebRtcIsac_InitWeightingFilter(&(State->Wghtstr));

Completed in 436 milliseconds

1234567891011>>