Searched refs:eat (Results 1 - 25 of 58) sorted by relevance

123

/external/apache-xml/src/main/java/org/apache/xalan/processor/
H A DProcessorAttributeSet.java65 ElemAttributeSet eat = new ElemAttributeSet();
67 eat.setLocaterInfo(handler.getLocator());
70 eat.setPrefixes(handler.getNamespaceSupport());
77 eat.setDOMBackPointer(handler.getOriginatingNode());
78 setPropertiesFromAttributes(handler, rawName, attributes, eat);
79 handler.getStylesheet().setAttributeSet(eat);
81 // handler.pushElemTemplateElement(eat);
84 parent.appendChild(eat);
85 handler.pushElemTemplateElement(eat);
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/cm/
H A Dxml.js74 if (stream.eat("!")) {
75 if (stream.eat("[")) {
86 } else if (stream.eat("?")) {
91 type = stream.eat("/") ? "closeTag" : "openTag";
97 if (stream.eat("#")) {
98 if (stream.eat("x")) {
99 ok = stream.eatWhile(/[a-fA-F\d]/) && stream.eat(";");
101 ok = stream.eatWhile(/[\d]/) && stream.eat(";");
104 ok = stream.eatWhile(/[\w\.\-:]/) && stream.eat(";");
115 if (ch == ">" || (ch == "/" && stream.eat(">"))) {
[all...]
H A Dcoffeescript.js181 if (stream.eat("\\")) {
190 stream.eat(/['"\/]/);
H A Dpython.js120 stream.eat(/J/i);
134 stream.eat(/J/i);
142 stream.eat(/L/i);
195 if (stream.eat("\\")) {
203 stream.eat(/['"]/);
/external/chromium_org/third_party/opus/src/
H A 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...]
/external/libopus/
H A 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...]
/external/bison/build-aux/
H A 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
/external/libcap-ng/libcap-ng-0.7/
H A 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
/external/libpng/
H A Dcompile138 if test -n "$eat"; then
139 eat=
144 eat=1
159 eat=1
170 eat=1
181 eat=1
200 eat=1
232 eat=
268 if test -n "$eat"; then
269 eat
[all...]
/external/clang/test/CodeGenCXX/
H A Ddevirtualize-virtual-function-calls.cpp89 virtual void eat();
92 virtual void eat();
100 p->fish.eat();
/external/libedit/
H A Dcompile138 if test -n "$eat"; then
139 eat=
144 eat=1
159 eat=1
170 eat=1
181 eat=1
200 eat=1
232 eat=
268 if test -n "$eat"; then
269 eat
[all...]
/external/pcre/dist/
H A Dcompile138 if test -n "$eat"; then
139 eat=
144 eat=1
159 eat=1
170 eat=1
181 eat=1
200 eat=1
232 eat=
268 if test -n "$eat"; then
269 eat
[all...]
/external/llvm/utils/lit/lit/
H A DShUtil.py14 def eat(self): member in class: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()
[all...]
/external/chromium_org/third_party/libxslt/
H A Dcompile60 eat=
64 if test -n "$eat"; then
65 eat=
71 eat=1
/external/chromium_org/third_party/tcmalloc/vendor/
H A Dcompile60 eat=
64 if test -n "$eat"; then
65 eat=
71 eat=1
/external/cmockery/cmockery_0_1_2/
H A Dcompile60 eat=
64 if test -n "$eat"; then
65 eat=
71 eat=1
/external/libogg/
H A Dcompile60 eat=
64 if test -n "$eat"; then
65 eat=
71 eat=1
/external/libusb/
H A Dcompile60 eat=
64 if test -n "$eat"; then
65 eat=
71 eat=1
/external/libusb-compat/
H A Dcompile60 eat=
64 if test -n "$eat"; then
65 eat=
71 eat=1
/external/libvorbis/
H A Dcompile60 eat=
64 if test -n "$eat"; then
65 eat=
71 eat=1
/external/chromium_org/sdch/open-vcdiff/
H A Ddepcomp477 cleared=no eat=no
485 if test $eat = yes; then
486 eat=no
495 eat=yes ;;
/external/chromium_org/third_party/libxml/src/
H A Ddepcomp477 cleared=no eat=no
485 if test $eat = yes; then
486 eat=no
495 eat=yes ;;
/external/chromium_org/third_party/yasm/source/patched-yasm/config/
H A Ddepcomp477 cleared=no eat=no
485 if test $eat = yes; then
486 eat=no
495 eat=yes ;;
/external/elfutils/0.153/config/
H A Ddepcomp477 cleared=no eat=no
485 if test $eat = yes; then
486 eat=no
495 eat=yes ;;
/external/google-tv-pairing-protocol/cpp/
H A Ddepcomp477 cleared=no eat=no
485 if test $eat = yes; then
486 eat=no
495 eat=yes ;;

Completed in 6179 milliseconds

123