Searched refs:value_ (Results 101 - 125 of 157) sorted by relevance

1234567

/external/gtest/test/
H A Dgtest-port_test.cc1059 value_(0), mutex_(mutex), random_(42) {}
1063 int temp = value_;
1066 // writes to value_ rearranged when observed from other threads.
1080 value_ = temp + 1;
1082 int value() const { return value_; }
1085 volatile int value_; member in class:testing::internal::AtomicCounterWithMutex
1086 Mutex* const mutex_; // Protects value_.
/external/protobuf/gtest/test/
H A Dgtest-port_test.cc828 value_(0), mutex_(mutex), random_(42) {}
832 int temp = value_;
835 // writes to value_ rearranged when observed from other threads.
848 value_ = temp + 1;
850 int value() const { return value_; }
853 volatile int value_; member in class:testing::internal::AtomicCounterWithMutex
854 Mutex* const mutex_; // Protects value_.
/external/gtest/include/gtest/internal/
H A Dgtest-internal.h280 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
/external/protobuf/gtest/include/gtest/internal/
H A Dgtest-internal.h381 explicit FloatingPoint(const RawType& x) { u_.value_ = x; }
391 return fp.u_.value_;
438 RawType value_; // The raw floating-point number. member in union:testing::internal::FloatingPoint::FloatingPointUnion
/external/google-breakpad/src/testing/test/
H A Dgmock-actions_test.cc1079 Foo() : value_(123) {}
1081 int Nullary() const { return value_; }
1082 short Unary(long x) { return static_cast<short>(value_ + x); } // NOLINT
1084 int Ternary(int x, bool y, char z) { return value_ + x + y*z; }
1086 return a + b + c + d + value_;
1093 int value_; member in class:__anon5283::Foo
/external/vixl/src/vixl/a64/
H A Ddebugger-a64.cc67 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_; }
/external/deqp/modules/egl/
H A DteglChooseConfigReference.cpp78 AttribRule (EGLenum name_, EGLint value_, Criteria criteria_, SortOrder sortOrder_) argument
80 , value (value_)
/external/v8/src/
H A Dhydrogen-instructions.h294 : tail_(tail), value_(value), index_(index) {
298 HValue* value() const { return value_; }
306 value_ = NULL;
313 HValue* value_; member in class:v8::internal::HUseListNode
327 return value_;
340 HValue* value_; member in class:v8::internal::BASE_EMBEDDED
426 HSourcePosition(const HSourcePosition& other) : value_(other.value_) { }
432 bool IsUnknown() const { return value_ == RelocInfo::kNoPosition; }
434 int position() const { return PositionField::decode(value_); }
6333 uint32_t value_; // encodes portion, representation, immutable, and offset member in class:v8::FINAL::FINAL
[all...]
H A Dunicode-inl.h16 if (entry.code_point_ == code_point) return entry.value_;
H A Dv8natives.js477 this.value_ = UNDEFINED;
492 "value_",
509 this.value_ = value;
513 return this.value_;
907 desc.value_ = UNDEFINED;
H A Ddeoptimizer.h34 : destination_(destination), value_(value) { }
37 double value() const { return value_; }
41 double value_; member in class:v8::internal::BASE_EMBEDDED
H A Dast.h1350 return value_->IsPropertyName();
1360 return value_->AsString();
1370 Handle<Object> value() const { return value_->value(); }
1371 const AstValue* raw_value() const { return value_; }
1388 value_(value),
1394 const AstValue* value_; member in class:v8::internal::FINAL
1467 Expression* value() { return value_; }
1489 Expression* value_; member in class:v8::internal::FINAL
2172 Expression* value() const { return value_; }
2207 binary_op(), target_, value_, positio
2214 Expression* value_; member in class:v8::internal::FINAL
[all...]
/external/google-breakpad/src/common/
H A Dtest_assembler.h233 Binding *value_; member in class:google_breakpad::test_assembler::Label
/external/google-breakpad/src/testing/gtest/include/gtest/
H A Dgtest.h478 key_(a_key), value_(a_value) {
488 return value_.c_str();
493 value_ = new_value;
500 internal::String value_; member in class:testing::TestProperty
/external/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest.h477 key_(a_key), value_(a_value) {
487 return value_.c_str();
492 value_ = new_value;
499 internal::String value_; member in class:testing::TestProperty
/external/mesa3d/src/gtest/include/gtest/
H A Dgtest.h477 key_(a_key), value_(a_value) {
487 return value_.c_str();
492 value_ = new_value;
499 internal::String value_; member in class:testing::TestProperty
/external/protobuf/gtest/include/gtest/
H A Dgtest.h458 key_(a_key), value_(a_value) {
468 return value_.c_str();
473 value_ = new_value;
480 internal::String value_; member in class:testing::TestProperty
/external/google-breakpad/src/testing/include/gmock/
H A Dgmock-spec-builders.h1315 explicit ActionResultHolder(T a_value) : value_(a_value) {}
1322 T retval(value_);
1331 UniversalPrinter<T>::Print(value_, os);
1355 T value_;
/external/google-breakpad/src/testing/scripts/
H A Dgmock_doctor.py219 r'\'testing::internal::ReturnAction<R>::Impl<F>::value_\' '
/external/gtest/include/gtest/
H A Dgtest.h469 key_(a_key), value_(a_value) {
479 return value_.c_str();
484 value_ = new_value;
491 std::string value_; member in class:testing::TestProperty
/external/v8/include/
H A Dv8.h2597 : value_(that.value_) {
2624 V8_INLINE void SetInternal(internal::Object* value) { *value_ = value; }
2627 internal::Object** value_; member in class:v8::ReturnValue
6166 ReturnValue<T>::ReturnValue(internal::Object** slot) : value_(slot) {}
6173 *value_ = GetDefaultValue();
6175 *value_ = *reinterpret_cast<internal::Object**>(*handle);
6184 *value_ = GetDefaultValue();
6186 *value_ = *reinterpret_cast<internal::Object**>(*handle);
6201 *value_
[all...]
/external/google-breakpad/src/testing/gtest/include/gtest/internal/
H A Dgtest-internal.h365 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
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-internal.h394 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
/external/mesa3d/src/gtest/include/gtest/internal/
H A Dgtest-internal.h365 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
/external/v8/src/arm64/
H A Dlithium-codegen-arm64.cc114 value_(value),
120 __ TestAndBranchIfAllClear(value_, mask_, label);
123 __ TestAndBranchIfAnySet(value_, mask_, label);
126 __ Tst(value_, mask_);
135 __ TestAndBranchIfAnySet(value_, mask_, label);
138 __ TestAndBranchIfAllClear(value_, mask_, label);
141 __ Tst(value_, mask_);
148 const Register& value_; member in class:v8::internal::TestAndBranch
158 : BranchGenerator(codegen), value_(value), scratch_(scratch) { }
161 __ Fabs(scratch_, value_);
175 const FPRegister& value_; member in class:v8::internal::BranchIfNonZeroNumber
195 const Register& value_; member in class:v8::internal::BranchIfHeapNumber
215 const Register& value_; member in class:v8::internal::BranchIfRoot
[all...]

Completed in 751 milliseconds

1234567