HomeSort by relevance Sort by last modified time
    Searched full:deep (Results 51 - 75 of 956) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/compiler-rt/test/asan/TestCases/
deep_call_stack.cc 1 // Check that UAR mode can handle very deep recusrion.
  /external/mockito/src/org/mockito/internal/util/reflection/
GenericMaster.java 26 //in case of nested generics we don't go deep
  /external/valgrind/massif/tests/
deep-B.vgtest 1 prog: deep
deep-B.post.exp 2 Command: ./deep
49 ->98.04% (3,600B) 0x........: a5 (deep.c:23)
50 ->98.04% (3,600B) 0x........: a4 (deep.c:24)
51 ->98.04% (3,600B) 0x........: a3 (deep.c:25)
52 ->98.04% (3,600B) 0x........: a2 (deep.c:26)
53 ->98.04% (3,600B) 0x........: a1 (deep.c:27)
54 ->98.04% (3,600B) 0x........: main (deep.c:35)
  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
hc_nodeclonenodefalse.java 31 * The "cloneNode(deep)" method returns a copy of the node
32 * only if deep=false.
35 * "cloneNode(deep)" method with deep=false. The
hc_nodeclonenodetrue.java 31 * The "cloneNode(deep)" method returns a copy of the node
32 * and the subtree under it if deep=true.
35 * "cloneNode(deep)" method with deep=true. The
nodeclonenodefalse.java 31 * The "cloneNode(deep)" method returns a copy of the node
32 * only if deep=false.
35 * "cloneNode(deep)" method with deep=false. The
nodeclonenodetrue.java 31 * The "cloneNode(deep)" method returns a copy of the node
32 * and the subtree under it if deep=true.
35 * "cloneNode(deep)" method with deep=true. The
  /frameworks/base/docs/html/guide/topics/sensors/
index.jd 22 <a href="http://android-developers.blogspot.com/2011/06/deep-dive-into-location.html">
23 <h4>A Deep Dive Into Location</h4>
  /external/chromium-trace/trace-viewer/tracing/tracing/ui/extras/chrome/cc/
display_item_debugger.html 21 * /deep/ tr-ui-e-chrome-cc-display-item-debugger {
26 * /deep/ tr-ui-e-chrome-cc-display-item-debugger > left-panel {
33 * /deep/ tr-ui-e-chrome-cc-display-item-debugger > left-panel >
39 * /deep/ tr-ui-e-chrome-cc-display-item-debugger > left-panel >
46 * /deep/ tr-ui-e-chrome-cc-display-item-debugger > left-panel >
51 * /deep/ tr-ui-e-chrome-cc-display-item-debugger > x-drag-handle {
55 * /deep/ tr-ui-e-chrome-cc-display-item-debugger > right-panel {
60 * /deep/ tr-ui-e-chrome-cc-display-item-debugger > left-panel >
65 * /deep/ tr-ui-e-chrome-cc-display-item-debugger > left-panel >
73 * /deep/ tr-ui-e-chrome-cc-display-item-debugger > left-panel
    [all...]
  /external/javassist/src/main/javassist/bytecode/analysis/
Type.java 392 CtClass deep = one; local
395 CtClass backupDeep = deep;
397 // Phase 1 - Find the deepest hierarchy, set deep and shallow correctly
400 if (eq(deep, shallow) && deep.getSuperclass() != null)
401 return deep;
403 CtClass deepSuper = deep.getSuperclass();
413 // wrong, swap them, since deep is now useless, its our tmp before we swap it
414 deep = backupDeep;
416 backupShallow = deep;
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
copy.py 1 """Generic (shallow and deep) copying operations.
8 x = copy.deepcopy(y) # make a deep copy of y
12 The difference between shallow and deep copying is only relevant for
20 - A deep copy constructs a new compound object and then, recursively,
23 Two problems often exist with deep copy operations that don't exist
29 b) because deep copy copies *everything* it may copy too much, e.g.
33 Python's deep copy operation avoids these problems by:
146 """Deep copy operation on arbitrary Python objects.
189 "un(deep)copyable object of type %s" % cls)
306 def _reconstruct(x, info, deep, memo=None)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
copy.py 1 """Generic (shallow and deep) copying operations.
8 x = copy.deepcopy(y) # make a deep copy of y
12 The difference between shallow and deep copying is only relevant for
20 - A deep copy constructs a new compound object and then, recursively,
23 Two problems often exist with deep copy operations that don't exist
29 b) because deep copy copies *everything* it may copy too much, e.g.
33 Python's deep copy operation avoids these problems by:
146 """Deep copy operation on arbitrary Python objects.
189 "un(deep)copyable object of type %s" % cls)
306 def _reconstruct(x, info, deep, memo=None)
    [all...]
  /external/chromium-trace/trace-viewer/tracing/examples/
deep_reports.html 9 <title>Deep insights via Bulk Trace Analysis</title>
30 <tr-ui-e-deep-reports-html-results id="results">
31 </tr-ui-e-deep-reports-html-results>
  /frameworks/base/docs/html/distribute/engage/
ads.jd 25 <p class="figure-caption">Add deep links to your app, then bring users straight
31 <p class="figure-caption">Use remarketing and deep links to bring users to just the right
46 <li> <a href="https://developers.google.com/app-indexing/webmasters/app">Add deep links</a> to
  /libcore/dom/src/test/java/org/w3c/domts/level2/core/
importNode05.java 34 * The "importNode(importedNode,deep)" method for a
39 * Invoke method importNode(importedNode,deep) on this document
40 * with importedNode being the element from above and deep is false.
importNode06.java 34 * The "importNode(importedNode,deep)" method for a
39 * Invoke method importNode(importedNode,deep) on this document
40 * with importedNode being the element from above and deep is true.
importNode10.java 34 * The "importNode(importedNode,deep)" method for a
37 * Only the EntityReference is copied, regardless of deep's value.
41 * Invoke method importNode(importedNode,deep) on this document with importedNode
importNode11.java 34 * The "importNode(importedNode,deep)" method for a
37 * Only the EntityReference is copied, regardless of deep's value.
41 * Invoke method importNode(importedNode,deep) on this document with importedNode
importNode12.java 34 * The "importNode(importedNode,deep)" method for a
39 * Invoke method importNode(importedNode,deep) on this document with deep as false.
importNode13.java 34 * The "importNode(importedNode,deep)" method for a
39 * Invoke method importNode(importedNode,deep) where importedNode
40 * contains the retrieved notation and deep is false. Method should
importNode17.java 34 * The "importNode(importedNode,deep)" method for a
39 * Invoke method importNode(importedNode,deep) where importedNode
40 * contains staff.xml and deep is true.
  /frameworks/base/packages/SystemUI/res/values/
colors.xml 39 <color name="system_accent_color">#ff80CBC4</color><!-- deep teal 200 -->
40 <color name="system_warning_color">#fff4511e</color><!-- deep orange 600 -->
49 <color name="qs_detail_progress_track">#99009688</color><!-- 60% deep teal 500 -->
126 <color name="screen_pinning_nav_icon_highlight_outer">#4080cbc4</color><!-- 25% deep teal 200 -->
127 <color name="screen_pinning_request_bg">#ff009688</color><!-- deep teal 500 -->
142 <color name="zen_introduction_message_background">#ff009688</color><!-- deep teal 500 -->
  /external/jmonkeyengine/engine/src/core/com/jme3/effect/shapes/
EmitterShape.java 60 * This method creates a deep clone of the current instance of the emitter shape.
61 * @return deep clone of the current instance of the emitter shape
  /frameworks/base/docs/html/distribute/users/
app-invites.jd 10 <p>Personal recommendations can be one of the strongest motivators for a user installing your app. With this in mind, App Invites helps you organically find valuable users to download and use your app. With intelligent friend recommendations, smart invite delivery, and the ability to add offers or incentives, new users will get immediate access to your app and can be deep linked to a personalized onboarding flow.</p>
36 <li>You can personalise the invite flow by deep linking to app content and in-app purchases,

Completed in 1120 milliseconds

1 23 4 5 6 7 8 91011>>