Home
last modified time | relevance | path

Searched full:page (Results 1 – 25 of 18956) sorted by relevance

12345678910>>...759

/aosp_15_r20/out/soong/.intermediates/external/pdfium/core/fpdfapi/page/libpdfium-page/android_arm64_armv8-2a_cortex-a55_static/
Dlibpdfium-page.a.rsp1page/libpdfium-page/android_arm64_armv8-2a_cortex-a55_static/obj/external/pdfium/core/fpdfapi/page
/aosp_15_r20/external/python/cpython2/Modules/_ctypes/libffi/src/arm/
Dtrampoline.S36 // 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 …]
/aosp_15_r20/external/libffi/src/arm/
H A Dtrampoline.S36 // 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 …]
/aosp_15_r20/external/pdfium/fpdfsdk/
H A Dfpdf_annot_embeddertest.cpp15 #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 …]
H A Dfpdf_edit_embeddertest.cpp13 #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";
220 "/Rotate 0/Type/Page"
243 ScopedFPDFPage page(FPDFPage_New(document(), 0, 400, 400)); in TEST_F() local
266 FPDFPage_InsertObject(page.get(), text_object); in TEST_F()
267 EXPECT_TRUE(FPDFPage_GenerateContent(page.get())); in TEST_F()
279 ScopedFPDFBitmap page_bitmap = RenderPage(page.get()); in TEST_F()
288 ScopedFPDFPage page(FPDFPage_New(document(), 0, 400, 400)); in TEST_F() local
312 FPDFPage_InsertObject(page.get(), text_object); in TEST_F()
[all …]
H A Dfpdf_formfill_embeddertest.cpp64 FPDF_PAGE page() { return page_; } in page() function in FPDFFormFillInteractiveEmbedderTest
145 EXPECT_TRUE(FORM_OnFocus(form_handle(), page(), 0, point.x, point.y)); in FocusOnPoint()
502 EXPECT_EQ(true, FORM_OnFocus(form_handle(), page(), 0, point.x, point.y)); in FocusOnPoint()
610 FPDF_PAGE page = LoadPage(0); in TEST_F() local
611 EXPECT_TRUE(page); in TEST_F()
612 UnloadPage(page); in TEST_F()
620 FPDF_PAGE page = LoadPage(0); in TEST_F() local
621 EXPECT_TRUE(page); in TEST_F()
624 UnloadPage(page); in TEST_F()
632 FPDF_PAGE page = LoadPage(2); in TEST_F() local
[all …]
H A Dfpdf_transformpage_embeddertest.cpp35 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 …]
H A Dfpdf_view_embeddertest.cpp162 void TestRenderPageBitmapWithMatrix(FPDF_PAGE page, in TestRenderPageBitmapWithMatrix() argument
171 FPDF_RenderPageBitmapWithMatrix(bitmap.get(), page, &matrix, &rect, 0); in TestRenderPageBitmapWithMatrix()
175 void TestRenderPageBitmapWithFlags(FPDF_PAGE page, in TestRenderPageBitmapWithFlags() argument
178 int bitmap_width = static_cast<int>(FPDF_GetPageWidth(page)); in TestRenderPageBitmapWithFlags()
179 int bitmap_height = static_cast<int>(FPDF_GetPageHeight(page)); in TestRenderPageBitmapWithFlags()
183 FPDF_RenderPageBitmap(bitmap.get(), page, 0, 0, bitmap_width, bitmap_height, in TestRenderPageBitmapWithFlags()
188 void TestRenderPageBitmapWithInternalMemory(FPDF_PAGE page, in TestRenderPageBitmapWithInternalMemory() argument
192 page, format, /*bitmap_stride=*/0, expected_checksum); in TestRenderPageBitmapWithInternalMemory()
196 FPDF_PAGE page, in TestRenderPageBitmapWithInternalMemoryAndStride() argument
200 int bitmap_width = static_cast<int>(FPDF_GetPageWidth(page)); in TestRenderPageBitmapWithInternalMemoryAndStride()
[all …]
/aosp_15_r20/external/sdk-platform-java/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/
H A DPage.java25 * Represents a documentation page. A page can contain subpages to represent
29 * Protobuf type {@code google.api.Page}
31 public final class Page extends com.google.protobuf.GeneratedMessageV3 class
33 // @@protoc_insertion_point(message_implements:google.api.Page)
36 // Use Page.newBuilder() to construct.
37 private Page(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) { in Page() method in Page
41 private Page() { in Page() method in Page
50 return new Page(); in newInstance()
67 com.google.api.Page.class, com.google.api.Page.Builder.class); in internalGetFieldAccessorTable()
78 * The name of the page. It will be used as an identity of the page to
[all …]
/aosp_15_r20/external/google-cloud-java/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3/src/main/java/com/google/cloud/dialogflow/cx/v3/
H A DPage.java17 // source: google/cloud/dialogflow/cx/v3/page.proto
29 * moment, exactly one page is the current page, the current page is considered
30 * active, and the flow associated with that page is considered active. Every
31 * flow has a special start page. When a flow initially becomes active, the
32 * start page page becomes the current page. For each conversational turn, the
33 * current page will either stay the same or transition to another page.
34 * You configure each page to collect information from the end-user that is
35 * relevant for the conversational state represented by the page.
37 * [Page guide](https://cloud.google.com/dialogflow/cx/docs/concept/page).
40 * Protobuf type {@code google.cloud.dialogflow.cx.v3.Page}
[all …]
/aosp_15_r20/external/google-cloud-java/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3beta1/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/
H A DPage.java17 // source: google/cloud/dialogflow/cx/v3beta1/page.proto
29 * moment, exactly one page is the current page, the current page is considered
30 * active, and the flow associated with that page is considered active. Every
31 * flow has a special start page. When a flow initially becomes active, the
32 * start page page becomes the current page. For each conversational turn, the
33 * current page will either stay the same or transition to another page.
34 * You configure each page to collect information from the end-user that is
35 * relevant for the conversational state represented by the page.
37 * [Page guide](https://cloud.google.com/dialogflow/cx/docs/concept/page).
40 * Protobuf type {@code google.cloud.dialogflow.cx.v3beta1.Page}
[all …]
/aosp_15_r20/external/google-cloud-java/java-document-ai/proto-google-cloud-document-ai-v1beta1/src/main/java/com/google/cloud/documentai/v1beta1/
H A DDocument.java3922 // @@protoc_insertion_point(interface_extends:google.cloud.documentai.v1beta1.Document.Page)
3930 * [Page][google.cloud.documentai.v1beta1.Document.Page] in a parent
3931 * [Document][google.cloud.documentai.v1beta1.Document]. Useful when a page
3946 * Physical dimension of the page.
3949 * <code>.google.cloud.documentai.v1beta1.Document.Page.Dimension dimension = 2;</code>
3958 * Physical dimension of the page.
3961 * <code>.google.cloud.documentai.v1beta1.Document.Page.Dimension dimension = 2;</code>
3965 com.google.cloud.documentai.v1beta1.Document.Page.Dimension getDimension(); in getDimension()
3970 * Physical dimension of the page.
3973 * <code>.google.cloud.documentai.v1beta1.Document.Page.Dimension dimension = 2;</code>
[all …]
/aosp_15_r20/external/google-cloud-java/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3beta1/src/main/proto/google/cloud/dialogflow/cx/v3beta1/
H A Dpage.proto37 // Service for managing [Pages][google.cloud.dialogflow.cx.v3beta1.Page].
52 // Retrieves the specified page.
53 rpc GetPage(GetPageRequest) returns (Page) {
60 // Creates a page in the specified flow.
61 rpc CreatePage(CreatePageRequest) returns (Page) {
64 body: "page"
66 option (google.api.method_signature) = "parent,page";
69 // Updates the specified page.
70 rpc UpdatePage(UpdatePageRequest) returns (Page) {
72 patch: "/v3beta1/{page.name=projects/*/locations/*/agents/*/flows/*/pages/*}"
[all …]
/aosp_15_r20/external/googleapis/google/cloud/dialogflow/cx/v3beta1/
H A Dpage.proto39 // Service for managing [Pages][google.cloud.dialogflow.cx.v3beta1.Page].
54 // Retrieves the specified page.
55 rpc GetPage(GetPageRequest) returns (Page) {
62 // Creates a page in the specified flow.
63 rpc CreatePage(CreatePageRequest) returns (Page) {
66 body: "page"
68 option (google.api.method_signature) = "parent,page";
71 // Updates the specified page.
72 rpc UpdatePage(UpdatePageRequest) returns (Page) {
74 patch: "/v3beta1/{page.name=projects/*/locations/*/agents/*/flows/*/pages/*}"
[all …]
/aosp_15_r20/external/googleapis/google/cloud/dialogflow/cx/v3/
H A Dpage.proto39 // Service for managing [Pages][google.cloud.dialogflow.cx.v3.Page].
54 // Retrieves the specified page.
55 rpc GetPage(GetPageRequest) returns (Page) {
62 // Creates a page in the specified flow.
67 rpc CreatePage(CreatePageRequest) returns (Page) {
70 body: "page"
72 option (google.api.method_signature) = "parent,page";
75 // Updates the specified page.
80 rpc UpdatePage(UpdatePageRequest) returns (Page) {
82 patch: "/v3/{page.name=projects/*/locations/*/agents/*/flows/*/pages/*}"
[all …]
/aosp_15_r20/external/google-cloud-java/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3/src/main/proto/google/cloud/dialogflow/cx/v3/
H A Dpage.proto37 // Service for managing [Pages][google.cloud.dialogflow.cx.v3.Page].
52 // Retrieves the specified page.
53 rpc GetPage(GetPageRequest) returns (Page) {
60 // Creates a page in the specified flow.
65 rpc CreatePage(CreatePageRequest) returns (Page) {
68 body: "page"
70 option (google.api.method_signature) = "parent,page";
73 // Updates the specified page.
78 rpc UpdatePage(UpdatePageRequest) returns (Page) {
80 patch: "/v3/{page.name=projects/*/locations/*/agents/*/flows/*/pages/*}"
[all …]
/aosp_15_r20/external/sg3_utils/doc/
H A Dsg_vpd.83 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 …]
/aosp_15_r20/external/google-cloud-java/java-document-ai/proto-google-cloud-document-ai-v1beta2/src/main/java/com/google/cloud/documentai/v1beta2/
H A DDocument.java5067 // @@protoc_insertion_point(interface_extends:google.cloud.documentai.v1beta2.Document.Page)
5074 …* 1-based index for current [Page][google.cloud.documentai.v1beta2.Document.Page] in a parent [Doc…
5075 …* Useful when a page is taken out of a [Document][google.cloud.documentai.v1beta2.Document] for in…
5089 * Physical dimension of the page.
5092 * <code>.google.cloud.documentai.v1beta2.Document.Page.Dimension dimension = 2;</code>
5101 * Physical dimension of the page.
5104 * <code>.google.cloud.documentai.v1beta2.Document.Page.Dimension dimension = 2;</code>
5108 com.google.cloud.documentai.v1beta2.Document.Page.Dimension getDimension(); in getDimension()
5113 * Physical dimension of the page.
5116 * <code>.google.cloud.documentai.v1beta2.Document.Page.Dimension dimension = 2;</code>
[all …]
/aosp_15_r20/external/perfetto/src/traced/probes/ftrace/test/data/android_raven_AOSP.MASTER_5.10.43/events/kmem/mm_page_free_batched/
H A Dformat11page=%p pfn=%lu order=0", (((struct page *)(-(((-((((1UL))) << ((((39))) - 1))) - ((-((((1UL))) <<…
/aosp_15_r20/external/perfetto/src/traced/probes/ftrace/test/data/android_raven_AOSP.MASTER_5.10.43/events/kmem/mm_page_pcpu_drain/
H A Dformat13page=%p pfn=%lu order=%d migratetype=%d", (((struct page *)(-(((-((((1UL))) << ((((39))) - 1))) - …
/aosp_15_r20/external/perfetto/src/traced/probes/ftrace/test/data/android_raven_AOSP.MASTER_5.10.43/events/kmem/mm_page_free/
H A Dformat12page=%p pfn=%lu order=%d", (((struct page *)(-(((-((((1UL))) << ((((39))) - 1))) - ((-((((1UL))) <…
/aosp_15_r20/external/perfetto/src/traced/probes/ftrace/test/data/android_raven_AOSP.MASTER_5.10.43/events/vmscan/mm_vmscan_writepage/
H A Dformat12page=%p pfn=%lu flags=%s", (((struct page *)(-(((-((((1UL))) << ((((39))) - 1))) - ((-((((1UL))) <…
/aosp_15_r20/external/perfetto/src/traced/probes/ftrace/test/data/android_raven_AOSP.MASTER_5.10.43/events/kmem/mm_page_alloc_zone_locked/
H A Dformat13page=%p pfn=%lu order=%u migratetype=%d percpu_refill=%d", REC->pfn != -1UL ? (((struct page *)(-(…
/aosp_15_r20/external/perfetto/src/traced/probes/ftrace/test/data/android_raven_AOSP.MASTER_5.10.43/events/kmem/mm_page_alloc_extfrag/
H A Dformat16page=%p pfn=%lu alloc_order=%d fallback_order=%d pageblock_order=%d alloc_migratetype=%d fallback_…
/aosp_15_r20/external/perfetto/src/traced/probes/ftrace/test/data/android_raven_AOSP.MASTER_5.10.43/events/filemap/mm_filemap_add_to_page_cache/
H A Dformat14page=%p pfn=%lu ofs=%lu", ((unsigned int) ((REC->s_dev) >> 20)), ((unsigned int) ((REC->s_dev) & (…

12345678910>>...759