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

/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/llvm/utils/lit/lit/
H A DTclUtil.py30 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()
H A DShUtil.py13 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/grub/
H A Dcompile60 eat=
64 if test -n "$eat"; then
65 eat=
71 eat=1
/external/libffi/
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/libmtp/
H A Ddepcomp477 cleared=no eat=no
485 if test $eat = yes; then
486 eat=no
495 eat=yes ;;
/external/libpng/
H A Ddepcomp477 cleared=no eat=no
485 if test $eat = yes; then
486 eat=no
495 eat=yes ;;
/external/openfst/
H A Ddepcomp477 cleared=no eat=no
485 if test $eat = yes; then
486 eat=no
495 eat=yes ;;
/external/antlr/antlr-3.4/runtime/Ruby/test/unit/
H A Dtest-template.rb179 MethodDescription.new( 'eat', %q[puts( "ate %s %s" % [ number, @name ] )], %w( number ) ),
196 | def eat( number )
223 MethodDescription.new( 'eat', %q[puts( "ate %s %s" % [ number, @name ] )], %w( number ) ),
240 | def eat( number )
/external/e2fsprogs/lib/ext2fs/
H A Dswapfs.c163 __u32 *eaf, *eat; local
264 eat = (__u32 *) (((char *) t) + sizeof(struct ext2_inode) +
266 *eat = ext2fs_swab32(*eaf);
269 ext2fs_swap_ext_attr((char *) (eat + 1), (char *) (eaf + 1),
/external/guava/guava-tests/test/com/google/common/eventbus/
H A DEventBusTest.java72 @Subscribe public void eat(Object food) {
80 @Subscribe public void eat(Comparable<?> food) {
/external/icu4c/tools/tzcode/
H A Dzic.c140 static void eat(const char * name, int num);
460 eat(name, num) function
720 eat(links[i].l_filename, links[i].l_linenum);
732 eat("command line", 1);
736 eat("command line", 1);
880 eat(rules[i].r_filename, rules[i].r_linenum);
882 eat(rules[i + 1].r_filename, rules[i + 1].r_linenum);
923 eat(zp->z_filename, zp->z_linenum);
963 eat(name, num);
2199 eat(z
[all...]
/external/iproute2/doc/
H A Dapi-ip6-flowlabels.tex249 labels until their expiration and malicious user may fastly eat all the
/external/grub/docs/
H A Dtexinfo.tex4943 \gobble % eat return
5107 % [Knuth] p. 382; only eat outer {}
6339 % eat @SAVE -- beware, all of them have catcode \other:

Completed in 269 milliseconds