Searched defs:consume (Results 51 - 75 of 79) sorted by relevance

1234

/external/clang/test/SemaTemplate/
H A Dconstexpr-instantiate.cpp13 template<typename T> constexpr int consume(T);
15 const int k = consume(0); // expected-note {{here}}
17 template<typename T> constexpr int consume(T) { return 0; } function in namespace:UseBeforeDefinition
19 constexpr int l = consume(0);
/external/emma/core/java12/com/vladium/jcd/lib/
H A DTypes.java626 consume ('(');
668 consume ('L');
681 consume ('[');
732 private void consume (char expected) throws IOException method in class:Types.methodDescriptorCompiler
/external/antlr/antlr-3.4/runtime/Python/antlr3/
H A Ddebug.py112 def consume(self): member in class:DebugTokenStream
118 self.input.consume()
129 """consume all initial off-channel tokens"""
453 so that a GUI can easily track what LT/consume events are
588 """Indicates the recognizer is about to consume tokens to resynchronize
589 the parser. Any consume events from here until the recovered event
H A Dtree.py1409 # sometimes resync does not consume a token (when LT(1) is
1852 # to consume). If -1, nodes array not filled yet.
2007 def consume(self): member in class:CommonTreeNodeStream
2322 self.input.consume() # not subtree, consume 1 node and return
2330 self.input.consume()
2339 self.input.consume() # consume UP
/external/chromium_org/ash/accelerators/
H A Daccelerator_controller_unittest.cc86 explicit DummyBrightnessControlDelegate(bool consume) argument
87 : consume_(consume),
131 explicit DummyImeControlDelegate(bool consume) argument
132 : consume_(consume),
183 explicit DummyKeyboardBrightnessControlDelegate(bool consume) argument
184 : consume_(consume),
1136 // A fullscreen window can consume ALT-TAB (preferred).
1147 // A normal window shouldn't consume preferred accelerator.
/external/chromium_org/third_party/WebKit/Source/core/css/parser/
H A DMediaQueryTokenizer.cpp50 UChar MediaQueryTokenizer::consume() function in class:blink::MediaQueryTokenizer
57 void MediaQueryTokenizer::consume(unsigned offset) function in class:blink::MediaQueryTokenizer
243 UChar cc = consume();
314 // http://www.w3.org/TR/css3-syntax/#consume-a-number
338 // http://www.w3.org/TR/css3-syntax/#consume-a-numeric-token
349 // http://www.w3.org/TR/css3-syntax/#consume-an-ident-like-token
365 // http://dev.w3.org/csswg/css-syntax/#consume-a-string-token
370 UChar cc = consume();
385 consume();
398 consume();
[all...]
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/elements/
H A DSpectrum.js144 function consume(e)
146 e.consume(true);
183 doc.addEventListener("selectstart", consume, false);
184 doc.addEventListener("dragstart", consume, false);
189 consume(mouseEvent);
199 doc.removeEventListener("selectstart", consume, false);
200 doc.removeEventListener("dragstart", consume, false);
419 event.consume(true);
424 event.consume(true);
/external/chromium_org/ui/base/ime/chromeos/
H A Dcharacter_composer.cc38 bool consume; // true if the original key event will be consumed. member in struct:__anon16634::BlackListedDeadKey
464 return kBlackListedDeadKeys[i].consume;
/external/protobuf/java/src/main/java/com/google/protobuf/
H A DTextFormat.java505 * If the next token exactly matches {@code token}, consume it and return
518 * If the next token exactly matches {@code token}, consume it. Otherwise,
521 public void consume(final String token) throws ParseException { method in class:TextFormat.Tokenizer
529 * not consume it.
542 * If the next token is an identifier, consume it and return its value.
564 * If the next token is a 32-bit signed integer, consume it and return its
578 * If the next token is a 32-bit unsigned integer, consume it and return its
592 * If the next token is a 64-bit signed integer, consume it and return its
606 * If the next token is a 64-bit unsigned integer, consume it and return its
620 * If the next token is a double, consume i
[all...]
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Dtree.rb138 @input.consume
145 @input.consume
1088 def consume method in class:ANTLR3.CommonTree.TreeAdaptor.CommonTreeNodeStream
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/
H A DDOMExtension.js580 Event.prototype.consume = function(preventDefault)
753 e.consume();
/external/chromium_org/third_party/jinja2/
H A Denvironment.py29 concat, consume, internalcode namespace
1100 consume(self._template.root_render_func(context))
/external/chromium_org/ui/aura/gestures/
H A Dgesture_recognizer_unittest.cc2979 void set_consume_touch_move(bool consume) { consume_touch_move_ = consume; } argument
/external/llvm/lib/Support/
H A DYAMLParser.cpp384 bool consume(uint32_t Expected);
873 bool Scanner::consume(uint32_t Expected) { function in class:Scanner
1038 consume('%');
1412 if (!consume('>'))
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.common_3.6.0.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...
/external/chromium_org/third_party/libaddressinput/src/java/testlibs/
H A Dhttpcore-4.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/message/ ...
/external/smack/asmack-master/lib/
H A Dhttpcore-4.1.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/impl/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Djaxen-1.1.6.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/LICENSE.txt META-INF/maven/ ...
/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
H A DFlexAntTasks.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/adobe/ com/adobe/ac/ com/adobe/ac/ant/ ...
/external/chromium_org/third_party/checkstyle/
H A Dcheckstyle-5.7-all.jarMETA-INF/MANIFEST.MF META-INF/ checkstyle_packages.xml checkstylecompilation.properties checkstyletask.properties com/ ...
/external/google-tv-pairing-protocol/java/jar/
H A Dprotobuf-java-2.2.0-lite.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/protobuf/ com/google/protobuf/UninitializedMessageException ...
/external/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...

Completed in 3334 milliseconds

1234