Home
last modified time | relevance | path

Searched refs:fv (Results 1 – 25 of 85) sorted by relevance

1234

/external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/samples/storage_sample/storage/
Dstorage_v1.py171 def __init__(self, name, fv): argument
172 super(BucketAccessControlsDelete, self).__init__(name, fv)
200 def __init__(self, name, fv): argument
201 super(BucketAccessControlsGet, self).__init__(name, fv)
228 def __init__(self, name, fv): argument
229 super(BucketAccessControlsInsert, self).__init__(name, fv)
234 flag_values=fv)
239 flag_values=fv)
251 flag_values=fv)
256 flag_values=fv)
[all …]
/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() argument
46 this.fv = fv; in CheckFieldAdapter()
55 return new CheckAnnotationAdapter(fv.visitAnnotation(desc, visible)); in visitAnnotation()
63 fv.visitAttribute(attr); in visitAttribute()
69 fv.visitEnd(); in visitEnd()
DTraceFieldVisitor.java50 protected FieldVisitor fv; field in TraceFieldVisitor
57 if (fv != null) { in visitAnnotation()
58 ((TraceAnnotationVisitor) av).av = fv.visitAnnotation(desc, visible); in visitAnnotation()
66 if (fv != null) { in visitAttribute()
67 fv.visitAttribute(attr); in visitAttribute()
74 if (fv != null) { in visitEnd()
75 fv.visitEnd(); in visitEnd()
/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() argument
5 char *cp1 = foo(fv); in test_foo_1()
14 void test_foo_2(float fv, double dv, float _Complex fc, double _Complex dc) { in test_foo_2() argument
15 char *cp1 = foo(fv); in test_foo_2()
23 void test_foo_3(float fv, double dv, float _Complex fc, double _Complex dc) { in test_foo_3() argument
24 char *cp1 = foo(fv); in test_foo_3()
Doverload-call.cpp9 void test_f(int iv, float fv) { in test_f() argument
10 float* fp = f(fv); in test_f()
20 void test_g(int iv, float fv) { in test_g() argument
21 int* ip1 = g(iv, fv, 0); in test_g()
23 double* dp1 = g(iv, fv, fv); in test_g()
25 char* cp2 = g(0, 0, 0, iv, fv); in test_g()
27 double* dp2 = g(0, fv, 1.5); // expected-error {{call to 'g' is ambiguous}} in test_g()
33 void test_h(float fv, unsigned char cv) { in test_h() argument
34 double* dp = h(fv); in test_h()
/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() argument
5 char *cp1 = foo(fv); in test_foo_1()
14 void test_foo_2(float fv, double dv, float _Complex fc, double _Complex dc) { in test_foo_2() argument
15 char *cp1 = foo(fv); in test_foo_2()
23 void test_foo_3(float fv, double dv, float _Complex fc, double _Complex dc) { in test_foo_3() argument
24 char *cp1 = foo(fv); in test_foo_3()
/external/mockito/cglib-and-asm/src/org/mockito/asm/tree/
DFieldNode.java106 FieldVisitor fv = cv.visitField(access, name, desc, signature, value); in accept() local
107 if (fv == null) { in accept()
114 an.accept(fv.visitAnnotation(an.desc, true)); in accept()
119 an.accept(fv.visitAnnotation(an.desc, false)); in accept()
123 fv.visitAttribute((Attribute) attrs.get(i)); in accept()
125 fv.visitEnd(); in accept()
/external/eigen/unsupported/test/
Dopenglsupport.cpp238 VERIFY_UNIFORM(fv,v2f, Vector2f); in test_openglsupport()
239 VERIFY_UNIFORM(fv,v3f, Vector3f); in test_openglsupport()
240 VERIFY_UNIFORM(fv,v4f, Vector4f); in test_openglsupport()
244 VERIFY_UNIFORM(fv,m2f, Matrix2f); in test_openglsupport()
245 VERIFY_UNIFORM(fv,m3f, Matrix3f); in test_openglsupport()
246 VERIFY_UNIFORM(fv,m4f, Matrix4f); in test_openglsupport()
273 VERIFY_UNIFORM(fv,m23f, Matrix23f); in test_openglsupport()
274 VERIFY_UNIFORM(fv,m32f, Matrix32f); in test_openglsupport()
275 VERIFY_UNIFORM(fv,m24f, Matrix24f); in test_openglsupport()
276 VERIFY_UNIFORM(fv,m42f, Matrix42f); in test_openglsupport()
[all …]
/external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/univariate/
DBrentOptimizer.java111 double fv = fx; in localMin() local
127 r = (x - w) * (fx - fv); in localMin()
199 fv = fw; in localMin()
212 fv = fw; in localMin()
215 } else if (fu <= fv || v == x || v == w) { in localMin()
217 fv = fu; in localMin()
/external/v8/test/mjsunit/compiler/
Dosr-backedges1.js24 function test(func, tv, fv) { argument
27 assertEquals(fv, func(9));
28 assertEquals(fv, func(9));
Dosr-follow.js51 function test(func, tv, fv) { argument
53 assertEquals(fv, func(false));
55 assertEquals(fv, func(false));
/external/clang/test/CodeGen/
Doverloadable.c21 float fv = 3.0f; in main() local
27 fv = f(fv); in main()
/external/opencv3/modules/cudalegacy/src/
Dinterpolate_frames.cpp54 …onst GpuMat& frame0, const GpuMat& frame1, const GpuMat& fu, const GpuMat& fv, const GpuMat& bu, c… in interpolateFrames() argument
60 CV_Assert(fv.size() == frame0.size() && fv.type() == frame0.type()); in interpolateFrames()
83 …CV_Assert(frame1.step == step && fu.step == step && fv.step == step && bu.step == step && bv.step … in interpolateFrames()
95 state.pFV = const_cast<Ncv32f*>(fv.ptr<Ncv32f>()); in interpolateFrames()
/external/vboot_reference/tests/futility/
Dtest_sign_fw_main.sh22 --fv ${TMP}.fw_main \
29 --fv ${TMP}.fw_main
37 --fv ${TMP}.fw_main \
/external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/apitools/gen/
Dcommand_registry.py56 fv = messages.StringField(7) variable in FlagInfo
156 extended_field, request_type, fv='fv'))
162 description='Filename to use for upload.', fv='fv',
171 description=mime_description, fv='fv', special=True)
176 description='Filename to use for download.', fv='fv',
183 description=overwrite_description, fv='fv', special=True)
250 def __FlagInfoFromField(self, extended_field, extended_message, fv=''): argument
273 flag_info.fv = fv
396 printer('%r%s', last_line, ',' if flag_info.fv else ')')
397 if flag_info.fv:
[all …]
/external/clang/test/OpenMP/
Datomic_capture_codegen.cpp20 float fv, fx; variable
223 dv = fx = fx + fv; in main()
242 {fv = dx; dx = dv - dx;} in main()
484 {fx = fx * ulv; fv = fx;} in main()
548 {cix = fv / cix; civ = cix;} in main()
1004 {fv = float2x.x; float2x.x = ulv - float2x.x;} in main()
/external/eigen/unsupported/Eigen/
DOpenGLSupport93 EIGEN_GL_FUNC_SPECIALIZATION_VEC(glVertex,float, 2,2fv)
97 EIGEN_GL_FUNC_SPECIALIZATION_VEC(glVertex,float, 3,3fv)
101 EIGEN_GL_FUNC_SPECIALIZATION_VEC(glVertex,float, 4,4fv)
107 EIGEN_GL_FUNC_SPECIALIZATION_VEC(glTexCoord,float, 2,2fv)
111 EIGEN_GL_FUNC_SPECIALIZATION_VEC(glTexCoord,float, 3,3fv)
115 EIGEN_GL_FUNC_SPECIALIZATION_VEC(glTexCoord,float, 4,4fv)
121 EIGEN_GL_FUNC_SPECIALIZATION_VEC(glColor,float, 2,2fv)
125 EIGEN_GL_FUNC_SPECIALIZATION_VEC(glColor,float, 3,3fv)
129 EIGEN_GL_FUNC_SPECIALIZATION_VEC(glColor,float, 4,4fv)
135 EIGEN_GL_FUNC_SPECIALIZATION_VEC(glNormal,float, 3,3fv)
[all …]
/external/mksh/src/
DBuild.sh412 eval fv=\$HAVE_CAN_`upper $vn`
414 test 11 = $fa$fv || LDFLAGS=$save_LDFLAGS
416 test 11 = $fa$fv || CFLAGS=$save_CFLAGS
1432 fv=0
1436 fv=0
1440 fv=1
1443 test $fv = 1 || for what in $checks; do
1444 test $fv = 1 && break
1464 8) fv=1 cm=normal ;;
1466 test $fv = 1 && break
[all …]
/external/llvm/test/CodeGen/Mips/
Dfpneeded.ll8 define float @fv() #0 {
14 ; 32: .ent fv
22 ; 32: .end fv
118 %call = call float @fv()
Dfpnotneeded.ll67 define float @fv() #0 {
73 ; 32: .ent fv
81 ; 32: .end fv
/external/opencv3/modules/calib3d/src/
Depnp.h26 fv = cameraMatrix.at<T> (1, 1); in init_camera_parameters()
38 us[2 * i + 1] = ipoints.at<IpointType>(i).y*fv + vc; in init_points()
74 double uc, vc, fu, fv; 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() argument
15 f1(ip, fv); in test_f1()
/external/deqp/framework/common/
DtcuTextureUtil.hpp135 inline deUint8 floatToU8 (float fv) in floatToU8() argument
137 union { float fv; deUint32 uv; deInt32 iv; } v; in floatToU8() member
138 v.fv = fv; in floatToU8()
/external/chromium-trace/catapult/telemetry/telemetry/value/
Dtranslate_common_values_unittest.py33 fv = translate_common_values.TranslateMreFailure(f, p)
35 self.assertIn('stack', str(fv))
/external/vboot_reference/futility/
Dcmd_show.c38 uint8_t *fv; member
281 uint8_t *fv_data = option.fv; in futil_cb_show_fw_preamble()
492 if (option.fv) { in futil_cb_show_kernel_preamble()
494 kernel_blob = option.fv; in futil_cb_show_kernel_preamble()
628 option.fv = ReadFile(optarg, &option.fv_size); in do_show()
629 if (!option.fv) { in do_show()
726 if (option.fv) in do_show()
727 free(option.fv); in do_show()

1234