HomeSort by relevance Sort by last modified time
    Searched refs:page (Results 26 - 50 of 1227) sorted by null

12 3 4 5 6 7 8 91011>>

  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/views/
FrameSummaryView.java 24 * The {@link FrameSummaryView} is a page book view with pages of type {@link FrameSummaryViewPage}.
40 FrameSummaryViewPage page = viewer.getFrameSummaryViewPage(); local
41 initPage(page);
42 page.createControl(getPageBook());
44 return new PageRec(part, page);
49 FrameSummaryViewPage page = (FrameSummaryViewPage) pageRecord.page; local
50 page.dispose();
StateView.java 44 StateViewPage page = viewer.getStateViewPage(); local
45 initPage(page);
46 page.createControl(getPageBook());
48 return new PageRec(part, page);
53 StateViewPage v = (StateViewPage) pageRecord.page;
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/views/detail/
DetailsView.java 38 DetailsPage page = viewer.getDetailsPage(); local
40 initPage(page);
41 page.createControl(getPageBook());
43 return new PageRec(part, page);
48 DetailsPage page = (DetailsPage) pageRecord.page; local
49 page.dispose();
  /external/pdfium/xfa/fwl/
cfwl_edit_embeddertest.cpp 21 UnloadPage(page());
31 FPDF_PAGE page() const { return page_; } function in class:CFWLEditEmbeddertest
48 FORM_OnLButtonDown(form_handle(), page(), 0, 115, 58);
50 FORM_OnChar(form_handle(), page(), 'a' + i, 0);
53 FORM_OnLButtonDown(form_handle(), page(), 0, 128, 58);
54 FORM_OnLButtonDown(form_handle(), page(), FWL_EVENTFLAG_ShiftKey, 152, 58);
57 EXPECT_EQ(12UL, FORM_GetSelectedText(form_handle(), page(), nullptr, 0));
60 unsigned long len = FORM_GetSelectedText(form_handle(), page(), &buf, 128);
65 FORM_OnLButtonDown(form_handle(), page(), 0, 115, 58);
67 FORM_OnChar(form_handle(), page(), 'a' + i, 0)
    [all...]
  /external/pdfium/third_party/base/allocator/partition_allocator/
partition_alloc.cc 13 // Two partition pages are used as guard / metadata page so make sure the super
14 // page size is bigger.
17 "ok super page size");
20 "ok super page multiple");
22 // of metadata in the middle of a guard partition page.
25 "ok partition page size");
28 "ok partition page multiple");
41 "page metadata fits in hole");
64 // allocator, and the current values of partition page size and constants.
87 // Leaving a page unfaulted is not free; the page will occupy an empty pag
    [all...]
  /external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/html/
HTMLGroupVisitor.java 21 import org.jacoco.report.internal.html.page.BundlePage;
22 import org.jacoco.report.internal.html.page.GroupPage;
23 import org.jacoco.report.internal.html.page.NodePage;
24 import org.jacoco.report.internal.html.page.ReportPage;
35 private final GroupPage page; field in class:HTMLGroupVisitor
55 page = new GroupPage(total, parent, folder, context);
59 * Returns the page rendered for this group.
61 * @return page for this group
64 return page;
70 final BundlePage bundlepage = new BundlePage(bundle, page, locator
    [all...]
  /external/pdfium/core/fpdfapi/edit/
cpdf_creator_embeddertest.cpp 28 FPDF_PAGE page = FPDF_LoadPage(document(), 0); local
29 ASSERT_TRUE(page);
31 RenderPageWithFlags(page, form_handle(), FPDF_ANNOT);
33 UnloadPage(page);
  /external/pdfium/fpdfsdk/
fpdfeditpath_embeddertest.cpp 15 FPDF_PAGE page = FPDFPage_New(document(), 0, 612, 792); local
26 FPDFPage_InsertObject(page, path);
29 EXPECT_TRUE(FPDFPage_GenerateContent(page));
31 FPDF_ClosePage(page);
32 page = nullptr;
35 page = LoadSavedPage(0);
36 ASSERT(page);
39 FPDF_PAGEOBJECT path = FPDFPage_GetObject(page, i);
61 CloseSavedPage(page);
fpdfannot_embeddertest.cpp 31 // Open a file with one annotation and load its first page.
33 FPDF_PAGE page = FPDF_LoadPage(document(), 0); local
34 ASSERT_TRUE(page);
40 FPDF_BITMAP bitmap = RenderPageWithFlags(page, form_handle(), FPDF_ANNOT);
44 UnloadPage(page);
48 // Open a file with one annotation and load its first page.
50 FPDF_PAGE page = FPDF_LoadPage(document(), 0); local
51 ASSERT_TRUE(page);
53 // Check that there is a total of 1 annotation on its first page.
54 EXPECT_EQ(1, FPDFPage_GetAnnotCount(page));
126 FPDF_PAGE page = FPDF_LoadPage(document(), 0); local
168 FPDF_PAGE page = FPDF_LoadPage(document(), 0); local
180 FPDF_PAGE page = FPDF_LoadPage(document(), 0); local
261 FPDF_PAGE page = FPDF_LoadPage(document(), 0); local
334 FPDF_PAGE page = FPDF_LoadPage(document(), 0); local
425 FPDF_PAGE page = FPDF_LoadPage(document(), 0); local
507 FPDF_PAGE page = FPDF_LoadPage(document(), 0); local
622 FPDF_PAGE page = FPDF_LoadPage(document(), 0); local
682 FPDF_PAGE page = FPDF_LoadPage(document(), 0); local
755 FPDF_PAGE page = FPDF_LoadPage(document(), 0); local
822 FPDF_PAGE page = FPDF_LoadPage(document(), 0); local
895 FPDF_PAGE page = FPDF_LoadPage(document(), 0); local
1010 FPDF_PAGE page = FPDF_LoadPage(document(), 0); local
1042 FPDF_PAGE page = FPDF_LoadPage(document(), 0); local
1074 FPDF_PAGE page = FPDF_LoadPage(document(), 0); local
1118 FPDF_PAGE page = FPDF_LoadPage(document(), 0); local
1145 FPDF_PAGE page = FPDF_LoadPage(document(), 0); local
1187 FPDF_PAGE page = LoadPage(0); local
1201 FPDF_PAGE page = LoadPage(0); local
1229 FPDF_PAGE page = LoadPage(0); local
    [all...]
  /external/subsampling-scale-image-view/sample/src/main/java/com/davemorrissey/labs/subscaleview/test/
AbstractFragmentsActivity.java 13 private static final String BUNDLE_PAGE = "page";
15 private int page; field in class:AbstractFragmentsActivity
19 private final List<Page> notes;
21 protected abstract void onPageChanged(int page);
23 protected AbstractFragmentsActivity(int title, int layout, List<Page> notes) {
39 page = savedInstanceState.getInt(BUNDLE_PAGE);
52 outState.putInt(BUNDLE_PAGE, page);
62 page++;
67 page--;
72 if (page > notes.size() - 1)
    [all...]
AbstractPagesActivity.java 15 private static final String BUNDLE_PAGE = "page";
17 private int page; field in class:AbstractPagesActivity
21 private final List<Page> notes;
23 protected AbstractPagesActivity(int title, int layout, List<Page> notes) {
45 page = savedInstanceState.getInt(BUNDLE_PAGE);
58 outState.putInt(BUNDLE_PAGE, page);
68 page++;
73 page--;
78 if (page > notes.size() - 1) {
83 actionBar.setSubtitle(notes.get(page).getSubtitle())
    [all...]
  /packages/services/BuiltInPrintService/src/com/android/bips/render/
IPdfRender.aidl 29 * Open a new document, returning the page count or 0 on error
34 * Return open document's page size in fractional points (1/72") or null on error.
36 SizeD getPageSize(int page);
39 * Render a page from the open document as a bitmap.
42 * portion of the page
43 * @param y y-offset from the page in pixels at the specified zoom factor
44 * @param width full-page width of bitmap to render
48 ParcelFileDescriptor renderPageStripe(int page, int y, int width, int height,
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mmix/
hex.l 1 GAS for MMIX .*/hex\.s page 1
8 GAS for MMIX .*/hex\.s page 2
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-elf/
commonpage1.d 2 #ld: -z max-page-size=0x200000 -z common-page-size=0x100000
commonpage2.d 3 #ld: -z max-page-size=0x200000 -z common-page-size=0x100000 -T maxpage4.t
textaddr3.d 2 #ld: -Ttext-segment 0x10000 -z max-page-size=0x200000
4 #warning: .*address of `text-segment' isn't multiple of maximum page size
textaddr5.d 2 #ld: -shared -z max-page-size=0x200000 -Ttext-segment 0x10000
4 #warning: .*address of `text-segment' isn't multiple of maximum page size
header.d 2 # ld: -T header.t -z max-page-size=0x100
  /external/squashfs-tools/kernel/fs/squashfs/
symlink.c 46 static int squashfs_symlink_readpage(struct file *file, struct page *page)
48 struct inode *inode = page->mapping->host;
51 int index = page->index << PAGE_CACHE_SHIFT;
59 TRACE("Entered squashfs_symlink_readpage, page index %ld, start block "
60 "%llx, offset %x\n", page->index, block, offset);
79 * kmap_atomic to map the page. Instead call the underlying
93 pageaddr = kmap_atomic(page, KM_USER0);
104 flush_dcache_page(page);
105 SetPageUptodate(page);
    [all...]
  /test/vti/dashboard/src/main/webapp/css/
show_plan_release.css 15 .page-button-wrapper {
  /external/jacoco/org.jacoco.report.test/src/org/jacoco/report/internal/html/page/
ClassPageTest.java 12 package org.jacoco.report.internal.html.page;
32 private ClassPage page; field in class:ClassPageTest
46 page = new ClassPage(node, null, null, rootFolder, context);
47 page.render();
62 page = new ClassPage(node, null, null, rootFolder, context);
63 assertEquals("Foo.html", page.getFileName());
69 page = new ClassPage(defaultNode, null, null, rootFolder, context);
70 assertEquals("Foo.html", page.getFileName());
75 page = new ClassPage(node, null, null, rootFolder, context);
76 assertEquals("Foo", page.getLinkLabel())
    [all...]
NodePageTest.java 12 package org.jacoco.report.internal.html.page;
33 private NodePage<ICoverageNode> page; field in class:NodePageTest
57 page = new TestNodePage(node, null);
62 assertSame(node, page.getNode());
67 assertEquals("Test", page.getLinkLabel());
72 assertEquals("el_report", page.getLinkStyle());
77 final TestNodePage group = new TestNodePage(node, page);
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/setup/
UserChoiceInfo.java 45 public @interface PAGE {
57 * Store the page summary into a HashMap.
59 * @param page The page as the key.
62 public void put(@PAGE int page, String info) {
63 mDataSummary.put(page, info);
67 * Check if the summary of the queried page matches with expected string.
70 * @param page The page queried
    [all...]
  /cts/tests/pdf/src/android/graphics/pdf/cts/
PdfDocumentTest.java 93 PdfDocument.Page page = doc local
95 doc.finishPage(page);
96 verifyException(() -> doc.finishPage(page), IllegalStateException.class);
105 PdfDocument.Page page = doc local
108 doc.finishPage(page);
128 PdfDocument.Page page = doc local
136 doc.finishPage(page);
144 PdfDocument.Page page = doc local
364 PdfDocument.Page page = doc.startPage( local
378 PdfDocument.Page page = doc.startPage( local
392 PdfDocument.Page page = doc.startPage( local
410 PdfDocument.Page page = doc.startPage( local
    [all...]
  /external/pdfium/public/
fpdf_progressive.h 52 // Start to render page contents to a device independent bitmap
59 // page - Handle to the page. Returned by FPDF_LoadPage
65 // size_x - Horizontal size (in pixels) for displaying the page.
66 // size_y - Vertical size (in pixels) for displaying the page.
67 // rotate - Page orientation: 0 (normal), 1 (rotated 90 degrees
77 // allowing the page rendering process
83 FPDF_PAGE page,
93 // Continue rendering a PDF page.
95 // page - Handle to the page. Returned by FPDF_LoadPag
    [all...]

Completed in 264 milliseconds

12 3 4 5 6 7 8 91011>>