Home
last modified time | relevance | path

Searched defs:fv (Results 1 – 24 of 24) sorted by relevance

/external/mockito/cglib-and-asm/src/org/mockito/asm/util/
DCheckFieldAdapter.java41 private final FieldVisitor fv; field in CheckFieldAdapter
45 public CheckFieldAdapter(final FieldVisitor fv) { in CheckFieldAdapter()
DTraceFieldVisitor.java50 protected FieldVisitor fv; field in TraceFieldVisitor
/external/clang/test/Sema/
Doverloadable-complex.c4 void test_foo_1(float fv, double dv, float _Complex fc, double _Complex dc) { in test_foo_1()
14 void test_foo_2(float fv, double dv, float _Complex fc, double _Complex dc) { in test_foo_2()
23 void test_foo_3(float fv, double dv, float _Complex fc, double _Complex dc) { in test_foo_3()
Doverloadable.c12 void test_f(int iv, float fv, double dv) { in test_f()
/external/clang/test/SemaCXX/
Dcomplex-overload.cpp4 void test_foo_1(float fv, double dv, float _Complex fc, double _Complex dc) { in test_foo_1()
14 void test_foo_2(float fv, double dv, float _Complex fc, double _Complex dc) { in test_foo_2()
23 void test_foo_3(float fv, double dv, float _Complex fc, double _Complex dc) { in test_foo_3()
Doverload-call.cpp6 void test_f(int iv, float fv) { in test_f()
17 void test_g(int iv, float fv) { in test_g()
30 void test_h(float fv, unsigned char cv) { in test_h()
Dcxx1y-init-captures.cpp5 template<class ... Ts> char fv(Ts ... ts) { return 0; } in fv() function
/external/deqp/framework/common/
DtcuTextureUtil.hpp105 inline deUint8 floatToU8 (float fv) in floatToU8()
107 union { float fv; deUint32 uv; deInt32 iv; } v; in floatToU8() member
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.type/
Dp21.cpp32 int fv = f(g); // okay variable
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/
Dbasic.cpp14 void test_f1(int *ip, float fv) { in test_f1()
/external/mockito/cglib-and-asm/src/org/mockito/asm/tree/
DFieldNode.java106 FieldVisitor fv = cv.visitField(access, name, desc, signature, value); in accept() local
/external/clang/test/CodeGen/
Doverloadable.c18 float fv = 3.0f; in main() local
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/reflect/
DClassLoaderLocalMap.java156 FieldVisitor fv; in buildHolderByteCode() local
/external/mockito/cglib-and-asm/src/org/mockito/asm/
DClassReader.java662 FieldVisitor fv = classVisitor.visitField(access, in accept() local
1683 float[] fv = new float[size]; in readAnnotationValue() local
/external/chromium_org/third_party/skia/src/views/
DSkView.cpp181 bool SkView::setFocusView(SkView* fv) in setFocusView()
/external/skia/src/views/
DSkView.cpp181 bool SkView::setFocusView(SkView* fv) in setFocusView()
/external/chromium_org/third_party/cython/src/Cython/Utility/
DModuleSetupCode.c110 #define __Pyx_PyCode_New(a, k, l, s, f, code, c, n, v, fv, cell, fn, name, fline, lnos) \ argument
115 #define __Pyx_PyCode_New(a, k, l, s, f, code, c, n, v, fv, cell, fn, name, fline, lnos) \ argument
/external/deqp/modules/gles3/functional/
Des3fFboTestUtil.cpp220 const tcu::Vec4 fv = Vec4(f0, f1, 1.0f-f0, 1.0f-f1); in shadeFragments() local
/external/chromium_org/third_party/bintrees/bintrees/
Dqavltree.c102 #define __Pyx_PyCode_New(a, k, l, s, f, code, c, n, v, fv, cell, fn, name, fline, lnos) \ argument
106 #define __Pyx_PyCode_New(a, k, l, s, f, code, c, n, v, fv, cell, fn, name, fline, lnos) \ argument
Dcwalker.c102 #define __Pyx_PyCode_New(a, k, l, s, f, code, c, n, v, fv, cell, fn, name, fline, lnos) \ argument
106 #define __Pyx_PyCode_New(a, k, l, s, f, code, c, n, v, fv, cell, fn, name, fline, lnos) \ argument
Dqrbtree.c102 #define __Pyx_PyCode_New(a, k, l, s, f, code, c, n, v, fv, cell, fn, name, fline, lnos) \ argument
106 #define __Pyx_PyCode_New(a, k, l, s, f, code, c, n, v, fv, cell, fn, name, fline, lnos) \ argument
Dqbintree.c102 #define __Pyx_PyCode_New(a, k, l, s, f, code, c, n, v, fv, cell, fn, name, fline, lnos) \ argument
106 #define __Pyx_PyCode_New(a, k, l, s, f, code, c, n, v, fv, cell, fn, name, fline, lnos) \ argument
/external/chromium_org/v8/test/cctest/compiler/
Dtest-scheduler.cc1638 Node* fv = graph->NewNode(common->Int32Constant(7)); in CreateDiamond() local
/external/deqp/modules/gles2/functional/
Des2fTextureSpecificationTests.cpp158 const tcu::Vec4 fv = Vec4(f0, f1, 1.0f-f0, 1.0f-f1); in shadeFragments() local