Searched defs:Page (Results 1 - 17 of 17) sorted by relevance

/external/chromium-trace/catapult/telemetry/telemetry/page/
H A Dpage.py5 # TODO(eakuefner): Refactor references to Page and kill this hack.
8 Page = page.Page variable
H A D__init__.py16 class Page(story.Story): class in inherits:story.Story
25 super(Page, self).__init__(
/external/chromium-trace/catapult/telemetry/telemetry/internal/testing/pages/
H A Dexternal_page.py6 from telemetry.page.page import Page namespace
9 class ExternalPage(Page):
/external/lzma/CPP/Windows/Control/
H A DPropertyPage.h39 CPropertyPage *Page; member in struct:NWindows::NControl::CPageInfo
/external/chromium-trace/catapult/third_party/WebOb/docs/wiki-example-code/
H A Dexample.py85 return Page(path)
115 resp.set_cookie('message', 'Page updated')
123 class Page(object): class in inherits:object
/external/v8/test/cctest/heap/
H A Dutils-inl.h25 int object_size = Page::kMaxRegularHeapObjectSize) {
23 CreatePadding( Heap* heap, int padding_size, PretenureFlag tenure, int object_size = Page::kMaxRegularHeapObjectSize) argument
/external/piex/src/binary_parse/
H A Drange_checked_byte_ptr.h53 // 0 through (length() - 1) / pageSize(). Page i contains the bytes from offset
73 // can create a subclass of the Page class to manage the lifetime of buffers
75 // PagedByteArray backed by a file might define a Page subclass like this:
77 // class FilePage : public Page {
84 // const unsigned char** end, std::shared_ptr<Page>* page)
104 class Page {}; class in class:piex::binary_parse::PagedByteArray
106 typedef std::shared_ptr<Page> PagePtr;
/external/libmicrohttpd/doc/examples/
H A Dsessions.c235 struct Page struct
441 static struct Page pages[] =
/external/libmicrohttpd/src/examples/
H A Dpost_example.c213 struct Page struct
425 static struct Page pages[] =
/external/v8/src/heap/
H A Dspaces.h40 // Page::kMaxRegularHeapObjectSize, so that they do not have to move during
82 DCHECK((OffsetFrom(address) & Page::kPageAlignmentMask) == 0)
88 DCHECK((0 < size) && (size <= Page::kMaxRegularHeapObjectSize))
94 DCHECK((Page::kObjectStartOffset <= offset) && (offset <= Page::kPageSize))
466 // to another chunk. See the comment to Page::FromAllocationTop.
800 // Page* p = Page::FromAddress(addr); or
801 // Page* p = Page
802 class Page : public MemoryChunk { class in namespace:v8::internal
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.resources.compatibility_3.4.0.v20090505.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/robolectric/v1/lib/main/
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...
/external/guice/extensions/persist/lib/
H A Ddb4o-6.4.14.8131-java5.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/db4o/ com/db4o/activation/ com/db4o/cluster/ com/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 692 milliseconds