HomeSort by relevance Sort by last modified time
    Searched defs:T12 (Results 1 - 7 of 7) sorted by null

  /external/clang/test/Index/
complete-documentation-templates.cpp 52 typedef T3<double> T12;
126 // CHECK-CC4: TypedefDecl:{TypedText T12}
127 // CHECK-CC4-SHOULD-BE: TypedefDecl:{TypedText T12}{{.*}}(brief comment: This is T3.)
  /external/clang/test/SemaCXX/
virtual-override.cpp 268 namespace T12 {
277 virtual B& f(); // expected-error {{virtual function 'f' has a different return type ('T12::B &') than the function it overrides (which has return type 'T12::A &&')}}
  /external/opencv3/samples/cpp/
3calibration.cpp 54 Mat& R12, Mat& T12, Mat& R13, Mat& T13)
148 R12 = R; T12 = T;
247 Mat cameraMatrix[3], distCoeffs[3], R[3], P[3], R12, T12;
299 R12, T12, R13, T13);
312 fs << "T12" << T12;
325 imageSize, R12, T12, R13, T13,
  /external/clang/test/CodeGenCXX/
temporaries.cpp 321 namespace T12 {
  /external/clang/test/CodeGen/
x86_32-arguments-darwin.c 81 typedef int T12 __attribute__ ((vector_size (8)));
82 T12 f12(void) { while (1) {} }
102 struct { T12 a; } f18(void) { while (1) {} }
  /external/opencv3/modules/java/src/
calib3d.cpp     [all...]
  /cts/apps/CtsVerifier/libs/
opencv3-android.jar 

Completed in 126 milliseconds