HomeSort by relevance Sort by last modified time
    Searched full:pageid (Results 1 - 25 of 42) sorted by null

1 2

  /external/doclava/src/com/google/doclava/parser/
README.txt 6 http://www.antlr.org/wiki/pages/viewpage.action?pageId=729)
8 (see "How can I build parse trees not ASTs" on the ANTLR FAQ - http://www.antlr.org/wiki/pages/viewpage.action?pageId=1760).
  /external/chromium_org/chrome/browser/resources/uber/
uber.js 95 if (e.state && e.state.pageId)
96 showPage(e.state.pageId, HISTORY_STATE_OPTION.NONE);
138 showPage(e.data.params.pageId, HISTORY_STATE_OPTION.PUSH);
209 var pageId = getSelectedIframe().id;
210 var args = [{pageId: pageId}, '', '/' + pageId + '/' + (path || '')];
245 * @param {string} pageId Should matche an id of one of the iframe containers.
250 function showPage(pageId, historyOption, path) {
251 var container = $(pageId);
    [all...]
uber_frame.js 52 {pageId: e.currentTarget.getAttribute('controls')});
74 * @param {Object} params Must contain pageId.
78 document.querySelector('li[controls="' + params.pageId + '"]');
  /external/tcpdump/
print-wb.c 87 struct PageID {
122 struct PageID pd_page; /* page that operations apply to */
133 struct PageID pr_page; /* page of drawops */
154 struct PageID page;
165 struct PageID pi_mpage; /* current page */
172 struct PageID pp_page;
178 u_int32_t pp_n; /* size of pageid array */
  /external/chromium_org/third_party/tcmalloc/chromium/src/
page_heap.h 80 // We also use a simple one-level cache for hot PageID-to-sizeclass mappings,
142 // this PageID was not allocated previously.
143 inline Span* GetDescriptor(PageID p) const {
149 bool GetNextRange(PageID start, base::MallocRange* r);
197 size_t GetSizeClassIfCached(PageID p) const {
200 void CacheSizeClass(PageID p, size_t cl) const { pagemap_cache_.Put(p, cl); }
span.h 45 PageID start; // Starting page number
74 Span* NewSpan(PageID p, Length len);
span.cc 53 Span* NewSpan(PageID p, Length len) {
page_heap.cc 158 pagemap_.set(span->start + n - 1, span); // Update map from pageid to span
195 const PageID p = leftover->start;
258 const PageID p = span->start;
427 bool PageHeap::GetNextRange(PageID start, base::MallocRange* r) {
486 const PageID p = reinterpret_cast<uintptr_t>(ptr) >> kPageShift;
  /external/chromium_org/third_party/tcmalloc/vendor/src/
page_heap.h 78 // We also use a simple one-level cache for hot PageID-to-sizeclass mappings,
134 // this PageID was not allocated previously.
135 inline Span* GetDescriptor(PageID p) const {
141 bool GetNextRange(PageID start, base::MallocRange* r);
187 size_t GetSizeClassIfCached(PageID p) const {
190 void CacheSizeClass(PageID p, size_t cl) const { pagemap_cache_.Put(p, cl); }
span.h 45 PageID start; // Starting page number
74 Span* NewSpan(PageID p, Length len);
page_heap.cc 157 pagemap_.set(span->start + n - 1, span); // Update map from pageid to span
212 const PageID p = span->start;
366 bool PageHeap::GetNextRange(PageID start, base::MallocRange* r) {
424 const PageID p = reinterpret_cast<uintptr_t>(ptr) >> kPageShift;
span.cc 53 Span* NewSpan(PageID p, Length len) {
tcmalloc.cc 59 // THE PAGEID-TO-SIZECLASS CACHE
60 // Hot PageID-to-sizeclass mappings are held by pagemap_cache_. If this cache
61 // returns 0 for a particular PageID then that means "no information," not that
536 PageID page = 1; // Some code may assume that page==0 is never used
787 const PageID p = reinterpret_cast<uintptr_t>(ptr) >> kPageShift;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorInstrumentation.cpp 244 const char PageId[] = "pageId";
TimelineTraceEventProcessor.cpp 356 unsigned long long pageId = event.asUInt(InstrumentationEventArguments::PageId);
357 if (pageId != m_pageId)
InspectorInstrumentation.h 132 extern const char PageId[];
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
AndroidTextEditor.java 198 String pageId;
200 pageId = file.getPersistentProperty(qname);
201 if (pageId != null) {
202 defaultPageId = pageId;
236 * If the special pageId TEXT_EDITOR_ID is given, switches to the mTextPageIndex page.
242 public IFormPage setActivePage(String pageId) {
243 if (pageId.equals(TEXT_EDITOR_ID)) {
247 return super.setActivePage(pageId);
AndroidXmlEditor.java 436 String pageId;
438 pageId = file.getPersistentProperty(qname);
439 if (pageId != null) {
440 defaultPageId = pageId;
508 * If the special pageId TEXT_EDITOR_ID is given, switches to the mTextPageIndex page.
514 public IFormPage setActivePage(String pageId) {
515 if (pageId.equals(TEXT_EDITOR_ID)) {
519 return super.setActivePage(pageId);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/common/
CommonXmlEditor.java 386 public IFormPage setActivePage(String pageId) {
387 IFormPage page = super.setActivePage(pageId);
390 return mDelegate.delegatePostSetActivePage(page, pageId);
  /external/v8/tools/
ll_prof.py 203 def PageId(address):
241 page_id = CodePage.PageId(code.start_address)
242 limit_id = CodePage.PageId(code.end_address + CodePage.SIZE - 1)
262 page_id = CodePage.PageId(code.start_address)
263 limit_id = CodePage.PageId(code.end_address + CodePage.SIZE - 1)
293 page_id = CodePage.PageId(pc)
  /external/chromium_org/third_party/WebKit/Source/wtf/
FastMalloc.cpp 60 // THE PAGEID-TO-SIZECLASS CACHE
61 // Hot PageID-to-sizeclass mappings are held by pagemap_cache_. If this cache
62 // returns 0 for a particular PageID then that means "no information," not that
957 typedef uintptr_t PageID;
    [all...]
  /external/chromium_org/v8/tools/
ll_prof.py 219 def PageId(address):
257 page_id = CodePage.PageId(code.start_address)
258 limit_id = CodePage.PageId(code.end_address + CodePage.SIZE - 1)
278 page_id = CodePage.PageId(code.start_address)
279 limit_id = CodePage.PageId(code.end_address + CodePage.SIZE - 1)
309 page_id = CodePage.PageId(pc)
    [all...]
  /external/antlr/antlr-3.4/tool/
README.txt 106 http://www.antlr.org/wiki/pages/viewpage.action?pageId=719
  /external/chromium_org/chrome/test/perf/
generate_profile.cc 122 // Insert a batch of |batch_size| URLs, starting at pageid |page_id|.
  /external/chromium/chrome/browser/tab_contents/
tab_contents.h 255 // The max PageID of any page that this TabContents has loaded. PageIDs
257 // TabContents, then the max PageID is kept separately on each SiteInstance.
261 // Updates the max PageID to be at least the given PageID.
406 // The entry has a PageID of -1 if newly created (corresponding to navigation
    [all...]

Completed in 2175 milliseconds

1 2