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

12345

/macosx-10.9.5/CPANInternal-140/Readonly/t/
H A Ddocs.t60 # Shallow vs deep (8 tests)
61 use vars qw/@shal @deep/;
64 eval {Readonly::Array @deep => (1, 2, {perl=>"Rules", java=>"Bites"}, 4, 5)};
67 is $@ => expected(__LINE__-1), 'deep test 1';
68 is $shal[1] => 2, 'deep test 1 confirm';
71 is $@ => '', 'deep test 2';
72 is $shal[2]{APL} => "Weird", 'deep test 2 confirm';
74 eval {$deep[1] = 7};
75 is $@ => expected(__LINE__-1), 'deep test 3';
76 is $deep[
[all...]
/macosx-10.9.5/CPANInternal-140/Readonly-1.03/t/
H A Ddocs.t60 # Shallow vs deep (8 tests)
61 use vars qw/@shal @deep/;
64 eval {Readonly::Array @deep => (1, 2, {perl=>"Rules", java=>"Bites"}, 4, 5)};
67 is $@ => expected(__LINE__-1), 'deep test 1';
68 is $shal[1] => 2, 'deep test 1 confirm';
71 is $@ => '', 'deep test 2';
72 is $shal[2]{APL} => "Weird", 'deep test 2 confirm';
74 eval {$deep[1] = 7};
75 is $@ => expected(__LINE__-1), 'deep test 3';
76 is $deep[
[all...]
/macosx-10.9.5/ruby-104/ruby/missing/
H A Dalloca.c131 char *deep; /* for stack depth measure */ member in struct:hdr::__anon12398
164 if (STACK_DIR > 0 && hp->h.deep > depth
165 || STACK_DIR < 0 && hp->h.deep < depth)
189 ((header *)new)->h.deep = depth;
/macosx-10.9.5/WebCore-7537.78.1/dom/
H A DCDATASection.h39 virtual PassRefPtr<Node> cloneNode(bool deep);
H A DComment.h39 virtual PassRefPtr<Node> cloneNode(bool deep);
H A DEntityReference.h38 virtual PassRefPtr<Node> cloneNode(bool deep);
H A DDocumentFragment.h48 virtual PassRefPtr<Node> cloneNode(bool deep);
H A DNotation.h41 virtual PassRefPtr<Node> cloneNode(bool deep);
H A DDocumentFragment.cpp70 PassRefPtr<Node> DocumentFragment::cloneNode(bool deep) argument
73 if (deep)
H A DShadowRoot.idl39 [RaisesException] Node cloneNode([Default=Undefined] optional boolean deep);
H A DDocumentType.h55 virtual PassRefPtr<Node> cloneNode(bool deep);
H A DText.h66 virtual PassRefPtr<Node> cloneNode(bool deep) OVERRIDE;
/macosx-10.9.5/ksh-20/ksh/src/cmd/ksh93/fun/
H A Dpopd36 then print pushd: Directory stack not that deep.
97 then print pushd: Directory stack not that deep.
H A Dpushd36 then print pushd: Directory stack not that deep.
97 then print pushd: Directory stack not that deep.
H A Ddirs50 then print -u2 cd: Directory stack not that deep.
/macosx-10.9.5/WebCore-7537.78.1/html/
H A DHTMLTemplateElement.cpp69 PassRefPtr<Node> HTMLTemplateElement::cloneNode(bool deep) argument
71 if (!deep)
H A DHTMLTemplateElement.h49 virtual PassRefPtr<Node> cloneNode(bool deep) OVERRIDE;
/macosx-10.9.5/bash-92/bash-3.2/examples/functions/
H A Ddirfuncs71 echo cd: Directory stack not that deep
/macosx-10.9.5/bash-92/bash-3.2/lib/malloc/
H A Dalloca.c145 char *deep; /* For stack depth measure. */ member in struct:hdr::__anon6383
177 if ((STACK_DIR > 0 && hp->h.deep > depth)
178 || (STACK_DIR < 0 && hp->h.deep < depth))
202 ((header *) new)->h.deep = depth;
/macosx-10.9.5/cxxfilt-11/cxxfilt/libiberty/
H A Dalloca.c146 char *deep; /* For stack depth measure. */ member in struct:hdr::__anon7947
179 if ((STACK_DIR > 0 && hp->h.deep > depth)
180 || (STACK_DIR < 0 && hp->h.deep < depth))
207 ((header *) new_storage)->h.deep = depth;
/macosx-10.9.5/emacs-92/emacs/lib-src/
H A Dalloca.c167 char *deep; /* For stack depth measure. */ member in struct:hdr::__anon8651
203 if ((STACK_DIR > 0 && hp->h.deep > depth)
204 || (STACK_DIR < 0 && hp->h.deep < depth))
235 ((header *) new)->h.deep = depth;
/macosx-10.9.5/emacs-92/emacs/src/
H A Dalloca.c167 char *deep; /* For stack depth measure. */ member in struct:hdr::__anon8677
203 if ((STACK_DIR > 0 && hp->h.deep > depth)
204 || (STACK_DIR < 0 && hp->h.deep < depth))
235 ((header *) new)->h.deep = depth;
/macosx-10.9.5/gnudiff-19/diffutils/lib/
H A Dalloca.c158 char *deep; /* For stack depth measure. */ member in struct:hdr::__anon8886
193 if ((STACK_DIR > 0 && hp->h.deep > depth)
194 || (STACK_DIR < 0 && hp->h.deep < depth))
225 ((header *) new)->h.deep = depth;
/macosx-10.9.5/gnutar-452/gnutar/lib/
H A Dalloca.c137 char *deep; /* For stack depth measure. */ member in struct:hdr::__anon8906
172 if ((STACK_DIR > 0 && hp->h.deep > depth)
173 || (STACK_DIR < 0 && hp->h.deep < depth))
210 new->h.deep = depth;
/macosx-10.9.5/tcl-102/tcl_ext/incrtcl/incrTcl/itcl/tests/
H A Dmkindex.itcl80 namespace eval deep {

Completed in 314 milliseconds

12345