/dalvik/vm/jdwp/ |
JdwpEvent.h | 110 JdwpError dvmJdwpRegisterEvent(JdwpState* state, JdwpEvent* pEvent); 115 void dvmJdwpUnregisterEventById(JdwpState* state, u4 requestId); 120 void dvmJdwpUnregisterAll(JdwpState* state); 127 bool dvmJdwpSendRequest(JdwpState* state, ExpandBuf* pReq);
|
/development/ndk/platforms/android-3/arch-arm/include/asm/arch/ |
gpio-switch.h | 33 void (* notify)(void *data, int state);
|
/development/ndk/platforms/android-3/include/ |
sha1.h | 19 uint32_t state[5]; member in struct:__anon1133
|
/development/samples/Support4Demos/src/com/example/android/supportv4/accessibility/ |
_index.html | 10 the global accessibility state and AccessibilityManager to query information
|
/device/samsung/crespo/ |
init.herring.usb.rc | 16 setprop sys.usb.state $sys.usb.config 25 setprop sys.usb.state $sys.usb.config 34 setprop sys.usb.state $sys.usb.config 44 setprop sys.usb.state $sys.usb.config
|
/external/chromium/chrome/browser/ |
alternate_nav_url_fetcher.h | 34 enum State { 44 State state() const { return state_; } function in class:AlternateNavURLFetcher 81 State state_;
|
page_info_model.h | 43 // State is OK. 45 // For example, if state is OK but contains mixed content. 66 // The overall state of the connection (error, warning, ok). 110 // All possible icons that go next to the text descriptions to indicate state.
|
/external/chromium/chrome/browser/autofill/ |
autofill_common_test.cc | 38 const char* state, const char* zipcode, const char* country, 48 check_and_set(profile, ADDRESS_HOME_STATE, state); 59 const char* state, const char* zipcode, const char* country, 64 company, address1, address2, city, state, zipcode, country,
|
/external/chromium/chrome/browser/automation/ |
ui_controls.h | 72 // Used to indicate the state of the button when generating events. 81 bool SendMouseEvents(MouseButton type, int state); 82 bool SendMouseEventsNotifyWhenDone(MouseButton type, int state, Task* task); 97 int state,
|
/external/chromium/chrome/browser/net/websocket_experiment/ |
websocket_experiment_runner.cc | 186 State state = next_state_; local 190 switch (state) { 207 config_.ws_config[state - STATE_RUN_WS], &task_callback_)); 208 task_state_ = state; 209 if (static_cast<State>(state + 1) == NUM_STATES) 212 next_state_ = static_cast<State>(state + 1);
|
/external/chromium/chrome/browser/policy/ |
policy_notifier.cc | 29 void PolicyNotifier::Inform(PolicySubsystemState state, 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
|
/external/chromium/chrome/browser/sync/syncable/ |
directory_event.h | 11 // This kind of Event is emitted when the state of a Directory object changes
|
/external/chromium/chrome/browser/ui/cocoa/ |
clickhold_button_cell.mm | 95 } state = kContinueTrack; 107 state = kStopClickHold; 114 state = kStopClickHold; 118 state = kStopMouseUp; 123 state = kStopLeftRect; 129 state = kStopNoContinue; 133 } while (state == kContinueTrack); 140 switch (state) { 160 NOTREACHED() << "Unknown terminating state!";
|
view_resizer_pong.mm | 16 // Set the view's height and width, in case it uses that as important state.
|
/external/chromium/chrome/browser/ui/cocoa/wrench_menu/ |
wrench_menu_button_cell.h | 13 // the pressed state.
|
/external/chromium/chrome/browser/web_resource/ |
gpu_blacklist_updater.h | 29 // This is the version cached in local state that's automatically updated
|
/external/chromium/chrome/common/extensions/docs/examples/extensions/buildbot/ |
options.html | 12 // Make sure the checkbox checked state gets properly initialized from the
|
/external/chromium/chrome/common/ |
render_view_commands.h | 11 // the spell check menu commands in sync with the renderer state.
|
/external/chromium/net/http/ |
disk_cache_based_ssl_host_info.h | 40 enum State { 96 // WaitForDataReadyDone is the terminal state of the read operation. 99 // SetDone is the terminal state of the write operation. 107 State state_;
|
http_response_body_drainer.cc | 49 State state = next_state_; local 51 switch (state) { 60 NOTREACHED() << "bad state";
|
/external/chromium/net/proxy/ |
proxy_resolver_request_context.h | 14 // This data structure holds state related to an invocation of
|
/external/chromium/net/socket/ |
ssl_host_info.h | 63 struct State { 64 State(); 65 ~State(); 74 DISALLOW_COPY_AND_ASSIGN(State); 79 const State& state() const; 80 State* mutable_state(); 87 // |state().certs| is still being validated and arranges for the given 107 State state_;
|
ssl_server_socket_nss.h | 49 enum State { 106 // The NSS SSL state machine 109 // Buffers for the network end of the SSL state machine 126 State next_handshake_state_;
|
/external/chromium/third_party/libjingle/source/talk/xmpp/ |
asyncsocket.h | 41 enum State { 56 ERROR_WRONGSTATE, //!< Call made while socket is in the wrong state 63 virtual State state() = 0;
|
xmppclient.h | 88 sigslot::signal1<XmppEngine::State> SignalStateChange; 89 XmppEngine::State GetState(); 128 // Internal state management 133 int Process(int state) { 134 switch (state) { 137 default: return Task::Process(state); 141 std::string GetStateName(int state) const { 142 switch (state) { 145 default: return Task::GetStateName(state);
|