HomeSort by relevance Sort by last modified time
    Searched defs:state_ (Results 1 - 25 of 184) sorted by null

1 2 3 4 5 6 7 8

  /ndk/sources/cxx-stl/llvm-libc++/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor/
nullptr.pass.cpp 22 int state_; member in class:Deleter
28 Deleter() : state_(5) {}
30 int state() const {return state_;}
default01.pass.cpp 23 int state_; member in class:Deleter
29 Deleter() : state_(5) {}
31 int state() const {return state_;}
pointer01.pass.cpp 33 int state_; member in class:Deleter
39 Deleter() : state_(5) {}
41 int state() const {return state_;}
  /ndk/sources/cxx-stl/llvm-libc++/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor/
nullptr.pass.cpp 22 int state_; member in class:Deleter
28 Deleter() : state_(5) {}
30 int state() const {return state_;}
default01.pass.cpp 22 int state_; member in class:Deleter
28 Deleter() : state_(5) {}
30 int state() const {return state_;}
pointer01.pass.cpp 33 int state_; member in class:Deleter
39 Deleter() : state_(5) {}
41 int state() const {return state_;}
  /external/chromium/chrome/browser/automation/
ui_controls_internal.h 25 int state_; member in class:ui_controls::ClickTask
  /external/chromium/chrome/common/
service_process_util.h 117 StateData* state_; member in class:ServiceProcessState
  /ndk/sources/cxx-stl/llvm-libc++/test/utilities/memory/unique.ptr/unique.ptr.runtime/
null_ctor.pass.cpp 21 int state_; member in class:Deleter
27 Deleter() : state_(0) {}
29 int state() const {return state_;}
31 void operator()(void*) {++state_;}
  /ndk/sources/cxx-stl/llvm-libc++/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.observers/
index.pass.cpp 21 int state_; member in class:A
24 A() : state_(++next_) {}
25 int get() const {return state_;}
28 {return x.state_ == y;}
30 A& operator=(int i) {state_ = i; return *this;}
  /ndk/sources/cxx-stl/llvm-libc++/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.dtor/
null.pass.cpp 21 int state_; member in class:Deleter
27 Deleter() : state_(0) {}
29 int state() const {return state_;}
31 void operator()(void*) {++state_;}
  /ndk/sources/cxx-stl/llvm-libc++/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.observers/
index.fail.cpp 21 int state_; member in class:A
24 A() : state_(++next_) {}
25 int get() const {return state_;}
28 {return x.state_ == y;}
30 A& operator=(int i) {state_ = i; return *this;}
  /external/chromium/chrome/browser/chromeos/
network_state_notifier.cc 35 state_(RetrieveState()),
63 DVLOG(1) << "UpdateNetworkState: new=" << new_state << ", old=" << state_; local
64 if (state_ == NetworkStateDetails::CONNECTED &&
69 state_ = new_state;
70 NetworkStateDetails details(state_);
network_state_notifier.h 29 return state_;
36 : state_(state) {
39 State state_; member in class:chromeos::NetworkStateDetails
59 return GetInstance()->state_ == NetworkStateDetails::CONNECTED;
82 NetworkStateDetails::State state_; member in class:chromeos::NetworkStateNotifier
network_state_notifier_browsertest.cc 50 state_ = state_details->state();
60 NetworkStateDetails::State state_; member in class:chromeos::NetworkStateNotifierTest
75 EXPECT_EQ(chromeos::NetworkStateDetails::CONNECTED, state_);
93 EXPECT_EQ(chromeos::NetworkStateDetails::CONNECTING, state_);
111 EXPECT_EQ(chromeos::NetworkStateDetails::DISCONNECTED, state_);
  /external/chromium/third_party/libjingle/source/talk/examples/login/
xmpppump.h 70 buzz::XmppEngine::State state_; member in class:XmppPump
xmppsocket.h 76 buzz::AsyncSocket::State state_; member in class:XmppSocket
  /external/chromium/third_party/libjingle/source/talk/session/phone/
rtcpmuxfilter.h 55 State state_; member in class:cricket::RtcpMuxFilter
  /ndk/sources/cxx-stl/llvm-libc++/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.modifiers/
swap.pass.cpp 23 int state_; member in struct:A
25 A() : state_(0) {++count;}
26 explicit A(int i) : state_(i) {++count;}
27 A(const A& a) : state_(a.state_) {++count;}
28 A& operator=(const A& a) {state_ = a.state_; return *this;}
32 {return x.state_ == y.state_;}
  /ndk/sources/cxx-stl/llvm-libc++/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.modifiers/
swap.pass.cpp 23 int state_; member in struct:A
25 explicit A(int i) : state_(i) {++count;}
26 A(const A& a) : state_(a.state_) {++count;}
27 A& operator=(const A& a) {state_ = a.state_; return *this;}
31 {return x.state_ == y.state_;}
  /ndk/sources/cxx-stl/llvm-libc++/test/utilities/memory/unique.ptr/unique.ptr.special/
swap.pass.cpp 23 int state_; member in struct:A
25 A() : state_(0) {++count;}
26 explicit A(int i) : state_(i) {++count;}
27 A(const A& a) : state_(a.state_) {++count;}
28 A& operator=(const A& a) {state_ = a.state_; return *this;}
32 {return x.state_ == y.state_;}
  /external/chromium/chrome/browser/
alternate_nav_url_fetcher.h 44 State state() const { return state_; }
68 // Sets |state_| to either SUCCEEDED or FAILED depending on the result of the
81 State state_; member in class:AlternateNavURLFetcher
  /external/chromium/chrome/browser/autofill/
address.h 79 string16 state_; member in class:Address
address_field.h 61 AutofillField* state_; // optional member in class:AddressField
  /external/chromium/chrome/browser/debugger/
devtools_remote_listen_socket.h 58 State state_; member in class:DevToolsRemoteListenSocket

Completed in 411 milliseconds

1 2 3 4 5 6 7 8