Searched refs:fv (Results 1 - 25 of 49) sorted by relevance

12

/external/libcap-ng/libcap-ng-0.7/
H A Dautogen.sh4 autoreconf -fv --install
/external/mockito/cglib-and-asm/src/org/mockito/asm/util/
H A DCheckFieldAdapter.java41 private final FieldVisitor fv; field in class:CheckFieldAdapter
45 public CheckFieldAdapter(final FieldVisitor fv) { argument
46 this.fv = fv;
55 return new CheckAnnotationAdapter(fv.visitAnnotation(desc, visible));
63 fv.visitAttribute(attr);
69 fv.visitEnd();
H A DTraceFieldVisitor.java50 protected FieldVisitor fv; field in class:TraceFieldVisitor
57 if (fv != null) {
58 ((TraceAnnotationVisitor) av).av = fv.visitAnnotation(desc, visible);
66 if (fv != null) {
67 fv.visitAttribute(attr);
74 if (fv != null) {
75 fv.visitEnd();
/external/clang/test/Sema/
H A Doverloadable-complex.c4 void test_foo_1(float fv, double dv, float _Complex fc, double _Complex dc) { argument
5 char *cp1 = foo(fv);
14 void test_foo_2(float fv, double dv, float _Complex fc, double _Complex dc) { argument
15 char *cp1 = foo(fv);
23 void test_foo_3(float fv, double dv, float _Complex fc, double _Complex dc) { argument
24 char *cp1 = foo(fv);
H A Doverloadable.c12 void test_f(int iv, float fv, double dv) { argument
14 float *fp = f(fv);
/external/clang/test/SemaCXX/
H A Dcomplex-overload.cpp4 void test_foo_1(float fv, double dv, float _Complex fc, double _Complex dc) { argument
5 char *cp1 = foo(fv);
14 void test_foo_2(float fv, double dv, float _Complex fc, double _Complex dc) { argument
15 char *cp1 = foo(fv);
23 void test_foo_3(float fv, double dv, float _Complex fc, double _Complex dc) { argument
24 char *cp1 = foo(fv);
H A Doverload-call.cpp6 void test_f(int iv, float fv) { argument
7 float* fp = f(fv);
17 void test_g(int iv, float fv) { argument
18 int* ip1 = g(iv, fv, 0);
20 double* dp1 = g(iv, fv, fv);
22 char* cp2 = g(0, 0, 0, iv, fv);
24 double* dp2 = g(0, fv, 1.5); // expected-error {{call to 'g' is ambiguous}}
30 void test_h(float fv, unsigned char cv) { argument
31 double* dp = h(fv);
[all...]
H A Dcxx1y-init-captures.cpp5 template<class ... Ts> char fv(Ts ... ts) { return 0; } function in namespace:variadic_expansion
19 fv([&a(t)]()->decltype(auto) {
26 fv([&a(t)]()->decltype(auto) { //expected-error 3{{captured}}
/external/mockito/cglib-and-asm/src/org/mockito/asm/tree/
H A DFieldNode.java106 FieldVisitor fv = cv.visitField(access, name, desc, signature, value);
107 if (fv == null) {
114 an.accept(fv.visitAnnotation(an.desc, true));
119 an.accept(fv.visitAnnotation(an.desc, false));
123 fv.visitAttribute((Attribute) attrs.get(i));
125 fv.visitEnd();
/external/clang/test/CodeGen/
H A Doverloadable.c18 float fv = 3.0f; local
24 fv = f(fv);
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/
H A Dbasic.cpp14 void test_f1(int *ip, float fv) { argument
15 f1(ip, fv);
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.type/
H A Dp21.cpp32 int fv = f(g); // okay variable
/external/deqp/framework/common/
H A DtcuTextureUtil.hpp105 inline deUint8 floatToU8 (float fv) argument
107 union { float fv; deUint32 uv; deInt32 iv; } v; member in union:tcu::__anon19702
108 v.fv = fv;
/external/eigen/unsupported/test/
H A Dopenglsupport.cpp238 VERIFY_UNIFORM(fv,v2f, Vector2f);
239 VERIFY_UNIFORM(fv,v3f, Vector3f);
240 VERIFY_UNIFORM(fv,v4f, Vector4f);
244 VERIFY_UNIFORM(fv,m2f, Matrix2f);
245 VERIFY_UNIFORM(fv,m3f, Matrix3f);
246 VERIFY_UNIFORM(fv,m4f, Matrix4f);
273 VERIFY_UNIFORM(fv,m23f, Matrix23f);
274 VERIFY_UNIFORM(fv,m32f, Matrix32f);
275 VERIFY_UNIFORM(fv,m24f, Matrix24f);
276 VERIFY_UNIFORM(fv,m42
[all...]
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/reflect/
H A DClassLoaderLocalMap.java156 FieldVisitor fv;
160 fv =
167 fv.visitEnd();
/external/mksh/src/
H A DBuild.sh250 eval HAVE_$fu=$fv
252 test 0 = $fv || fr=yes
257 # ac_cache label: sets f, fu, fv?=0
261 eval fv=\$HAVE_$fu
262 case $fv in
268 fv=0
295 fv=$2
319 test 1 = $fr || fv=1
321 test 0 = $fr || fv=1
330 test -n "$vscan" && grep $vscan vv.out >/dev/null 2>&1 && fv
[all...]
/external/chromium_org/tools/clang/scripts/
H A Dupdate.sh433 rm -fv CMakeCache.txt
470 rm -fv CMakeCache.txt
512 rm -fv CMakeCache.txt
539 rm -fv CMakeCache.txt
/external/deqp/modules/gles2/functional/
H A Des2fDefaultVertexAttributeTests.cpp158 GEN_INDIRECT_FLOAT_LOADER(float, 1, fv, "vertex_attrib_1fv");
159 GEN_INDIRECT_FLOAT_LOADER(float, 2, fv, "vertex_attrib_2fv");
160 GEN_INDIRECT_FLOAT_LOADER(float, 3, fv, "vertex_attrib_3fv");
161 GEN_INDIRECT_FLOAT_LOADER(float, 4, fv, "vertex_attrib_4fv");
/external/deqp/modules/gles3/functional/
H A Des3fDefaultVertexAttributeTests.cpp228 GEN_INDIRECT_FLOAT_LOADER(float, 1, fv, "vertex_attrib_1fv");
229 GEN_INDIRECT_FLOAT_LOADER(float, 2, fv, "vertex_attrib_2fv");
230 GEN_INDIRECT_FLOAT_LOADER(float, 3, fv, "vertex_attrib_3fv");
231 GEN_INDIRECT_FLOAT_LOADER(float, 4, fv, "vertex_attrib_4fv");
/external/mockito/cglib-and-asm/src/org/mockito/asm/
H A DClassReader.java662 FieldVisitor fv = classVisitor.visitField(access,
668 if (fv != null) {
679 fv.visitAnnotation(readUTF8(v, c), j != 0));
687 fv.visitAttribute(cattrs);
690 fv.visitEnd();
1683 float[] fv = new float[size];
1685 fv[i] = Float.intBitsToFloat(readInt(items[readUnsignedShort(v)]));
1688 av.visit(name, fv);
/external/chromium_org/third_party/cython/src/Cython/Utility/
H A DModuleSetupCode.c110 #define __Pyx_PyCode_New(a, k, l, s, f, code, c, n, v, fv, cell, fn, name, fline, lnos) \
111 PyCode_New(a+k, l, s, f, code, c, n, v, fv, cell, fn, name, fline, lnos)
115 #define __Pyx_PyCode_New(a, k, l, s, f, code, c, n, v, fv, cell, fn, name, fline, lnos) \
116 PyCode_New(a, k, l, s, f, code, c, n, v, fv, cell, fn, name, fline, lnos)
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dasm-util-3.3.jarMETA-INF/MANIFEST.MF org/objectweb/asm/util/ASMifiable.class " package org.objectweb.asm ...
/external/chromium_org/third_party/skia/src/views/
H A DSkView.cpp181 bool SkView::setFocusView(SkView* fv) argument
186 if (view->onSetFocusView(fv))
/external/skia/src/views/
H A DSkView.cpp181 bool SkView::setFocusView(SkView* fv) argument
186 if (view->onSetFocusView(fv))
/external/smack/src/org/jivesoftware/smackx/entitycaps/
H A DEntityCapsManager.java678 for (String fv : fvs) {
679 sb.append(fv);

Completed in 1354 milliseconds

12