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

1234

/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/v8/test/mjsunit/compiler/
H A Dosr-backedges1.js24 function test(func, tv, fv) {
27 assertEquals(fv, func(9));
28 assertEquals(fv, func(9));
H A Dosr-follow.js51 function test(func, tv, fv) {
53 assertEquals(fv, func(false));
55 assertEquals(fv, func(false));
/external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/samples/storage_sample/storage/
H A Dstorage_v1.py171 def __init__(self, name, fv):
172 super(BucketAccessControlsDelete, self).__init__(name, fv)
200 def __init__(self, name, fv):
201 super(BucketAccessControlsGet, self).__init__(name, fv)
228 def __init__(self, name, fv):
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/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);
/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.cpp9 void test_f(int iv, float fv) { argument
10 float* fp = f(fv);
20 void test_g(int iv, float fv) { argument
21 int* ip1 = g(iv, fv, 0);
23 double* dp1 = g(iv, fv, fv);
25 char* cp2 = g(0, 0, 0, iv, fv);
27 double* dp2 = g(0, fv, 1.5); // expected-error {{call to 'g' is ambiguous}}
33 void test_h(float fv, unsigned char cv) { argument
34 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.c21 float fv = 3.0f; local
27 fv = f(fv);
/external/vboot_reference/tests/futility/
H A Dtest_sign_fw_main.sh22 --fv ${TMP}.fw_main \
29 --fv ${TMP}.fw_main
37 --fv ${TMP}.fw_main \
H A Dtest_show_vs_verify.sh42 --fv ${TMP}.fw_main_a
51 --fv ${TMP}.fw_main_a
/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/apache-commons-math/src/main/java/org/apache/commons/math/optimization/univariate/
H A DBrentOptimizer.java111 double fv = fx;
127 r = (x - w) * (fx - fv);
199 fv = fw;
212 fv = fw;
215 } else if (fu <= fv || v == x || v == w) {
217 fv = fu;
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.type/
H A Dp21.cpp32 int fv = f(g); // okay variable
/external/v8/src/compiler/
H A Ddiamond.h52 Node* Phi(MachineRepresentation rep, Node* tv, Node* fv) { argument
53 return graph->NewNode(common->Phi(rep, 2), tv, fv, merge);
/external/opencv3/modules/cudalegacy/src/
H A Dinterpolate_frames.cpp54 void cv::cuda::interpolateFrames(const GpuMat& frame0, const GpuMat& frame1, const GpuMat& fu, const GpuMat& fv, const GpuMat& bu, const GpuMat& bv,
60 CV_Assert(fv.size() == frame0.size() && fv.type() == frame0.type());
83 CV_Assert(frame1.step == step && fu.step == step && fv.step == step && bu.step == step && bv.step == step && newFrame.step == step && buf.step == step);
95 state.pFV = const_cast<Ncv32f*>(fv.ptr<Ncv32f>());
/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/opencv3/modules/calib3d/src/
H A Depnp.h26 fv = cameraMatrix.at<T> (1, 1);
38 us[2 * i + 1] = ipoints.at<IpointType>(i).y*fv + vc;
74 double uc, vc, fu, fv; member in class:cv::epnp
/external/chromium-trace/catapult/telemetry/telemetry/value/
H A Dcommon_value_helpers_unittest.py34 fv = common_value_helpers.TranslateMreFailure(f, p)
36 self.assertIn('stack', str(fv))
/external/vboot_reference/tests/
H A Dvb2_firmware_tests.sh49 --fv body.test \
/external/clang/test/OpenMP/
H A Datomic_capture_codegen.cpp20 float fv, fx; variable
223 dv = fx = fx + fv;
242 {fv = dx; dx = dv - dx;}
484 {fx = fx * ulv; fv = fx;}
548 {cix = fv / cix; civ = cix;}
1004 {fv = float2x.x; float2x.x = ulv - float2x.x;}
/external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/apitools/gen/
H A Dcommand_registry.py44 fv: name of the flag_values object where this flag should
56 fv = messages.StringField(7) variable in class: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',
[all...]

Completed in 1485 milliseconds

1234