HomeSort by relevance Sort by last modified time
    Searched refs:pages (Results 176 - 200 of 352) sorted by null

1 2 3 4 5 6 78 91011>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
memalloc.h 66 * Scatter-Gather generic device pages
75 int pages; /* allocated pages */ member in struct:snd_sg_buf
83 * return the pages matching with the given byte size
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
AndroidTextEditor.java 111 * Creates the various form pages.
118 * Called by the base class {@link AndroidTextEditor} once all pages (custom form pages
141 * Creates the pages of the multi-page editor.
162 * Returns whether the editor is currently creating its pages.
224 * Removes all the pages from the editor.
262 // Do not record page changes during creation of pages
294 IWorkbenchPage[] pages = getSite().getWorkbenchWindow().getPages();
295 for (int i = 0; i < pages.length; i++) {
299 IEditorPart editorPart = pages[i].findEditor(mTextEdito
    [all...]
  /external/clang/docs/analyzer/
make.bat 32 echo. man to make manual pages
51 echo.Build finished. The HTML pages are in %BUILDDIR%/html.
59 echo.Build finished. The HTML pages are in %BUILDDIR%/dirhtml.
67 echo.Build finished. The HTML pages are in %BUILDDIR%/singlehtml.
144 echo.Build finished. The manual pages are in %BUILDDIR%/man.
  /external/clang/docs/
make.bat 32 echo. man to make manual pages
51 echo.Build finished. The HTML pages are in %BUILDDIR%/html.
59 echo.Build finished. The HTML pages are in %BUILDDIR%/dirhtml.
67 echo.Build finished. The HTML pages are in %BUILDDIR%/singlehtml.
144 echo.Build finished. The manual pages are in %BUILDDIR%/man.
  /external/llvm/docs/
make.bat 32 echo. man to make manual pages
51 echo.Build finished. The HTML pages are in %BUILDDIR%/html.
59 echo.Build finished. The HTML pages are in %BUILDDIR%/dirhtml.
67 echo.Build finished. The HTML pages are in %BUILDDIR%/singlehtml.
144 echo.Build finished. The manual pages are in %BUILDDIR%/man.
  /packages/apps/Exchange/exchange2/src/com/android/exchange/adapter/
Parser.java 75 static private String[][] tagTables = new String[Tags.pages.length + 1][];
154 String[][] pages = Tags.pages; typedefs
155 for (int i = 0; i < pages.length; i++) {
156 String[] page = pages[i];
  /external/chromium/chrome/browser/history/
top_sites_unittest.cc 501 // Setting the thumbnail for invalid pages should fail.
992 MostVisitedURLList pages; local
1125 MostVisitedURLList pages; local
1211 MostVisitedURLList pages; local
1314 MostVisitedURLList pages = q.urls(); local
    [all...]
  /external/freetype/
Android.mk 12 # when loading complex pages in the browser
  /external/kernel-headers/original/linux/sunrpc/
xdr.h 41 * pages.
43 * main interest is for appending padding to the pages in order to
48 * operations and/or has a need for scatter/gather involving pages.
54 struct page ** pages; /* Array of contiguous pages */ member in struct:xdr_buf
192 extern void xdr_write_pages(struct xdr_stream *xdr, struct page **pages,
  /external/quake/quake/src/WinQuake/
vid_ext.cpp 50 int pages[3]; // either 2 or 3 is valid member in struct:__anon14676
83 int num_pages; // number of complete frame buffer pages (+29)
385 vesa_extra[nummodes].pages[0] = 0;
386 vesa_extra[nummodes].pages[1] = modeinfo.pagesize;
387 vesa_extra[nummodes].pages[2] = modeinfo.pagesize * 2;
406 vesa_extra[nummodes].pages[0] = 0;
413 vesa_extra[nummodes].pages[1] = modeinfo.pagesize;
414 vesa_extra[nummodes].pages[2] = modeinfo.pagesize * 2;
503 // force to one page if the adapter reports it doesn't support more pages
565 printf(" num pages = %d\n", modeinfo.num_pages);
    [all...]
  /external/chromium/chrome/common/
print_messages.h 68 // If empty, this means a request to render all the printed pages.
69 IPC_STRUCT_MEMBER(std::vector<int>, pages)
83 // Store the expected pages count.
136 // requested pages and switch back the CSS to display media type.
145 // requested pages for print preview using the given |settngs|.
164 // rendered pages according to the specified settings.
167 int /* number of rendered pages */)
  /external/linux-tools-perf/util/
evlist.h 59 int perf_evlist__mmap(struct perf_evlist *evlist, int pages, bool overwrite);
  /external/replicaisland/src/com/replica/replicaisland/
ConversationDialogActivity.java 92 for (int page = conversation.pages.size() - 1; page >= 0 ; page--) {
93 ConversationUtils.ConversationPage currentPage = conversation.pages.get(page);
136 conversation.pages.add(page + addedPages, newPage);
210 mPages = mConversation.pages;
  /external/webkit/Source/WebCore/page/
FrameTree.cpp 225 // Search the entire tree of each of the other pages in this namespace.
227 const HashSet<Page*>& pages = page->group().pages(); local
228 HashSet<Page*>::const_iterator end = pages.end();
229 for (HashSet<Page*>::const_iterator it = pages.begin(); it != end; ++it) {
PageGroup.h 68 const HashSet<Page*>& pages() const { return m_pages; } function in class:WebCore::PageGroup
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/pages/
OverviewInfoPart.java 17 package com.android.ide.eclipse.adt.internal.editors.manifest.pages;
  /external/kernel-headers/original/linux/
swap.h 26 * for the type means that the maximum number of swapcache pages is 27 bits
93 * A swap extent maps a range of a swapfile's PAGE_SIZE pages onto a range of
108 * Max bad pages in the new format..
143 unsigned int pages; member in struct:swap_info_struct
285 #define free_pages_and_swap_cache(pages, nr) \
286 release_pages((pages), (nr), 0);
  /external/skia/src/pdf/
SkPDFDocument.cpp 36 const SkTDArray<SkPDFPage*>& pages,
42 for (int i = 0; i < pages.count(); ++i) {
43 usage.merge(pages[i]->getFontGlyphUsage());
98 fDocCatalog->insert("Pages", new SkPDFObjRef(pageTreeRoot))->unref();
  /external/v8/tools/
ll_prof.py 194 SHIFT = 12 # 4K pages
236 self.pages = {}
243 pages = 0
245 if max_pages >= 0 and pages > max_pages:
250 if page_id in self.pages:
251 page = self.pages[page_id]
254 self.pages[page_id] = page
257 pages += 1
266 if page_id not in self.pages:
269 page = self.pages[page_id
    [all...]
  /external/stressapptest/src/
os.cc 329 int64 pages = strtoull(buf, NULL, 10); // NOLINT local
331 return pages;
340 int64 pages = sysconf(_SC_PHYS_PAGES);
343 int64 physsize = pages * pagesize;
349 if ((pages == -1) || (pagesize == -1)) {
365 minsize = ((pages * 85) / 100) * pagesize;
367 minsize = ((pages * 95) / 100) * pagesize - (192 * kMegabyte);
  /external/libvorbis/doc/
a1-encapsulation-ogg.tex 84 headers) may span one or more pages beginning on the second page of
85 the logical stream. However many pages they span, the third header
91 The granule position of these first pages containing only headers is zero.
99 Packets are placed into ogg pages in order until the end of stream.
111 The granule position of pages containing Vorbis audio is in units
  /external/chromium/chrome/browser/extensions/
extensions_ui.h 80 const std::vector<ExtensionPage>& pages,
161 // Helper that lists the current active html pages for an extension.
  /external/v8/test/mjsunit/regress/
regress-1708.js 29 // array caused invalid marking bit patterns on lazily swept pages.
38 // some of the old-space pages.
  /external/webkit/Source/WebCore/bindings/js/
ScriptController.cpp 283 const HashSet<Page*>& pages = page->group().pages(); local
284 HashSet<Page*>::const_iterator end = pages.end();
285 for (HashSet<Page*>::const_iterator it = pages.begin(); it != end; ++it) {
  /external/webkit/Source/WebKit/qt/Api/
qwebsettings.h 129 static void setMaximumPagesInCache(int pages);

Completed in 1008 milliseconds

1 2 3 4 5 6 78 91011>>