| /external/chromium_org/chrome/browser/ui/cocoa/ |
| D | draggable_button_mixin.mm | 24 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/ |
| D | method-typecheck-2.m | 4 - (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
|
| D | warn-superclass-method-mismatch.m | 4 -(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
|
| D | method-typecheck-1.m | 10 -(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/ |
| D | video_render_ios_view.mm | 157 Bottom:(const float)bottom {
|
| /external/chromium_org/media/base/ |
| D | vector_math_perftest.cc | 35 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
|
| D | sinc_resampler_perftest.cc | 32 float (*convolve_fn)(const float*, const float*, const float*, double), in RunConvolveBenchmark() argument
|
| /external/chromium_org/third_party/WebKit/Source/core/svg/ |
| D | SVGPathTraversalStateBuilder.h | 54 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
|
| D | SVGPathBuilder.h | 52 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/ |
| D | camera-capture-mac.m | 135 - (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/ |
| D | constrained_window_animation.mm | 197 - (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/ |
| D | property-complex.m | 12 -(void) setIm0: (_Complex float) a0; 27 -(void) setIm0: (_Complex float) a0 { 36 -(void) setP0: (_Complex float) a0 {
|
| D | messages-2.m | 19 +(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/ |
| D | WebFontCache.mm | 105 { 229 …t *)fontWithFamily:(NSString *)desiredFamily traits:(NSFontTraitMask)desiredTraits size:(float)size argument 230 {
|
| /external/clang/test/FixIt/ |
| D | fixit-objc-message.m | 12 - (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/ |
| D | main.m | 20 - (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/ |
| D | LightSource.h | 78 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/ |
| D | Theme.h | 81 …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/ |
| D | InspectorClient.h | 60 …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/ |
| D | interface2.m | 39 + (int)bar:(float)x; argument 45 + (int)bar:(float)x, ...; argument 51 - (int)bar:(float)x; argument 63 - (int)bar:(float)x; argument
|
| D | interface1.m | 46 + (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/ |
| D | complete-objc-message.m | 88 - (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
|
| D | file-refs.m | 4 -(id)setWithInt:(int)i andFloat:(float)f; argument 8 -(id)setWithInt:(int)i andFloat:(float)f { argument
|
| /external/clang/test/SemaTemplate/ |
| D | instantiation-default-1.cpp | 94 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/ |
| D | bookmark_button.mm | 138 const float kDownProportion = 1.4142135f; // Square root of 2. argument
|