Searched refs:State (Results 351 - 375 of 818) sorted by relevance

<<11121314151617181920>>

/external/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp184 ExprEngine::createTemporaryRegionIfNeeded(ProgramStateRef State, argument
188 SVal V = State->getSVal(Ex, LC);
193 return State;
202 ProgramStateManager &StateMgr = State->getStateManager();
242 State = State->bindLoc(Reg, V);
251 State = State->BindExpr(Result, LC, Reg);
252 return State;
280 void ExprEngine::printState(raw_ostream &Out, ProgramStateRef State, argument
470 ProgramStateRef State = Pred->getState(); local
612 ProgramStateRef State = Pred->getState(); local
660 ProgramStateRef State = Pred->getState(); local
679 ProgramStateRef State = Pred->getState(); local
729 ProgramStateRef State = Node->getState(); local
968 ProgramStateRef State = (*I)->getState(); local
1089 ProgramStateRef State = Pred->getState(); local
2092 ProgramStateRef State = (*I)->getState(); local
2122 CollectReachableSymbolsCallback(ProgramStateRef State) argument
2137 processPointerEscapedOnBind(ProgramStateRef State, SVal Loc, SVal Val) argument
2179 notifyCheckersOfPointerEscape(ProgramStateRef State, const InvalidatedSymbols *Invalidated, ArrayRef<const MemRegion *> ExplicitRegions, ArrayRef<const MemRegion *> Regions, const CallEvent *Call, RegionAndSymbolInvalidationTraits &ITraits) argument
[all...]
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
H A Dpitch_estimator.c129 PitchAnalysisStruct *State,
166 memcpy(buf_dec, State->dec_buffer, sizeof(double) * (PITCH_CORR_LEN2+PITCH_CORR_STEP2+PITCH_MAX_LAG/2-PITCH_FRAME_LEN/2+2));
169 WebRtcIsac_DecimateAllpass(in, State->decimator_state, PITCH_FRAME_LEN,
177 memcpy(State->dec_buffer, buf_dec+PITCH_FRAME_LEN/2, sizeof(double) * (PITCH_CORR_LEN2+PITCH_CORR_STEP2+PITCH_MAX_LAG/2-PITCH_FRAME_LEN/2+2));
470 PitchAnalysisStruct *State,
489 WebRtcIsac_Highpass(in, HPin, State->hp_state, PITCH_FRAME_LEN);
492 memcpy(Whitened, State->whitened_buf, sizeof(double) * QLOOKAHEAD);
495 WebRtcIsac_WeightingFilter(HPin, &Weighted[0], &Whitened[QLOOKAHEAD], &(State->Wghtstr));
498 memcpy(State->whitened_buf, Whitened+PITCH_FRAME_LEN, sizeof(double) * QLOOKAHEAD);
500 old_lag = State
126 WebRtcIsac_InitializePitch(const double *in, const double old_lag, const double old_gain, PitchAnalysisStruct *State, double *lags) argument
468 WebRtcIsac_PitchAnalysis(const double *in, double *out, PitchAnalysisStruct *State, double *lags, double *gains) argument
[all...]
/external/clang/lib/Analysis/
H A DConsumed.cpp99 static ConsumedState invertConsumedUnconsumed(ConsumedState State) { argument
100 switch (State) {
114 ConsumedState State) {
133 if (MappedAttrState == State)
168 static bool isKnownState(ConsumedState State) { argument
169 switch (State) {
247 static StringRef stateToString(ConsumedState State) { argument
248 switch (State) {
308 ConsumedState State; member in union:clang::consumed::PropagationInfo::__anon1513
351 PropagationInfo(ConsumedState State) argument
113 isCallableInState(const CallableWhenAttr *CWAttr, ConsumedState State) argument
445 setStateForVarOrTmp(ConsumedStateMap *StateMap, const PropagationInfo &PInfo, ConsumedState State) argument
1210 setState(const VarDecl *Var, ConsumedState State) argument
1214 setState(const CXXBindTemporaryExpr *Tmp, ConsumedState State) argument
[all...]
/external/v4l2_codec2/
H A DC2VDAComponent.cpp212 mState(State::UNLOADED),
224 mState.store(State::LOADED);
228 CHECK_EQ(mState.load(), State::LOADED);
377 CHECK_EQ(info->mState, GraphicBlockInfo::State::OWNED_BY_CLIENT);
378 info->mState = GraphicBlockInfo::State::OWNED_BY_COMPONENT;
402 CHECK_EQ(info->mState, GraphicBlockInfo::State::OWNED_BY_ACCELERATOR);
404 info->mState = GraphicBlockInfo::State::OWNED_BY_CLIENT;
456 ALOGE("Unexpected state while onDrainDone(). State=%d", mComponentState);
565 if (mState.load() != State::LOADED) {
619 if (info.mState == GraphicBlockInfo::State
[all...]
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
H A DMonitorContendedEnterAndEnteredDebuggee.java49 while (!thread.getState().equals(Thread.State.valueOf("BLOCKED"))){
/external/clang/lib/StaticAnalyzer/Checkers/
H A DDynamicTypeChecker.cpp97 ProgramStateRef State = N->getState(); local
100 DynamicTypeInfo TrackedType = getDynamicTypeInfo(State, Reg);
173 ProgramStateRef State = C.getState();
174 DynamicTypeInfo DynTypeInfo = getDynamicTypeInfo(State, Region);
/external/guava/guava/src/com/google/common/util/concurrent/
H A DAbstractScheduledService.java220 if (state() != State.STOPPING) {
246 * the service will transition to the {@link Service.State#FAILED} state and this method will no
275 * service {@linkplain Service.State#TERMINATED terminates} or
276 * {@linkplain Service.State#TERMINATED fails}. Subclasses may override this method to supply a
283 * service {@linkplain Service.State#TERMINATED terminates} or
284 * {@linkplain Service.State#TERMINATED fails}.
299 @Override public void terminated(State from) {
302 @Override public void failed(State from, Throwable failure) {
327 @Override public final State state() {
/external/icu/icu4c/source/common/unicode/
H A Dbytestrie.h102 class State : public UMemory { class in class:BytesTrie
105 * Constructs an empty State.
108 State() { bytes=NULL; } function in class:BytesTrie::State
119 * @param state The State object to hold the trie's state.
124 const BytesTrie &saveState(State &state) const {
135 * @param state The State object which holds a saved trie state.
141 BytesTrie &resetToState(const State &state) {
H A Ducharstrie.h102 class State : public UMemory { class in class:UCharsTrie
105 * Constructs an empty State.
108 State() { uchars=NULL; } function in class:UCharsTrie::State
119 * @param state The State object to hold the trie's state.
124 const UCharsTrie &saveState(State &state) const {
135 * @param state The State object which holds a saved trie state.
141 UCharsTrie &resetToState(const State &state) {
/external/libcxx/benchmarks/
H A Dalgorithms.bench.cpp11 void BM_Sort(benchmark::State& st, GenInputs gen) {
/external/libmojo/mojo/public/cpp/bindings/
H A Dassociated_interface_ptr.h119 State doomed;
156 State state;
188 typedef internal::AssociatedInterfacePtrState<Interface> State; typedef in class:mojo::AssociatedInterfacePtr
189 mutable State internal_state_;
/external/llvm/lib/CodeGen/AsmPrinter/
H A DWinException.h47 const MCSymbol *EndLabel, int State);
/external/mesa3d/docs/specs/OLD/
H A DMESA_resize_buffers.spec71 New State
75 New Implementation Dependent State
/external/mesa3d/src/gallium/state_trackers/nine/
H A Dnine_limits.h182 nine_fix_render_state_value(D3DRENDERSTATETYPE State, argument
185 struct nine_state_behaviour behaviour = render_state_limits_table[State];
238 nine_check_sampler_state_value(D3DSAMPLERSTATETYPE State, argument
243 limit = sampler_state_limits_table[State];
/external/skia/experimental/Networking/
H A DSkSockets.h29 enum State { enum in class:SkSocket
/external/skia/infra/bots/recipe_modules/skia_swarming/
H A Dapi.py193 self.m.swarming.State.EXPIRED, self.m.swarming.State.TIMED_OUT,
194 self.m.swarming.State.BOT_DIED, self.m.swarming.State.CANCELED)
/external/skqp/experimental/Networking/
H A DSkSockets.h29 enum State { enum in class:SkSocket
/external/skqp/infra/bots/recipe_modules/skia_swarming/
H A Dapi.py193 self.m.swarming.State.EXPIRED, self.m.swarming.State.TIMED_OUT,
194 self.m.swarming.State.BOT_DIED, self.m.swarming.State.CANCELED)
/external/swiftshader/third_party/subzero/src/
H A DIceRNG.h52 uint64_t State; member in class:Ice::RandomNumberGenerator
/external/webrtc/webrtc/base/
H A Dasyncudpsocket.h47 State GetState() const override;
H A Dsocketadapters.h179 enum State { enum in class:rtc::AsyncSocksProxySocket
182 State state_;
208 enum State { enum in class:rtc::AsyncSocksProxyServerSocket
211 State state_;
H A Dtestclient.h47 bool CheckConnState(AsyncPacketSocket::State state);
/external/webrtc/webrtc/libjingle/xmpp/
H A Dfakexmppclient.h42 virtual XmppEngine::State GetState() const {
H A Dutil_unittest.cc34 switch (static_cast<XmppEngine::State>(state)) {
H A Dxmpppump.cc40 void XmppPump::OnStateChange(buzz::XmppEngine::State state) {

Completed in 3766 milliseconds

<<11121314151617181920>>