/external/valgrind/massif/tests/ |
deep.c | 3 // - In deep-A.vgtest, the stack trace is larger than the asked-for depth 5 // - In deep-B.vgtest, we have --alloc-fn=a6..a12, which means that get_XCon 8 // - In deep-C.vgtest, we have --alloc-fn=a3..a12, which means that get_XCon 11 // - In deep-D.vgtest, we have --alloc-fn=main..a12, which means we have a
|
deep-A.vgtest | 1 prog: deep
|
deep-A.post.exp | 2 Command: ./deep 49 ->98.04% (3,600B) 0x........: a12 (deep.c:16) 50 ->98.04% (3,600B) 0x........: a11 (deep.c:17) 51 ->98.04% (3,600B) 0x........: a10 (deep.c:18) 52 ->98.04% (3,600B) 0x........: a9 (deep.c:19) 53 ->98.04% (3,600B) 0x........: a8 (deep.c:20) 54 ->98.04% (3,600B) 0x........: a7 (deep.c:21) 55 ->98.04% (3,600B) 0x........: a6 (deep.c:22) 56 ->98.04% (3,600B) 0x........: a5 (deep.c:23)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/json/tests/ |
test_pass2.py | 6 [[[[[[[[[[[[[[[[[[["Not too deep"]]]]]]]]]]]]]]]]]]]
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/json/tests/ |
test_pass2.py | 6 [[[[[[[[[[[[[[[[[[["Not too deep"]]]]]]]]]]]]]]]]]]]
|
/external/chromium-trace/trace-viewer/tracing/tracing/ui/base/ |
drag_handle.css | 6 * /deep/ x-drag-handle { 12 * /deep/ x-drag-handle.horizontal-drag-handle { 25 * /deep/ x-drag-handle.vertical-drag-handle {
|
/external/libxml2/result/URI/ |
uri.data | 16 http://elsewhere.com/#deep 17 http://elsewhere.com/?deep 18 http://elsewhere.com/?deep#deep2
|
/external/v8/test/cctest/ |
test-symbols.cc | 3 // Check that we can traverse very deep stacks of ConsStrings using 4 // StringCharacterStram. Check that Get(int) works on very deep stacks 6 // should be possible without getting errors due to too deep recursion.
|
/external/valgrind/none/tests/ |
sigstackgrowth.c | 27 static char *deep; variable 35 if (&here < deep) { 48 deep = &here - SIZE;
|
/external/proguard/src/proguard/classfile/attribute/annotation/visitor/ |
AllElementValueVisitor.java | 42 private final boolean deep; field in class:AllElementValueVisitor 59 * @param deep specifies whether the element values 65 public AllElementValueVisitor(boolean deep, 68 this.deep = deep; 190 if (deep) 201 if (deep)
|
/frameworks/base/docs/html/training/app-indexing/ |
enabling-app-indexing.jd | 12 <li><a href="#sitemap">Add Deep Links in Your Sitemap</a></li> 13 <li><a href="#webpages">Add Deep Links in Your Web Pages</a></li> 34 <p>The deep links that you share with Google Search must take this URI 47 <p>The following sections describe how to add a deep link URI to your Sitemap 49 <h2 id="sitemap">Add Deep Links in Your Sitemap</h2> 50 <p>To annotate the deep link for Google Search app indexing in your 52 {@code <xhtml:link>} tag and specify the deep link as an alternate URI.</p> 54 your web page by using the {@code <loc>} tag, and a corresponding deep 70 <h2 id="webpages">Add Deep Links in Your Web Pages</h2> 71 <p>Instead of specifying the deep links for Google Search app indexing in you [all...] |
index.jd | 53 <li>Enable deep linking to specific content 63 <p itemprop="description">This class shows how to enable deep linking and indexing of 74 <dt><b><a href="deep-linking.html">Enabling Deep Links for App 76 <dd>Shows how to add intent filters to enable deep linking to app
|
deep-linking.jd | 1 page.title=Enabling Deep Links for App Content 12 <li><a href="#adding-filters">Add Intent Filters for Your Deep Links</a></li> 14 <li><a href="#testing-filters">Test Your Deep Links</a></li> 29 <em>deep linking</em> to the content in any of your activities. For example, the user might click on a deep link to view a page within a shopping app that describes a product offering that the user is searching for.</p> 31 <h2 id="adding-filters">Add Intent Filters for Your Deep Links</h2> 32 <p>To create a deep link to your app content, add an intent filter that 53 in your manifest for deep linking. The URIs {@code ?example://gizmos?} and 112 <li>The deep link should take users directly to the content, 120 they enter your app through a deep link [all...] |
/external/v8/test/mjsunit/compiler/ |
escape-analysis.js | 287 function deep() { function 298 deep(); deep(); 299 %OptimizeFunctionOnNextCall(deep); 300 deep(); deep(); 302 deep(); deep(); 316 function deep(shouldDeopt) { 325 if (shouldDeopt) %DeoptimizeFunction(deep); [all...] |
/frameworks/base/docs/html/distribute/engage/ |
deep-linking.jd | 4 page.tags="engagement", "app indexing", "search", "deep linking" 9 they need. With App Indexing, deep links to your Android app appear in Google Search 16 — by letting them interact with your app from a voice action, get deep into 30 <p>Re-engage with your users with deep-links displayed in search results, links 35 <img src="{@docRoot}images/distribute/app-indexing-deep-links.png"> 61 you can use the App Indexing API to have deep links appear in search suggestions.</li>
|
/external/clang/test/Index/ |
annotate-deep-statements.cpp | 4 // Check that we don't get stack overflow trying to annotate an extremely deep AST.
|
/external/lldb/test/functionalities/recursion/ |
TestValueObjectRecursion.py | 65 self.assertTrue(child.IsValid(),"could not retrieve the deep ValueObject") 66 self.assertTrue(child.GetChildAtIndex(0).IsValid(),"the deep ValueObject has no value") 67 self.assertTrue(child.GetChildAtIndex(0).GetValueAsUnsigned() != 0,"the deep ValueObject has a zero value") 68 self.assertTrue(child.GetChildAtIndex(1).GetValueAsUnsigned() != 0, "the deep ValueObject has no next")
|
/libcore/dom/src/test/java/org/w3c/domts/level1/core/ |
hc_nodeclonefalsenocopytext.java | 31 * The "cloneNode(deep)" method does not copy text unless it 32 * is deep cloned.(Test for deep=false) 35 * the "cloneNode(deep)" method with deep=false. The
|
hc_nodeclonetruecopytext.java | 31 * The "cloneNode(deep)" method does not copy text unless it 32 * is deep cloned.(Test for deep=true) 35 * the "cloneNode(deep)" method with deep=true. The
|
nodeclonefalsenocopytext.java | 31 * The "cloneNode(deep)" method does not copy text unless it 32 * is deep cloned.(Test for deep=false) 35 * the "cloneNode(deep)" method with deep=false. The
|
hc_nodeclonegetparentnull.java | 31 * The duplicate node returned by the "cloneNode(deep)" 35 * "cloneNode(deep)" method with deep=false. The
|
nodeclonegetparentnull.java | 31 * The duplicate node returned by the "cloneNode(deep)" 35 * "cloneNode(deep)" method with deep=false. The
|
/art/test/074-gc-thrash/src/ |
Main.java | 111 Deep deep = new Deep(); local 116 deep.start(); 127 deep.join(); 198 class Deep extends Thread { 233 System.err.println("Deep: weak still has " + i); 238 System.out.println("Deep: iters=" + iter / MAX_DEPTH); 255 System.err.println("Deep: " + i + " strong=" + strong[i] + 321 return new String("Deep" + val) [all...] |
/external/v8/test/mjsunit/ |
deep-recursion.js | 29 * @fileoverview Check that flattening deep trees of cons strings does not 43 var deep = newdeep("foo", default_depth); 44 assertEquals('f', deep[0]);
|
/frameworks/base/docs/html/distribute/users/ |
appindexing.jd | 21 <p>Start now by adding deep linking support to your app, verifying your app?s 22 official website, and defining deep links. To learn how, check out these <a 34 user?s device, search results will include deep links to your app that bring
|