Searched refs:State (Results 276 - 300 of 818) sorted by relevance

<<11121314151617181920>>

/external/skia/include/private/
H A DSkOnce.h47 enum State : uint8_t { NotStarted, Claimed, Done};
/external/skia/src/core/
H A DSkBitmapController.cpp18 SkBitmapController::State* SkBitmapController::requestBitmap(const SkBitmapProvider& provider,
22 State* state = this->onRequestBitmap(provider, inv, quality, storage, storageSize);
34 class SkDefaultBitmapControllerState : public SkBitmapController::State {
149 SkBitmapController::State* SkDefaultBitmapController::onRequestBitmap(const SkBitmapProvider& bm,
/external/skqp/include/private/
H A DSkOnce.h47 enum State : uint8_t { NotStarted, Claimed, Done};
/external/skqp/src/core/
H A DSkBitmapController.cpp18 SkBitmapController::State* SkBitmapController::requestBitmap(const SkBitmapProvider& provider,
22 State* state = this->onRequestBitmap(provider, inv, quality, storage, storageSize);
34 class SkDefaultBitmapControllerState : public SkBitmapController::State {
149 SkBitmapController::State* SkDefaultBitmapController::onRequestBitmap(const SkBitmapProvider& bm,
/external/swiftshader/src/Shader/
H A DVertexPipeline.hpp28 VertexPipeline(const VertexProcessor::State &state);
/external/v8/src/wasm/
H A Dwasm-interpreter.h112 // State machine for a Thread:
121 enum State { STOPPED, RUNNING, PAUSED, FINISHED, TRAPPED }; enum in class:v8::internal::wasm::WasmInterpreter
138 State state();
140 State Run();
141 State Step();
/external/webrtc/webrtc/system_wrappers/source/
H A Devent_timer_posix.h23 enum State { enum in namespace:webrtc
/external/zopfli/src/zopflipng/lodepng/
H A Dlodepng.h643 //For the lodepng::State subclass.
825 class State : public LodePNGState class in namespace:lodepng
828 State();
829 State(const State& other);
830 virtual ~State();
831 State& operator=(const State& other);
835 //Same as other lodepng::decode, but using a State for more settings and information.
837 State
[all...]
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
H A DANTLRTreeRewriter.h59 + (ANTLRTreeRewriter *) newANTLRTreeRewriter:(id<ANTLRTreeNodeStream>)anInput State:(ANTLRRecognizerSharedState *)aState;
61 - (id)initWithStream:(id<ANTLRTreeNodeStream>)anInput State:(ANTLRRecognizerSharedState *)aState;
/external/brotli/java/org/brotli/dec/
H A DBrotliInputStream.java39 private final State state = new State();
/external/clang/lib/Parse/
H A DRAIIObjectsForParser.h47 Sema::ParsingDeclState State; member in class:clang::SuppressAccessChecks
55 State = S.PushParsingDeclaration(DiagnosticPool);
63 State(Other.State), Active(Other.Active) {
70 S.PopParsingDeclaration(State, nullptr);
93 Sema::ParsingDeclState State; member in class:clang::ParsingDeclRAIIObject
162 State = Actions.PushParsingDeclaration(DiagnosticPool);
168 Actions.PopParsingDeclaration(State, D);
/external/clang/lib/StaticAnalyzer/Core/
H A DCheckerContext.cpp23 ProgramStateRef State = getState(); local
25 SVal L = State->getSVal(Callee, Pred->getLocationContext());
/external/deqp/executor/
H A DxeBatchExecutor.hpp98 enum State enum in class:xe::BatchExecutor
117 State m_state;
H A DxeXMLWriter.hpp85 enum State enum in class:xe::xml::Writer
97 State m_state;
/external/deqp/modules/glshared/
H A DglsCalibration.hpp138 enum State enum in class:deqp::gls::TheilSenCalibrator
154 State getState (void) const;
H A DglsShaderPerformanceMeasurer.hpp100 enum State enum in class:deqp::gls::ShaderPerformanceMeasurer
117 State m_state;
/external/libchrome/base/trace_event/
H A Dmemory_dump_scheduler.h85 enum State { enum in struct:base::trace_event::MemoryDumpScheduler::PollingTriggerState
99 State current_state;
/external/skia/include/views/
H A DSkView.h78 enum State { enum in class:SkView::Click
85 State fState;
/external/skia/samplecode/
H A DSampleCowboy.cpp33 enum State { enum in class:__anon20613::CowboyView
135 State fState;
/external/skqp/include/views/
H A DSkView.h78 enum State { enum in class:SkView::Click
85 State fState;
/external/skqp/samplecode/
H A DSampleCowboy.cpp33 enum State { enum in class:__anon21282::CowboyView
135 State fState;
/external/swiftshader/src/Renderer/
H A DPixelProcessor.hpp89 Sampler::State sampler[TEXTURE_IMAGE_UNITS];
90 TextureStage::State textureStage[8];
113 struct State : States struct in class:sw::PixelProcessor
115 State();
117 bool operator==(const State &state) const;
306 const State update() const;
307 Routine *routine(const State &state);
336 RoutineCache<State> *routineCache;
/external/tensorflow/tensorflow/core/kernels/
H A Dfunctional_ops.cc128 (new State(this, ctx, cond, done))->Start();
135 class State { class in class:tensorflow::FunctionalIf
137 State(FunctionalIf* kernel, OpKernelContext* ctx, bool cond, function in class:tensorflow::FunctionalIf::State
150 ~State() {}
224 (new State(this, ctx, cond_handle, body_handle, done))->Start();
235 class State { class in class:tensorflow::FunctionalWhile
237 State(FunctionalWhile* kernel, OpKernelContext* ctx, FHandle cond_handle, function in class:tensorflow::FunctionalWhile::State
251 ~State() {}
/external/v8/src/compiler/
H A Dint64-lowering.h34 enum class State : uint8_t { kUnvisited, kOnStack, kVisited }; class in class:v8::internal::compiler::Int64Lowering
72 NodeMarker<State> state_;
H A Dsimd-scalar-lowering.h29 enum class State : uint8_t { kUnvisited, kOnStack, kVisited }; class in class:v8::internal::compiler::SimdScalarLowering
73 NodeMarker<State> state_;

Completed in 784 milliseconds

<<11121314151617181920>>