/external/webkit/Source/WebCore/manual-tests/wml/ |
card-newcontext-attr.wml | 6 <p>This is the first card, Click "Go" to enter card two.<br/>Because newcontext of card two is true, the history state will be clean, and the variable "$var1" won't be replaced</p> 16 <p>Because newcontext of this card is true, the history state will be clean, and the variable "$var1" won't be replaced</p>
|
/external/webkit/Source/WebKit/efl/DefaultTheme/widget/check/ |
check.edc | 73 state: "default" 0.0; 81 state: "enabled_checked" 0.0; 88 state: "disabled_checked" 0.0; 93 state: "disabled" 0.0; 98 state: "hovered_checked" 0.0; 105 state: "hovered" 0.0; 112 state: "focus_checked" 0.0; 119 state: "focused" 0.0;
|
/external/webkit/Source/WebKit/efl/DefaultTheme/widget/radio/ |
radio.edc | 72 state: "default" 0.0; 80 state: "enabled_checked" 0.0; 87 state: "disabled_checked" 0.0; 92 state: "disabled" 0.0; 97 state: "hovered_checked" 0.0; 104 state: "hovered" 0.0; 111 state: "focus_checked" 0.0; 118 state: "focused" 0.0;
|
/external/webkit/Tools/DumpRenderTree/chromium/ |
WebThemeEngineDRTWin.cpp | 61 WebThemeControlDRTWin::State cstate) 70 WebThemeControlDRTWin::State cstate, 81 WebThemeControlDRTWin::State cstate, 93 int state, 98 WebThemeControlDRTWin::State cstate = WebThemeControlDRTWin::UnknownState; 101 switch (state) { 151 // Classic theme can't represent mixed state checkbox. We assume 181 switch (state) { 235 switch (state) { 280 int state, [all...] |
WebThemeEngineDRTWin.h | 60 WebKit::WebCanvas*, int part, int state, int classicState, 64 WebKit::WebCanvas*, int part, int state, int classicState, 68 WebKit::WebCanvas*, int state, int classicState, 72 WebKit::WebCanvas*, int part, int state, int classicState, 76 WebKit::WebCanvas*, int part, int state, int classicState, 80 WebKit::WebCanvas*, int part, int state, int classicState, 84 WebKit::WebCanvas*, int part, int state, int classicState, 89 WebKit::WebCanvas*, int part, int state, int classicState,
|
/external/webrtc/src/common_audio/vad/main/source/ |
vad_filterbank.h | 30 * - filter_state : Current state of the filter 34 * - filter_state : Updated state of the filter 54 * - filter_state : Current state of the filter (Q(-1)) 58 * - filter_state : Updated state of the filter (Q(-1)) 75 * - upper_state : Current state of the upper filter 76 * - lower_state : Current state of the lower filter 82 * - upper_state : Updated state of the upper filter 83 * - lower_state : Updated state of the lower filter
|
/external/wpa_supplicant_6/wpa_supplicant/src/eap_server/ |
eap_identity.c | 22 enum { CONTINUE, SUCCESS, FAILURE } state; member in struct:eap_identity_data 34 data->state = CONTINUE; 78 data->state = FAILURE; 116 data->state = FAILURE; 133 data->state = FAILURE; 137 data->state = SUCCESS; 145 return data->state != CONTINUE; 152 return data->state == SUCCESS;
|
/external/wpa_supplicant_8/src/crypto/ |
sha1_i.h | 19 u32 state[5]; member in struct:SHA1Context 27 void SHA1Transform(u32 state[5], const unsigned char buffer[64]);
|
/external/wpa_supplicant_8/src/eap_server/ |
eap_server_identity.c | 22 enum { CONTINUE, SUCCESS, FAILURE } state; member in struct:eap_identity_data 34 data->state = CONTINUE; 78 data->state = FAILURE; 116 data->state = FAILURE; 133 data->state = FAILURE; 137 data->state = SUCCESS; 145 return data->state != CONTINUE; 152 return data->state == SUCCESS;
|
/frameworks/base/core/java/com/android/internal/content/ |
SelectionBuilder.java | 38 * Reset any internal state, allowing this builder to be recycled. 47 * Append the given selection clause to the internal state. Each clause is 78 * Return selection string for current internal state. 87 * Return selection arguments for current internal state. 96 * Execute query using the current internal state as {@code WHERE} clause. 104 * Execute query using the current internal state as {@code WHERE} clause. 113 * Execute update using the current internal state as {@code WHERE} clause. 120 * Execute delete using the current internal state as {@code WHERE} clause.
|
/frameworks/base/core/java/com/android/internal/view/ |
IInputMethodClient.aidl | 23 * itself and receive information about changes to the global manager state. 26 void setUsingInputMethod(boolean state);
|
/frameworks/base/services/jni/ |
com_android_server_LightsService.cpp | 110 light_state_t state; local 116 memset(&state, 0, sizeof(light_state_t)); 117 state.color = colorARGB; 118 state.flashMode = flashMode; 119 state.flashOnMS = onMS; 120 state.flashOffMS = offMS; 121 state.brightnessMode = brightnessMode; 123 devices->lights[light]->set_light(devices->lights[light], &state);
|
/libcore/luni/src/main/java/java/util/concurrent/ |
BrokenBarrierException.java | 11 * in a broken state, or which enters the broken state while the thread
|
/packages/apps/Mms/src/com/android/mms/transaction/ |
Observer.java | 21 * An interface for observing the state of a Transaction. 26 * Update the state of the observable.
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/gconv/ |
EUC-KR.so | |
GBGBK.so | |
ISO8859-1.so | |
ISO_11548-1.so | |
ISO_2033.so | |
ISO_5428.so | |
TSCII.so | |
UNICODE.so | |
UTF-16.so | |
UTF-32.so | |
/external/elfutils/src/ |
ld.h | 280 #define LIB_EXTENSION(state) \ 281 DL_CALL_FCT ((state)->callbacks.lib_extensions, (state)) 287 state of the linker which among other information contain the 291 #define FILE_PROCESS(fd, file, state, nextp) \ 292 DL_CALL_FCT ((state)->callbacks.file_process, (fd, file, state, nextp)) 296 #define FILE_CLOSE(file, state) \ 297 DL_CALL_FCT ((state)->callbacks.file_close, (file, state)) [all...] |