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

1 23 4 5 6 7 8 91011>>

  /external/pdfium/testing/libfuzzer/
pdf_font_fuzzer.cc 17 std::unique_ptr<void, FPDFPageDeleter> page(
30 FPDFPage_InsertObject(page.get(), text_object);
31 FPDFPage_GenerateContent(page.get());
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/setup/
AdvancedOptionsFlowInfo.java 32 * Class that stores the page information for advanced flow.
61 public @interface PAGE {
72 * Store the page summary into a HashMap.
74 * @param page The page as the key.
77 public void put(@PAGE int page, CharSequence info) {
78 mPageSummary.put(page, info);
82 * Check if the summary of the queried page matches with expected string.
85 * @param page The page queried
    [all...]
  /external/pdfium/core/fpdfapi/parser/
cpdf_document_unittest.cpp 44 auto page = pdfium::MakeUnique<CPDF_Dictionary>(); local
45 page->SetNewFor<CPDF_String>("Type", "Page", false);
46 page->SetNewFor<CPDF_Number>("PageNumbering", static_cast<int>(number));
47 return page;
115 // Page without pageNum.
167 CPDF_Dictionary* page = document->GetPage(i); local
168 ASSERT_TRUE(page);
169 ASSERT_TRUE(page->KeyExist("PageNumbering"));
170 EXPECT_EQ(i, page->GetIntegerFor("PageNumbering"))
172 CPDF_Dictionary* page = document->GetPage(kNumTestPages); local
178 const CPDF_Dictionary* page = document->GetPage(2); local
191 CPDF_Dictionary* page = document->GetPage(i); local
196 CPDF_Dictionary* page = document->GetPage(kNumTestPages); local
204 CPDF_Dictionary* page = document->GetPage(1); local
    [all...]
  /external/pdfium/fpdfsdk/
fpdfedit_embeddertest.cpp 11 #include "core/fpdfapi/page/cpdf_page.h"
152 "/Rotate 0/Type/Page"
179 FPDF_PAGE page = FPDFPage_New(document(), 0, 640.0, 480.0); local
180 EXPECT_NE(nullptr, page);
182 EXPECT_TRUE(FPDFPage_GenerateContent(page));
187 FPDF_ClosePage(page);
211 // page.
230 // Start with a blank page
231 FPDF_PAGE page = FPDFPage_New(CreateNewDocument(), 0, 612, 792); local
240 // Fill rectangle with red and insert to the page
402 FPDF_PAGE page = LoadPage(0); local
435 FPDF_PAGE page = LoadPage(0); local
493 FPDF_PAGE page = FPDFPage_New(CreateNewDocument(), 0, 612, 792); local
539 FPDF_PAGE page = FPDFPage_New(CreateNewDocument(), 0, 612, 792); local
660 FPDF_PAGE page = FPDFPage_New(CreateNewDocument(), 0, 612, 792); local
864 FPDF_PAGE page = LoadPage(0); local
873 FPDF_PAGE page = FPDFPage_New(CreateNewDocument(), 0, 612, 792); local
928 FPDF_PAGE page = FPDF_LoadPage(document(), 0); local
947 FPDF_PAGE page = FPDFPage_New(CreateNewDocument(), 0, 612, 792); local
1005 FPDF_PAGE page = LoadPage(0); local
1035 FPDF_PAGE page = LoadPage(0); local
1089 FPDF_PAGE page = LoadPage(0); local
1147 FPDF_PAGE page = LoadPage(0); local
1193 FPDF_PAGE page = LoadPage(0); local
    [all...]
  /external/pdfium/public/
fpdf_flatten.h 29 // Flatten annotations and form fields into the page contents.
31 // page - handle to the page.
32 // nFlag - One of the |FLAT_*| values denoting the page usage.
38 FPDF_EXPORT int FPDF_CALLCONV FPDFPage_Flatten(FPDF_PAGE page, int nFlag);
  /external/strace/tests/
ioctl_rtc.c 74 void *const page = tail_alloc(size); local
75 fill_memory(page, size);
90 ioctl(-1, RTC_ALM_READ, page);
91 printf("ioctl(-1, RTC_ALM_READ, %p) = -1 EBADF (%m)\n", page);
97 ioctl(-1, RTC_RD_TIME, page);
98 printf("ioctl(-1, RTC_RD_TIME, %p) = -1 EBADF (%m)\n", page);
132 ioctl(-1, RTC_IRQP_READ, page);
133 printf("ioctl(-1, RTC_IRQP_READ, %p) = -1 EBADF (%m)\n", page);
139 ioctl(-1, RTC_EPOCH_READ, page);
140 printf("ioctl(-1, RTC_EPOCH_READ, %p) = -1 EBADF (%m)\n", page);
    [all...]
  /external/strace/tests-m32/
ioctl_rtc.c 74 void *const page = tail_alloc(size); local
75 fill_memory(page, size);
90 ioctl(-1, RTC_ALM_READ, page);
91 printf("ioctl(-1, RTC_ALM_READ, %p) = -1 EBADF (%m)\n", page);
97 ioctl(-1, RTC_RD_TIME, page);
98 printf("ioctl(-1, RTC_RD_TIME, %p) = -1 EBADF (%m)\n", page);
132 ioctl(-1, RTC_IRQP_READ, page);
133 printf("ioctl(-1, RTC_IRQP_READ, %p) = -1 EBADF (%m)\n", page);
139 ioctl(-1, RTC_EPOCH_READ, page);
140 printf("ioctl(-1, RTC_EPOCH_READ, %p) = -1 EBADF (%m)\n", page);
    [all...]
  /external/strace/tests-mx32/
ioctl_rtc.c 74 void *const page = tail_alloc(size); local
75 fill_memory(page, size);
90 ioctl(-1, RTC_ALM_READ, page);
91 printf("ioctl(-1, RTC_ALM_READ, %p) = -1 EBADF (%m)\n", page);
97 ioctl(-1, RTC_RD_TIME, page);
98 printf("ioctl(-1, RTC_RD_TIME, %p) = -1 EBADF (%m)\n", page);
132 ioctl(-1, RTC_IRQP_READ, page);
133 printf("ioctl(-1, RTC_IRQP_READ, %p) = -1 EBADF (%m)\n", page);
139 ioctl(-1, RTC_EPOCH_READ, page);
140 printf("ioctl(-1, RTC_EPOCH_READ, %p) = -1 EBADF (%m)\n", page);
    [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mmix/
1cjmp1b.l 1 GAS for MMIX .*/1cjmp1b.s page 1
9 GAS for MMIX .*/1cjmp1b.s page 2
1hjmp1b.l 1 GAS for MMIX .*/1hjmp1b.s page 1
9 GAS for MMIX .*/1hjmp1b.s page 2
get-op.l 1 GAS for MMIX .*/get-op\.s page 1
11 GAS for MMIX .*/get-op\.s page 2
list-pseudoints.l 1 GAS for MMIX .*/list-pseudoints.s page 1
13 GAS for MMIX .*/list-pseudoints.s page 2
list-textfirst.l 1 GAS for MMIX .*/list-textfirst\.s page 1
11 GAS for MMIX .*/list-textfirst\.s page 2
reloc16.l 1 GAS for MMIX .*/reloc16\.s page 1
9 GAS for MMIX .*/reloc16\.s page 2
save-op.l 1 GAS for MMIX .*/save-op.s page 1
11 GAS for MMIX .*/save-op.s page 2
unsave-op.l 1 GAS for MMIX .*/unsave-op.s page 1
11 GAS for MMIX .*/unsave-op\.s page 2
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mn10300/
pr997.l 1 GAS LISTING .*/pr997.s.*page 1
13 .*GAS LISTING.*/pr997.s.*page 2
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-x86-64/
pr18176.d 3 #ld: -melf_x86_64 -shared -z relro -T pr18176.t -z max-page-size=0x200000 -z common-page-size=0x1000
pr19162.d 4 #ld: -melf_x86_64 -shared -z max-page-size=0x200000 -z common-page-size=0x1000
  /external/subsampling-scale-image-view/sample/src/main/java/com/davemorrissey/labs/subscaleview/test/configuration/
ConfigurationActivity.java 10 import com.davemorrissey.labs.subscaleview.test.Page;
24 new Page(configuration_p1_subtitle, configuration_p1_text),
25 new Page(configuration_p2_subtitle, configuration_p2_text),
26 new Page(configuration_p3_subtitle, configuration_p3_text),
27 new Page(configuration_p4_subtitle, configuration_p4_text),
28 new Page(configuration_p5_subtitle, configuration_p5_text),
29 new Page(configuration_p6_subtitle, configuration_p6_text),
30 new Page(configuration_p7_subtitle, configuration_p7_text),
31 new Page(configuration_p8_subtitle, configuration_p8_text),
32 new Page(configuration_p9_subtitle, configuration_p9_text)
    [all...]
  /external/v8/src/heap/
array-buffer-tracker-inl.h 18 Page* page = Page::FromAddress(buffer->address()); local
20 base::LockGuard<base::Mutex> guard(page->mutex());
21 LocalArrayBufferTracker* tracker = page->local_tracker();
23 page->AllocateLocalTracker();
24 tracker = page->local_tracker();
39 Page* page = Page::FromAddress(buffer->address())
    [all...]
  /frameworks/base/media/java/android/media/update/
MediaBrowser2Provider.java 31 void getChildren_impl(String parentId, int page, int pageSize, Bundle extras);
33 void getSearchResult_impl(String query, int page, int pageSize, Bundle extras);
  /packages/services/BuiltInPrintService/jni/plugins/
wprint_mupdf.h 35 * Return the page count for the specified file, or 0 on failure.
40 * Render a page (1-based) at the specified zoom level into the supplied output buffer. The
43 status_t (*renderPageStripe)(pdf_render_ifc_t *self, int page, int width,
47 * Determine the width and height of a particular page (1-based), returning success.
49 status_t (*getPageAttributes)(pdf_render_ifc_t *self, int page,
  /platform_testing/libraries/app-helpers/interfaces/handheld/src/android/platform/helpers/
ICalendarHelper.java 23 public enum Page { DAY, MONTH, SCHEDULE, THREE_DAY, WEEK }
40 * Setup expectations: Calendar is open on a page other than {@link Page.MONTH} with all menus
48 * Setup expectations: Calendar is open on a page other than {@link Page.MONTH} and the month
81 * Selects the supplied {@link Page} from the navigation drawer.
83 * @param page the {@link Page} or layout to select.
85 public void selectPage(Page page);
    [all...]
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-elf/
maxpage1.d 2 #ld: -z max-page-size=0x200000

Completed in 490 milliseconds

1 23 4 5 6 7 8 91011>>