HomeSort by relevance Sort by last modified time
    Searched full:deep (Results 26 - 50 of 1307) sorted by null

12 3 4 5 6 7 8 91011>>

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_mhlib.py 130 def deep(folder, n): function in function:MhlibTests.setUp
134 deep('deep/f1', 1)
135 deep('deep/f1', 2)
136 deep('deep/f1', 3)
137 deep('deep/f2', 4)
138 deep('deep/f2', 6
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_mhlib.py 130 def deep(folder, n): function in function:MhlibTests.setUp
134 deep('deep/f1', 1)
135 deep('deep/f1', 2)
136 deep('deep/f1', 3)
137 deep('deep/f2', 4)
138 deep('deep/f2', 6
    [all...]
  /external/autotest/client/site_tests/
README 6 Test cases should exist no more than one level deep, using autotest
  /external/autotest/server/site_tests/
README 6 Test cases should exist no more than one level deep, using autotest
  /external/chromium-trace/catapult/
.gitignore 9 # A script some of us use to download Deep Report traces. It must live in that
  /external/chromium-trace/catapult/tracing/tracing/ui/extras/chrome/cc/
layer_view.css 6 * /deep/ tr-ui-e-chrome-cc-layer-view {
14 * /deep/ tr-ui-e-chrome-cc-layer-view >
23 * /deep/tr-ui-e-chrome-cc- layer-view > tr-ui-e-chrome-cc-layer-view-analysis {
28 * /deep/ tr-ui-e-chrome-cc-layer-view >
display_item_list_view.css 6 * /deep/ .tr-ui-e-chrome-cc-display-item-list-view {
picture_view.css 6 * /deep/ .tr-ui-e-chrome-cc-picture-snapshot-view {
  /external/autotest/client/site_tests/graphics_WebGLManyPlanetsDeep/
control 7 PURPOSE = "Execute the WebGL many planets deep test suite."
20 This test runs the WebGL many planets deep tests.
  /external/chromium-trace/catapult/third_party/polymer/components/core-collapse/
core-collapse.css 10 html /deep/ core-collapse {
14 html /deep/ .core-collapse-closed {
  /external/skia/src/animator/
thingstodo.txt 2 figure out where endless or very deep recursion is possible
6 ((((( operator precedence or similar making stack deep
  /external/llvm/test/Transforms/SafeStack/
constant-geps.ll 4 %struct.deep = type { %union.anon }
19 %x = alloca %struct.deep, align 1
20 %b = getelementptr inbounds %struct.deep, %struct.deep* %x, i32 0, i32 0
  /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
  /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/libxml2/result/URI/
uri.data 16 http://elsewhere.com/#deep
17 http://elsewhere.com/?deep
18 http://elsewhere.com/?deep#deep2
  /external/valgrind/none/tests/
sigstackgrowth.c 27 static char *deep; variable
35 if (&here < deep) {
48 deep = &here - SIZE;
  /external/chromium-trace/catapult/third_party/polymer/components/paper-action-dialog/
demo.html 68 .custom /deep/ ::-webkit-input-placeholder {
72 .custom /deep/ ::-moz-placeholder {
76 .custom /deep/ :-ms-input-placeholder {
80 .custom /deep/ .label-text,
81 .custom /deep/ .error {
85 .custom /deep/ .unfocused-underline {
89 .custom[focused] /deep/ .floated-label .label-text {
93 .custom /deep/ .focused-underline {
97 .custom.invalid /deep/ .floated-label .label-text,
98 .custom /deep/ .error
    [all...]
  /external/chromium-trace/catapult/third_party/polymer/components/paper-input/
demo.html 68 .custom /deep/ ::-webkit-input-placeholder {
72 .custom /deep/ ::-moz-placeholder {
76 .custom /deep/ :-ms-input-placeholder {
80 .custom /deep/ .label-text,
81 .custom /deep/ .error {
85 .custom /deep/ .unfocused-underline {
89 .custom[focused] /deep/ .floated-label .label-text {
93 .custom /deep/ .focused-underline {
97 .custom.invalid /deep/ .floated-label .label-text,
98 .custom /deep/ .error
    [all...]
  /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...]
  /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...]
  /external/chromium-trace/catapult/dashboard/dashboard/static/
autocomplete_test.html 40 {name: 'deep fried apple pie'},
52 {name: 'deep fried apple pie'}
61 {name: 'deep fried apple pie'}],
67 {name: 'deep fried apple pie'}],
95 {name: 'deep fried apple pie', group: 'pie'},
107 {name: 'deep fried apple pie', group: 'pie'}],
  /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 &mdash; 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/chromium-trace/catapult/telemetry/third_party/flot/
README.chromium 8 Description: Flot is used in the webui for performance monitor and the visualizer for Deep Memory Profiler to draw charts of performance metrics.

Completed in 540 milliseconds

12 3 4 5 6 7 8 91011>>