HomeSort by relevance Sort by last modified time
    Searched refs:deep (Results 1 - 25 of 220) sorted by null

1 2 3 4 5 6 7 8 9

  /external/valgrind/memcheck/tests/
deep-backtrace.stderr.exp 2 at 0x........: f1 (deep-backtrace.c:1)
3 by 0x........: f2 (deep-backtrace.c:2)
4 by 0x........: f3 (deep-backtrace.c:3)
5 by 0x........: f4 (deep-backtrace.c:4)
6 by 0x........: f5 (deep-backtrace.c:5)
7 by 0x........: f6 (deep-backtrace.c:6)
8 by 0x........: f7 (deep-backtrace.c:7)
9 by 0x........: f8 (deep-backtrace.c:8)
10 by 0x........: f9 (deep-backtrace.c:9)
11 by 0x........: f10 (deep-backtrace.c:10
    [all...]
  /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/visitor/
AllAttributeVisitor.java 41 private final boolean deep; field in class:AllAttributeVisitor
57 * Creates a new optionally deep AllAttributeVisitor.
58 * @param deep specifies whether the attributes contained
64 public AllAttributeVisitor(boolean deep,
67 this.deep = deep;
79 if (deep)
98 if (deep)
  /hardware/interfaces/tests/bar/1.0/
IImportTypes.hal 26 @1.0::Outer.Inner.Deep deep;
  /external/valgrind/massif/tests/
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)
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)
deep-C.post.exp 2 Command: ./deep
49 ->98.04% (3,600B) 0x........: a2 (deep.c:26)
50 ->98.04% (3,600B) 0x........: a1 (deep.c:27)
51 ->98.04% (3,600B) 0x........: main (deep.c:35)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/json/tests/
test_fail.py 40 '[[[[[[[[[[[[[[[[[[[["Too deep"]]]]]]]]]]]]]]]]]]]]',
  /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...]
  /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)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/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/gdb/darwin-x86/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/gdb/linux-x86/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/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...]
  /libcore/luni/src/main/java/org/w3c/dom/
Document.java 229 * Note that the <code>deep</code> parameter has no effect on
233 * <dd>If the <code>deep</code> option
251 * <code>importNode</code> <code>deep</code> parameter was set to
262 * copied. If a <code>deep</code> import is requested, the descendants
268 * copied, even if a <code>deep</code> import is requested, since the
279 * Note that the <code>deep</code> parameter has no effect on this type
285 * source node.Note that the <code>deep</code> parameter has no effect
292 * that the <code>deep</code> parameter has no effect on these types of
296 * @param deep If <code>true</code>, recursively import the subtree under
313 boolean deep)
    [all...]
Node.java 414 * contains unless it is a deep clone. This includes text contained in
421 * deep clone or not. Cloning an <code>EntityReference</code>
423 * <code>Entity</code> is available, no matter whether this is a deep
432 * @param deep If <code>true</code>, recursively clone the subtree under
437 public Node cloneNode(boolean deep);
    [all...]
  /toolchain/binutils/binutils-2.25/libiberty/
alloca.c 146 char *deep; /* For stack depth measure. */ member in struct:hdr::__anon108909
179 if ((STACK_DIR > 0 && hp->h.deep > depth)
180 || (STACK_DIR < 0 && hp->h.deep < depth))
207 ((header *) new_storage)->h.deep = depth;
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue15528.go 80 deep interface{} = [1]struct{ a *[2]byte }{{a: &[2]byte{'z', 'w'}}}
115 if !reflect.DeepEqual(*(deep.([1]struct{ a *[2]byte })[0].a), [2]byte{'z', 'w'}) {
116 fmt.Printf("bad deep directiface\n")
79 deep interface{} = [1]struct{ a *[2]byte }{{a: &[2]byte{'z', 'w'}}} var
  /prebuilts/go/linux-x86/test/fixedbugs/
issue15528.go 80 deep interface{} = [1]struct{ a *[2]byte }{{a: &[2]byte{'z', 'w'}}}
115 if !reflect.DeepEqual(*(deep.([1]struct{ a *[2]byte })[0].a), [2]byte{'z', 'w'}) {
116 fmt.Printf("bad deep directiface\n")
79 deep interface{} = [1]struct{ a *[2]byte }{{a: &[2]byte{'z', 'w'}}} var
  /external/clang/test/SemaCXX/
cstyle-cast.cpp 27 // Cast away deep consts and volatiles.
189 ppint *deep = (ppint*)(p3); local
190 (void)(fnptr*)(deep);
  /art/test/074-gc-thrash/src/
Main.java 110 Deep deep = new Deep(); local
115 deep.start();
126 deep.join();
197 class Deep extends Thread {
232 System.err.println("Deep: weak still has " + i);
237 System.out.println("Deep: iters=" + iter / MAX_DEPTH);
254 System.err.println("Deep: " + i + " strong=" + strong[i] +
320 return new String("Deep" + val)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
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...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
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...]
  /libcore/luni/src/main/java/org/apache/harmony/xml/dom/
DocumentImpl.java 215 * @param deep true to recursively copy any child nodes; false to do no such
218 Node cloneOrImportNode(short operation, Node node, boolean deep) {
221 if (deep) {
224 copy.appendChild(cloneOrImportNode(operation, list.item(i), deep));
232 public Node importNode(Node importedNode, boolean deep) {
233 return cloneOrImportNode(UserDataHandler.NODE_IMPORTED, importedNode, deep);

Completed in 725 milliseconds

1 2 3 4 5 6 7 8 9