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

<<11121314151617181920>>

  /external/lzma/CS/7zip/Compress/LZMA/
LzmaBase.cs 15 public struct State
  /external/mockito/cglib-and-asm/src/org/mockito/cglib/core/
LocalVariablesSorter.java 53 private static class State
60 private final State state; field in class:LocalVariablesSorter
68 state = new State();
70 state.nextLocal = ((Opcodes.ACC_STATIC & access) != 0) ? 0 : 1;
72 state.nextLocal += args[i].getSize();
74 firstLocal = state.nextLocal;
79 state = lvs.state;
    [all...]
  /external/protobuf/src/google/protobuf/stubs/
once_unittest.cc 136 enum State {
141 State CurrentState() {
157 State state_;
  /external/skia/bench/
Benchmark.h 37 enum State {
87 void setDither(SkTriState::State state) {
88 fDither = state;
120 SkTriState::State fDither;
  /external/skia/include/utils/
SkThreadPool.h 68 enum State {
80 State fState;
180 // If so, we move into the halting state, and whack all the threads so they notice.
185 // Any time we find ourselves in the halting state, it's quitting time.
  /external/skia/include/views/
SkTouchGesture.h 47 enum State {
62 State fState;
  /frameworks/av/cmds/stagefright/
SimplePlayer.h 47 enum State {
85 State mState;
101 status_t onOutputFormatChanged(size_t trackIndex, CodecState *state);
104 CodecState *state, BufferInfo *info, const sp<ABuffer> &buffer);
  /frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayerDriver.h 80 enum State {
97 State mState;
RTSPSource.h 69 enum State {
97 State mState;
  /frameworks/av/media/libstagefright/rtsp/
ARTSPConnection.h 54 enum State {
81 State mState;
  /frameworks/base/core/java/android/os/
SystemService.java 31 private static HashMap<String, State> sStates = Maps.newHashMap();
34 * State of a known {@code init} service.
36 public enum State {
42 State(String state) {
43 sStates.put(state, this);
76 * Return current state of given service.
78 public static State getState(String service) {
80 final State state = sStates.get(rawState) local
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/
IccCardConstants.java 25 /* UNKNOWN means the ICC state is unknown */
56 * UNKNOWN is a transient state, for example, after user inputs ICC pin under
57 * PIN_REQUIRED state, the query for ICC status returns UNKNOWN before it
60 public enum State {
  /frameworks/ex/framesequence/src/android/support/rastermill/
FrameSequence.java 78 State createState() {
87 return new State(nativeState);
100 * Playback state used when moving frames forward in a frame sequence.
108 * Note: State holds a native ref to its FrameSequence instance, so its FrameSequence should
111 static class State {
114 public State(long nativeState) {
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
DriverCall.java 29 public enum State {
36 // If you add a state, make sure to look for the switch()
42 public State state; // May be null if unavail field in class:DriverCall
60 // index,isMT,state,mode,isMpty(,number,TOA)?
66 ret.state = stateFromCLCC(p.nextInt());
108 + state + ","
119 public static State
120 stateFromCLCC(int state) throws ATParseEx {
121 switch(state) {
    [all...]
  /frameworks/rs/
rsProgram.h 36 struct State {
57 State state; member in struct:android::renderscript::Program::Hal
rsType.h 39 struct State {
55 State state; member in struct:android::renderscript::Type::Hal
68 uint32_t getDimX() const {return mHal.state.dimX;}
69 uint32_t getDimY() const {return mHal.state.dimY;}
70 uint32_t getDimZ() const {return mHal.state.dimZ;}
72 bool getDimFaces() const {return mHal.state.faces;}
73 uint32_t getDimYuv() const {return mHal.state.dimYuv;}
76 rsAssert(lod < mHal.state.lodCount);
77 return mHal.state.lodDimX[lod]
    [all...]
  /packages/providers/MediaProvider/src/com/android/providers/media/
MediaThumbRequest.java 53 static enum State {WAIT, DONE, CANCEL}
69 State mState = State.WAIT;
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/
rsProgram.h 36 struct State {
57 State state; member in struct:android::renderscript::Program::Hal
rsType.h 39 struct State {
55 State state; member in struct:android::renderscript::Type::Hal
66 uint32_t getDimX() const {return mHal.state.dimX;}
67 uint32_t getDimY() const {return mHal.state.dimY;}
68 uint32_t getDimZ() const {return mHal.state.dimZ;}
70 bool getDimFaces() const {return mHal.state.faces;}
71 uint32_t getDimYuv() const {return mHal.state.dimYuv;}
74 rsAssert(lod < mHal.state.lodCount);
75 return mHal.state.lodDimX[lod]
    [all...]
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/
rsProgram.h 36 struct State {
57 State state; member in struct:android::renderscript::Program::Hal
rsType.h 39 struct State {
55 State state; member in struct:android::renderscript::Type::Hal
66 uint32_t getDimX() const {return mHal.state.dimX;}
67 uint32_t getDimY() const {return mHal.state.dimY;}
68 uint32_t getDimZ() const {return mHal.state.dimZ;}
70 bool getDimFaces() const {return mHal.state.faces;}
71 uint32_t getDimYuv() const {return mHal.state.dimYuv;}
74 rsAssert(lod < mHal.state.lodCount);
75 return mHal.state.lodDimX[lod]
    [all...]
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/
rsProgram.h 36 struct State {
57 State state; member in struct:android::renderscript::Program::Hal
rsType.h 39 struct State {
55 State state; member in struct:android::renderscript::Type::Hal
66 uint32_t getDimX() const {return mHal.state.dimX;}
67 uint32_t getDimY() const {return mHal.state.dimY;}
68 uint32_t getDimZ() const {return mHal.state.dimZ;}
70 bool getDimFaces() const {return mHal.state.faces;}
71 uint32_t getDimYuv() const {return mHal.state.dimYuv;}
74 rsAssert(lod < mHal.state.lodCount);
75 return mHal.state.lodDimX[lod]
    [all...]
  /external/chromium_org/remoting/android/java/src/org/chromium/chromoting/jni/
JniInterface.java 37 * Library-loading state machine.
45 /** Interface used for connection state notifications. */
48 * This enum must match the C++ enumeration remoting::protocol::ConnectionToHost::State.
50 public enum State {
60 State(int value) {
68 public static State fromValue(int value) {
111 * Notified on connection state change.
112 * @param state The new connection state.
113 * @param error The error code, if state is STATE_FAILED
    [all...]
  /dalvik/hit/src/com/android/hit/
State.java 23 * State is a snapshot of all of the heaps, and related meta-data, for
29 public class State {
33 public State() {

Completed in 938 milliseconds

<<11121314151617181920>>