Searched refs:num (Results 1 – 11 of 11) sorted by relevance
/development/tools/winscope/src/ |
D | decodeVideo.js | 37 var num = 0; 39 num = num * 256 40 num += buffer[position + i]; 42 return num;
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
D | FragmentDialog.java | 86 static String getNameForNum(int num) { in getNameForNum() argument 87 switch ((num-1)%6) { in getNameForNum() 109 static MyDialogFragment newInstance(int num) { in newInstance() argument 114 args.putInt("num", num); in newInstance()
|
D | DialogActivity.java | 80 int num = layout.getChildCount(); 81 if (num > 0) { 82 layout.removeViewAt(num-1);
|
D | FragmentStack.java | 95 static CountingFragment newInstance(int num) { in newInstance() argument 100 args.putInt("num", num); in newInstance()
|
D | FragmentCustomAnimations.java | 96 static CountingFragment newInstance(int num) { in newInstance() argument 101 args.putInt("num", num); in newInstance()
|
/development/apps/Development/src/com/android/development/ |
D | CacheAbuser.java | 66 long num = 0; in doInBackground() local 68 long dir1num = num/100; in doInBackground() 69 long dir2num = num%100; in doInBackground() 91 num++; in doInBackground()
|
/development/samples/training/ads-and-ux/src/com/example/training/ads/ |
D | AdsCatalogActivity.java | 88 static AdFragment newInstance(int num) { in newInstance() argument 93 args.putInt("num", num); in newInstance()
|
/development/tools/repo_pull/ |
D | README.md | 42 [-j num-threads] \ 43 [--limits max-num-changes]
|
/development/samples/training/InteractiveChart/src/com/example/android/interactivechart/ |
D | InteractiveLineGraphView.java | 410 private static float roundToOneSignificantFigure(double num) { in roundToOneSignificantFigure() argument 411 final float d = (float) Math.ceil((float) Math.log10(num < 0 ? -num : num)); in roundToOneSignificantFigure() 414 final long shifted = Math.round(num * magnitude); in roundToOneSignificantFigure()
|
/development/tools/repo_diff/service/repodiff/ |
D | Makefile | 180 --num-nodes=3 \
|
/development/tools/repo_diff/service/repodiff/persistence/filesystem/testdata/ |
D | commit.csv | 17960 …Q9K6LqSUvl_zKQ@fakeemail.com,nanohub:drivers:st_lsm6dsm: fix correct slave num op and optimize sla… 28211 …nfig,fake_AH9-TQoWT0-71sL8C8sPdA@fakeemail.com,"Verify that string/int-array has ""num"" attribute" 43338 …ernal/mesa3d,fake_Mopg6uRoTHKgEssf1bRIHQ@fakeemail.com,mesa/copyimage: fix num samples check to ha… 44432 …vVaTv7a3FYg@fakeemail.com,mesa: Adds check for integer internal format and num samples in glRender… 44582 …L9Z_RBOvVaTv7a3FYg@fakeemail.com,mesa: Returns a GL_INVALID_VALUE error if num of fbos in glDelete… 44600 …atform/external/mesa3d,fake_eIOUISEhTHad0_GnH9dz0w@fakeemail.com,svga: add num-bytes-uploaded HUD … 46791 …L9Z_RBOvVaTv7a3FYg@fakeemail.com,mesa: Returns a GL_INVALID_VALUE error if num of fbos in glDelete… 47330 …/external/mesa3d,fake_qBs2pCBATKqZWTD-Q4K66g@fakeemail.com,svga: split the num-resources-mapped hu… 48399 …orm/external/mesa3d,fake_qBs2pCBATKqZWTD-Q4K66g@fakeemail.com,svga: add new num-readbacks HUD query 49636 …L9Z_RBOvVaTv7a3FYg@fakeemail.com,mesa: Returns a GL_INVALID_VALUE error if num of texs in glDelete… [all …]
|