HomeSort by relevance Sort by last modified time
    Searched defs:State (Results 51 - 75 of 724) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/src/org/webrtc/
MediaSource.java 34 public enum State {
44 public State state() { method in class:MediaSource
52 private static native State nativeState(long pointer);
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
rtcpmuxfilter.h 59 enum State {
69 // When the final answer is set, the state transitions to ST_ACTIVE or
73 // When the final answer is set, the state transitions to ST_ACTIVE or
80 State state_;
  /external/chromium_org/third_party/markdown/
blockparser.py 38 class State(list):
39 """ Track the current and nested state of the parser.
41 This utility class is used to track the state of the BlockParser and
43 a list. Each time a state is set, that state is appended to the end of the
44 list. Each time a state is reset, that state is removed from the end of
47 Therefore, each time a state is set for a nested block, that state must be
48 reset when we back out of that level of nesting or the state could b
    [all...]
  /external/chromium_org/third_party/skia/include/core/
SkDocument.h 125 enum State {
130 State getState() const { return fState; }
135 State fState;
  /external/chromium_org/third_party/skia/include/effects/
SkColorMatrixFilter.h 32 struct State {
50 typedef void (*Proc)(const State&, unsigned r, unsigned g, unsigned b,
54 State fState;
  /external/chromium_org/third_party/skia/src/pdf/
SkPDFStream.h 50 enum State {
81 void setState(State state) {
82 fState = state;
85 State getState() {
91 State fState;
  /external/chromium_org/third_party/webrtc/system_wrappers/source/
event_posix.h 23 enum State {
60 State state_;
  /external/clang/lib/StaticAnalyzer/Checkers/
ExprInspectionChecker.cpp 62 ProgramStateRef State = N->getState();
65 SVal AssertionVal = State->getSVal(Assertion, LC);
72 State->assume(AssertionVal.castAs<DefinedOrUnknownSVal>());
  /external/clang/test/SemaCXX/
constexpr-nqueens.cpp 6 uint64_t State;
9 constexpr Board() : State(0), Failed(false) {}
10 constexpr Board(const Board &O) : State(O.State), Failed(O.Failed) {}
11 constexpr Board(uint64_t State, bool Failed = false) :
12 State(State), Failed(Failed) {}
14 return Board(State | ((uint64_t)Row << (Col * 4)));
17 return (State >> (Col * 4)) & 0xf;
  /external/icu/icu4c/source/i18n/
uitercollationiterator.h 66 state(ITER_CHECK_FWD), start(startIndex),
113 enum State {
145 State state; member in class:FCDUIterCollationIterator
utf8collationiterator.h 82 state(CHECK_FWD), start(p),
134 enum State {
159 State state; member in class:FCDUTF8CollationIterator
  /external/lldb/tools/lldb-perf/lib/
Timer.h 47 enum class State
58 State m_state;
  /external/llvm/lib/Object/
RecordStreamer.h 18 enum State { NeverSeen, Global, Defined, DefinedGlobal, Used };
21 StringMap<State> Symbols;
28 typedef StringMap<State>::const_iterator const_iterator;
  /external/skia/include/core/
SkDocument.h 125 enum State {
130 State getState() const { return fState; }
135 State fState;
  /external/skia/include/effects/
SkColorMatrixFilter.h 32 struct State {
50 typedef void (*Proc)(const State&, unsigned r, unsigned g, unsigned b,
54 State fState;
  /external/skia/src/pdf/
SkPDFStream.h 50 enum State {
81 void setState(State state) {
82 fState = state;
85 State getState() {
91 State fState;
  /external/webrtc/src/system_wrappers/source/
event_posix.h 22 enum State
62 State _state;
  /frameworks/base/core/java/com/android/internal/util/
State.java 26 public class State implements IState {
31 protected State() {
57 * Name of State for debugging purposes.
60 * the instance name would better in cases where a State class
62 * state and the class name is sufficient and easy to get. You may
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
MmiCode.java 27 public enum State {
36 * @return Current state of MmiCode request
38 public State getState();
54 * State becomes CANCELLED unless already COMPLETE or FAILED
  /frameworks/rs/
rsFBOCache.h 46 struct State {
51 State state; member in struct:android::renderscript::FBOCache::Hal
rsPath.h 32 struct State {
36 State state; member in struct:android::renderscript::Path::__anon39063
rsProgramRaster.h 40 struct State {
44 State state; member in struct:android::renderscript::ProgramRaster::Hal
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/
rsFBOCache.h 46 struct State {
51 State state; member in struct:android::renderscript::FBOCache::Hal
rsPath.h 32 struct State {
36 State state; member in struct:android::renderscript::Path::__anon73809
rsProgramRaster.h 40 struct State {
44 State state; member in struct:android::renderscript::ProgramRaster::Hal

Completed in 548 milliseconds

1 23 4 5 6 7 8 91011>>