HomeSort by relevance Sort by last modified time
    Searched refs:fv (Results 1 - 25 of 75) sorted by null

1 2 3

  /external/libcap-ng/libcap-ng-0.7/
autogen.sh 4 autoreconf -fv --install
  /external/mockito/cglib-and-asm/src/org/mockito/asm/util/
CheckFieldAdapter.java 41 private final FieldVisitor fv; field in class:CheckFieldAdapter
45 public CheckFieldAdapter(final FieldVisitor fv) {
46 this.fv = fv;
55 return new CheckAnnotationAdapter(fv.visitAnnotation(desc, visible));
63 fv.visitAttribute(attr);
69 fv.visitEnd();
TraceFieldVisitor.java 50 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/
overloadable-complex.c 4 void test_foo_1(float fv, double dv, float _Complex fc, double _Complex dc) {
5 char *cp1 = foo(fv);
14 void test_foo_2(float fv, double dv, float _Complex fc, double _Complex dc) {
15 char *cp1 = foo(fv);
23 void test_foo_3(float fv, double dv, float _Complex fc, double _Complex dc) {
24 char *cp1 = foo(fv);
overloadable.c 12 void test_f(int iv, float fv, double dv) {
14 float *fp = f(fv);
  /external/clang/test/SemaCXX/
complex-overload.cpp 4 void test_foo_1(float fv, double dv, float _Complex fc, double _Complex dc) {
5 char *cp1 = foo(fv);
14 void test_foo_2(float fv, double dv, float _Complex fc, double _Complex dc) {
15 char *cp1 = foo(fv);
23 void test_foo_3(float fv, double dv, float _Complex fc, double _Complex dc) {
24 char *cp1 = foo(fv);
overload-call.cpp 6 void test_f(int iv, float fv) {
7 float* fp = f(fv);
17 void test_g(int iv, float fv) {
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) {
31 double* dp = h(fv);
    [all...]
cxx1y-init-captures.cpp 5 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/
FieldNode.java 106 FieldVisitor fv = cv.visitField(access, name, desc, signature, value); local
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/
overloadable.c 18 float fv = 3.0f; local
24 fv = f(fv);
  /frameworks/rs/java/tests/MathErr/src/com/example/android/rs/matherr/
math_err.rs 22 float fv;
31 gf_u.fv = (d); \
41 (d) = sf_u.fv; \
  /external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/
basic.cpp 14 void test_f1(int *ip, float fv) {
15 f1(ip, fv);
  /external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.type/
p21.cpp 32 int fv = f(g); // okay variable
  /external/deqp/framework/common/
tcuTextureUtil.hpp 105 inline deUint8 floatToU8 (float fv)
107 union { float fv; deUint32 uv; deInt32 iv; } v; member in union:tcu::__anon24320
108 v.fv = fv;
  /frameworks/compile/libbcc/tools/bcc/
Main.cpp 132 std::vector<std::string> fv; local
135 fv.push_back("+sse3");
138 fv.push_back("+ssse3");
141 fv.push_back("+sse4.1");
144 fv.push_back("+sse4.2");
147 if (fv.size()) {
148 config->setFeatureString(fv);
  /external/eigen/unsupported/test/
openglsupport.cpp 238 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,m42f, Matrix42f)
    [all...]
  /sdk/eclipse/scripts/
build_plugins.sh 201 rm -fv *.properties *.xml
245 rm -fv "$PID_FILE"
250 rm -fv *.properties *.xml
create_all_symlinks.sh 94 cp -fv $1 $2/$3
  /frameworks/compile/libbcc/tools/bcc_compat/
Main.cpp 165 std::vector<std::string> fv; local
166 fv.push_back("+vfp3");
167 fv.push_back("+d16");
168 fv.push_back("-neon");
169 fv.push_back("-neonfp");
170 config->setFeatureString(fv);
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/reflect/
ClassLoaderLocalMap.java 156 FieldVisitor fv; local
160 fv =
167 fv.visitEnd();
  /prebuilts/misc/common/swig/include/2.0.11/ocaml/
ocaml.swg 334 SWIG_CAMLlocal1(fv);
335 fv = caml_swig_alloc(1,C_float);
336 SWIG_Store_field(fv,0,copy_double((double)f));
337 CAMLreturn(fv);
342 SWIG_CAMLlocal1(fv);
343 fv = caml_swig_alloc(1,C_double);
344 SWIG_Store_field(fv,0,copy_double(d));
345 CAMLreturn(fv);
  /external/mksh/src/
Build.sh 250 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=$f
    [all...]
  /external/chromium_org/tools/clang/scripts/
update.sh 433 rm -fv CMakeCache.txt
470 rm -fv CMakeCache.txt
512 rm -fv CMakeCache.txt
539 rm -fv CMakeCache.txt
  /external/deqp/modules/gles2/functional/
es2fDefaultVertexAttributeTests.cpp 158 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/
es3fDefaultVertexAttributeTests.cpp 228 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");

Completed in 307 milliseconds

1 2 3