HomeSort by relevance Sort by last modified time
    Searched full:consume (Results 401 - 425 of 1550) sorted by null

<<11121314151617181920>>

  /frameworks/base/packages/Keyguard/res/values/
attrs.xml 92 This will consume space from the total layout area. -->
117 <!-- Percentage of the screen this child should consume or center within.
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/
DefaultSuggestionView.java 197 public boolean consume(Drawable icon) {
199 Log.d(TAG, "IconConsumer.consume got id " + uniqueIconId +
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/
MimeStreamParser.java 147 tempIs.consume();
152 tempIs.consume();
  /external/chromium_org/third_party/icu/source/common/unicode/
ushape.h 122 * If more room is necessary, then try to consume spaces next to modified characters.
129 * If more room is necessary, then try to consume spaces next to modified characters.
138 * If more room is necessary, then try to consume spaces at the end of the text.
145 * If more room is necessary, then try to consume spaces at the end of the text.
154 * If more room is necessary, then try to consume spaces at the beginning of the text.
161 * If more room is necessary, then try to consume spaces at the beginning of the text.
  /external/chromium_org/third_party/icu/source/tools/toolutil/
xmlparser.cpp 352 // Consume the XML Declaration, if present.
357 // Consume "misc" [XML production 27] appearing before DocType
360 // Consume a DocType declaration, if present.
365 // Consume additional "misc" [XML production 27] appearing after the DocType
464 // Consume the annoying xml "Misc" that can appear at the end of the doc.
532 // Consume XML "Misc" [production #27]
  /external/icu4c/common/unicode/
ushape.h 124 * If more room is necessary, then try to consume spaces next to modified characters.
131 * If more room is necessary, then try to consume spaces next to modified characters.
140 * If more room is necessary, then try to consume spaces at the end of the text.
147 * If more room is necessary, then try to consume spaces at the end of the text.
156 * If more room is necessary, then try to consume spaces at the beginning of the text.
163 * If more room is necessary, then try to consume spaces at the beginning of the text.
  /external/icu4c/tools/toolutil/
xmlparser.cpp 352 // Consume the XML Declaration, if present.
357 // Consume "misc" [XML production 27] appearing before DocType
360 // Consume a DocType declaration, if present.
365 // Consume additional "misc" [XML production 27] appearing after the DocType
464 // Consume the annoying xml "Misc" that can appear at the end of the doc.
532 // Consume XML "Misc" [production #27]
  /external/clang/lib/Lex/
PPExpressions.cpp 128 // Consume identifier.
137 // Consume the ).
141 // Consume identifier.
267 // Consume the token.
321 // Consume the token.
491 // Consume the operator, remembering the operator's location for reporting.
688 // Consume the :.
  /external/antlr/antlr-3.4/runtime/Python/antlr3/
streams.py 59 def consume(self): member in class:IntStream
385 def consume(self): member in class:ANTLRStringStream
477 consume() ahead until p==index; can't just set p=index as we must
485 # seek forward, consume until p hits index
487 self.consume()
649 # to consume). p==-1 indicates that the tokens list is empty
722 def consume(self): member in class:CommonTokenStream
725 must become active with LT(1) available. consume() simply
727 input symbol. Consume at least one token.
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
streams.rb 90 === consume / look / peek
92 <tt>stream.consume</tt> is used to advance a stream one unit. StringStreams are
171 # :method: consume
173 abstract :consume
294 Then, all <tt>peek</tt>, <tt>look</tt>, and <tt>consume</tt> operations only
478 def consume method in class:ANTLR3.that.StringStream
729 tokens will be filtered out by the #peek, #look, and #consume methods.
901 def consume method in class:ANTLR3.that.CommonTokenStream
    [all...]
  /external/chromium_org/ash/accelerators/
accelerator_controller_unittest.cc 99 explicit DummyVolumeControlDelegate(bool consume)
100 : consume_(consume),
148 explicit DummyBrightnessControlDelegate(bool consume)
149 : consume_(consume),
193 explicit DummyImeControlDelegate(bool consume)
194 : consume_(consume),
246 explicit DummyKeyboardBrightnessControlDelegate(bool consume)
247 : consume_(consume),
765 // Do not consume shift keyup when caps lock is off.
    [all...]
  /external/chromium/third_party/libjingle/source/talk/base/
socketadapters.cc 325 size_t consume = _min(*len - pos, content_length_); local
326 pos += consume;
328 content_length_ -= consume;
637 // Consume parsed data
729 // Consume parsed data
  /external/chromium_org/base/json/
json_parser.cc 502 // First consume the key.
735 // Consume the UTF-16 code unit, which may be a high surrogate.
750 // If this is a high surrogate, consume the next code unit to get the
758 // Make sure that the token has more characters to consume the
847 // so save off where the parser should be on exit (see Consume invariant at
  /external/chromium_org/third_party/libjingle/source/talk/base/
socketadapters.cc 325 size_t consume = _min(*len - pos, content_length_); local
326 pos += consume;
328 content_length_ -= consume;
637 // Consume parsed data
729 // Consume parsed data
  /external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/pyxelator/
cparse.py 316 self.consume(lexer,')')
662 self.consume(lexer,',')
663 self.consume(lexer,';')
728 self.consume(lexer,',')
729 self.consume(lexer,';')
  /external/ganymed-ssh2/
FAQ.html 77 session. Be prepared to consume stdout and stderr data.</li>
142 if, for example, the remote process produces a lot of stderr data and you never consume it, then after
154 Many other SSH-2 client implementations just blindly consume any remotely produced data into a buffer
168 <li><b>Better, recommended for most users:</b> use two worker threads that consume remote stdout
176 automatically consume all data from the remote side and store in an internal buffer.</li>
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
socket.py 348 self._rbuf = StringIO() # reset _rbuf. we consume it via buf.
371 self._rbuf = StringIO() # reset _rbuf. we consume it via buf.
424 self._rbuf = StringIO() # reset _rbuf. we consume it via buf.
444 self._rbuf = StringIO() # reset _rbuf. we consume it via buf.
473 self._rbuf = StringIO() # reset _rbuf. we consume it via buf.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
socket.py 348 self._rbuf = StringIO() # reset _rbuf. we consume it via buf.
371 self._rbuf = StringIO() # reset _rbuf. we consume it via buf.
424 self._rbuf = StringIO() # reset _rbuf. we consume it via buf.
444 self._rbuf = StringIO() # reset _rbuf. we consume it via buf.
473 self._rbuf = StringIO() # reset _rbuf. we consume it via buf.
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.pas 70 procedure Consume;
747 /// 3. consume until token found in resynch set
    [all...]
  /external/clang/include/clang/Parse/
Parser.h 269 /// ConsumeToken - Consume the current 'peek token' and lex the next one.
276 "Should consume special tokens with Consume*Token");
314 /// ConsumeAnyToken - Dispatch to the right Consume* method based on the
330 /// ConsumeParen - This consume method keeps the paren count up-to-date.
333 assert(isTokenParen() && "wrong consume method");
343 /// ConsumeBracket - This consume method keeps the bracket count up-to-date.
346 assert(isTokenBracket() && "wrong consume method");
357 /// ConsumeBrace - This consume method keeps the brace count up-to-date.
360 assert(isTokenBrace() && "wrong consume method")
    [all...]
  /external/antlr/antlr-3.4/runtime/C/include/
antlr3debugeventlistener.h 127 * so that a GUI can easily track what LT/consume events are
248 /** Indicates the recognizer is about to consume tokens to resynchronize
249 * the parser. Any consume events from here until the recovered event
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
IDebugEventListener.cs 84 * so that a GUI can easily track what LT/consume events are
227 * Indicates the recognizer is about to consume tokens to resynchronize
228 * the parser. Any consume events from here until the recovered event
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Debug/
IDebugEventListener.cs 86 * so that a GUI can easily track what LT/consume events are
229 * Indicates the recognizer is about to consume tokens to resynchronize
230 * the parser. Any consume events from here until the recovered event
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/debug/
DebugEventListener.java 78 * so that a GUI can easily track what LT/consume events are
199 /** Indicates the recognizer is about to consume tokens to resynchronize
200 * the parser. Any consume events from here until the recovered event
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRStringStream.m 186 - (void) consume
309 // seek forward, consume until index hits anIndex
311 [self consume];

Completed in 1254 milliseconds

<<11121314151617181920>>