Home
last modified time | relevance | path

Searched defs:Page (Results 1 – 20 of 20) sorted by relevance

/third_party/ffmpeg/libavformat/
Danm.c31 typedef struct Page { struct
35 } Page; argument
/third_party/skia/third_party/externals/microhttpd/src/examples/
Dpost_example.c213 struct Page struct
228 PageHandler handler; argument
233 const void *handler_cls;
/third_party/skia/third_party/externals/microhttpd/doc/examples/
Dsessions.c235 struct Page struct
250 PageHandler handler; argument
255 const void *handler_cls;
/third_party/typescript/tests/cases/compiler/
DcontrolFlowForCatchAndFinally.ts3 type Page = {close(): Promise<void>; content(): Promise<string>}; alias
/third_party/gn/src/gn/
Dstring_output_buffer.h93 using Page = std::array<char, kPageSize>; variable
/third_party/lzma/CPP/Windows/Control/
DPropertyPage.h41 CPropertyPage *Page; member
/third_party/skia/src/gpu/
DGrDrawOpAtlas.h555 struct Page { struct
563 Page fPages[kMaxMultitexturePages]; argument
/third_party/node/deps/v8/src/heap/
Dread-only-heap.h26 class Page; variable
Dfree-list.h30 class Page; variable
259 friend class Page; variable
Dsweeper.h22 class Page; variable
Dspaces.cc52 Page::Page(Heap* heap, BaseSpace* space, size_t size, Address area_start, in Page() function in v8::internal::Page
Dspaces.h43 class Page; variable
Dheap.h101 class Page; variable
2457 friend class Page; variable
/third_party/jsframework/runtime/main/page/
DPage.ts47 export default class Page { class
/third_party/cups-filters/filter/
Dtextcommon.c39 lchar_t **Page = NULL; /* Page characters */ variable
Drastertops.c371 Page = 0, /* variable for counting the pages */ in main() local
Drastertopclx.c70 Page; /* Current page number */ variable
Drastertopdf.cpp1308 int fd, Page, empty = 1; in main() local
/third_party/node/deps/v8/src/codegen/
Dexternal-reference.h19 class Page; variable
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp153606 typedef Array<JS::Heap<JSObject*>, kPageSize> Page; typedef in mozilla::dom::ProtoAndIfaceCache::PageTableCache