HomeSort by relevance Sort by last modified time
    Searched refs:eat (Results 1 - 25 of 73) sorted by null

1 2 3

  /external/apache-xml/src/main/java/org/apache/xalan/processor/
ProcessorAttributeSet.java 65 ElemAttributeSet eat = new ElemAttributeSet(); local
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/toybox/toys/posix/
printf.c 26 static int eat(char **s, char c) function
45 if (eat(&ptr, 'x')) base = 16;
91 if (eat(&f, '\\')) putchar(handle_slash(&f, 0));
92 else if (!eat(&f, '%') || *f == '%') putchar(*f++);
103 if (eat(&f, '*')) {
106 if (i++ || !eat(&f, '.')) break;
116 while (*aa) putchar(eat(&aa, '\\') ? handle_slash(&aa, 1) : *aa++);
  /external/libevent/
compile 133 if test -n "$eat"; then
134 eat=
139 eat=1
154 eat=1
165 eat=1
176 eat=1
195 eat=1
227 eat=
263 if test -n "$eat"; then
264 eat
    [all...]
  /external/libnfnetlink/build-aux/
compile 134 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/
compile 92 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/
compile 92 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/clang/test/CodeGenCXX/
devirtualize-virtual-function-calls.cpp 89 virtual void eat();
92 virtual void eat();
100 p->fish.eat();
  /external/ImageMagick/config/
compile 138 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/google-breakpad/autotools/
compile 138 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/libedit/
compile 138 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/libmicrohttpd/
compile 138 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/libnetfilter_conntrack/build-aux/
compile 138 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/dist2/
compile 138 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/protobuf/
compile 138 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/protobuf/gtest/build-aux/
compile 138 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/strace/
compile 138 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...]
  /toolchain/binutils/binutils-2.25/
compile 138 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...]
  /frameworks/base/media/mca/filterfw/java/android/filterfw/io/
TextGraphReader.java 212 String curCommand = scanner.eat(commandPattern, "<command>");
234 String packageName = scanner.eat(packageNamePattern, "<package-name>");
241 String libraryName = scanner.eat(libraryNamePattern, "<library-name>");
248 curClassName = scanner.eat(wordPattern, "<class-name>");
253 String curFilterName = scanner.eat(wordPattern, "<filter-name>");
260 scanner.eat(curlyOpenPattern, "{");
272 scanner.eat(curlyClosePattern, "}");
277 curSourceFilterName = scanner.eat(wordPattern, "<source-filter-name>");
282 String portString = scanner.eat(portPattern, "[<source-port-name>]");
289 scanner.eat(rightArrowPattern, "=>")
    [all...]
  /external/swiftshader/third_party/LLVM/utils/lit/lit/
TclUtil.py 30 def eat(self): member in class:TclLexer
76 c = self.eat()
82 str += self.eat()
95 c = self.eat()
102 str += self.escape(self.eat())
116 c = self.eat()
121 str += self.escape(self.eat())
156 self.eat()
158 self.eat()
ShUtil.py 13 def eat(self): member in class:ShLexer
68 self.eat()
71 self.eat()
75 self.eat()
80 str += self.eat()
82 str += self.eat()
88 c = self.eat()
98 c = self.eat()
131 c = self.eat()
162 self.eat()
    [all...]
  /external/llvm/utils/lit/lit/
ShUtil.py 14 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/c-ares/
compile 60 eat=
64 if test -n "$eat"; then
65 eat=
71 eat=1
  /external/cmockery/cmockery_0_1_2/
compile 60 eat=
64 if test -n "$eat"; then
65 eat=
71 eat=1
  /external/libnetfilter_conntrack/
compile 60 eat=
64 if test -n "$eat"; then
65 eat=
71 eat=1
  /external/libogg/
compile 60 eat=
64 if test -n "$eat"; then
65 eat=
71 eat=1

Completed in 459 milliseconds

1 2 3