Searched refs:deep (Results 1 - 25 of 76) sorted by relevance

1234

/external/valgrind/main/memcheck/tests/
H A Ddeep-backtrace.stderr.exp2 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
[all...]
/external/valgrind/main/none/tests/
H A Dsigstackgrowth.c27 static char *deep; variable
35 if (&here < deep) {
48 deep = &here - SIZE;
/external/proguard/src/proguard/classfile/attribute/visitor/
H A DAllAttributeVisitor.java41 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, argument
67 this.deep = deep;
79 if (deep)
98 if (deep)
/external/chromium_org/v8/test/mjsunit/
H A Ddeep-recursion.js29 * @fileoverview Check that flattening deep trees of cons strings does not
43 var deep = newdeep("foo", default_depth);
44 assertEquals('f', deep[0]);
/external/v8/test/mjsunit/
H A Ddeep-recursion.js29 * @fileoverview Check that flattening deep trees of cons strings does not
43 var deep = newdeep("foo", default_depth);
44 assertEquals('f', deep[0]);
/external/valgrind/main/massif/tests/
H A Ddeep-A.post.exp2 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)
H A Ddeep-B.post.exp2 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)
H A Ddeep-C.post.exp2 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)
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLTemplateElement.cpp67 PassRefPtr<Node> HTMLTemplateElement::cloneNode(bool deep) argument
69 if (!deep)
H A DHTMLTemplateElement.h49 virtual PassRefPtr<Node> cloneNode(bool deep = true) OVERRIDE;
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DComment.h41 virtual PassRefPtr<Node> cloneNode(bool deep = true);
H A DDocumentFragment.h50 virtual PassRefPtr<Node> cloneNode(bool deep = true);
H A DDocumentFragment.cpp67 PassRefPtr<Node> DocumentFragment::cloneNode(bool deep) argument
70 if (deep)
H A DDocumentType.h56 virtual PassRefPtr<Node> cloneNode(bool deep) OVERRIDE;
H A DText.h70 virtual PassRefPtr<Node> cloneNode(bool deep = true) OVERRIDE FINAL;
H A DAttr.h81 virtual PassRefPtr<Node> cloneNode(bool deep = true);
H A DProcessingInstruction.h61 virtual PassRefPtr<Node> cloneNode(bool deep = true);
/external/javassist/src/main/javassist/bytecode/analysis/
H A DType.java392 CtClass deep = one;
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/chromium_org/v8/test/mjsunit/compiler/
H A Descape-analysis.js287 function deep() { function
298 deep(); deep();
299 %OptimizeFunctionOnNextCall(deep);
300 deep(); deep();
302 deep(); deep();
/external/chromium_org/third_party/WebKit/Source/core/dom/shadow/
H A DShadowRoot.idl37 [RaisesException] Node cloneNode([Default=Undefined] optional boolean deep);
/external/chromium/net/disk_cache/
H A Dblock_files.h43 // Removes an entry from the block files. If deep is true, the storage is zero
46 void DeleteBlock(Addr address, bool deep);
/external/clang/test/SemaCXX/
H A Dcstyle-cast.cpp27 // Cast away deep consts and volatiles.
189 ppint *deep = (ppint*)(p3); local
190 (void)(fnptr*)(deep);
H A Dreinterpret-cast.cpp52 ppint *deep = reinterpret_cast<ppint*>(p3); local
53 (void)reinterpret_cast<fnptr*>(deep);
H A Dfunctional-cast.cpp56 // Cast away deep consts and volatiles.
255 ppint *deep = pppint(p3); local
257 (void)fnptrp(deep);
/external/chromium_org/net/disk_cache/
H A Dblock_files.h108 // Removes an entry from the block files. If deep is true, the storage is zero
111 void DeleteBlock(Addr address, bool deep);

Completed in 793 milliseconds

1234