Home
last modified time | relevance | path

Searched refs:eat (Results 1 – 25 of 75) sorted by relevance

123

/external/apache-xml/src/main/java/org/apache/xalan/processor/
DProcessorAttributeSet.java65 ElemAttributeSet eat = new ElemAttributeSet(); in startElement() local
67 eat.setLocaterInfo(handler.getLocator()); in startElement()
70 eat.setPrefixes(handler.getNamespaceSupport()); in startElement()
77 eat.setDOMBackPointer(handler.getOriginatingNode()); in startElement()
78 setPropertiesFromAttributes(handler, rawName, attributes, eat); in startElement()
79 handler.getStylesheet().setAttributeSet(eat); in startElement()
84 parent.appendChild(eat); in startElement()
85 handler.pushElemTemplateElement(eat); in startElement()
/external/chromium_org/third_party/opus/src/
Dcompile134 if test -n "$eat"; then
135 eat=
140 eat=1
155 eat=1
166 eat=1
177 eat=1
196 eat=1
228 eat=
264 if test -n "$eat"; then
265 eat=
[all …]
Ddepcomp554 cleared=no eat=no
562 if test $eat = yes; then
563 eat=no
572 eat=yes ;;
/external/libcap-ng/libcap-ng-0.7/
Dcompile92 if test -n "$eat"; then
93 eat=
98 eat=1
163 eat=1
195 eat=
231 if test -n "$eat"; then
232 eat=
238 eat=1
Ddepcomp533 cleared=no eat=no
541 if test $eat = yes; then
542 eat=no
551 eat=yes ;;
/external/bison/build-aux/
Dcompile92 if test -n "$eat"; then
93 eat=
98 eat=1
163 eat=1
195 eat=
231 if test -n "$eat"; then
232 eat=
238 eat=1
Ddepcomp634 cleared=no eat=no
642 if test $eat = yes; then
643 eat=no
652 eat=yes ;;
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/cm/
Dxml.js58 if (stream.eat("!")) {
59 if (stream.eat("[")) {
70 } else if (stream.eat("?")) {
75 var isClose = stream.eat("/");
78 while ((c = stream.eat(/[^\s\u00a0=<>\"\'\/?]/))) tagName += c;
86 if (stream.eat("#")) {
87 if (stream.eat("x")) {
88 ok = stream.eatWhile(/[a-fA-F\d]/) && stream.eat(";");
90 ok = stream.eatWhile(/[\d]/) && stream.eat(";");
93 ok = stream.eatWhile(/[\w\.\-:]/) && stream.eat(";");
[all …]
Dshell.js35 if (sol && stream.eat('!')) {
50 stream.eat('-');
90 if (state.tokens.length > 1) stream.eat('$');
99 stream.eat('}');
Dcss.js29 else if ((ch == "~" || ch == "|") && stream.eat("=")) return ret(null, "compare");
554 if (stream.eat("!")) {
560 if (stream.eat("*")) {
586 if (stream.eat("/")) {
589 } else if (stream.eat("*")) {
597 if (stream.eat("{")) {
Dpython.js93 stream.eat(/J/i);
107 stream.eat(/J/i);
115 stream.eat(/L/i);
166 if (stream.eat('\\')) {
175 stream.eat(/['"]/);
Dclike.js34 if (stream.eat("*")) {
38 if (stream.eat("/")) {
197 if (next == '"' && !stream.eat('"')) {
259 if (stream.eat('"')) {
/external/llvm/utils/lit/lit/
DShUtil.py14 def eat(self): member in ShLexer
69 self.eat()
72 self.eat()
76 self.eat()
81 str += self.eat()
83 str += self.eat()
89 c = self.eat()
99 c = self.eat()
134 c = self.eat()
165 self.eat()
/external/clang/test/CodeGenCXX/
Ddevirtualize-virtual-function-calls.cpp89 virtual void eat();
92 virtual void eat();
100 p->fish.eat(); in test()
/external/clang/test/SemaObjCXX/
Dinstantiate-stmt.mm36 template<typename T> void eat(T); function
42 eat(element);
48 eat(element);
51 eat(str);
55 eat(str);
/external/chromium_org/third_party/yasm/source/patched-yasm/config/
Ddepcomp477 cleared=no eat=no
485 if test $eat = yes; then
486 eat=no
495 eat=yes ;;
/external/open-vcdiff/
Ddepcomp477 cleared=no eat=no
485 if test $eat = yes; then
486 eat=no
495 eat=yes ;;
/external/libexif/
Ddepcomp477 cleared=no eat=no
485 if test $eat = yes; then
486 eat=no
495 eat=yes ;;
/external/chromium_org/sdch/open-vcdiff/
Ddepcomp477 cleared=no eat=no
485 if test $eat = yes; then
486 eat=no
495 eat=yes ;;
/external/libpng/
Ddepcomp477 cleared=no eat=no
485 if test $eat = yes; then
486 eat=no
495 eat=yes ;;
/external/libmtp/
Ddepcomp477 cleared=no eat=no
485 if test $eat = yes; then
486 eat=no
495 eat=yes ;;
/external/chromium_org/third_party/libxml/src/
Ddepcomp477 cleared=no eat=no
485 if test $eat = yes; then
486 eat=no
495 eat=yes ;;
/external/pixman/
Ddepcomp533 cleared=no eat=no
541 if test $eat = yes; then
542 eat=no
551 eat=yes ;;
/external/openfst/
Ddepcomp533 cleared=no eat=no
541 if test $eat = yes; then
542 eat=no
551 eat=yes ;;
/external/clang/test/Parser/
Dobjc-recover.mm4 // This used to eat the @end
14 // This used to eat the method declarations

123