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

<<21222324252627282930>>

  /external/wpa_supplicant_8/src/eap_server/
eap_server_psk.c 28 enum { PSK_1, PSK_3, SUCCESS, FAILURE } state; member in struct:eap_psk_data
46 data->state = PSK_1;
72 data->state = FAILURE;
84 data->state = FAILURE;
112 data->state = FAILURE;
157 data->state = FAILURE;
166 switch (data->state) {
172 wpa_printf(MSG_DEBUG, "EAP-PSK: Unknown state %d in buildReq",
173 data->state);
197 if (data->state == PSK_1 && t != 1)
    [all...]
  /external/guava/javadoc/com/google/common/base/
Service.State.html 7 Service.State (Guava Libraries 2010.01.04)
18 parent.document.title="Service.State (Guava Libraries 2010.01.04)";
43 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/Service.State.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
61 <A HREF="../../../../index.html?com/google/common/base/Service.State.html" target="_top"><B>FRAMES</B></A> &nbsp;
62 &nbsp;<A HREF="Service.State.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
93 Enum Service.State</H2>
96 <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Enum.html?is-external=true" title="class or interface in java.lang">java.lang.Enum</A>&lt;<A HREF="../../../../com/google/common/base/Service.State.html" title="enum in com.google.common.base">Service.State</A>&gt;
97 <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><B>com.google.common.base.Service.State</B>
100 <DT><B>All Implemented Interfaces:</B> <DD><A HREF="http://java.sun.com/javase/6/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</A>, <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Comparable.html?is-external=true" title="class or interface in java.lang">Comparable</A>&lt;<A HREF="../../../../com/google/common/base/Service.State.html" title="enum in com.google.common.base">Service.State</A>&gt;</DD
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/app/
PersistentState.java 31 * Simple example of using persistent preferences to retain a screen's state.
34 * wish the state to persist even after an activity is finished.</p>
37 * the persistent state potentially across multiple instances of the activity.
39 * directly on top of the existing instance, the state can get out of sync
42 * <p>For any persistent state that is not simplistic, a content
45 * <p>In this example we are currently saving and restoring the state of the
51 * App/Activity/Save &amp; Restore State
71 * the Activity's content, and retrieve the EditText widget whose state we
87 // Retrieve the EditText widget whose state we will save.
92 * Upon being resumed we can retrieve the current state. This allows u
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/view/
OverscanActivity.java 61 private interface State {
63 State next();
66 private class NormalState implements State {
72 public State next() {
78 private class FullscreenState implements State {
83 public State next() {
89 private class FullscreenLightsOutState implements State {
94 public State next() {
100 private class OverscanState implements State {
105 public State next()
    [all...]
  /development/samples/Obb/src/com/example/android/obbapp/
ObbMountActivity.java 64 ObbState state = (ObbState) getLastNonConfigurationInstance(); local
66 if (state != null) {
67 mSM = state.storageManager;
68 mStatus.setText(state.status);
69 mPath.setText(state.path);
80 public void onObbStateChange(String path, int state) {
81 Log.d(TAG, "path=" + path + "; state=" + state);
82 mStatus.setText(String.valueOf(state));
83 if (state == OnObbStateChangeListener.MOUNTED)
133 ObbState state = new ObbState(mSM, mStatus.getText(), mPath.getText()); local
    [all...]
  /device/moto/wingray/
init.stingray.usb.rc 15 setprop sys.usb.state $sys.usb.config
24 setprop sys.usb.state $sys.usb.config
33 setprop sys.usb.state $sys.usb.config
43 setprop sys.usb.state $sys.usb.config
51 setprop sys.usb.state $sys.usb.config
60 setprop sys.usb.state $sys.usb.config
69 setprop sys.usb.state $sys.usb.config
78 setprop sys.usb.state $sys.usb.config
90 setprop sys.usb.state $sys.usb.config
100 setprop sys.usb.state $sys.usb.confi
    [all...]
  /external/apache-harmony/security/src/test/api/java.injected/java/security/
SignatureTest.java 49 assertEquals("state", Signature.UNINITIALIZED, s.getState());
56 assertEquals("state", Signature.UNINITIALIZED, s.getState());
67 assertEquals("state", Signature.VERIFY, s.getState());
78 assertEquals("state", Signature.VERIFY, s.getState());
89 assertEquals("state", Signature.SIGN, s.getState());
100 assertEquals("state", Signature.SIGN, s.getState());
125 assertEquals("state", Signature.SIGN, s.getState());
150 assertEquals("state", Signature.VERIFY, s.getState());
183 assertEquals("state", Signature.VERIFY, s.getState());
203 assertEquals("state", Signature.SIGN, s.getState())
    [all...]
  /external/bluetooth/glib/glib/
gbase64.h 36 gint *state,
40 gint *state,
47 gint *state,
  /external/chromium/chrome/browser/autofill/
select_control_handler.cc 22 class State {
27 static const State all_states[];
33 const State State::all_states[] = {
89 string16 State::Abbreviation(const string16& name) {
90 for (const State *s = all_states ; s->name ; ++s)
96 string16 State::FullName(const string16& abbreviation) {
97 for (const State *s = all_states ; s->name ; ++s)
143 full = State::FullName(value);
145 abbrev = State::Abbreviation(value)
    [all...]
  /external/chromium/chrome/browser/net/websocket_experiment/
websocket_experiment_runner.h 47 enum State {
68 State next_state_;
69 State task_state_;
  /external/chromium/chrome/browser/sync/syncable/
autofill_migration.h 12 // Indicates the default state. After first run the state would change to
27 // someother client had migrated the data already then our new state after
  /external/chromium/chrome/browser/ui/views/infobars/
infobar_container_view.cc 42 void InfoBarContainerView::GetAccessibleState(ui::AccessibleViewState* state) {
43 state->role = ui::AccessibilityTypes::ROLE_GROUPING;
44 state->name = l10n_util::GetStringUTF16(IDS_ACCNAME_INFOBAR_CONTAINER);
  /external/chromium/chrome/browser/ui/webui/options/
options_managed_banner_handler.cc 16 // Initialize the visibility state of the banner.
24 // state.
36 // Set the managed state in the javascript handler.
  /external/chromium/chrome/common/net/gaia/
google_service_auth_error.h 11 // A GoogleServiceAuthError without additional data is just a State, defined
15 // transparent wrapper around 'State' due to additional Captcha data
17 // you must explicitly use the constructor when all you have is a State.
38 enum State {
92 // Construct a GoogleServiceAuthError from a State with no additional data.
93 explicit GoogleServiceAuthError(State s);
107 // to explicit class and State enum relation. Note: shouldn't be inlined!
111 const State& state() const;
120 GoogleServiceAuthError(State s, int error)
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
SimpleConstraintManager.h 36 const ProgramState *assume(const ProgramState *state, DefinedSVal Cond,
39 const ProgramState *assume(const ProgramState *state, Loc Cond, bool Assumption);
41 const ProgramState *assume(const ProgramState *state, NonLoc Cond, bool Assumption);
43 const ProgramState *assumeSymRel(const ProgramState *state,
56 virtual const ProgramState *assumeSymNE(const ProgramState *state, SymbolRef sym,
60 virtual const ProgramState *assumeSymEQ(const ProgramState *state, SymbolRef sym,
64 virtual const ProgramState *assumeSymLT(const ProgramState *state, SymbolRef sym,
68 virtual const ProgramState *assumeSymGT(const ProgramState *state, SymbolRef sym,
72 virtual const ProgramState *assumeSymLE(const ProgramState *state, SymbolRef sym,
76 virtual const ProgramState *assumeSymGE(const ProgramState *state, SymbolRef sym
    [all...]
  /external/dropbear/libtomcrypt/src/encauth/gcm/
gcm_reset.c 14 GCM implementation, reset a used state so it can accept IV data, by Tom St Denis
21 Reset a GCM state to as if you just called gcm_init(). This saves the initialization time.
22 @param gcm The GCM state to reset
  /external/e2fsprogs/e2fsck/
profile_helpers.c 145 void *state; local
151 &state)))
158 if ((retval = profile_iterator(&state, 0, &value)))
162 } while (state);
186 void *state; local
192 &state)))
199 if ((retval = profile_iterator(&state, &name, 0)))
203 } while (state);
222 void *state; local
228 &state)))
    [all...]
  /external/flac/libFLAC/
ogg_helper.c 55 encoder->protected_->state = FLAC__STREAM_ENCODER_OGG_ERROR;
62 encoder->protected_->state = FLAC__STREAM_ENCODER_CLIENT_ERROR;
69 encoder->protected_->state = FLAC__STREAM_ENCODER_CLIENT_ERROR;
111 encoder->protected_->state = FLAC__STREAM_ENCODER_CLIENT_ERROR;
117 encoder->protected_->state = FLAC__STREAM_ENCODER_MEMORY_ALLOCATION_ERROR;
135 encoder->protected_->state = FLAC__STREAM_ENCODER_OGG_ERROR;
149 encoder->protected_->state = FLAC__STREAM_ENCODER_OGG_ERROR;
159 encoder->protected_->state = FLAC__STREAM_ENCODER_MEMORY_ALLOCATION_ERROR;
171 encoder->protected_->state = FLAC__STREAM_ENCODER_OGG_ERROR;
192 encoder->protected_->state = FLAC__STREAM_ENCODER_CLIENT_ERROR
    [all...]
  /external/grub/stage2/
console.c 35 console_setcolorstate (color_state state)
37 switch (state) {
52 console_color_state = state;
  /external/icu4c/common/
rbbidata.h 76 uint32_t fFTable; /* forward state transition table. */
78 uint32_t fRTable; /* Offset to the reverse state transition table. */
98 int16_t fAccepting; /* Non-zero if this row is for an accepting state. */
99 /* Value 0: not an accepting state. */
100 /* -1: Unconditional Accepting state. */
104 /* state, at actual boundary pos. */
105 int16_t fLookAhead; /* Non-zero if this row is for a state that */
109 /* in a different state. */
115 uint16_t fNextState[2]; /* Next State, indexed by char category. */
117 /* state table header. *
    [all...]
  /external/icu4c/data/mappings/
noop-gb2312_gl.ucm 27 <icu:state> 0-20:2, 21-7e:1, 7f-ff:2
28 <icu:state> 21-7e.u
29 <icu:state>
noop-iso-ir-165.ucm 24 <icu:state> 0-20:2, 21-7e:1, 7f-ff:2
25 <icu:state> 21-7e.u
26 <icu:state>
  /external/iptables/extensions/
libxt_state.man 2 the connection tracking state for this packet.
4 [\fB!\fP] \fB\-\-state\fP \fIstate\fP
5 Where state is a comma separated list of the connection states to
  /external/skia/include/effects/
SkColorMatrixFilter.h 40 struct State {
56 typedef void (*Proc)(State*, unsigned r, unsigned g, unsigned b,
60 State fState;
  /external/valgrind/main/helgrind/
README_MSMProp2.txt 8 Note that this file does NOT describe the state machine used in the
9 svn://svn.valgrind.org/branches/YARD version of Helgrind. That state
17 state machine for data race detection. It is described at
32 state machine rules E5 and E6(r). These are, respectively:
85 The resulting state machine, MSMProp2
97 Name Old-State Op Guard New-State Race-If
129 I always found the state names in MSMProp1 confusing. Both MSMProp1
138 The effect of a state Read(VTS,LS) is to constrain all later-observed
143 Hence a Read state places a constraint on writes
    [all...]

Completed in 1024 milliseconds

<<21222324252627282930>>