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

<<11121314151617181920>>

  /external/brotli/java/org/brotli/dec/
State.java 11 final class State {
79 State() {
  /external/deqp/execserver/
xsTestDriver.hpp 49 enum State
67 State m_state;
  /external/deqp/framework/common/
tcuTestSessionExecutor.hpp 79 enum State
95 State m_state;
  /external/deqp/framework/platform/android/
tcuAndroidWindow.hpp 45 enum State
78 State m_state;
  /external/jsilver/src/com/google/clearsilver/jsilver/functions/html/
HtmlStripFunction.java 35 // The state the strip function can be, normal, in an amp escaped entity or
37 private enum State {
100 State state = State.DEFAULT; local
105 switch (state) {
110 state = State.IN_AMP;
113 state = State.IN_TAG
    [all...]
  /external/libcxx/benchmarks/
filesystem.bench.cpp 13 void BM_PathConstructString(benchmark::State &st, GenInputs gen) {
30 void BM_PathConstructCStr(benchmark::State &st, GenInputs gen) {
47 void BM_PathConstructIter(benchmark::State &st, GenInputs gen) {
65 void BM_PathConstructInputIter(benchmark::State &st, GenInputs gen) {
69 void BM_PathConstructForwardIter(benchmark::State &st, GenInputs gen) {
79 void BM_PathIterateMultipleTimes(benchmark::State &st, GenInputs gen) {
98 void BM_PathIterateOnce(benchmark::State &st, GenInputs gen) {
117 void BM_PathIterateOnceBackwards(benchmark::State &st, GenInputs gen) {
  /external/libmojo/mojo/edk/system/ports/
port.h 25 enum State {
34 State state; member in class:mojo::edk::ports::Port
  /external/libmojo/mojo/public/cpp/bindings/
scoped_interface_endpoint_handle.h 51 // Returns kInvalidInterfaceId when in pending association state or the handle
55 // Returns null when in pending association state or the handle is invalid.
85 class State;
116 scoped_refptr<State> state_;
  /external/lzma/Java/Tukaani/src/org/tukaani/xz/lzma/
Optimum.java 16 final State state = new State(); field in class:Optimum
  /external/puffin/src/
puff_writer.h 33 // Fluesh any buffer or internal state to the output.
54 state_(State::kWritingNonLiteral) {}
63 // Flushes the literals into the output and resets the state.
83 enum class State {
  /external/skia/src/core/
SkDeviceLooper.h 66 enum State {
81 State fState;
SkMiniRecorder.h 38 enum class State {
45 State fState;
  /external/skqp/src/core/
SkDeviceLooper.h 66 enum State {
81 State fState;
SkMiniRecorder.h 38 enum class State {
45 State fState;
  /external/swiftshader/src/Renderer/
QuadRasterizer.hpp 28 QuadRasterizer(const PixelProcessor::State &state, const PixelShader *shader);
53 const PixelProcessor::State &state; member in class:sw::QuadRasterizer
  /external/tensorflow/tensorflow/contrib/verbs/
verbs_server_lib.h 52 // Guards state transitions.
55 enum State { DISCONNECTED, CONNECTED };
56 State verbs_state_ GUARDED_BY(mu_);
  /external/webrtc/webrtc/base/
transformadapter.h 68 enum State { ST_PROCESSING, ST_FLUSHING, ST_COMPLETE, ST_ERROR };
73 State state_;
  /external/webrtc/webrtc/libjingle/xmpp/
asyncsocket.h 26 enum State {
41 ERROR_WRONGSTATE, //!< Call made while socket is in the wrong state
48 virtual State state() = 0;
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
pitch_estimator.h 25 PitchAnalysisStruct *State,
30 PitchAnalysisStruct *State,
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
pitch_estimator.h 27 PitchAnalysisStruct *State,
34 PitchAnalysisStruct *State,
66 double *state,
  /frameworks/base/libs/hwui/tests/microbench/
PathParserBench.cpp 31 void BM_PathParser_parseStringPathForSkPath(benchmark::State& state) {
35 while (state.KeepRunning()) {
43 void BM_PathParser_parseStringPathForPathData(benchmark::State& state) {
47 while (state.KeepRunning()) {
  /frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/qs/
QSTileView.java 23 import com.android.systemui.plugins.qs.QSTile.State;
50 public abstract void onStateChanged(State state);
  /frameworks/minikin/tests/perftests/
Hyphenator.cpp 29 static void BM_Hyphenator_short_word(benchmark::State& state) {
34 while (state.KeepRunning()) {
42 static void BM_Hyphenator_long_word(benchmark::State& state) {
47 while (state.KeepRunning()) {
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsExternalCall.java 62 * Sets the call state to active.
65 setState(State.ACTIVE);
69 * Sets the call state to terminated.
72 setState(State.DISCONNECTED);
  /frameworks/rs/
rsFBOCache.h 46 struct State {
51 State state; member in struct:android::renderscript::FBOCache::Hal

Completed in 5965 milliseconds

<<11121314151617181920>>