HomeSort by relevance Sort by last modified time
    Searched refs:value_ (Results 276 - 300 of 360) sorted by null

<<1112131415

  /external/gtest/test/
gtest-port_test.cc 1085 volatile int value_; member in class:testing::internal::AtomicCounterWithMutex
    [all...]
  /ndk/sources/third_party/googletest/googletest/test/
gtest-port_test.cc 1085 volatile int value_; member in class:testing::internal::AtomicCounterWithMutex
    [all...]
  /external/chromium_org/android_webview/browser/
browser_view_renderer.cc 54 explicit TracedValue(base::Value* value) : value_(value) {}
62 base::JSONWriter::Write(value_.get(), &tmp);
68 scoped_ptr<base::Value> value_; member in class:android_webview::__anon6407::TracedValue
  /external/chromium_org/chrome/browser/extensions/api/enterprise_platform_keys_private/
enterprise_platform_keys_private_api_unittest.cc 54 value_(value) {}
59 base::Bind(callback, status_, value_));
64 bool value_; member in class:extensions::__anon8250::FakeBoolDBusMethod
  /external/chromium_org/chrome/browser/policy/
policy_prefs_browsertest.cc 73 : policy_(policy.DeepCopy()), value_(value), readonly_(readonly) {}
78 const std::string& value() const { return value_; }
84 std::string value_; member in class:policy::__anon8980::IndicatorTestCase
  /external/chromium_org/net/tools/balsa/
balsa_headers.h 397 value_ = value_type(
404 return value_;
409 mutable StringPiecePair value_; member in class:net::BalsaHeaders::iterator_base
    [all...]
  /external/chromium_org/testing/gtest/include/gtest/internal/
gtest-internal.h 280 explicit FloatingPoint(const RawType& x) { u_.value_ = x; }
290 return fp.u_.value_;
340 RawType value_; // The raw floating-point number. member in union:testing::internal::FloatingPoint::FloatingPointUnion
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/
gtest-internal.h 365 explicit FloatingPoint(const RawType& x) { u_.value_ = x; }
375 return fp.u_.value_;
422 RawType value_; // The raw floating-point number. member in union:testing::internal::FloatingPoint::FloatingPointUnion
    [all...]
  /external/gtest/include/gtest/internal/
gtest-internal.h 280 explicit FloatingPoint(const RawType& x) { u_.value_ = x; }
290 return fp.u_.value_;
340 RawType value_; // The raw floating-point number. member in union:testing::internal::FloatingPoint::FloatingPointUnion
    [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-internal.h 394 explicit FloatingPoint(const RawType& x) { u_.value_ = x; }
404 return fp.u_.value_;
451 RawType value_; // The raw floating-point number. member in union:testing::internal::FloatingPoint::FloatingPointUnion
    [all...]
  /external/mesa3d/src/gtest/include/gtest/internal/
gtest-internal.h 365 explicit FloatingPoint(const RawType& x) { u_.value_ = x; }
375 return fp.u_.value_;
422 RawType value_; // The raw floating-point number. member in union:testing::internal::FloatingPoint::FloatingPointUnion
    [all...]
  /ndk/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-internal.h 279 explicit FloatingPoint(const RawType& x) { u_.value_ = x; }
289 return fp.u_.value_;
336 RawType value_; // The raw floating-point number. member in union:testing::internal::FloatingPoint::FloatingPointUnion
    [all...]
  /art/compiler/optimizing/
nodes.h 1102 explicit HIntConstant(int32_t value) : HConstant(Primitive::kPrimInt), value_(value) {}
1104 int32_t GetValue() const { return value_; }
1109 const int32_t value_; member in class:art::HIntConstant
1116 explicit HLongConstant(int64_t value) : HConstant(Primitive::kPrimLong), value_(value) {}
1118 int64_t GetValue() const { return value_; }
1123 const int64_t value_; member in class:art::HLongConstant
    [all...]
  /external/vixl/src/a64/
debugger-a64.cc 67 explicit ValueToken(T value) : value_(value) {}
70 T value() const { return value_; }
73 T value_; member in class:vixl::ValueToken
125 value_ = new char[size];
126 strncpy(value_, name, size);
128 virtual ~IdentifierToken() { delete[] value_; }
    [all...]
  /external/deqp/modules/egl/
teglChooseConfigReference.cpp 71 AttribRule (EGLenum name_, EGLint value_, Criteria criteria_, SortOrder sortOrder_)
73 , value (value_)
  /external/chromium_org/v8/src/
hydrogen-instructions.h 290 : tail_(tail), value_(value), index_(index) {
294 HValue* value() const { return value_; }
302 value_ = NULL;
309 HValue* value_; member in class:v8::internal::HUseListNode
323 return value_;
336 HValue* value_; member in class:v8::internal::BASE_EMBEDDED
422 HSourcePosition(const HSourcePosition& other) : value_(other.value_) { }
428 bool IsUnknown() const { return value_ == RelocInfo::kNoPosition; }
430 int position() const { return PositionField::decode(value_); }
6253 uint32_t value_; \/\/ encodes portion, representation, immutable, and offset member in class:V8_FINAL
    [all...]
unicode-inl.h 16 if (entry.code_point_ == code_point) return entry.value_;
  /external/chromium_org/net/url_request/
url_request_test_util.h 375 static std::string value_; member in class:net::ScopedCustomUrlRequestTestHttpHost
  /external/chromium_org/testing/gtest/include/gtest/
gtest.h 469 key_(a_key), value_(a_value) {
479 return value_.c_str();
484 value_ = new_value;
491 std::string value_; member in class:testing::TestProperty
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/
gtest.h 477 key_(a_key), value_(a_value) {
487 return value_.c_str();
492 value_ = new_value;
499 internal::String value_; member in class:testing::TestProperty
    [all...]
  /external/chromium_org/v8/include/
v8.h 2425 internal::Object** value_; member in class:v8::ReturnValue
    [all...]
  /external/gtest/include/gtest/
gtest.h 469 key_(a_key), value_(a_value) {
479 return value_.c_str();
484 value_ = new_value;
491 std::string value_; member in class:testing::TestProperty
    [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/
gtest.h 477 key_(a_key), value_(a_value) {
487 return value_.c_str();
492 value_ = new_value;
499 internal::String value_; member in class:testing::TestProperty
    [all...]
  /external/mesa3d/src/gtest/include/gtest/
gtest.h 477 key_(a_key), value_(a_value) {
487 return value_.c_str();
492 value_ = new_value;
499 internal::String value_; member in class:testing::TestProperty
    [all...]
  /external/protobuf/gtest/include/gtest/
gtest.h 379 key_(key), value_(value) {
389 return value_.c_str();
394 value_ = new_value;
401 internal::String value_; member in class:testing::TestProperty
    [all...]

Completed in 1531 milliseconds

<<1112131415