/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
equal.h | 57 << " state = " << s1 67 << " state = " << s1; 74 << " state = " << s1 81 << " state = " << s1 88 << " state = " << s1 95 << " state = " << s1
|
factor-weight.h | 156 Element(StateId s, Weight w) : state(s), weight(w) {} 158 StateId state; // Input state Id member in struct:fst::FactorWeightFstImpl::Element 192 Weight w = e.state == kNoStateId 194 : (Weight) Times(e.weight, fst_->Final(e.state)); 229 // Find state corresponding to an element. Create new state 233 while (unfactored_.size() <= (unsigned int)e.state) 235 if (unfactored_[e.state] == kNoStateId) { 236 unfactored_[e.state] = elements_.size() [all...] |
/external/srtp/crypto/hash/ |
null_auth.c | 71 (*a)->state = pointer + sizeof (auth_t); 86 /* zeroize entire state*/ 100 null_auth_init(null_auth_ctx_t *state, const uint8_t *key, int key_len) { 108 null_auth_compute(null_auth_ctx_t *state, uint8_t *message, 115 null_auth_update(null_auth_ctx_t *state, uint8_t *message, 122 null_auth_start(null_auth_ctx_t *state) {
|
/external/srtp/crypto/kernel/ |
key.c | 59 key->state = key_state_normal; 73 if (key->state == key_state_expired) 100 if (key->state == key_state_normal) { 101 /* we just passed the soft limit, so change the state */ 102 key->state = key_state_past_soft_limit; 110 key->state = key_state_expired;
|
/external/v8/test/mjsunit/ |
debug-step.js | 34 // the global property "state" is initially zero. 40 if (state == 0) { 42 state = 1; 43 } else if (state == 1) { 68 state = 0; 76 state = 0;
|
/external/webkit/LayoutTests/dom/xhtml/level3/core/ |
domconfigschematype1.js | 86 var state; 98 state = domConfig.getParameter(parameter); 118 state = domConfig.getParameter(parameter); 119 assertEquals("setDTDEffective",dtdType,state); 143 state = domConfig.getParameter(parameter); 144 assertEquals("setSchemaEffective",xmlSchemaType,state);
|
/external/webkit/Source/WebCore/bindings/scripts/test/ObjC/ |
DOMTestCallback.mm | 86 WebCore::JSMainThreadNullState state; 92 WebCore::JSMainThreadNullState state; 98 WebCore::JSMainThreadNullState state; 104 WebCore::JSMainThreadNullState state; 110 WebCore::JSMainThreadNullState state; 116 WebCore::JSMainThreadNullState state;
|
/external/webkit/Source/WebCore/inspector/front-end/ |
StatusBarButton.js | 91 get state() 96 set state(x) 119 throw("Only used toggled when there are 2 states, otherwise, use state"); 120 return this.state; 126 throw("Only used toggled when there are 2 states, otherwise, use state"); 127 this.state = x;
|
/external/webkit/Source/WebKit/efl/DefaultTheme/widget/button/ |
button.edc | 66 state: "default" 0.0; 74 state: "pressed" 0.0; 82 state: "disabled" 0.0; 87 state: "hovered" 0.0; 95 state: "focused" 0.0; 108 state: "default" 0.0;
|
/external/webkit/Source/WebKit/efl/DefaultTheme/widget/entry/ |
entry.edc | 59 state: "default" 0.0; 75 state: "disabled" 0.0; 80 state: "focused" 0.0; 88 state: "pressed" 0.0; 92 state: "hovered" 0.0; 105 state: "default" 0.0;
|
/external/webkit/Source/WebKit/efl/DefaultTheme/widget/search/field/ |
search_field.edc | 58 state: "default" 0.0; 66 state: "disabled" 0.0; 71 state: "focused" 0.0; 79 state: "hovered" 0.0; 87 state: "pressed" 0.0; 96 state: "default" 0.0;
|
/external/webkit/Tools/Scripts/webkitpy/tool/steps/ |
updatechangelogswithreviewer.py | 54 def run(self, state): 55 bug_id = state.get("bug_id") 56 if not bug_id and state.get("patch"): 57 bug_id = state.get("patch").bug_id() 71 for changelog_path in self.cached_lookup(state, "changelogs"): 75 self.did_modify_checkout(state)
|
/frameworks/base/core/java/com/android/internal/preference/ |
YesNoPreference.java | 99 // No need to save instance state since it's persistent 109 protected void onRestoreInstanceState(Parcelable state) { 110 if (!state.getClass().equals(SavedState.class)) { 111 // Didn't save state for us in onSaveInstanceState 112 super.onRestoreInstanceState(state); 116 SavedState myState = (SavedState) state;
|
/frameworks/base/telephony/java/com/android/internal/telephony/ |
IccCardStatus.java | 74 public void setCardState(int state) { 75 switch(state) { 86 throw new RuntimeException("Unrecognized RIL_CardState: " + state); 94 public void setUniversalPinState(int state) { 95 switch(state) { 115 throw new RuntimeException("Unrecognized RIL_PinState: " + state);
|
/frameworks/base/voip/java/android/net/sip/ |
SipSession.java | 35 public static class State { 73 * Converts the state to string. 75 public static String toString(int state) { 76 switch (state) { 102 private State() { 299 * Gets the session state. The value returned must be one of the states in 300 * {@link State}. 302 * @return the session state 309 return State.NOT_DEFINED; 357 * registration. The method is only valid to call when the session state i [all...] |
/libcore/luni/src/test/java/tests/org/w3c/dom/ |
DOMImplementationHasFeature.java | 58 boolean state; 61 state = domImpl.hasFeature("core", "2.0"); 62 assertTrue("domimplementationFeaturecoreAssert", state); 67 boolean state; 70 state = domImpl.hasFeature("xml", "2.0"); 71 assertTrue("domimplementationFeaturexmlVersion2Assert", state);
|
/packages/apps/Camera/src/com/android/camera/ |
ShutterButton.java | 27 * pressed state changes. 31 * A callback to be invoked when a ShutterButton's pressed state changes. 55 * Hook into the drawable state changing to get changes to isPressed -- the 56 * onPressed listener doesn't always get called when the pressed state 70 // system changes the the drawable state before posting click 74 // drawable state after posting click notification, so the
|
/packages/apps/Settings/src/com/android/settings/bluetooth/ |
BluetoothEnabler.java | 35 * preference reflects the current state. 47 int state = intent.getIntExtra(BluetoothAdapter.EXTRA_STATE, BluetoothAdapter.ERROR); 48 handleStateChanged(state); 73 // Bluetooth state is not sticky, so set it manually 118 void handleStateChanged(int state) { 119 switch (state) {
|
/prebuilt/darwin-x86/sdl/include/SDL/ |
SDL_keyboard.h | 70 * If 'enable' is -1, the translation state is not changed. 71 * It returns the previous state of keyboard translation. 90 * Get a snapshot of the current state of the keyboard. 99 * Get the current key modifier state 104 * Set the current key modifier state 105 * This does not change the keyboard state, only the key modifier flags.
|
/prebuilt/linux-x86/sdl/include/SDL/ |
SDL_keyboard.h | 70 * If 'enable' is -1, the translation state is not changed. 71 * It returns the previous state of keyboard translation. 90 * Get a snapshot of the current state of the keyboard. 99 * Get the current key modifier state 104 * Set the current key modifier state 105 * This does not change the keyboard state, only the key modifier flags.
|
/prebuilt/windows/sdl/host/include/SDL/ |
SDL_keyboard.h | 74 * If 'enable' is -1, the translation state is not changed. 75 * It returns the previous state of keyboard translation. 93 * Get a snapshot of the current state of the keyboard. 102 * Get the current key modifier state 107 * Set the current key modifier state 108 * This does not change the keyboard state, only the key modifier flags.
|
/prebuilt/windows/sdl/include/SDL/ |
SDL_keyboard.h | 70 * If 'enable' is -1, the translation state is not changed. 71 * It returns the previous state of keyboard translation. 90 * Get a snapshot of the current state of the keyboard. 99 * Get the current key modifier state 104 * Set the current key modifier state 105 * This does not change the keyboard state, only the key modifier flags.
|
/external/flac/libFLAC/ |
stream_decoder.c | 337 decoder->protected_->state = FLAC__STREAM_DECODER_UNINITIALIZED; 388 if(decoder->protected_->state != FLAC__STREAM_DECODER_UNINITIALIZED) 407 return decoder->protected_->state = FLAC__STREAM_DECODER_OGG_ERROR; 454 decoder->protected_->state = FLAC__STREAM_DECODER_MEMORY_ALLOCATION_ERROR; 477 /* above call sets the state for us */ 553 if(decoder->protected_->state != FLAC__STREAM_DECODER_UNINITIALIZED) 554 return decoder->protected_->state = FLAC__STREAM_DECODER_INIT_STATUS_ALREADY_INITIALIZED; 557 return decoder->protected_->state = FLAC__STREAM_DECODER_INIT_STATUS_INVALID_CALLBACKS; 627 if(decoder->protected_->state != FLAC__STREAM_DECODER_UNINITIALIZED) 628 return decoder->protected_->state = FLAC__STREAM_DECODER_INIT_STATUS_ALREADY_INITIALIZED [all...] |
/external/chromium/chrome/browser/ui/views/ |
wrench_menu.cc | 132 CustomButton::ButtonState state = local 134 CustomButton::BS_NORMAL : static_cast<CustomButton*>(view)->state(); 139 canvas->FillRectInt(background_color(state), 1, 1, w, h - 2); 140 canvas->FillRectInt(border_color(state), 2, 0, w, 1); 141 canvas->FillRectInt(border_color(state), 1, 1, 1, 1); 142 canvas->FillRectInt(border_color(state), 0, 2, 1, h - 4); 143 canvas->FillRectInt(border_color(state), 1, h - 2, 1, 1); 144 canvas->FillRectInt(border_color(state), 2, h - 1, w, 1); 148 canvas->FillRectInt(background_color(state), 1, 1, w - 2, h - 2); 149 SkColor left_color = state != CustomButton::BS_NORMAL [all...] |
/bionic/libc/kernel/common/linux/raid/ |
md_u.h | 61 int state; member in struct:mdu_array_info_s 78 int state; member in struct:mdu_disk_info_s 87 int state; member in struct:mdu_start_info_s
|