HomeSort by relevance Sort by last modified time
    Searched full:setstate (Results 176 - 200 of 773) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/zlib/src/contrib/iostream3/
zfstream.cc 402 this->setstate(std::ios_base::failbit);
413 this->setstate(std::ios_base::failbit);
423 this->setstate(std::ios_base::failbit);
457 this->setstate(std::ios_base::failbit);
468 this->setstate(std::ios_base::failbit);
478 this->setstate(std::ios_base::failbit);
  /packages/apps/Contacts/src/com/android/contacts/editor/
RawContactEditorView.java 57 * {@link #setState(RawContactDelta, AccountType, ViewIdGenerator)}.
184 // onRestoreInstanceState is called after setState. So at the point
203 public void setState(RawContactDelta state, AccountType type, ViewIdGenerator vig,
295 mGroupMembershipView.setState(state);
303 section.setState(kind, state, false, vig);
334 section.setState(kind, state, false, vig);
  /external/chromium_org/chrome/browser/ui/cocoa/
status_bubble_mac.h 72 void SetState(StatusBubbleState state);
159 // use SetState().
188 // Called from SetState to notify the delegate of state changes.
  /external/chromium_org/chrome/browser/ui/views/toolbar/
toolbar_button.cc 124 SetState(STATE_NORMAL);
200 SetState(STATE_PRESSED);
240 SetState(STATE_NORMAL);
  /frameworks/base/core/java/com/android/internal/widget/
ActionBarContainer.java 151 mBackground.setState(getDrawableState());
154 mStackedBackground.setState(getDrawableState());
157 mSplitBackground.setState(getDrawableState());
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
ActionBarContainer.java 143 mBackground.setState(getDrawableState());
146 mStackedBackground.setState(getDrawableState());
149 mSplitBackground.setState(getDrawableState());
  /cts/tests/tests/telephony/src/android/telephony/cts/
ServiceStateTest.java 40 serviceState.setState(ServiceState.STATE_IN_SERVICE);
  /development/samples/LunarLander/src/com/example/android/lunarlander/
LunarView.java 309 setState(STATE_RUNNING);
318 if (mMode == STATE_RUNNING) setState(STATE_PAUSE);
331 setState(STATE_PAUSE);
449 * @see #setState(int, CharSequence)
452 public void setState(int mode) {
454 setState(mode, null);
465 public void setState(int mode, CharSequence message) {
537 setState(STATE_RUNNING);
785 setState(result, message);
    [all...]
  /development/samples/Support7Demos/src/com/example/android/supportv7/media/
PlaylistItem.java 54 public void setState(int state) {
  /external/chromium/chrome/browser/sync/notifier/
invalidation_notifier.h 48 virtual void SetState(const std::string& state) OVERRIDE;
invalidation_notifier_unittest.cc 69 invalidation_notifier_->SetState("fake_state");
  /external/chromium_org/chrome/browser/ui/cocoa/download/
download_item_controller.mm 87 - (void)setState:(DownoadItemState)state;
145 [self setState:kDangerous];
275 [self setState:kNormal];
286 - (void)setState:(DownoadItemState)state {
  /external/chromium_org/chrome/browser/ui/cocoa/infobars/
infobar_utilities.mm 81 [item setState:NSOnState];
  /external/chromium_org/chrome/browser/ui/search/
search_model.cc 34 void SearchModel::SetState(const State& new_state) {
  /external/chromium_org/remoting/jingle_glue/
xmpp_signal_strategy.h 92 void SetState(State new_state);
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLImportLoader.h 88 void setState(State);
  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLViewSourceParser.cpp 40 m_tokenizer->setState(HTMLTokenizer::PLAINTEXTState);
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/src/org/webrtc/
MediaStreamTrack.java 63 public boolean setState(State newState) {
  /external/chromium_org/third_party/libjingle/source/talk/base/
httpserver_unittest.cc 62 client->SetState(SS_OPEN);
  /external/chromium_org/third_party/skia/src/pdf/
SkPDFStream.h 81 void setState(State state) {
  /external/chromium_org/ui/views/controls/scrollbar/
base_scroll_bar_thumb.h 61 void SetState(CustomButton::ButtonState state);
  /external/openfst/src/include/fst/
accumulator.h 54 void SetState(StateId) {}
93 void SetState(StateId) {}
187 void SetState(StateId s) {
192 FSTERROR() << "FastLogAccumulator::SetState: invalid state id.";
467 void SetState(StateId s, int depth = 0) {
478 FSTERROR() << "CacheLogAccumulator::SetState: incorrectly initialized.";
694 void SetState(StateId s) {
696 FSTERROR() << "ReplaceAccumulator::SetState: incorrectly initialized.";
702 data_->GetAccumulator(fst_id_)->SetState(tuple.fst_state);
matcher-fst.h 227 void SetState(StateId s) { matcher_->SetState(s); }
268 void SetState(StateId s) { matcher_->SetState(s); }
  /external/skia/src/pdf/
SkPDFStream.h 81 void setState(State state) {
  /frameworks/av/media/libstagefright/foundation/
AHierarchicalStateMachine.cpp 60 // have called setState...

Completed in 1615 milliseconds

1 2 3 4 5 6 78 91011>>