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

1 2 3 4 5 6 78 91011>>

  /development/samples/BluetoothChat/src/com/example/android/BluetoothChat/
BluetoothChatService.java 85 private synchronized void setState(int state) {
86 if (D) Log.d(TAG, "setState() " + mState + " -> " + state);
111 setState(STATE_LISTEN);
143 setState(STATE_CONNECTING);
182 setState(STATE_CONNECTED);
210 setState(STATE_NONE);
  /external/chromium_org/chrome/browser/download/
download_history.cc 75 void SetState(PersistenceState s) { state_ = s; }
275 data->SetState(DownloadHistoryData::PERSISTING);
319 data->SetState(DownloadHistoryData::NOT_PERSISTED);
322 data->SetState(DownloadHistoryData::PERSISTED);
346 data->SetState(DownloadHistoryData::PERSISTED);
405 data->SetState(DownloadHistoryData::NOT_PERSISTED);
  /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/content/browser/renderer_host/media/
media_stream_manager.cc 77 void SetState(MediaStreamType stream_type, MediaRequestState new_state) {
321 request->SetState(NUM_MEDIA_TYPES, MEDIA_REQUEST_STATE_CLOSING);
352 request->SetState(static_cast<MediaStreamType>(i),
403 request->SetState(type, MEDIA_REQUEST_STATE_REQUESTED);
552 request->SetState(stream_type, MEDIA_REQUEST_STATE_REQUESTED);
643 request->SetState(audio_type, MEDIA_REQUEST_STATE_PENDING_APPROVAL);
645 request->SetState(video_type, MEDIA_REQUEST_STATE_PENDING_APPROVAL);
718 request->SetState(stream_type, MEDIA_REQUEST_STATE_DONE);
802 it->second->SetState(stream_type, MEDIA_REQUEST_STATE_PENDING_APPROVAL);
    [all...]
  /external/chromium_org/ui/views/controls/button/
button_dropdown.cc 117 SetState(STATE_NORMAL);
193 SetState(STATE_PRESSED);
233 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...]
  /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/infobars/
infobar_utilities.mm 80 [item setState:NSOnState];
  /external/chromium_org/chrome/browser/ui/search/
search_model.cc 34 void SearchModel::SetState(const State& new_state) {
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLImportLoader.h 86 void setState(State);
  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLViewSourceParser.cpp 41 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 80 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 80 void setState(State state) {
  /frameworks/av/media/libstagefright/foundation/
AHierarchicalStateMachine.cpp 60 // have called setState...

Completed in 777 milliseconds

1 2 3 4 5 6 78 91011>>