/system/extras/tests/pftest/ |
pftest.c | 56 int numPages = numPagesList[j]; 67 for (i = 0; i < numPages; i++) { 68 int nextPageIdx = (pageIdx + 1) % numPages; 75 if (i != numPages -1) { 105 printf("%d, %f\n", numPages, (float) (t1 - t0) / WORKLOAD);
|
/frameworks/av/media/libmedia/ |
MediaUtils.cpp | 40 long numPages = sysconf(_SC_PHYS_PAGES); 43 if (pageSize > 0 && numPages > 0) { 44 if (size_t(numPages) < SIZE_MAX / size_t(pageSize)) { 45 maxMem = size_t(numPages) * size_t(pageSize);
|
/libcore/ojluni/src/main/native/ |
MappedByteBuffer.c | 41 jlong len, jint numPages) 48 unsigned char *vec = (unsigned char *)malloc(numPages * sizeof(char)); 50 char *vec = (char *)malloc(numPages * sizeof(char)); 65 for (i=0; i<numPages; i++) {
|
/cts/tests/tests/print/src/android/print/cts/ |
PageRangeAdjustAndVerify.java | 113 for (int numPages = 5; numPages <= 100; numPages += 95) { 124 if (numPages == 5) { 140 selectedPages[2] = numPages - 1; 144 && selectedPages[2] <= numPages - 1 145 && (numPages == 5 || selectedPages[2] >= 50)) { 147 new Object[]{numPages, reportNumPagesFromLayout != 0, 160 public PageRangeAdjustAndVerify(int numPages, boolean reportNumPagesFromLayout, 162 mNumPages = numPages; [all...] |
BasePrintTest.java | 780 @NonNull PrintDocumentAdapter createDefaultPrintDocumentAdapter(int numPages) { 792 .setPageCount(numPages).build(), [all...] |
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/ |
PageIndicator.java | 47 public void setNumPages(int numPages) { 48 setVisibility(numPages > 1 ? View.VISIBLE : View.INVISIBLE); 52 while (numPages < getChildCount()) { 59 while (numPages > getChildCount()) {
|
/packages/apps/Launcher3/src/com/android/launcher3/pageindicators/ |
PageIndicatorLineCaret.java | 86 public void set(PageIndicatorLineCaret obj, Float numPages) { 87 obj.mNumPagesFloat = numPages; 250 private void animateToNumPages(int numPages) { 251 setupAndRunAnimation(ObjectAnimator.ofFloat(this, NUM_PAGES, numPages),
|
/external/deqp/external/vulkancts/framework/vulkan/ |
vkBinaryRegistry.hpp | 133 const size_t numPages = (numElements >> ELEMENTS_PER_PAGE_LOG2) + ((numElements & ((1u<<ELEMENTS_PER_PAGE_LOG2)-1u)) == 0 ? 0 : 1); 138 m_isPageResident.resize(numPages, false);
|
/external/syslinux/gpxe/src/drivers/net/ |
smc9000.c | 625 word numPages; 635 numPages = length / 256; 637 if (numPages > 7 ) { 646 _outw(MC_ALLOC | numPages, nic->ioaddr + MMU_CMD);
|
/external/mesa3d/src/gallium/drivers/svga/include/ |
svga_reg.h | 233 * (ppn==0, numPages==0) 236 * (ppn != 0, numPages != 0) 241 * (ppn != 0, numPages == 0) 273 uint32 numPages; [all...] |
/external/pdfium/fpdfsdk/javascript/ |
Document.h | 97 bool numPages(CJS_Runtime* pRuntime, 347 JS_STATIC_PROP(numPages, Document);
|
Document.cpp | 89 {"numPages", get_numPages_static, set_numPages_static}, 914 bool Document::numPages(CJS_Runtime* pRuntime, [all...] |
/frameworks/base/core/java/android/database/sqlite/ |
SQLiteDatabase.java | [all...] |
/packages/apps/Launcher2/src/com/android/launcher2/ |
PagedView.java | [all...] |
/prebuilts/tools/common/m2/repository/org/xerial/sqlite-jdbc/3.16.1/ |
sqlite-jdbc-3.16.1.jar | |
/external/robolectric/v1/lib/main/ |
sqlite-jdbc-3.7.2.jar | |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar | |
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar | |
/external/robolectric/v3/runtime/ |
android-all-4.1.2_r1-robolectric-0.jar | |
android-all-4.2.2_r1.2-robolectric-0.jar | |
android-all-4.3_r2-robolectric-0.jar | |
/prebuilts/misc/common/groovy/ |
groovy-all-1.7.0.jar | |
/prebuilts/misc/common/robolectric/lib/ |
android-all-4.1.2_r1-robolectric-0.jar | |
android-all-4.2.2_r1.2-robolectric-0.jar | |
android-all-4.3_r2-robolectric-0.jar | |