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

  /external/antlr/antlr-3.4/runtime/Perl5/t/lib/My/Test/Class/
Load.pm 1 package My::Test::Class::Load;
9 my ($class, $file, $dir) = @_;
14 my $pattern = $ENV{TEST_CLASS};
16 (my $class = $file) =~ s!^\Q$dir\E/!!xms;
  /external/antlr/antlr-3.4/runtime/Perl5/t/lib/My/Test/
Class.pm 1 package My::Test::Class;
15 my ($class, @args) = @_;
16 my $self = $class->SUPER::new(@args);
23 my ($test) = @_;
24 (my $class = ref $test) =~ s/^Test:://xms;
  /ndk/tests/device/test-stlport_shared-exception/jni/
has_nothrow_constructor.cpp 49 class My
85 && My<T>().f() && My2<T>::trait && My3<T>().f())
88 && !My<T>().f() && !My2<T>::trait && !My3<T>().f())
has_nothrow_assign.cpp 89 class My
124 && My<T>().f() && My2<T>::trait && My3<T>().f())
127 && !My<T>().f() && !My2<T>::trait && !My3<T>().f())
has_nothrow_copy-1.cpp 79 class My
114 && My<T>().f() && My2<T>::trait && My3<T>().f())
117 && !My<T>().f() && !My2<T>::trait && !My3<T>().f())
  /ndk/tests/device/test-stlport_static-exception/jni/
has_nothrow_constructor.cpp 49 class My
85 && My<T>().f() && My2<T>::trait && My3<T>().f())
88 && !My<T>().f() && !My2<T>::trait && !My3<T>().f())
has_nothrow_assign.cpp 89 class My
124 && My<T>().f() && My2<T>::trait && My3<T>().f())
127 && !My<T>().f() && !My2<T>::trait && !My3<T>().f())
has_nothrow_copy-1.cpp 79 class My
114 && My<T>().f() && My2<T>::trait && My3<T>().f())
117 && !My<T>().f() && !My2<T>::trait && !My3<T>().f())
  /frameworks/native/services/sensorservice/
quat.h 69 const float My = R[1].y;
71 q.x = sqrtf( clamp( Hx - My - Az + 1) * 0.25f );
72 q.y = sqrtf( clamp(-Hx + My - Az + 1) * 0.25f );
73 q.z = sqrtf( clamp(-Hx - My + Az + 1) * 0.25f );
74 q.w = sqrtf( clamp( Hx + My + Az + 1) * 0.25f );
  /external/opencv/cv/src/
cvfundam.cpp 545 double Mx = M[i].x, My = M[i].y;
546 double ww = 1./(h[6]*Mx + h[7]*My + 1.);
547 double _xi = (h[0]*Mx + h[1]*My + h[2])*ww;
548 double _yi = (h[3]*Mx + h[4]*My + h[5])*ww;
554 { Mx*ww, My*ww, ww, 0, 0, 0, -Mx*ww*_xi, -My*ww*_xi },
555 { 0, 0, 0, Mx*ww, My*ww, ww, -Mx*ww*_yi, -My*ww*_yi }
    [all...]
  /frameworks/base/core/java/android/hardware/
SensorManager.java     [all...]

Completed in 371 milliseconds