HomeSort by relevance Sort by last modified time
    Searched defs:Page (Results 1 - 25 of 40) sorted by null

1 2

  /external/chromium-trace/catapult/telemetry/telemetry/page/
page.py 5 # TODO(eakuefner): Refactor references to Page and kill this hack.
6 from telemetry import page namespace
8 Page = page.Page
__init__.py 12 from telemetry.page import shared_page_state
13 from telemetry.page import cache_temperature as cache_temperature_module
17 class Page(story.Story):
28 super(Page, self).__init__(
36 # class of this page instance.
52 # Whether to collect garbage on the page before navigating & performing
53 # page actions.
56 # These attributes can be set dynamically by the page.
107 """Override this to define custom interactions with the page.
116 """Converts a page object to a dict suitable for JSON output.""
    [all...]
  /external/chromium-trace/catapult/telemetry/telemetry/internal/testing/pages/
external_page.py 6 from telemetry.page.page import Page
9 class ExternalPage(Page):
  /external/lzma/CPP/Windows/Control/
PropertyPage.h 39 CPropertyPage *Page;
  /external/chromium-trace/catapult/third_party/WebOb/docs/wiki-example-code/
example.py 10 <title>{{page.title}}</title>
13 <h1>{{page.title}}</h1>
18 <div>{{page.content|html}}</div>
29 <title>Edit: {{page.title}}</title>
32 {{if page.exists}}
33 <h1>Edit: {{page.title}}</h1>
35 <h1>Create: {{page.title}}</h1>
39 <input type="hidden" name="mtime" value="{{page.mtime}}">
40 Title: <input type="text" name="title" style="width: 70%" value="{{page.title}}"><br>
44 <textarea name="content" style="width: 100%; height: 75%" rows="40">{{page.content}}</textarea
    [all...]
  /external/piex/src/binary_parse/
range_checked_byte_ptr.h 51 // (The last page may be shorter if length() is not a multiple of pageSize().)
53 // 0 through (length() - 1) / pageSize(). Page i contains the bytes from offset
55 // (i + 1) * pageSize() - 1 (or, in the case of the last page, length() - 1).
73 // can create a subclass of the Page class to manage the lifetime of buffers
74 // associated with a page returned by getPage(). For example, a
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)
86 // // Create a new page
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
tabbedpages.py 6 TabbedPageSet -- A Tkinter implementation of a tabbed-page widget.
209 selecting a tab changes the page.
271 # rightmost edge of the page set, the right mask should be one
292 page is displayed. Only one page will be displayed at a time.
295 of pages, using the name given as the key. A page is an instance of a
298 The page widgets will be created (and destroyed when required) by the
299 TabbedPageSet. Do not call the page's pack/place/grid/destroy methods.
305 class Page(object):
322 class PageRemove(Page)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
tabbedpages.py 6 TabbedPageSet -- A Tkinter implementation of a tabbed-page widget.
209 selecting a tab changes the page.
271 # rightmost edge of the page set, the right mask should be one
292 page is displayed. Only one page will be displayed at a time.
295 of pages, using the name given as the key. A page is an instance of a
298 The page widgets will be created (and destroyed when required) by the
299 TabbedPageSet. Do not call the page's pack/place/grid/destroy methods.
305 class Page(object):
322 class PageRemove(Page)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
tabbedpages.py 6 TabbedPageSet -- A Tkinter implementation of a tabbed-page widget.
209 selecting a tab changes the page.
271 # rightmost edge of the page set, the right mask should be one
292 page is displayed. Only one page will be displayed at a time.
295 of pages, using the name given as the key. A page is an instance of a
298 The page widgets will be created (and destroyed when required) by the
299 TabbedPageSet. Do not call the page's pack/place/grid/destroy methods.
305 class Page(object):
322 class PageRemove(Page)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
tabbedpages.py 6 TabbedPageSet -- A Tkinter implementation of a tabbed-page widget.
209 selecting a tab changes the page.
271 # rightmost edge of the page set, the right mask should be one
292 page is displayed. Only one page will be displayed at a time.
295 of pages, using the name given as the key. A page is an instance of a
298 The page widgets will be created (and destroyed when required) by the
299 TabbedPageSet. Do not call the page's pack/place/grid/destroy methods.
305 class Page(object):
322 class PageRemove(Page)
    [all...]
  /external/libmicrohttpd/doc/examples/
sessions.c 55 * Invalid method page.
60 * Invalid URL page.
65 * Front page. (/)
70 * Second page. (/2)
75 * Second page (/S)
80 * Last page.
220 * @param cls content for the page (handler-specific)
233 * Entry we generate for each page served.
235 struct Page
238 * Acceptable URL for this page
    [all...]
  /external/libmicrohttpd/src/examples/
post_example.c 33 * Invalid method page.
38 * Invalid URL page.
43 * Front page. (/)
48 * Second page. (/2)
53 * Second page (/S)
58 * Last page.
198 * @param cls content for the page (handler-specific)
211 * Entry we generate for each page served.
213 struct Page
216 * Acceptable URL for this page
    [all...]
  /frameworks/base/graphics/java/android/graphics/pdf/
PdfDocument.java 35 * create a new document and then for every page you want to add you start a page,
36 * write content to the page, and finish the page. After you are done with all
39 * created one by one, i.e. you can have only a single page to which you are
49 * // crate a page description
52 * // start a page
53 * Page page = document.startPage(pageInfo);
55 * // draw something on the page
    [all...]
PdfRenderer.java 42 * If you want to render a PDF, you create a renderer and for every page you want
43 * to render, you open the page, render it, and close the page. After you are done
46 * only a single page opened at any given time.
58 * Page page = renderer.openPage(i);
61 * page.render(mBitmap, null, null, Page.RENDER_MODE_FOR_DISPLAY);
65 * // close the page
66 * page.close()
    [all...]
  /frameworks/base/libs/hwui/utils/
LinearAllocator.cpp 34 // The ideal size of a page allocation (these need to be multiples of 8)
38 // The maximum amount of wasted space we can have per page
39 // Allocations exceeding this will have their own dedicated page
87 class LinearAllocator::Page {
89 Page* next() { return mNextPage; }
90 void setNext(Page* next) { mNextPage = next; }
92 Page()
99 return (void*) (((size_t)this) + sizeof(Page));
107 Page(const Page& /*other*/) {
175 Page* page = newPage(size); local
    [all...]
  /frameworks/av/media/libstagefright/
NuCachedSource2.cpp 37 struct Page {
42 Page *acquirePage();
43 void releasePage(Page *page);
45 void appendPage(Page *page);
58 List<Page *> mActivePages;
59 List<Page *> mFreePages;
61 void freePages(List<Page *> *list);
76 void PageCache::freePages(List<Page *> *list)
79 Page *page = *it; local
92 Page *page = *it; local
98 Page *page = new Page; local
121 Page *page = *it; local
360 PageCache::Page *page = mCache->acquirePage(); local
    [all...]
OggExtractor.cpp 92 struct Page {
110 Page mCurrentPage;
132 ssize_t readPage(off64_t offset, Page *page);
355 // Given the offset of the "current" page, find the page immediately preceding
357 // To do this we back up from the "current" page's offset until we find any
358 // page preceding it and then scan forward to just before the current page.
376 // We are at the last page and didn't back off enough
858 Page page; local
    [all...]
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/g2d/
PixmapPacker.java 36 /** Packs {@link Pixmap pixmaps} into one or more {@link Page pages} to generate an atlas of pixmap instances. Provides means to
87 * for (Page page : packer.getPages()) {
105 final Array<Page> pages = new Array();
145 * @throws GdxRuntimeException in case the image did not fit due to the page size being too small or providing a duplicate
154 if (name == null) throw new GdxRuntimeException("Page size too small for pixmap.");
155 throw new GdxRuntimeException("Page size too small for pixmap: " + name);
158 Page page = packStrategy.pack(this, name, rect); local
160 page.rects.put(name, rect);
423 GuillotinePage page; local
531 SkylinePage page = (SkylinePage)packer.pages.get(i); local
564 SkylinePage page = new SkylinePage(packer); local
    [all...]
TextureAtlas.java 28 import com.badlogic.gdx.graphics.g2d.TextureAtlas.TextureAtlasData.Page;
56 public static class Page {
67 public Page (FileHandle handle, float width, float height, boolean useMipMaps, Format format, TextureFilter minFilter,
82 public Page page; field in class:TextureAtlas.TextureAtlasData.Region
99 final Array<Page> pages = new Array();
105 Page pageImage = null;
138 pageImage = new Page(file, width, height, min.isMipMap(), format, min, max, repeatX, repeatY);
152 region.page = pageImage;
195 public Array<Page> getPages () {
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
PagedViewCellLayout.java 34 public class PagedViewCellLayout extends ViewGroup implements Page {
332 // The space for a page is the height - top padding (current page) - bottom padding (current
333 // page)
499 interface Page {
  /external/libgdx/extensions/gdx-tools/src/com/badlogic/gdx/tools/texturepacker/
TexturePacker.java 109 Array<Page> pages = packer.pack(imageProcessor.getImages());
122 private void writeImages (File outputDir, String scaledPackFileName, Array<Page> pages) {
128 for (Page page : pages) {
129 int width = page.width, height = page.height;
139 page.x = paddingX;
140 page.y = paddingY;
150 page.imageWidth = width;
151 page.imageHeight = height;
    [all...]
  /external/v8/src/heap/
spaces.h 33 class Page;
53 // spaces consists of a list of pages. A page has a page header and an object
57 // Page::kMaxRegularHeapObjectSize, so that they do not have to move during
59 // may be larger than the page size.
66 // object maps so if the page belongs to old space or large object space
67 // it is essential to guarantee that the page does not contain any
75 // To enable lazy cleaning of old space pages we can mark chunks of the page
77 // sections are skipped when scanning the page, even if we are otherwise
84 // Each page may have up to one special garbage section. The start of thi
1271 Page* page = Page::FromAddress(addr); local
    [all...]
  /toolchain/binutils/binutils-2.25/gold/
aarch64.cc 147 // 21-bit signed imm encoded in the insn multiplied by 4k (page size) and
    [all...]
  /external/libgdx/backends/gdx-backend-lwjgl/libs/
jorbis.jar 
  /external/libgdx/backends/gdx-backend-lwjgl3/libs/
jorbis.jar 

Completed in 938 milliseconds

1 2