| /external/perfetto/ui/src/test/ |
| D | ui_integrationtest.ts | 17 import {Browser, Page} from 'puppeteer'; 34 async function getPage(): Promise<Page> { 44 const page = await getPage(); constant 45 await page.setViewport({width: 1920, height: 1080}); 57 const page = await getPage(); constant 62 await page.screenshot({path: actualFilename}); 73 let page: Page; variable 76 page = await getPage(); 77 await page.goto('http://localhost:10000/?testing=1'); 78 await waitForPerfettoIdle(page); [all …]
|
| /external/perfetto/src/traced/probes/ftrace/test/data/android_raven_AOSP.MASTER_5.10.43/events/kmem/mm_page_pcpu_drain/ |
| D | format | 13 …page=%p pfn=%lu order=%d migratetype=%d", (((struct page *)(-(((-((((1UL))) << ((((39))) - 1))) - …
|
| /external/perfetto/src/traced/probes/ftrace/test/data/android_raven_AOSP.MASTER_5.10.43/events/kmem/mm_page_free_batched/ |
| D | format | 11 …page=%p pfn=%lu order=0", (((struct page *)(-(((-((((1UL))) << ((((39))) - 1))) - ((-((((1UL))) <<…
|
| /external/perfetto/src/traced/probes/ftrace/test/data/android_raven_AOSP.MASTER_5.10.43/events/kmem/mm_page_alloc_zone_locked/ |
| D | format | 13 …page=%p pfn=%lu order=%u migratetype=%d percpu_refill=%d", REC->pfn != -1UL ? (((struct page *)(-(…
|
| /external/perfetto/src/traced/probes/ftrace/test/data/android_raven_AOSP.MASTER_5.10.43/events/vmscan/mm_vmscan_writepage/ |
| D | format | 12 …page=%p pfn=%lu flags=%s", (((struct page *)(-(((-((((1UL))) << ((((39))) - 1))) - ((-((((1UL))) <…
|
| /external/perfetto/src/traced/probes/ftrace/test/data/android_raven_AOSP.MASTER_5.10.43/events/kmem/mm_page_free/ |
| D | format | 12 …page=%p pfn=%lu order=%d", (((struct page *)(-(((-((((1UL))) << ((((39))) - 1))) - ((-((((1UL))) <…
|
| /external/pdfium/fpdfsdk/ |
| D | fpdf_thumbnail_embeddertest.cpp | 29 FPDF_PAGE page = LoadPage(0); in TEST_F() local 30 ASSERT_TRUE(page); in TEST_F() 33 FPDFPage_GetDecodedThumbnailData(page, nullptr, 0); in TEST_F() 38 page, thumb_buf.data(), length_bytes)); in TEST_F() 41 UnloadPage(page); in TEST_F() 48 FPDF_PAGE page = LoadPage(1); in TEST_F() local 49 ASSERT_TRUE(page); in TEST_F() 52 FPDFPage_GetDecodedThumbnailData(page, nullptr, 0); in TEST_F() 57 page, thumb_buf.data(), length_bytes)); in TEST_F() 60 UnloadPage(page); in TEST_F() [all …]
|
| D | fpdf_transformpage_embeddertest.cpp | 35 FPDF_PAGE page = LoadPage(1); in TEST_F() local 36 ASSERT_TRUE(page); in TEST_F() 39 EXPECT_TRUE(FPDFPage_GetMediaBox(page, &mediabox.left, &mediabox.bottom, in TEST_F() 47 EXPECT_TRUE(FPDFPage_GetCropBox(page, &cropbox.left, &cropbox.bottom, in TEST_F() 55 EXPECT_TRUE(FPDFPage_GetBleedBox(page, &bleedbox.left, &bleedbox.bottom, in TEST_F() 63 EXPECT_TRUE(FPDFPage_GetTrimBox(page, &trimbox.left, &trimbox.bottom, in TEST_F() 71 EXPECT_TRUE(FPDFPage_GetArtBox(page, &artbox.left, &artbox.bottom, in TEST_F() 78 UnloadPage(page); in TEST_F() 82 FPDF_PAGE page = LoadPage(3); in TEST_F() local 83 ASSERT_TRUE(page); in TEST_F() [all …]
|
| D | fpdf_annot_embeddertest.cpp | 15 #include "core/fpdfapi/page/cpdf_annotcontext.h" 69 FPDF_PAGE page, in VerifyAnnotationSubtypesAndFocusability() argument 73 FPDFPage_GetAnnotCount(page)); in VerifyAnnotationSubtypesAndFocusability() 75 ScopedFPDFAnnotation annot(FPDFPage_GetAnnot(page, i)); in VerifyAnnotationSubtypesAndFocusability() 115 ScopedFPDFPage page(FPDFPage_New(doc.get(), 0, 100, 100)); in TEST_F() local 116 ASSERT_TRUE(page); in TEST_F() 120 ScopedFPDFAnnotation annot(FPDFPage_CreateAnnot(page.get(), FPDF_ANNOT_INK)); in TEST_F() 172 ScopedFPDFPage page(FPDFPage_New(doc.get(), 0, 100, 100)); in TEST_F() local 173 ASSERT_TRUE(page); in TEST_F() 177 ScopedFPDFAnnotation annot(FPDFPage_CreateAnnot(page.get(), FPDF_ANNOT_INK)); in TEST_F() [all …]
|
| D | fpdf_edit_embeddertest.cpp | 13 #include "core/fpdfapi/page/cpdf_page.h" 14 #include "core/fpdfapi/page/cpdf_pageobject.h" 48 const wchar_t kBottomText[] = L"I'm at the bottom of the page"; 214 "/Rotate 0/Type/Page" 237 ScopedFPDFPage page(FPDFPage_New(document(), 0, 400, 400)); in TEST_F() local 260 FPDFPage_InsertObject(page.get(), text_object); in TEST_F() 261 EXPECT_TRUE(FPDFPage_GenerateContent(page.get())); in TEST_F() 264 ScopedFPDFBitmap page_bitmap = RenderPage(page.get()); in TEST_F() 273 ScopedFPDFPage page(FPDFPage_New(document(), 0, 400, 400)); in TEST_F() local 297 FPDFPage_InsertObject(page.get(), text_object); in TEST_F() [all …]
|
| /external/perfetto/src/traced/probes/ftrace/test/data/android_raven_AOSP.MASTER_5.10.43/events/filemap/mm_filemap_delete_from_page_cache/ |
| D | format | 14 …page=%p pfn=%lu ofs=%lu", ((unsigned int) ((REC->s_dev) >> 20)), ((unsigned int) ((REC->s_dev) & (…
|
| /external/perfetto/src/traced/probes/ftrace/test/data/android_raven_AOSP.MASTER_5.10.43/events/filemap/mm_filemap_add_to_page_cache/ |
| D | format | 14 …page=%p pfn=%lu ofs=%lu", ((unsigned int) ((REC->s_dev) >> 20)), ((unsigned int) ((REC->s_dev) & (…
|
| /external/perfetto/src/traced/probes/ftrace/test/data/android_raven_AOSP.MASTER_5.10.43/events/kmem/mm_page_alloc_extfrag/ |
| D | format | 16 …page=%p pfn=%lu alloc_order=%d fallback_order=%d pageblock_order=%d alloc_migratetype=%d fallback_…
|
| /external/sg3_utils/doc/ |
| D | sg_vpd.8 | 3 sg_vpd \- fetch SCSI VPD page and/or decode its response 9 [\fI\-\-page=PG\fR] [\fI\-\-quiet\fR] [\fI\-\-raw\fR] 16 page and decodes it or outputs it in ASCII hexadecimal or binary. VPD pages 21 hexadecimal representing a VPD page response. If the \fI\-\-raw\fR option 24 Probably the most important page is the Device Identification 25 VPD page (page number: 0x83). Since SPC\-3, support for this page 26 has been flagged as mandatory. This page can be fetched by 34 VPD pages" (0x0) VPD page is fetched and decoded. 42 are found in the "Supported VPD pages" VPD page. Pages that cannot be 49 checks are applied on each VPD page's length and the ascending order of VPD [all …]
|
| D | sg_wr_mode.8 | 3 sg_wr_mode \- write (modify) SCSI mode page 7 [\fI\-\-len=10|6\fR] [\fI\-\-mask=M,M...\fR] [\fI\-\-page=PG_H[,SPG_H]\fR] 13 Writes a modified mode page to \fIDEVICE\fR. Uses the SCSI MODE SENSE (6 15 a mode page (or subpage). It then combines that with the contents, 16 potentially masked, and writes the modified mode page with the SCSI MODE 27 page has the RTD_SUP bit to indicate whether the \fIDEVICE\fR supports the 32 header, block descriptor(s) and mode page) of the "current" values of 33 the existing mode page are printed out. In this case the mode page is 37 must match the existing mode page in various aspects unless the 38 \fI\-\-force\fR option is given. These include length, mode page code and [all …]
|
| D | sginfo.8 | 3 sginfo \- access mode page information for a SCSI (or ATAPI) device 16 also be used. The primary role of this program is to access mode page 17 information. If permitted, mode page information can be altered. In 25 adds and modifies mode page fields. Those interested in SCSI mode pages 31 page: current (active), default (manufacturer's supplied values), 34 By default when a mode page is displayed the current values are 41 in SPC\-4 (primary commands). A decoded mode page has its field names 43 A "hex" mode page (and subpage) has its byte position in the first 46 or with a specific option (e.g. 'c' for the caching mode page). 52 If no options are given that will cause mode page(s) or INQUIRY data [all …]
|
| /external/python/cpython2/Modules/_ctypes/libffi/src/arm/ |
| D | trampoline.S | 36 // Load the context argument from the config page. 41 // Load the jump address from the config page. 49 // Load the context argument from the config page. 54 // Load the jump address from the config page. 62 // Load the context argument from the config page. 67 // Load the jump address from the config page. 75 // Load the context argument from the config page. 80 // Load the jump address from the config page. 88 // Load the context argument from the config page. 93 // Load the jump address from the config page. [all …]
|
| /external/libffi/src/arm/ |
| D | trampoline.S | 36 // Load the context argument from the config page. 41 // Load the jump address from the config page. 49 // Load the context argument from the config page. 54 // Load the jump address from the config page. 62 // Load the context argument from the config page. 67 // Load the jump address from the config page. 75 // Load the context argument from the config page. 80 // Load the jump address from the config page. 88 // Load the context argument from the config page. 93 // Load the jump address from the config page. [all …]
|
| /external/flac/src/libFLAC/ |
| D | ogg_helper.c | 78 void simple_ogg_page__init(ogg_page *page) in simple_ogg_page__init() argument 80 page->header = 0; in simple_ogg_page__init() 81 page->header_len = 0; in simple_ogg_page__init() 82 page->body = 0; in simple_ogg_page__init() 83 page->body_len = 0; in simple_ogg_page__init() 86 void simple_ogg_page__clear(ogg_page *page) in simple_ogg_page__clear() argument 88 if(page->header) in simple_ogg_page__clear() 89 free(page->header); in simple_ogg_page__clear() 90 if(page->body) in simple_ogg_page__clear() 91 free(page->body); in simple_ogg_page__clear() [all …]
|
| /external/python/python-api-core/google/api_core/ |
| D | page_iterator.py | 18 where the request takes a page token and the response is a list of results with 19 a token for the next page. See `list pagination`_ in the Google API Style Guide 48 To iterate based on each page of items (where a page corresponds to 51 >>> for page in results_iterator.pages: 53 ... print(' Page number: {:d}'.format(iterator.page_number)) 54 ... print(' Items in page: {:d}'.format(page.num_items)) 55 ... print(' First item: {!r}'.format(next(page))) 56 ... print('Items remaining: {:d}'.format(page.remaining)) 57 ... print('Next page token: {}'.format(iterator.next_page_token)) 59 Page number: 1 [all …]
|
| /external/pdfium/public/ |
| D | fpdf_transformpage.h | 18 * Set "MediaBox" entry to the page dictionary. 20 * page - Handle to a page. 26 FPDF_EXPORT void FPDF_CALLCONV FPDFPage_SetMediaBox(FPDF_PAGE page, 33 * Set "CropBox" entry to the page dictionary. 35 * page - Handle to a page. 41 FPDF_EXPORT void FPDF_CALLCONV FPDFPage_SetCropBox(FPDF_PAGE page, 48 * Set "BleedBox" entry to the page dictionary. 50 * page - Handle to a page. 56 FPDF_EXPORT void FPDF_CALLCONV FPDFPage_SetBleedBox(FPDF_PAGE page, 63 * Set "TrimBox" entry to the page dictionary. [all …]
|
| /external/pdfium/core/fpdfapi/render/ |
| D | fpdf_progressive_render_embeddertest.cpp | 56 bool StartRenderPage(FPDF_PAGE page, IFSDK_PAUSE* pause); 58 // Start rendering of |page| into a bitmap with the ability to |pause| the 62 // See public/fpdfview.h for a list of page rendering flags. 63 bool StartRenderPageWithFlags(FPDF_PAGE page, IFSDK_PAUSE* pause, int flags); 65 // Start rendering of |page| into a bitmap with the ability to pause the 70 // See public/fpdfview.h for the list of page rendering flags and 73 FPDF_PAGE page, 79 // Continue rendering of |page| into the bitmap created in 82 bool ContinueRenderPage(FPDF_PAGE page, IFSDK_PAUSE* pause); 85 ScopedFPDFBitmap FinishRenderPage(FPDF_PAGE page); [all …]
|
| /external/perfetto/src/traced/probes/ftrace/test/data/android_raven_AOSP.MASTER_5.10.43/events/kmem/mm_page_alloc/ |
| D | format | 14 …page=%p pfn=%lu order=%d migratetype=%d gfp_flags=%s", REC->pfn != -1UL ? (((struct page *)(-(((-(…
|
| /external/pdfium/xfa/fwl/ |
| D | cfwl_edit_embeddertest.cpp | 41 // TODO(crbug.com/pdfium/11): A page might not have been loaded if a test in TearDown() 42 // is skipped at runtime. This check for a non-null page should be able to in TearDown() 44 if (page()) in TearDown() 45 UnloadPage(page()); in TearDown() 55 FPDF_PAGE page() const { return page_; } in page() function in CFWLEditEmbedderTest 70 FORM_OnLButtonDown(form_handle(), page(), 0, 115, 58); in TEST_F() 72 FORM_OnChar(form_handle(), page(), 'a' + i, 0); in TEST_F() 75 FORM_OnLButtonDown(form_handle(), page(), 0, 128, 58); in TEST_F() 76 FORM_OnLButtonDown(form_handle(), page(), FWL_EVENTFLAG_ShiftKey, 152, 58); in TEST_F() 79 EXPECT_EQ(12UL, FORM_GetSelectedText(form_handle(), page(), nullptr, 0)); in TEST_F() [all …]
|
| /external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/docs/_layouts/ |
| D | page.html | 4 {%- assign _page_mode = page.mode | default: layout.mode | default: site.data.variables.default.pag… 5 {%- assign _page_type = page.type | default: layout.type | default: site.data.variables.default.pag… 6 {%- assign _article_header_type = page.article_header.type | default: layout.article_header.type -%} 9 target=layout.header source0=page.header -%} 13 target=layout.footer source0=page.footer -%} 17 target=layout.lightbox source0=page.lightbox -%} 21 target = site.data.variables.default.page.full_width 22 source0=layout.full_width source1=page.full_width -%} 26 target = site.data.variables.default.page.comment 27 source0=layout.comment source1=page.comment -%} [all …]
|