/external/google-breakpad/src/testing/gtest/xcode/Samples/FrameworkSample/ |
widget.h | 48 float GetFloatValue() const;
|
widget.cc | 46 float Widget::GetFloatValue() const {
|
widget_test.cc | 47 EXPECT_FLOAT_EQ(1.0f, widget.GetFloatValue());
|
/external/protobuf/gtest/xcode/Samples/FrameworkSample/ |
widget.h | 48 float GetFloatValue() const;
|
widget.cc | 46 float Widget::GetFloatValue() const {
|
widget_test.cc | 47 EXPECT_FLOAT_EQ(1.0f, widget.GetFloatValue());
|
/external/vulkan-validation-layers/tests/gtest-1.7.0/xcode/Samples/FrameworkSample/ |
widget.h | 48 float GetFloatValue() const;
|
widget.cc | 46 float Widget::GetFloatValue() const {
|
widget_test.cc | 47 EXPECT_FLOAT_EQ(1.0f, widget.GetFloatValue());
|
/frameworks/base/media/mca/filterfw/native/core/ |
value.h | 36 float GetFloatValue(Value value);
|
value.cpp | 96 float GetFloatValue(Value value) {
|
shader_program.cpp | 820 return SetUniformValue(GetUniform(name), GetFloatValue(value)); [all...] |
/external/clang/include/clang/Lex/ |
LiteralSupport.h | 97 /// GetFloatValue - Convert this numeric literal to a floating value, using 102 llvm::APFloat::opStatus GetFloatValue(llvm::APFloat &Result);
|
/frameworks/base/media/mca/filterfw/jni/ |
jni_util.cpp | 171 result = env->NewObject(clazz, constructorID, GetFloatValue(value));
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
portabledevicetypes.h | 145 virtual HRESULT STDMETHODCALLTYPE GetFloatValue( 339 HRESULT (STDMETHODCALLTYPE *GetFloatValue)( 489 #define IPortableDeviceValues_GetFloatValue(This,key,pValue) (This)->lpVtbl->GetFloatValue(This,key,pValue) 572 return This->lpVtbl->GetFloatValue(This,key,pValue); [all...] |
/external/clang/lib/Lex/ |
LiteralSupport.cpp | 958 NumericLiteralParser::GetFloatValue(llvm::APFloat &Result) { [all...] |
/prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/ |
map.h | 383 float GetFloatValue() const { 385 "MapValueRef::GetFloatValue"); [all...] |
/external/clang/lib/Sema/ |
SemaExpr.cpp | [all...] |