/external/valgrind/main/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)
|
/external/llvm/test/FrontendC++/ |
2006-11-06-StackTrace.cpp | 26 int shallow ( int x ) { return deep(x + 3); } 27 int deep ( int x ) { return deeper(x + 4); } function in class:DeepStack
|
/external/webkit/Source/WebCore/dom/ |
CDATASection.h | 39 virtual PassRefPtr<Node> cloneNode(bool deep);
|
Comment.h | 39 virtual PassRefPtr<Node> cloneNode(bool deep);
|
EntityReference.h | 38 virtual PassRefPtr<Node> cloneNode(bool deep);
|
DocumentFragment.cpp | 70 PassRefPtr<Node> DocumentFragment::cloneNode(bool deep) 73 if (deep)
|
DocumentFragment.h | 45 virtual PassRefPtr<Node> cloneNode(bool deep);
|
Notation.h | 41 virtual PassRefPtr<Node> cloneNode(bool deep);
|
DocumentType.h | 54 virtual PassRefPtr<Node> cloneNode(bool deep);
|
Text.h | 55 virtual PassRefPtr<Node> cloneNode(bool deep);
|
/external/webkit/Tools/android/flex-2.5.4a/MISC/Macintosh/ |
alloca.c | 125 char *deep; /* for stack depth measure */ member in struct:hdr::__anon13514 159 if ((STACK_DIR > 0 && hp->h.deep > depth) 160 || (STACK_DIR < 0 && hp->h.deep < depth)) 185 ((header *)new)->h.deep = depth;
|
/external/valgrind/main/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)
|
/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/webkit/Source/WebCore/html/ |
HTMLDataGridColElement.cpp | 66 void HTMLDataGridColElement::insertedIntoTree(bool deep) 68 HTMLElement::insertedIntoTree(deep); 78 void HTMLDataGridColElement::removedFromTree(bool deep) 80 HTMLElement::removedFromTree(deep);
|
HTMLImageElement.h | 99 virtual void insertedIntoTree(bool deep); 100 virtual void removedFromTree(bool deep);
|
HTMLObjectElement.h | 70 virtual void insertedIntoTree(bool deep); 71 virtual void removedFromTree(bool deep);
|
HTMLTrackElement.cpp | 53 void HTMLTrackElement::insertedIntoTree(bool deep) 55 HTMLElement::insertedIntoTree(deep);
|
HTMLSourceElement.cpp | 57 void HTMLSourceElement::insertedIntoTree(bool deep) 59 HTMLElement::insertedIntoTree(deep);
|
/external/webkit/LayoutTests/dom/html/level1/core/ |
hc_nodeclonefalsenocopytext.js | 78 The "cloneNode(deep)" method does not copy text unless it 79 is deep cloned.(Test for deep=false) 82 the "cloneNode(deep)" method with deep=false. The
|
hc_nodeclonetruecopytext.js | 78 The "cloneNode(deep)" method does not copy text unless it 79 is deep cloned.(Test for deep=true) 82 the "cloneNode(deep)" method with deep=true. The
|
/external/webkit/LayoutTests/dom/xhtml/level1/core/ |
hc_nodeclonefalsenocopytext.js | 78 The "cloneNode(deep)" method does not copy text unless it 79 is deep cloned.(Test for deep=false) 82 the "cloneNode(deep)" method with deep=false. The
|
hc_nodeclonetruecopytext.js | 78 The "cloneNode(deep)" method does not copy text unless it 79 is deep cloned.(Test for deep=true) 82 the "cloneNode(deep)" method with deep=true. The
|