/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
|
D | qualified-protocol-method-conflicts.m | 10 -(void) setX: (float) arg0; // expected-note 2 {{previous declaration is here}} argument 26 -(void) setX: (float) arg0 { } // expected-warning {{conflicting parameter types in declaration of … argument
|
D | selector-overload.m | 34 - method:(float)a; argument 40 - method:(float)a; argument
|
/external/webrtc/webrtc/modules/video_render/ios/ |
D | video_render_ios_view.mm | 157 Bottom:(const float)bottom {
|
/external/vulkan-validation-layers/libs/glm/gtx/ |
D | string_cast.inl | 108 detail::tvec2<float, P> const & v 117 detail::tvec3<float, P> const & v 126 detail::tvec4<float, P> const & v 228 detail::tmat2x2<float, P> const & x 239 detail::tmat2x3<float, P> const & x 250 detail::tmat2x4<float, P> const & x 261 detail::tmat3x2<float, P> const & x 273 detail::tmat3x3<float, P> const & x 285 detail::tmat3x4<float, P> const & x 297 detail::tmat4x2<float, P> const & x [all …]
|
/external/opencv3/modules/rsobjdetect/src/rs/ |
D | detectAt.rs | 146 void addStage(const int first, const int ntrees, const float threshold) { constant 155 void addStump(const int featureIdx, const float threshold, const float left, const float right) { constant 168 const float we0, const float we1, const float we2) { constant
|
/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/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/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 | complete-method-decls.m | 46 - (int)first:(int)x second:(float)y third:(double)z; argument 47 - (id)first:(int)xx second2:(float)y2 third:(double)z; argument 48 - (void*)first:(int)xxx second3:(float)y3 third:(double)z; argument 52 - (int)first:(int)x second2:(float)y third:(double)z; argument 56 - (int)first:(int)x second2:(float)y third:(double)z { } argument
|
D | file-refs.m | 4 -(id)setWithInt:(int)i andFloat:(float)f; argument 8 -(id)setWithInt:(int)i andFloat:(float)f { argument
|
/external/opencv3/modules/calib3d/src/ |
D | checkchessboard.cpp | 60 static void icvGetQuadrangleHypotheses(CvSeq* contours, std::vector<std::pair<float, int> >& quads,… in icvGetQuadrangleHypotheses() 85 static void countClasses(const std::vector<std::pair<float, int> >& pairs, size_t idx1, size_t idx2… in countClasses() 94 inline bool less_pred(const std::pair<float, int>& p1, const std::pair<float, int>& p2) in less_pred()
|
/external/clang/test/ASTMerge/Inputs/ |
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
|
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
|
/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/clang/test/CodeGenCXX/ |
D | mangle-template.cpp | 13 void f0(float) {} in f0() argument 21 void f0(float) {} in f0() argument 29 extern "C" void test3_f0(float) {} in test3_f0() argument 37 extern "C" void test4_f0(float) {} in test4_f0() argument 44 extern "C" void test5_f0(float) {} in test5_f0() argument 60 void A::im0(float) {} in im0() argument
|
/external/opencv3/modules/photo/src/ |
D | denoising.cuda.cpp | 63 void cv::cuda::nonLocalMeans(InputArray, OutputArray, float, int, int, int, Stream&) { throw_no_cud… in nonLocalMeans() argument 64 void cv::cuda::fastNlMeansDenoising(InputArray, OutputArray, float, int, int, Stream&) { throw_no_c… in fastNlMeansDenoising() argument 65 void cv::cuda::fastNlMeansDenoisingColored(InputArray, OutputArray, float, float, int, int, Stream&… in fastNlMeansDenoisingColored() argument
|
/external/webrtc/webrtc/modules/video_render/linux/ |
D | video_render_linux_impl.cc | 203 const float /*left*/, in SetStreamCropping()
|
/external/skia/src/views/mac/ |
D | SkOptionsTableView.mm | 265 - (NSCell*)createSlider:(float)value min:(float)min max:(float)max { argument
|
/external/opencv3/modules/cudaimgproc/src/ |
D | bilateral_filter.cpp | 50 void cv::cuda::bilateralFilter(InputArray, OutputArray, int, float, float, int, Stream&) { throw_no… in bilateralFilter() argument
|
/external/webrtc/webrtc/modules/video_render/android/ |
D | video_render_android_impl.cc | 265 const float /*left*/, in SetStreamCropping()
|
/external/clang/test/CXX/temp/temp.fct.spec/temp.arg.explicit/ |
D | p9-0x.cpp | 53 void test_explicit_spec_extension_targs(tuple<int, float, double> t3) { in test_explicit_spec_extension_targs() argument 63 void test_explicit_spec_extension_funcparms(int (*f3)(int, float, double)) { in test_explicit_spec_extension_funcparms() argument
|