Home
last modified time | relevance | path

Searched refs:num (Results 1 – 11 of 11) sorted by relevance

/development/tools/winscope/src/
DdecodeVideo.js37 var num = 0;
39 num = num * 256
40 num += buffer[position + i];
42 return num;
/development/samples/ApiDemos/src/com/example/android/apis/app/
DFragmentDialog.java86 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()
DDialogActivity.java80 int num = layout.getChildCount();
81 if (num > 0) {
82 layout.removeViewAt(num-1);
DFragmentStack.java95 static CountingFragment newInstance(int num) { in newInstance() argument
100 args.putInt("num", num); in newInstance()
DFragmentCustomAnimations.java96 static CountingFragment newInstance(int num) { in newInstance() argument
101 args.putInt("num", num); in newInstance()
/development/apps/Development/src/com/android/development/
DCacheAbuser.java66 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/
DAdsCatalogActivity.java88 static AdFragment newInstance(int num) { in newInstance() argument
93 args.putInt("num", num); in newInstance()
/development/tools/repo_pull/
DREADME.md42 [-j num-threads] \
43 [--limits max-num-changes]
/development/samples/training/InteractiveChart/src/com/example/android/interactivechart/
DInteractiveLineGraphView.java410 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/
DMakefile180 --num-nodes=3 \
/development/tools/repo_diff/service/repodiff/persistence/filesystem/testdata/
Dcommit.csv17960 …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 …]