Searched defs:state (Results 1 - 25 of 1562) sorted by relevance

1234567891011>>

/external/zlib/src/
H A Dgzclose.c15 gz_statep state; local
19 state = (gz_statep)file;
21 return state->mode == GZ_READ ? gzclose_r(file) : gzclose_w(file);
/external/antlr/antlr-3.4/antlr3-maven-archetype/src/main/resources/archetype-resources/src/main/java/
H A DAbstractTLexer.java48 * @param state The shared state object, shared between all lexer comonents
50 public AbstractTLexer(CharStream input, RecognizerSharedState state) { argument
51 super(input,state);
H A DAbstractTParser.java35 * and the shared state.
41 * @param state The shared state object created by an interconnectd grammar
43 protected AbstractTParser(TokenStream input, RecognizerSharedState state) { argument
44 super(input, state);
/external/chromium/chrome/browser/ssl/
H A Dssl_host_state_unittest.cc95 SSLHostState state; local
97 EXPECT_FALSE(state.DidHostRunInsecureContent("www.google.com", 42));
98 EXPECT_FALSE(state.DidHostRunInsecureContent("www.google.com", 191));
99 EXPECT_FALSE(state.DidHostRunInsecureContent("example.com", 42));
101 state.HostRanInsecureContent("www.google.com", 42);
103 EXPECT_TRUE(state.DidHostRunInsecureContent("www.google.com", 42));
104 EXPECT_FALSE(state.DidHostRunInsecureContent("www.google.com", 191));
105 EXPECT_FALSE(state.DidHostRunInsecureContent("example.com", 42));
107 state.HostRanInsecureContent("example.com", 42);
109 EXPECT_TRUE(state
119 SSLHostState state; local
[all...]
/external/chromium/chrome/browser/ui/find_bar/
H A Dfind_bar_state.cc10 FindBarState* state = p->GetFindBarState(); local
11 string16 text = state->last_prepopulate_text();
15 state = p->GetOriginalProfile()->GetFindBarState();
16 text = state->last_prepopulate_text();
/external/e2fsprogs/lib/e2p/
H A Dps.c2 * ps.c - Print filesystem state
23 void print_fs_state (FILE * f, unsigned short state) argument
25 if (state & EXT2_VALID_FS)
29 if (state & EXT2_ERROR_FS)
/external/mesa3d/src/glsl/builtins/tools/
H A Dbuiltin_function.cpp37 struct _mesa_glsl_parse_state *state)
36 _mesa_glsl_initialize_functions(exec_list *instructions, struct _mesa_glsl_parse_state *state) argument
/external/v8/test/mjsunit/regress/
H A Dregress-1639-2.js32 function sendCommand(state, cmd) {
33 // Get the debug command processor in paused state.
34 var dcp = state.debugCommandProcessor(false);
39 var state = 0; variable
51 switch (state) {
53 state = 1;
/external/webkit/Source/WebCore/dom/
H A DNodeFilter.cpp32 short NodeFilter::acceptNode(ScriptState* state, Node* node) const argument
35 return m_condition ? m_condition->acceptNode(state, node) : static_cast<short>(FILTER_ACCEPT);
/external/jmdns/src/javax/jmdns/impl/tasks/state/
H A Dpackage-info.java1 package javax.jmdns.impl.tasks.state;
/external/srtp/crypto/include/
H A Daes_cbc.h18 v128_t state; /* cipher chaining state */ member in struct:__anon12493
/external/webkit/LayoutTests/http/tests/appcache/resources/
H A Dfail-on-update-2.php20 $state = getState($tmpFile); variable
30 } else if ($state == "Uninitialized") {
36 } else if ($state == "Deleted") {
H A Dfail-on-update.php20 $state = getState($tmpFile); variable
30 } else if ($state == "Uninitialized") {
35 } else if ($state == "Deleted") {
/external/webkit/Source/WebCore/platform/android/
H A DPlatformTouchPointAndroid.cpp33 PlatformTouchPoint::PlatformTouchPoint(unsigned id, const IntPoint& windowPos, State state) argument
35 , m_state(state)
/external/webkit/Source/WebCore/platform/brew/
H A DPlatformTouchPointBrew.cpp33 PlatformTouchPoint::PlatformTouchPoint(int id, const IntPoint& windowPos, State state) argument
35 , m_state(state)
/external/webkit/Source/WebCore/platform/efl/
H A DPlatformTouchPointEfl.cpp35 PlatformTouchPoint::PlatformTouchPoint(unsigned id, const IntPoint& windowPos, State state) argument
37 , m_state(state)
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Dsha1_i.h13 u32 state[5]; member in struct:SHA1Context
21 void SHA1Transform(u32 state[5], const unsigned char buffer[64]);
/external/wpa_supplicant_8/src/crypto/
H A Dsha1_i.h13 u32 state[5]; member in struct:SHA1Context
21 void SHA1Transform(u32 state[5], const unsigned char buffer[64]);
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Dsha1_i.h13 u32 state[5]; member in struct:SHA1Context
21 void SHA1Transform(u32 state[5], const unsigned char buffer[64]);
/external/chromium/chrome/browser/chromeos/frame/
H A Dpanel_browser_view.h49 virtual void OnPanelStateChanged(PanelController::State state) {} argument
/external/chromium/chrome/common/net/gaia/
H A Dgoogle_service_auth_error_unittest.cc21 void TestSimpleState(GoogleServiceAuthError::State state) { argument
22 GoogleServiceAuthError error(state);
26 EXPECT_TRUE(value->GetString("state", &state_str));
43 ExpectStringValue("NONE", *value, "state");
51 ExpectStringValue("CONNECTION_FAILED", *value, "state");
62 ExpectStringValue("CAPTCHA_REQUIRED", *value, "state");
/external/dropbear/libtomcrypt/src/mac/pmac/
H A Dpmac_done.c20 int pmac_done(pmac_state *state, unsigned char *out, unsigned long *outlen) argument
24 LTC_ARGCHK(state != NULL);
26 if ((err = cipher_is_valid(state->cipher_idx)) != CRYPT_OK) {
30 if ((state->buflen > (int)sizeof(state->block)) || (state->buflen < 0) ||
31 (state->block_len > (int)sizeof(state->block)) || (state->buflen > state
[all...]
/external/ppp/pppd/
H A Dsha1.h20 u_int32_t state[5]; member in struct:__anon10009
/external/v8/src/
H A Donce.cc43 AtomicWord state = Acquire_Load(once); local
45 if (state == ONCE_STATE_DONE) {
54 // First, try to change the state from UNINITIALIZED to EXECUTING_FUNCTION
56 state = Acquire_CompareAndSwap(
58 if (state == ONCE_STATE_UNINITIALIZED) {
66 while (state == ONCE_STATE_EXECUTING_FUNCTION) {
72 state = Acquire_Load(once);
/external/v8/test/mjsunit/
H A Ddebug-stepin-builtin.js34 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);

Completed in 3261 milliseconds

1234567891011>>