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

1 2 3 4 5 6 7 8 9

  /external/compiler-rt/lib/sanitizer_common/
sanitizer_symbolizer_libbacktrace.h 44 explicit LibbacktraceSymbolizer(void *state) : state_(state) {}
46 void *state_; // Leaked. member in class:__sanitizer::LibbacktraceSymbolizer
  /external/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.dtor/
null.pass.cpp 20 int state_; member in class:Deleter
26 Deleter() : state_(0) {}
28 int state() const { return state_; }
30 void operator()(void*) { ++state_; }
  /external/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.observers/
op_subscript.runtime.pass.cpp 20 int state_; member in class:A
24 A() : state_(++next_) {}
25 int get() const { return state_; }
27 friend bool operator==(const A& x, int y) { return x.state_ == y; }
30 state_ = i;
  /external/libmojo/mojo/public/cpp/bindings/
scoped_interface_endpoint_handle.h 116 scoped_refptr<State> state_; member in class:mojo::ScopedInterfaceEndpointHandle
  /external/webrtc/webrtc/base/
random.h 56 state_ ^= state_ >> 12;
57 state_ ^= state_ << 25;
58 state_ ^= state_ >> 27;
59 RTC_DCHECK(state_ != 0x0ULL);
60 return state_ * 2685821657736338717ull;
63 uint64_t state_; member in class:webrtc::Random
  /external/webrtc/webrtc/common_audio/
sparse_fir_filter.h 45 std::vector<float> state_; member in class:webrtc::final
fir_filter_neon.h 32 rtc::scoped_ptr<float[], AlignedFreeDeleter> state_; member in class:webrtc::FIRFilterNEON
fir_filter_sse.h 32 rtc::scoped_ptr<float[], AlignedFreeDeleter> state_; member in class:webrtc::FIRFilterSSE2
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.dtor/
null.pass.cpp 20 int state_; member in class:Deleter
26 Deleter() : state_(0) {}
28 int state() const { return state_; }
30 void operator()(void*) { ++state_; }
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.observers/
op_subscript.runtime.pass.cpp 20 int state_; member in class:A
24 A() : state_(++next_) {}
25 int get() const { return state_; }
27 friend bool operator==(const A& x, int y) { return x.state_ == y; }
30 state_ = i;
  /external/compiler-rt/test/tsan/
mutex_annotations.cc 12 ANNOTATE_RWLOCK_CREATE_STATIC(&state_);
14 ANNOTATE_RWLOCK_CREATE(&state_);
18 ANNOTATE_RWLOCK_DESTROY(&state_);
22 ANNOTATE_RWLOCK_ACQUIRED(&state_, true);
26 ANNOTATE_RWLOCK_RELEASED(&state_, true);
30 long long state_; member in class:Mutex
  /external/protobuf/objectivec/
GPBCodedInputStream_PackagePrivate.h 58 struct GPBCodedInputStreamState state_; local
  /external/protobuf/src/google/protobuf/stubs/
once.h 145 GoogleOnceDynamic() : state_(GOOGLE_PROTOBUF_ONCE_INIT) { }
153 GoogleOnceInit<T>(&this->state_,
158 ProtobufOnceType state_; member in class:google::protobuf::GoogleOnceDynamic
  /external/webrtc/webrtc/libjingle/xmpp/
xmpppump.h 55 buzz::XmppEngine::State state_; member in class:buzz::XmppPump
xmppsocket.h 64 buzz::AsyncSocket::State state_; member in class:buzz::XmppSocket
  /external/webrtc/webrtc/modules/desktop_capture/
mouse_cursor_monitor_unittest.cc 37 state_ = state;
44 MouseCursorMonitor::CursorState state_; member in class:webrtc::MouseCursorMonitorTest
82 EXPECT_EQ(MouseCursorMonitor::INSIDE, state_);
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/stubs/
once.h 145 GoogleOnceDynamic() : state_(GOOGLE_PROTOBUF_ONCE_INIT) { }
153 GoogleOnceInit<T>(&this->state_,
158 ProtobufOnceType state_; member in class:google::protobuf::GoogleOnceDynamic
  /external/libchrome/base/message_loop/
message_pump_glib.h 52 RunState* state_; member in class:base::MessagePumpGlib
  /external/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.modifiers/
swap.pass.cpp 23 int state_; member in struct:TT
25 TT() : state_(-1) { ++count; }
26 explicit TT(int i) : state_(i) { ++count; }
27 TT(const TT& a) : state_(a.state_) { ++count; }
29 state_ = a.state_;
35 return x.state_ == y.state_;
47 (p + i)->state_ = new_value
    [all...]
  /external/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.special/
swap.pass.cpp 24 int state_; member in struct:A
26 A() : state_(0) {++count;}
27 explicit A(int i) : state_(i) {++count;}
28 A(const A& a) : state_(a.state_) {++count;}
29 A& operator=(const A& a) {state_ = a.state_; return *this;}
33 {return x.state_ == y.state_;}
  /external/parameter-framework/asio-1.10.6/include/asio/detail/
posix_event.hpp 54 state_ |= 1;
63 state_ |= 1;
64 bool have_waiters = (state_ > 1);
75 state_ |= 1;
76 if (state_ > 1)
91 state_ &= ~std::size_t(1);
99 while ((state_ & 1) == 0)
101 state_ += 2;
103 state_ -= 2;
109 std::size_t state_; member in class:asio::detail::posix_event
    [all...]
reactive_socket_recv_op.hpp 37 state_(state),
53 (o->state_ & socket_ops::stream_oriented) != 0,
59 socket_ops::state_type state_; member in class:asio::detail::reactive_socket_recv_op_base
  /external/puffin/src/
puff_reader.h 47 state_(State::kReadingBlockMetadata) {}
68 } state_; member in class:puffin::BufferPuffReader
puff_writer.h 54 state_(State::kWritingNonLiteral) {}
87 } state_; member in class:puffin::BufferPuffWriter
  /external/tensorflow/tensorflow/core/lib/core/
blocking_counter.h 29 : state_(initial_count << 1), notified_(false) {
37 unsigned int v = state_.fetch_sub(2, std::memory_order_acq_rel) - 2;
49 unsigned int v = state_.fetch_or(1, std::memory_order_acq_rel);
59 unsigned int v = state_.fetch_or(1, std::memory_order_acq_rel);
74 std::atomic<int> state_; // low bit is waiter flag member in class:tensorflow::BlockingCounter

Completed in 241 milliseconds

1 2 3 4 5 6 7 8 9