/external/kernel-headers/original/linux/raid/ |
md_u.h | 71 * Generic state information 74 int state; /* 1 State bits (clean, ...) */ member in struct:mdu_array_info_s 96 int state; member in struct:mdu_disk_info_s 107 int state; member in struct:mdu_start_info_s
|
/external/webkit/LayoutTests/dom/html/level1/core/ |
hc_domimplementationfeaturexml.js | 93 var state; 107 state = domImpl.hasFeature("html","1.0"); 108 assertTrue("supports_html_1.0",state); 113 state = domImpl.hasFeature("xml","1.0"); 114 assertTrue("supports_xml_1.0",state);
|
/external/webkit/LayoutTests/dom/xhtml/level1/core/ |
hc_domimplementationfeaturexml.js | 93 var state; 107 state = domImpl.hasFeature("html","1.0"); 108 assertTrue("supports_html_1.0",state); 113 state = domImpl.hasFeature("xml","1.0"); 114 assertTrue("supports_xml_1.0",state);
|
/external/webkit/Source/WebCore/platform/win/ |
ScrollbarThemeWin.cpp | 36 // Generic state constants 232 int state; local 234 state = TS_DISABLED; 237 state = (scrollbar->pressedPart() == scrollbar->hoveredPart() ? TS_ACTIVE : TS_HOVER); 239 state = TS_NORMAL; 243 alphaBlend = IsThemeBackgroundPartiallyTransparent(scrollbarTheme, part, state); 249 DrawThemeBackground(scrollbarTheme, windowsContext.hdc(), part, state, &themeRect, 0); 337 int state; local 339 state = TS_DISABLED; 341 state = TS_ACTIVE; // Thumb always stays active once pressed 355 int state; local [all...] |
/external/webkit/Source/WebKit/efl/DefaultTheme/widget/progressbar/ |
progressbar.edc | 51 state: "default" 0.0; 61 state: "default" 0.0; 65 state: "hidden" 0.0; 76 state: "default" 0.0; 98 state: "default" 0.0;
|
/external/webkit/Source/WebKit/efl/DefaultTheme/widget/search/cancel/ |
search_cancel.edc | 57 state: "default" 0.0; 66 state: "disabled" 0.0; 71 state: "hovered" 0.0; 75 state: "focused" 0.0; 79 state: "pressed" 0.0;
|
/external/webkit/Source/WebKit/efl/DefaultTheme/widget/search/decoration/ |
search_decoration.edc | 57 state: "default" 0.0; 67 state: "disabled" 0.0; 72 state: "hovered" 0.0; 76 state: "focused" 0.0; 80 state: "pressed" 0.0;
|
/external/webkit/Tools/Scripts/webkitpy/tool/steps/ |
closebugforlanddiff.py | 42 def run(self, state): 43 comment_text = bug_comment_from_commit_text(self._tool.scm(), state["commit_text"]) 44 bug_id = state.get("bug_id") 45 if not bug_id and state.get("patch"): 46 bug_id = state.get("patch").bug_id()
|
promptforbugortitle.py | 33 def run(self, state): 35 if state.get("bug_id"): 41 state["bug_id"] = int(user_response) 43 state["bug_title"] = user_response 45 state["bug_description"] = user_response
|
/frameworks/base/core/java/android/bluetooth/ |
BluetoothHealthCallback.java | 30 * Callback to inform change in registration state of the health 48 * Callback to inform change in channel state. 55 * @param prevState The previous state of the channel 56 * @param newState The new state of the channel. 57 * @param fd The Parcel File Descriptor when the channel state is connected.
|
/frameworks/base/core/tests/coretests/src/com/android/internal/util/ |
StateMachineTest.java | 25 import com.android.internal.util.State; 51 * Tests that we can quit the state machine. 61 // Setup state machine with 1 state 64 // Set the initial state 68 class S1 extends State { 160 // Setup state machine with 1 state 166 // Set the initial state 170 class S1 extends State { [all...] |
/frameworks/base/media/libstagefright/foundation/ |
AHierarchicalStateMachine.cpp | 66 LOGW("Warning message %s unhandled in root state.", 70 void AHierarchicalStateMachine::changeState(const sp<AState> &state) { 71 if (state == mState) { 87 cur = state; 102 mState = state;
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/raid/ |
md_u.h | 71 * Generic state information 74 int state; /* 1 State bits (clean, ...) */ member in struct:mdu_array_info_s 96 int state; member in struct:mdu_disk_info_s 107 int state; member in struct:mdu_start_info_s
|
/external/openssl/crypto/comp/ |
c_zlib.c | 142 struct zlib_state *state = local 145 if (state == NULL) 148 state->istream.zalloc = zlib_zalloc; 149 state->istream.zfree = zlib_zfree; 150 state->istream.opaque = Z_NULL; 151 state->istream.next_in = Z_NULL; 152 state->istream.next_out = Z_NULL; 153 state->istream.avail_in = 0; 154 state->istream.avail_out = 0; 155 err = inflateInit_(&state->istream 182 struct zlib_state *state = local 195 struct zlib_state *state = local 223 struct zlib_state *state = local [all...] |
/frameworks/base/media/libstagefright/codecs/amrnb/dec/src/ |
ph_disp.cpp | 52 product of state->prevCbGain and ONFACTPLUS1 in the ph_disp 133 state = pointer to a structure of type ph_dispState 136 Structure pointed to by state is initialized to zeros 165 int ph_disp_reset (ph_dispState *state) 169 if (state == (ph_dispState *) NULL){ 175 state->gainMem[i] = 0; 177 state->prevState = 0; 178 state->prevCbGain = 0; 179 state->lockFull = 0; 180 state->onset = 0; // assume no onset in star [all...] |
/dalvik/hit/src/com/android/hit/ |
ClassInstance.java | 40 public void resolveReferences(State state) { 43 resolve(state, isa, isa.mStaticFieldTypes, isa.mStaticFieldValues); 44 resolve(state, isa, isa.mFieldTypes, mFieldValues); 47 private void resolve(State state, ClassObj isa, int[] types, 71 Instance instance = state.findReference(id); 106 State state = mHeap.mState; local 107 ClassObj isa = state.findClass(mClassId) [all...] |
/development/samples/RandomMusicPlayer/src/com/example/android/musicplayer/ |
MusicService.java | 83 // indicates the state our service: 84 enum State { 89 // paused in this state if we don't have audio focus. But we stay in this state 94 State mState = State.Retrieving; 109 // why did we pause? (only relevant if mState == State.Paused) 227 if (mState == State.Paused || mState == State.Stopped) { 235 if (mState == State.Retrieving) [all...] |
/external/bison/lib/ |
strverscmp.c | 66 int state; local 73 /* state x d 0 - */ 82 /* state x/x x/d x/0 x/- d/x d/d d/0 d/- 101 state = S_N | ((c1 == '0') + (ISDIGIT (c1) != 0)); 105 state = next_state[state]; 108 state |= (c1 == '0') + (ISDIGIT (c1) != 0); 111 state = result_type[state << 2 | ((c2 == '0') + (ISDIGIT (c2) != 0))]; 113 switch (state) [all...] |
/external/blktrace/ |
strverscmp.c | 94 int state;
local 101 /* state x d 0 - */
110 /* state x/x x/d x/0 x/- d/x d/d d/0 d/-
129 state = S_N | ((c1 == '0') + (isdigit (c1) != 0));
133 state = next_state[state];
136 state |= (c1 == '0') + (isdigit (c1) != 0);
139 state = result_type[state << 2 | (((c2 == '0') + (isdigit (c2) != 0)))];
141 switch (state)
[all...] |
/external/chromium/chrome/browser/ui/cocoa/ |
status_bubble_mac.h | 66 // that state changes can be observed by unit tests. 67 void SetState(StatusBubbleState state); 88 // of |show|. This must be called from the appropriate fade state, 90 // fully-shown/hidden state, kBubbleShown or kBubbleHidden. This may be 99 // reset. CancelTimer may be called from any state. 105 // called from any state, and will take the appropriate action to initiate 106 // any state changes that may be needed. 138 // The status bubble's current state. Do not write to this field directly; 148 // expanded state and encounters a new URL, change size immediately, 168 // Called from SetState to notify the delegate of state changes [all...] |
/external/clang/lib/StaticAnalyzer/Checkers/ |
VLASizeChecker.cpp | 52 const ProgramState *state = C.getState(); local 53 SVal sizeV = state->getSVal(SE); 82 llvm::tie(stateNotZero, stateZero) = state->assume(sizeD); 99 state = stateNotZero; 116 SVal ArraySizeVal = svalBuilder.evalBinOpNN(state, BO_Mul, ArrayLength, 122 state->getRegion(VD, LC)->getExtent(svalBuilder); 125 svalBuilder.evalEQ(state, Extent, ArraySize); 126 state = state->assume(sizeIsKnown, true); 129 assert(state); [all...] |
/external/hyphenation/ |
README.hyphen | 67 The algorithm works as a slightly modified finite state machine. 69 input (which work just like your regular finite state machine), and 73 tables - i.e. it behaves the same as a completely vanilla state 77 Each state is represented by a string. Thus, if the current state 78 is "am" and the next letter is "p", then the next state is "amp". 85 Each state is also associated with a (possibly null) "match" 88 is a right-justified substring of the state "amp", so it's numbers get 93 Because each state transition either consumes one input character 94 or shortens the state string by one character, the total number o [all...] |
/external/kernel-headers/original/linux/ |
pm.h | 90 unsigned long state; member in struct:pm_dev 123 int (*valid)(suspend_state_t state); 124 int (*prepare)(suspend_state_t state); 125 int (*enter)(suspend_state_t state); 126 int (*finish)(suspend_state_t state); 131 extern int pm_suspend(suspend_state_t state); 185 extern int device_power_down(pm_message_t state); 192 extern int device_suspend(pm_message_t state); 210 static inline int device_suspend(pm_message_t state) 218 static inline int dpm_runtime_suspend(struct device * dev, pm_message_t state) [all...] |
/external/qemu/proxy/ |
proxy_http_connector.c | 34 ConnectorState state; member in struct:Connection 64 conn->state = STATE_SEND_HEADER; 69 conn->state = STATE_CONNECTING; 88 switch (conn->state) { 116 switch (conn->state) 120 conn->state = STATE_SEND_HEADER; 126 conn->state = STATE_RECEIVE_ANSWER_LINE1; 135 if (conn->state == STATE_RECEIVE_ANSWER_LINE1) { 154 conn->state = STATE_RECEIVE_ANSWER_LINE2; 165 PROXY_LOG("%s: invalid state for read event: %d", root->name, conn->state) [all...] |
/external/webkit/Source/WebCore/platform/text/qt/ |
TextCodecQt.cpp | 129 QTextCodec::ConverterState state; local 130 state.flags = QTextCodec::ConversionFlags(QTextCodec::ConvertInvalidToNull | QTextCodec::IgnoreHeader); 135 QByteArray ba = m_codec->fromUnicode(reinterpret_cast<const QChar*>(characters), length, &state); 140 if (state.invalidChars) { 141 state.invalidChars = 0; 142 state.remainingChars = 0; 146 QByteArray tba = m_codec->fromUnicode(reinterpret_cast<const QChar*>(characters), ++len, &state); 147 if (state.remainingChars) 149 if (state.invalidChars) { 153 state.invalidChars = 0 [all...] |