HomeSort by relevance Sort by last modified time
    Searched refs:state (Results 501 - 525 of 8554) sorted by null

<<21222324252627282930>>

  /external/chromium_org/chrome/browser/extensions/api/idle/
idle_api.h 25 void IdleStateCallback(IdleState state);
  /external/chromium_org/chrome/browser/ui/find_bar/
find_bar_state_factory.cc 20 FindBarState* state = GetForProfile(p); local
21 string16 text = state->last_prepopulate_text();
25 state = GetForProfile(p->GetOriginalProfile());
26 text = state->last_prepopulate_text();
  /external/chromium_org/content/common/
page_state_serialization.cc 457 const ExplodedFrameState& state, SerializeObject* obj, bool is_top) {
464 WriteString(state.url_string, obj);
465 WriteString(state.original_url_string, obj);
466 WriteString(state.target, obj);
467 WriteString(state.parent, obj);
468 WriteString(state.title, obj);
469 WriteString(state.alternate_title, obj);
470 WriteReal(state.visited_time, obj);
471 WriteInteger(state.scroll_offset.x(), obj);
472 WriteInteger(state.scroll_offset.y(), obj)
    [all...]
ssl_status_serialization.cc 24 bool DeserializeSecurityInfo(const std::string& state,
30 if (state.empty()) {
40 Pickle pickle(state.data(), static_cast<int>(state.size()));
  /external/chromium_org/content/public/renderer/
history_item_serialization.h 22 const PageState& state);
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objc/public/
RTCMediaSource.h 35 // The current state of the RTCMediaSource.
36 @property (nonatomic, assign, readonly)RTCSourceState state; variable
  /external/chromium_org/third_party/libxml/src/
dbgen.pl 28 $state = $states [($i / 100) % 50];
37 printf " <state>$state</state>\n";
dbgenattr.pl 28 $state = $states [($i / 100) % 50];
37 printf " state='$state'\n";
  /external/chromium_org/third_party/skia/src/animator/
SkDrawable.h 21 virtual bool doEvent(SkDisplayEvent::Kind , SkEventState* state );
  /external/chromium_org/ui/native_theme/
native_theme_base.h 26 State state,
30 State state,
43 State state) const;
49 State state,
56 State state,
    [all...]
  /external/dhcpcd/
configure.h 39 #define run_script(ifp) run_script_reason(ifp, (ifp)->state->reason);
  /external/dropbear/
cli-service.c 47 /* This just sets up the state variables right for the main client session loop
59 if (cli_ses.state == SERVICE_AUTH_REQ_SENT
63 cli_ses.state = SERVICE_AUTH_ACCEPT_RCVD;
70 if (cli_ses.state == SERVICE_CONN_REQ_SENT
78 cli_ses.state = SERVICE_CONN_ACCEPT_RCVD;
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/flyout/
PluginFlyoutPreferences.java 35 m_stateKey = prefix + ".flyout.state";
47 public void initializeDefaults(int location, int state, int width) {
49 m_store.setDefault(m_stateKey, state);
74 public void setState(int state) {
75 m_store.setValue(m_stateKey, state);
  /external/skia/src/animator/
SkDrawable.h 21 virtual bool doEvent(SkDisplayEvent::Kind , SkEventState* state );
  /external/smack/src/org/jivesoftware/smackx/
ChatStateListener.java 27 * Events for when the state of a user in a chat changes.
34 * Fired when the state of a chat with another user changes.
36 * @param chat the chat in which the state has changed.
37 * @param state the new state of the participant.
39 void stateChanged(Chat chat, ChatState state);
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
filterbank_internal.h 24 * state: Input/output, filter state, in Q4.
29 int32_t *state);
  /external/zlib/src/contrib/masmx64/
inffas8664.c 53 state->mode == LEN
57 state->bits < 8
59 On return, state->mode is one of:
102 /*116 72 */ unsigned status; /* set when state chng*/
110 struct inflate_state FAR *state; local
124 /* copy state to local variables */
125 state = (struct inflate_state FAR *)strm->state;
132 ar.wsize = state->wsize;
133 ar.write = state->wnext;
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
lsp_avg.h 118 lsp_avgState *state
123 lsp_avgState *st, /* i/o : State struct Q15 */
  /frameworks/base/core/java/android/os/storage/
OnObbStateChangeListener.java 80 * @param path path to the OBB file the state change has happened on
81 * @param state the current state of the OBB
83 public void onObbStateChange(String path, int state) {
  /frameworks/base/core/tests/coretests/src/android/util/
StateSetTest.java 39 // Add another state to the spec which the stateSet doesn't match
45 // Add an irrelevent state to the stateSpec
63 // Add another matching state to the the stateSet. We still fail
80 // Add another arrelevent state to the stateSet
86 // Add another state to the spec which the stateSet doesn't match
89 // Add an irrelevent state to the stateSet
124 int state; local
127 state = 1;
128 assertTrue(StateSet.stateSetMatches(stateSpec, state));
130 state = 2
140 int state; local
156 int state = 0; local
    [all...]
  /frameworks/rs/driver/runtime/
rs_element.c 14 return element->mHal.state.fieldsCount;
20 if (element == NULL || index >= element->mHal.state.fieldsCount) {
24 rs_element returnElem = {element->mHal.state.fields[index]};
31 if (element == NULL || index >= element->mHal.state.fieldsCount) {
34 return element->mHal.state.fieldNameLengths[index];
40 if (element == NULL || index >= element->mHal.state.fieldsCount ||
45 uint32_t numToCopy = element->mHal.state.fieldNameLengths[index];
52 const char *nameSource = element->mHal.state.fieldNames[index];
62 if (element == NULL || index >= element->mHal.state.fieldsCount) {
65 return element->mHal.state.fieldArraySizes[index]
    [all...]
  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
hc_domimplementationfeaturenoversion.java 66 boolean state;
71 state = domImpl.hasFeature("HTML", "");
73 state = domImpl.hasFeature("XML", "");
76 assertTrue("hasFeatureBlank", state);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locales/locale.convenience/conversions/conversions.buffer/
state.pass.cpp 14 // state_type state() const;
26 std::mbstate_t s = b.state();
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locales/locale.convenience/conversions/conversions.string/
state.pass.cpp 14 // state_type state() const;
24 std::mbstate_t s = myconv.state();
  /packages/apps/Settings/src/com/android/settings/wifi/
Summary.java 25 static String get(Context context, String ssid, DetailedState state) {
28 int index = state.ordinal();
36 static String get(Context context, DetailedState state) {
37 return get(context, null, state);

Completed in 3480 milliseconds

<<21222324252627282930>>