HomeSort by relevance Sort by last modified time
    Searched refs:Am (Results 1 - 9 of 9) sorted by null

  /frameworks/base/cmds/am/
am 3 # Script to start "am" on the device, which has a very rudimentary
7 export CLASSPATH=$base/framework/am.jar
8 exec app_process $base/bin com.android.commands.am.Am "$@"
  /development/perftests/panorama/feature_stab/db_vlvm/
db_image_homography.cpp 243 double Aacc,Bacc,Aacc2,Bacc2,divisor,divisor2,m,Am,Bm;
294 Am=Aacc*m;
296 R[0]= Am;
299 R[3]= Am;
312 Am=Aacc2*m;
314 R[0]= Am;
317 R[3]= -Am;
  /packages/apps/Camera/jni/feature_stab/db_vlvm/
db_image_homography.cpp 243 double Aacc,Bacc,Aacc2,Bacc2,divisor,divisor2,m,Am,Bm;
294 Am=Aacc*m;
296 R[0]= Am;
299 R[3]= Am;
312 Am=Aacc2*m;
314 R[0]= Am;
317 R[3]= -Am;
  /packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
db_image_homography.cpp 243 double Aacc,Bacc,Aacc2,Bacc2,divisor,divisor2,m,Am,Bm;
294 Am=Aacc*m;
296 R[0]= Am;
299 R[3]= Am;
312 Am=Aacc2*m;
314 R[0]= Am;
317 R[3]= -Am;
  /external/opencv/cxcore/src/
cxjacobieigens.cpp 87 double Am = AA[j];
89 anorm += Am * Am;
238 double Am = A1[j];
240 anorm += Am * Am;
  /external/opencv/cv/src/
_cvmatrix.h 351 CvMat Am = cvMat( n, n, CV_64F, A );
354 cvInvert( &Am, &invAm, CV_SVD );
  /external/opencv/cvaux/src/
cveigenobjects.cpp 63 double Am = AA[j];
65 anorm += Am * Am;
    [all...]
  /frameworks/base/cmds/am/src/com/android/commands/am/
Am.java 19 package com.android.commands.am;
76 public class Am extends BaseCommand {
100 (new Am()).run(args);
106 "usage: am [subcommand] [options]\n" +
107 "usage: am start [-D] [-W] [-P <FILE>] [--start-profiler <FILE>]\n" +
110 " am startservice [--user <USER_ID> | current] <INTENT>\n" +
111 " am stopservice [--user <USER_ID> | current] <INTENT>\n" +
112 " am force-stop [--user <USER_ID> | all | current] <PACKAGE>\n" +
113 " am kill [--user <USER_ID> | all | current] <PACKAGE>\n" +
114 " am kill-all\n"
    [all...]
  /ndk/sources/host-tools/make-3.81/
configure     [all...]

Completed in 236 milliseconds