HomeSort by relevance Sort by last modified time
    Searched full:state (Results 376 - 400 of 11839) sorted by null

<<11121314151617181920>>

  /frameworks/base/telephony/java/com/android/internal/telephony/
ITelephonyRegistry.aidl 30 void notifyCallState(int state, String incomingNumber);
31 void notifyServiceState(in ServiceState state);
35 void notifyDataActivity(int state);
36 void notifyDataConnection(int state, boolean isDataConnectivityPossible,
MmiCode.java 27 public enum State {
36 * @return Current state of MmiCode request
38 public State getState();
49 * State becomes CANCELLED unless already COMPLETE or FAILED
  /hardware/ril/mock-ril/src/proto/
ctrl.proto 28 // request of setting radio state
30 required ril_proto.RadioState state = 1;
33 // response of set/get radio state
35 required ril_proto.RadioState state = 1;
  /packages/apps/Email/emailcommon/src/org/apache/james/mime4j/decoder/
QuotedPrintableInputStream.java 43 private byte state = 0; field in class:QuotedPrintableInputStream
128 switch (state) {
129 case 0: // start state, no bytes pending
132 break; // state remains 0
134 state = 1;
139 state = 2;
142 state = 3;
148 * Emit one = and stay in this state.
160 state = 0;
167 state = 0;
    [all...]
  /packages/apps/Settings/src/com/android/settings/wifi/
Summary.java 25 static String get(Context context, String ssid, DetailedState state) {
28 int index = state.ordinal();
36 static String get(Context context, DetailedState state) {
37 return get(context, null, state);
  /external/quake/quake/src/QW/client/
cl_ents.c 164 // set everything to the state we are delta'ing from
662 player_state_t *state; local
672 state = &cl.frames[parsecountmod].playerstate[num];
674 flags = state->flags = MSG_ReadShort ();
676 state->messagenum = cl.parsecount;
677 state->origin[0] = MSG_ReadCoord ();
678 state->origin[1] = MSG_ReadCoord ();
679 state->origin[2] = MSG_ReadCoord ();
681 state->frame = MSG_ReadByte ();
689 state->state_time = parsecounttime - msec*0.001;
795 player_state_t *state; local
911 entity_state_t *state; local
953 player_state_t *state; local
    [all...]
  /dalvik/hit/src/com/android/hit/
RootObj.java 48 public final String getClassName(State state) {
52 theClass = state.findClass(mId);
54 Instance instance = state.findReference(mId);
56 theClass = state.findClass(instance.mClassId);
99 public final void resolveReferences(State state) {
  /development/samples/ApiDemos/src/com/example/android/apis/view/
GameControllerInput.java 95 // Update device state for visualization and logging.
96 InputDeviceState state = getInputDeviceState(event); local
97 if (state != null) {
100 if (state.onKeyDown(event)) {
101 mSummaryAdapter.show(state);
105 if (state.onKeyUp(event)) {
106 mSummaryAdapter.show(state);
120 // Update device state for visualization and logging.
121 InputDeviceState state = getInputDeviceState(event); local
122 if (state != null && state.onJoystickMotion(event))
131 InputDeviceState state = mInputDeviceStates.get(deviceId); local
    [all...]
  /external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
SQLWarningTest.java 51 assertEquals(i + " Final state mismatch", aSQLWarning
53 assertEquals(i + " Final state mismatch", aSQLWarning
55 assertEquals(i + " Final state mismatch", aSQLWarning
57 assertEquals(i + " Final state mismatch", aSQLWarning
98 assertEquals(i + " Final state mismatch", aSQLWarning
100 assertEquals(i + " Final state mismatch", aSQLWarning
102 assertEquals(i + " Final state mismatch", aSQLWarning
104 assertEquals(i + " Final state mismatch", aSQLWarning
147 assertEquals(i + " Final state mismatch", aSQLWarning
149 assertEquals(i + " Final state mismatch", aSQLWarnin
    [all...]
  /external/chromium/third_party/libjingle/source/talk/examples/call/
muc.h 43 enum State { MUC_JOINING, MUC_JOINED, MUC_LEAVING };
44 State state() const { return state_; } function in class:buzz::Muc
45 void set_state(State state) { state_ = state; }
58 State state_;
  /external/jsilver/src/com/google/streamhtmlparser/
ExternalState.java 22 * A representation of the parser state suitable for use by the caller
23 * of the Parser. The meaning of each state and therefore which action
24 * the caller should perform on that state is not self-evident. In particular,
31 * <p>The caller of the Parser will query for the current parser state at
33 * current state as represented by this class, the caller can determine
51 * @param name the name to assign to that state
71 * Returns the string representation of this external state.
  /external/jsilver/src/com/google/streamhtmlparser/impl/
StateTableTransition.java 22 * Holds one state transition as derived from a Python configuration
23 * file. A state transition is a triplet as follows:
27 * <li> A source state.
28 * <li> A destination state.
32 * state to go from A to B for any character that is either 1,2,3 or in
42 * Returns the full state of the {@code StateTableTransition} in a
46 * @return full state of the {@code StateTableTransition}
  /external/v8/test/mjsunit/
debug-stepin-builtin.js 34 var state = 1; variable
44 if (state == 1) {
46 state = 2;
47 } else if (state == 2) {
51 state = 3;
72 state = 1;
75 assertEquals(3, state);
debug-stepout-to-builtin.js 34 var state = 1; variable
44 if (state == 1) {
46 state = 2;
47 } else if (state == 2) {
51 state = 3;
78 state = 1;
81 assertEquals(3, state);
  /external/webkit/LayoutTests/dom/xhtml/level3/core/
domconfigcomments1.js 85 var state;
91 state = domConfig.getParameter(parameter);
92 assertTrue("defaultFalse",state);
98 state = domConfig.getParameter(parameter);
99 assertFalse("setFalseEffective",state);
101 state = domConfig.getParameter(parameter);
102 assertTrue("setTrueEffective",state);
domconfigentities1.js 86 var state;
92 state = domConfig.getParameter(parameter);
93 assertTrue("defaultFalse",state);
99 state = domConfig.getParameter(parameter);
100 assertFalse("setFalseEffective",state);
102 state = domConfig.getParameter(parameter);
103 assertTrue("setTrueEffective",state);
domconfignamespaces1.js 85 var state;
91 state = domConfig.getParameter(parameter);
92 assertTrue("defaultFalse",state);
101 state = domConfig.getParameter(parameter);
102 assertFalse("setFalseEffective",state);
118 state = domConfig.getParameter(parameter);
119 assertTrue("setFalseNotEffective",state);
  /external/webkit/Source/WebCore/bindings/generic/
GenericBinding.h 43 // Class to represent execution state for each language binding.
45 class State {};
47 // Common notion of execution state for language bindings.
49 class State<GenericBinding> {
54 KURL completeURL(State<Binding>* state, const String& relativeURL)
58 Frame* frame = state->firstFrame();
  /external/webkit/Tools/Scripts/webkitpy/tool/steps/
createbug.py 42 def run(self, state):
44 if state.get("bug_id"):
48 cc = state.get("bug_cc")
51 blocks = state.get("bug_blocked")
52 state["bug_id"] = self._tool.bugs.create_bug(state["bug_title"], state["bug_description"], blocked=blocks, component=self._options.component, cc=cc)
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
MediaPlayerStateUnitTestTemplate.java 151 * Calls method under test in the given state of the MediaPlayer object.
153 * @param state the MediaPlayer state in which the method under test is called.
155 private void callMediaPlayerMethodUnderTestInState(MediaPlayerStateErrors.MediaPlayerState state) {
156 Log.v(TAG, "call " + mMethodUnderTest + ": started in state " + state);
157 setMediaPlayerToState(state);
163 Log.v(TAG, "callMediaPlayerMethodUnderTestInState: wait is interrupted in state " + state);
166 Log.v(TAG, "call " + mMethodUnderTest + ": ended in state " + state)
    [all...]
  /frameworks/base/services/java/com/android/server/
WiredAccessoryObserver.java 44 "/sys/class/switch/h2w/state",
47 "/sys/class/switch/usb_audio/state",
50 "/sys/class/switch/hdmi/state",
100 int state = Integer.parseInt(event.get("SWITCH_STATE")); local
101 updateState(name, state);
103 Slog.e(TAG, "Could not parse switch state from event " + event);
107 private synchronized final void updateState(String name, int state)
111 ((state == 1) ? BIT_USB_HEADSET_ANLG :
112 ((state == 2) ? BIT_USB_HEADSET_DGTL : 0)));
116 ((state == 1) ? BIT_HDMI_AUDIO : 0))
230 int state = 0; local
    [all...]
  /system/media/wilhelm/src/itf/
IDynamicInterfaceManagement.c 41 // check interface state
43 SLuint8 state = *interfaceStateP; local
44 switch (state) {
48 // change state to indicate we are now adding the interface
64 // re-lock mutex to update state
69 state = INTERFACE_ADDED;
71 state = INTERFACE_INITIALIZED;
78 state = INTERFACE_INITIALIZED;
88 // mutex is locked, update state
89 *interfaceStateP = state;
299 SLuint8 state = *interfaceStateP; local
    [all...]
  /bootable/recovery/updater/
updater.c 113 State state; local
114 state.cookie = &updater_info;
115 state.script = script;
116 state.errmsg = NULL;
118 char* result = Evaluate(&state, root);
120 if (state.errmsg == NULL) {
124 fprintf(stderr, "script aborted: %s\n", state.errmsg);
125 char* line = strtok(state.errmsg, "\n");
132 free(state.errmsg)
    [all...]
  /external/bison/tests/
conflicts.at 28 # initial state (because it was confusing it with the last state). It
144 [[State 5 conflicts: 1 shift/reduce
171 state 0
177 NUM shift, and go to state 1
179 exp go to state 2
182 state 1
189 state 2
194 $end shift, and go to state 3
195 OP shift, and go to state
    [all...]
  /external/chromium/chrome/browser/
command_updater.h 16 // This object manages the enabled state of a set of commands. Observers
17 // register to listen to changes in this state so they can update their
51 // the state of a particular command ID is modified.
54 // Notifies the observer that the enabled state has changed for the
62 // Adds an observer to the state of a particular command. If the command does
66 // Removes an observer to the state of a particular command.
74 // initialized to |state|. This function is very lightweight if the command
75 // state has not changed.
76 void UpdateCommandEnabled(int id, bool state);
80 // of objects that observe the enabled state of this command
    [all...]

Completed in 928 milliseconds

<<11121314151617181920>>