Home
last modified time | relevance | path

Searched refs:kValue (Results 1 – 15 of 15) sorted by relevance

/external/v8/test/unittests/compiler/
Djs-type-feedback-unittest.cc104 const int kValue = 111; in TEST_F() local
106 SetGlobalProperty(kName, kValue); in TEST_F()
121 const int kValue = 111; in TEST_F() local
123 SetGlobalProperty(kName, kValue); in TEST_F()
135 EXPECT_THAT(r.replacement(), IsNumberConstant(kValue)); in TEST_F()
137 EXPECT_THAT(ret, IsReturn(IsNumberConstant(kValue), graph()->start(), in TEST_F()
147 const double kValue = -11.25; in TEST_F() local
149 SetGlobalProperty(kName, kValue); in TEST_F()
165 const double kValue = -11.25; in TEST_F() local
167 SetGlobalProperty(kName, kValue); in TEST_F()
[all …]
Dinstruction-selector-unittest.cc160 const float kValue = 4.2f; in TARGET_TEST_F() local
162 m.Return(m.Float32Constant(kValue)); in TARGET_TEST_F()
167 EXPECT_FLOAT_EQ(kValue, s.ToFloat32(s[0]->OutputAt(0))); in TARGET_TEST_F()
/external/webrtc/webrtc/modules/audio_coding/neteq/
Dbuffer_level_filter_unittest.cc59 const int kValue = 100; in TEST() local
63 filter.Update(kValue, 0 /* time_stretched_samples */, in TEST()
75 filter.Update(kValue, 0 /* time_stretched_samples */, in TEST()
87 filter.Update(kValue, 0 /* time_stretched_samples */, in TEST()
103 const int kValue = 100; in TEST() local
110 filter.Update(kValue, kTimeStretchedSamples, 0 /* packet_len_samples */); in TEST()
136 const int kValue = 100; in TEST() local
142 filter.Update(kValue, kTimeStretchedSamples, 0 /* packet_len_samples */); in TEST()
/external/skia/src/gpu/
DGrTRecorder.h95 return &ptr[length_of<TItem>::kValue]; in GetDataForItem()
99 return &ptr[length_of<TItem>::kValue]; in GetDataForItem()
104 enum { kValue = (sizeof(TItem) + sizeof(TAlign) - 1) / sizeof(TAlign) }; enumerator
119 sk_malloc_throw(sizeof(TAlign) * (length_of<MemBlock>::kValue + length))); in Alloc()
145 return reinterpret_cast<TAlign*>(this)[length_of<MemBlock>::kValue + i];
174 reinterpret_cast<TAlign*>(fLastItem) - length_of<Header>::kValue); in pop_back()
192 fLastItem = &(*fTailBlock)[fTailBlock->fBack - lastItemLength + length_of<Header>::kValue]; in pop_back()
203 reinterpret_cast<TAlign*>(fLastItem) - length_of<Header>::kValue); in alloc_back()
207 const int totalLength = length_of<Header>::kValue + length_of<TItem>::kValue + dataLength; in alloc_back()
222 void* rawPtr = &(*fTailBlock)[fTailBlock->fBack + length_of<Header>::kValue]; in alloc_back()
[all …]
/external/clang/test/SemaCXX/
Dms-inline-asm.cpp10 enum { kValue = 42 }; enumerator
39 __asm mov eax, A::B::kValue in test_field_lookup()
43 __asm mov eax, asdf::a_global.a3.kValue in test_field_lookup()
/external/llvm/unittests/Support/
DMathExtrasTest.cpp160 static const float kValue = 5632.34f; in TEST() local
161 EXPECT_FLOAT_EQ(kValue, BitsToFloat(FloatToBits(kValue))); in TEST()
165 static const double kValue = 87987234.983498; in TEST() local
166 EXPECT_FLOAT_EQ(kValue, BitsToDouble(DoubleToBits(kValue))); in TEST()
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/estimators/
Dnada_unittest.cc42 const int kValue = 500; in MedianFilterIntermittentNoise() local
46 raw_signal_[i] = kValue + kNoise * (i % 10 == 9 ? 1 : 0); in MedianFilterIntermittentNoise()
52 EXPECT_EQ(median_filtered_[i], kValue); in MedianFilterIntermittentNoise()
/external/v8/src/js/
Dtypedarray.js731 var kValue = this[k];
732 array[n] = kValue;
/external/google-breakpad/src/testing/include/gmock/internal/
Dgmock-internal-utils.h465 template <bool kValue>
/external/icu/icu4c/source/i18n/
Dplurrule_impl.h169 kValue, enumerator
/external/gmock/include/gmock/internal/
Dgmock-internal-utils.h492 template <bool kValue>
/external/v8/src/interpreter/
Dbytecode-generator.cc257 bool IsValue() const { return kind_ == Expression::kValue; } in IsValue()
306 : ExpressionResultScope(generator, Expression::kValue) {} in AccumulatorResultScope()
323 : ExpressionResultScope(generator, Expression::kValue) {} in RegisterResultScope()
/external/v8/src/crankshaft/
Dhydrogen.h734 bool IsValue() const { return kind_ == Expression::kValue; } in IsValue()
804 : AstContext(owner, Expression::kValue), flag_(flag) { in ValueContext()
/external/v8/src/compiler/
Dast-graph-builder.cc31 bool IsValue() const { return kind_ == Expression::kValue; } in IsValue()
87 : AstContext(owner, Expression::kValue) {} in AstValueContext()
/external/v8/src/ast/
Dast.h300 kValue, enumerator