Searched defs:state (Results 51 - 75 of 1540) sorted by relevance

1234567891011>>

/external/skia/src/utils/
H A DSkMD5.h16 //SK_MD5_CLEAR_DATA causes all intermediate state to be overwritten with 0's.
46 // state (ABCD)
47 uint32_t state[4]; member in class:SkMD5
H A DSkSHA1.h16 //SK_SHA1_CLEAR_DATA causes all intermediate state to be overwritten with 0's.
46 // state (ABCDE)
47 uint32_t state[5]; member in class:SkSHA1
/external/smali/smali/src/main/java/org/jf/smali/
H A DLexerErrorInterface.java44 public ANTLRLexerWithErrorInterface(CharStream input, RecognizerSharedState state) { argument
45 super(input, state);
/external/srtp/crypto/include/
H A Dprng.h24 v128_t state; /* state data */ member in struct:__anon13570
43 aes_icm_ctx_t state; /* state data */ member in struct:__anon13571
/external/v8/test/mjsunit/
H A Ddebug-stepin-call-function-stub.js33 var state = 0; variable
45 if (state == 0) {
48 state = 2;
49 } else if (state == 2) {
53 state = 3;
86 state = 0;
94 assertEquals(3, state);
102 state = 0;
110 assertEquals(3, state);
H A Ddebug-stepout-to-builtin.js34 var state = 1; variable
44 if (state == 1) {
46 state = 2;
47 } else if (state == 2) {
51 state = 3;
78 state = 1;
81 assertEquals(3, state);
/external/webkit/Source/WebCore/bindings/generic/
H A DGenericBinding.h43 // Class to represent execution state for each language binding.
47 // Common notion of execution state for language bindings.
54 KURL completeURL(State<Binding>* state, const String& relativeURL) argument
58 Frame* frame = state->firstFrame();
/external/webkit/Source/WebCore/dom/
H A DPopStateEvent.h49 SerializedScriptValue* state() const { return m_stateObject.get(); } function in class:WebCore::PopStateEvent
H A DTraversal.cpp41 short Traversal::acceptNode(ScriptState* state, Node* node) const argument
51 return m_filter->acceptNode(state, node);
/external/webkit/Source/WebKit/efl/ewk/
H A Dewk_main.cpp185 struct stat state; local
187 if (stat(home.utf8().data(), &state) == -1) {
/external/jmonkeyengine/engine/src/core/com/jme3/app/state/
H A DAppStateManager.java33 package com.jme3.app.state;
45 * {@link AppState#stateAttached(com.jme3.app.state.AppStateManager) } and
46 * {@link AppState#stateDetached(com.jme3.app.state.AppStateManager) } methods
51 * <li>stateAttached() : called when the state is attached on the thread on which
52 * the state was attached.
55 * <li>stateDetached() : called when the state is attached on the thread on which
56 * the state was detached. This is not necessarily on the
60 * after the state has been detached or when the application is
117 * Attach a state to the AppStateManager, the same state canno
124 attach(AppState state) argument
143 detach(AppState state) argument
168 hasState(AppState state) argument
[all...]
/external/antlr/antlr-3.4/runtime/C/src/
H A Dantlr3parser.c44 antlr3ParserNewStreamDbg (ANTLR3_UINT32 sizeHint, pANTLR3_TOKEN_STREAM tstream, pANTLR3_DEBUG_EVENT_LISTENER dbg, pANTLR3_RECOGNIZER_SHARED_STATE state) argument
48 parser = antlr3ParserNewStream(sizeHint, tstream, state);
61 antlr3ParserNew (ANTLR3_UINT32 sizeHint, pANTLR3_RECOGNIZER_SHARED_STATE state) argument
76 parser->rec = antlr3BaseRecognizerNew(ANTLR3_TYPE_PARSER, sizeHint, state);
102 antlr3ParserNewStream (ANTLR3_UINT32 sizeHint, pANTLR3_TOKEN_STREAM tstream, pANTLR3_RECOGNIZER_SHARED_STATE state) argument
106 parser = antlr3ParserNew(sizeHint, state);
127 // state may already have been freed (and set to NULL therefore)
128 // so we ignore the state if we don't have it.
130 if (parser->rec->state != NULL)
132 if (parser->rec->state
[all...]
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
H A DNFA.java57 public void addState(NFAState state) { argument
58 grammar.composite.addState(state);
/external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/
H A DMyGuard.java29 public MyGuard(boolean state) { argument
30 enabled = state;
/external/bluetooth/bluedroid/btif/co/
H A Dbta_ag_co.c66 ** state - Audio state
75 void bta_ag_co_audio_state(UINT16 handle, UINT8 app_id, UINT8 state) argument
77 BTIF_TRACE_DEBUG2("bta_ag_co_audio_state: handle %d, state %d", handle, state);
/external/bluetooth/bluedroid/btif/src/
H A Dbtif_sm.c24 * Description: Generic BTIF state machine API
43 btif_sm_state_t state; member in struct:__anon989
67 ** Description Initializes the state machine with the state handlers
72 ** Returns Returns a pointer to the initialized state machine handle.
87 p_cb->state = initial_state;
90 /* Send BTIF_SM_ENTER_EVT to the initial state */
100 ** Description Tears down the state machine
121 ** Description Fetches the current state of the state machin
182 btif_sm_change_state(btif_sm_handle_t handle, btif_sm_state_t state) argument
[all...]
/external/ceres-solver/internal/ceres/
H A Drandom.h41 inline void SetRandomState(int state) { argument
42 srand(state);
/external/chromium/chrome/browser/
H A Dalternate_nav_url_fetcher.h44 State state() const { return state_; } function in class:AlternateNavURLFetcher
H A Dfullscreen_win.cc24 QUERY_USER_NOTIFICATION_STATE* state);
39 QUERY_USER_NOTIFICATION_STATE state; local
40 if (FAILED((*query_user_notification_state_ptr)(&state)))
42 return state == QUNS_RUNNING_D3D_FULL_SCREEN ||
43 state == QUNS_PRESENTATION_MODE;
H A Dtransport_security_persister.cc25 net::TransportSecurityState* state, const FilePath& profile_path) {
27 transport_security_state_ = state;
30 state->SetDelegate(this);
40 std::string state; local
41 if (!file_util::ReadFileToString(state_file_, &state))
47 state));
50 void TransportSecurityPersister::CompleteLoad(const std::string& state) { argument
54 if (!transport_security_state_->LoadEntries(state, &dirty)) {
55 LOG(ERROR) << "Failed to deserialize state: " << state;
24 Initialize( net::TransportSecurityState* state, const FilePath& profile_path) argument
62 StateIsDirty( net::TransportSecurityState* state) argument
81 std::string state; local
91 CompleteSave(const std::string& state) argument
[all...]
/external/chromium/chrome/browser/chromeos/
H A Dnetwork_state_notifier.h28 State state() const { function in class:chromeos::NetworkStateDetails
35 explicit NetworkStateDetails(State state) argument
36 : state_(state) {
44 // NetworkStateNotifier sends notification when network state has
50 // Returns the singleton instance of the network state notifier;
68 // Retrieve the current state from libcros.
74 // Update the current state and sends notification to observers.
81 // The current network state.
/external/chromium/chrome/browser/download/
H A Ddownload_request_infobar_delegate_unittest.cc73 MockTabDownloadState state; local
74 state.infobar()->Accept();
75 EXPECT_TRUE(state.accepted());
79 MockTabDownloadState state; local
80 state.infobar()->Cancel();
81 EXPECT_FALSE(state.accepted());
85 MockTabDownloadState state; local
86 state.close_infobar();
87 EXPECT_FALSE(state.accepted());
/external/chromium/chrome/browser/history/
H A Ddownload_create_info.cc17 int32 state,
26 state(state),
43 state(-1),
12 DownloadCreateInfo(const FilePath& path, const GURL& url, base::Time start_time, int64 received_bytes, int64 total_bytes, int32 state, int32 download_id, bool has_user_gesture) argument
/external/chromium/chrome/browser/metrics/
H A Dmetrics_response.cc27 SAXState* state = static_cast<SAXState*>(user_data);
32 state->interval = atoi(Char(attrs[i + 1]));
39 state->events = atoi(Char(attrs[i + 1]));
48 state->collectors |= MetricsResponse::COLLECTOR_DOCUMENT;
50 state->collectors |= MetricsResponse::COLLECTOR_PROFILE;
52 state->collectors |= MetricsResponse::COLLECTOR_WINDOW;
54 state->collectors |= MetricsResponse::COLLECTOR_UI;
72 SAXState state = {0}; local
74 valid_ = !xmlSAXUserParseMemory(&handler, &state,
78 collectors_ = state
[all...]
/external/chromium/chrome/browser/policy/
H A Dpolicy_notifier.cc29 void PolicyNotifier::Inform(PolicySubsystemState state, argument
32 component_states_[source] = state;
42 // Compute overall state. General idea: If any component knows we're
43 // unmanaged, set that as global state. Otherwise, ask components in the

Completed in 3165 milliseconds

1234567891011>>