Home
last modified time | relevance | path

Searched defs:float (Results 1 – 25 of 162) sorted by relevance

1234567

/external/chromium_org/chrome/browser/ui/cocoa/
Ddraggable_button_mixin.mm24 yHysteresis:(float)yHysteresis; argument
28 yHysteresis:(float)yHysteresis; argument
36 yHysteresis:(float)yHysteresis; argument
120 yHysteresis:(float)yHysteresis { argument
142 yHysteresis:(float)yHysteresis { argument
177 yHysteresis:(float)yHysteresis { argument
/external/clang/test/SemaObjC/
Dmethod-typecheck-2.m4 - (void) doSomethingInProtocol: (float) x; // expected-note {{previous definition is here}} argument
5 + (void) doSomethingClassyInProtocol: (float) x; // expected-note {{previous definition is here}} argument
6 - (void) doNothingInProtocol : (float) x; argument
7 + (void) doNothingClassyInProtocol : (float) x; argument
11 - (void) doSomething: (float) x; // expected-note {{previous definition is here}} argument
20 + (void) doSomethingClassy: (float) x{} // expected-warning {{conflicting parameter types}} argument
Dwarn-superclass-method-mismatch.m4 -(void) method_r: (char)ch : (float*)f1 : (int*) x; // expected-note {{previous declaration is here… argument
13 + method3: (int)x1 : (Base *)x2 : (float)x3; // expected-note {{previous declaration is here}} argument
16 - method6: (int) x : (float) d; // expected-note {{previous declaration is here}} argument
27 + method3: (int)x1 : (Sub *)x2 : (float)x3; // expected-warning {{method parameter type 'Sub *' doe… argument
29 -(void) method_r: (char)ch : (float*)f1 : (Sub*) x; // expected-warning {{method parameter type 'Su… argument
30 - method5: (int) x : (float) d; // expected-warning {{method parameter type 'float' does not match … argument
Dmethod-typecheck-1.m10 -(void) setMoo: (float) x {} // expected-warning {{conflicting parameter types in implementation o… argument
23 …(float) x { return 0; } // expected-warning {{conflicting parameter types in implementation of 'c… argument
34 (float) x { return 0; } // expected-warning {{conflicting parameter types in implementation of 'se… argument
/external/chromium_org/third_party/webrtc/modules/video_render/ios/
Dvideo_render_ios_view.mm157 Bottom:(const float)bottom {
/external/chromium_org/media/base/
Dvector_math_perftest.cc35 void RunBenchmark(void (*fn)(const float[], float, int, float[]), in RunBenchmark() argument
57 std::pair<float, float> (*fn)(float, const float[], int, float), in RunBenchmark() argument
Dsinc_resampler_perftest.cc32 float (*convolve_fn)(const float*, const float*, const float*, double), in RunConvolveBenchmark() argument
/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGPathTraversalStateBuilder.h54 virtual void lineToHorizontal(float, PathCoordinateMode) OVERRIDE { ASSERT_NOT_REACHED(); } in lineToHorizontal() argument
55 virtual void lineToVertical(float, PathCoordinateMode) OVERRIDE { ASSERT_NOT_REACHED(); } in lineToVertical() argument
59 …virtual void arcTo(float, float, float, bool, bool, const FloatPoint&, PathCoordinateMode) OVERRID… in arcTo() argument
DSVGPathBuilder.h52 virtual void lineToHorizontal(float, PathCoordinateMode) OVERRIDE { ASSERT_NOT_REACHED(); } in lineToHorizontal() argument
53 virtual void lineToVertical(float, PathCoordinateMode) OVERRIDE { ASSERT_NOT_REACHED(); } in lineToVertical() argument
57 …virtual void arcTo(float, float, float, bool, bool, const FloatPoint&, PathCoordinateMode) OVERRID… in arcTo() argument
/external/qemu/android/camera/
Dcamera-capture-mac.m135 - (int)read_frame:(ClientFrameBuffer*)framebuffers:(int)fbs_num:(float)r_scale:(float)g_scale:(floa… argument
276 {
/external/chromium_org/chrome/browser/ui/cocoa/constrained_window/
Dconstrained_window_animation.mm197 - (void)setWindowStateForValue:(float)value; argument
234 - (void)setWindowStateForValue:(float)value { argument
251 - (void)setWindowStateForValue:(float)value { argument
264 - (void)setWindowStateForValue:(float)value { argument
278 - (void)setWindowStateForValue:(float)value { argument
/external/clang/test/CodeGenObjC/
Dproperty-complex.m12 -(void) setIm0: (_Complex float) a0;
27 -(void) setIm0: (_Complex float) a0 {
36 -(void) setP0: (_Complex float) a0 {
Dmessages-2.m19 +(void) printThisInt: (int) arg0 andThatFloat: (float) arg1 andADouble: (double) arg2 andAPoint: (M… argument
26 -(void) printThisInt: (int) arg0 andThatFloat: (float) arg1 andADouble: (double) arg2 andAPoint: (M… argument
37 +(void) printThisInt: (int) arg0 andThatFloat: (float) arg1 andADouble: (double) arg2 andAPoint: (M… argument
60 -(void) printThisInt: (int) arg0 andThatFloat: (float) arg1 andADouble: (double) arg2 andAPoint: (M… argument
85 +(void) printThisInt: (int) arg0 andThatFloat: (float) arg1 andADouble: (double) arg2 andAPoint: (M… argument
114 -(void) printThisInt: (int) arg0 andThatFloat: (float) arg1 andADouble: (double) arg2 andAPoint: (M… argument
/external/chromium_org/third_party/WebKit/Source/platform/mac/
DWebFontCache.mm105 {
229 …t *)fontWithFamily:(NSString *)desiredFamily traits:(NSFontTraitMask)desiredTraits size:(float)size argument
230 {
/external/clang/test/FixIt/
Dfixit-objc-message.m12 - (int)method1:(int)x second:(float)y; argument
30 - (int)method1:(int)x second:(float)y; argument
34 - (int)method1:(int)x second:(float)y { argument
/external/lldb/test/functionalities/data-formatter/data-formatter-objc/
Dmain.m20 - (id)initWithInt: (int)x andFloat:(float)y andChar:(char)z; argument
30 - (id)initWithInt: (int)x andFloat:(float)y andChar:(char)z andOtherInt:(int)q; argument
57 - (id)initWithInt: (int)x andFloat:(float)y andChar:(char)z andOtherInt:(int)q argument
70 float mass; argument
72 -(void)setMass:(float)newMass; argument
89 -(float)mass argument
/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
DLightSource.h78 virtual bool setAzimuth(float) { return false; } in setAzimuth() argument
79 virtual bool setElevation(float) { return false; } in setElevation() argument
82 virtual bool setSpecularExponent(float) { return false; } in setSpecularExponent() argument
83 virtual bool setLimitingConeAngle(float) { return false; } in setLimitingConeAngle() argument
/external/chromium_org/third_party/WebKit/Source/platform/
DTheme.h81 …virtual FontDescription controlFont(ControlPart, const FontDescription& fontDescription, float /*z… in controlFont() argument
84 …olSize(ControlPart, const FontDescription&, const LengthSize& zoomedSize, float /*zoomFactor*/) co… in controlSize() argument
87 …virtual LengthSize minimumControlSize(ControlPart, const FontDescription&, float /*zoomFactor*/) c… in minimumControlSize() argument
97 …trolPart, ControlStates, GraphicsContext*, const IntRect& /*zoomedRect*/, float /*zoomFactor*/, Sc… in paint() argument
103 …virtual void inflateControlPaintRect(ControlPart, ControlStates, IntRect& /*zoomedRect*/, float /*… in inflateControlPaintRect() argument
/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorClient.h60 …virtual void setDeviceMetricsOverride(int /*width*/, int /*height*/, float /*deviceScaleFactor*/, … in setDeviceMetricsOverride() argument
74 virtual void setPageScaleFactor(float) { } in setPageScaleFactor() argument
/external/clang/test/ASTMerge/Inputs/
Dinterface2.m39 + (int)bar:(float)x; argument
45 + (int)bar:(float)x, ...; argument
51 - (int)bar:(float)x; argument
63 - (int)bar:(float)x; argument
Dinterface1.m46 + (int)bar:(float)x; argument
52 - (int)bar:(float)x; argument
58 - (int)bar:(float)x; argument
64 - (int)bar:(float)x; argument
/external/clang/test/Index/
Dcomplete-objc-message.m88 - (int)Method:(float)f Arg1:(int)i1 Arg2:(int)i2; argument
89 - (int)Method:(float)f Arg1:(int)i1 OtherArg:(id)obj; argument
90 - (int)Method:(float)f SomeArg:(int)i1 OtherArg:(id)obj; argument
91 - (int)OtherMethod:(float)f Arg1:(int)i1 Arg2:(int)i2; argument
109 + (int)Method:(float)f Arg1:(int)i1 Arg2:(int)i2; argument
110 + (int)Method:(float)f Arg1:(int)i1 OtherArg:(id)obj; argument
111 + (int)Method:(float)f SomeArg:(int)i1 OtherArg:(id)obj; argument
112 + (int)OtherMethod:(float)f Arg1:(int)i1 Arg2:(int)i2; argument
Dfile-refs.m4 -(id)setWithInt:(int)i andFloat:(float)f; argument
8 -(id)setWithInt:(int)i andFloat:(float)f { argument
/external/clang/test/SemaTemplate/
Dinstantiation-default-1.cpp94 bool test_Def6(Def6<int, float, float> *d6a, in test_Def6() argument
95 Def6<int, float, float, int (*)(float, float)> *d6b, in test_Def6()
/external/chromium_org/chrome/browser/ui/cocoa/bookmarks/
Dbookmark_button.mm138 const float kDownProportion = 1.4142135f; // Square root of 2. argument

1234567