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

<<21222324252627282930>>

  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
ObjectPropertiesSection.js 357 event.consume(true);
361 event.consume();
430 event.consume();
    [all...]
TextPrompt.js 324 event.consume(true);
737 // Consume the key.
894 event.consume(true);
treeoutline.js 389 event.consume(true);
645 event.consume();
791 event.consume(true);
StylesSidebarPane.js 64 var muteEventListener = function(event) { event.consume(true); };
739 event.consume();
770 event.consume();
    [all...]
UIUtils.js 545 e.consume();
663 event.consume(true);
666 event.consume(true);
    [all...]
  /external/chromium_org/third_party/libwebp/webp/
mux.h 32 // // ... (Consume output_data; e.g. write output_data.bytes to file).
41 // // ... (Consume image; e.g. call WebPDecode() to decode the data).
43 // // ... (Consume icc_data).
  /external/dexmaker/src/dx/java/com/android/dx/dex/file/
DebugInfoEncoder.java 177 * @param consume whether to claim to have consumed output for
182 AnnotatedOutput out, boolean consume) {
186 shouldConsume = consume;
  /external/llvm/lib/MC/MCParser/
AsmLexer.cpp 222 // Consume the [bB][hH].
276 // Consume the optional [hH].
297 // Consume the [hH].
  /external/protobuf/src/google/protobuf/io/
tokenizer.cc 283 // Helper methods that consume characters.
449 // Note: We didn't consume the '*' because if there is a '/' after it
497 // to be careful not to go into an infinite loop of trying to consume
  /frameworks/native/libs/gui/tests/
CpuConsumer_test.cpp 557 // Consume
596 // Consume
638 // Consume
SurfaceTexture_test.cpp     [all...]
  /frameworks/wilhelm/src/android/
AudioRecorder_to_android.cpp 234 // can't consume the whole or rest of the buffer in one shot
237 // consume data
254 // consume data
  /external/chromium_org/third_party/protobuf/src/google/protobuf/io/
tokenizer.cc 301 // Helper methods that consume characters.
494 // Consume leading whitespace and asterisk;
513 // Note: We didn't consume the '*' because if there is a '/' after it
578 // to be careful not to go into an infinite loop of trying to consume
799 // Consume the rest of the line so that we don't interpret it as a
    [all...]
  /external/llvm/lib/Support/
YAMLParser.cpp 375 /// @brief Consume a minimal well-formed code unit subsequence starting at
378 bool consume(uint32_t Expected);
881 Column += 2; // Consume both the ':' and ns-char.
903 bool Scanner::consume(uint32_t Expected) { function in class:Scanner
1068 consume('%');
    [all...]
CommandLine.cpp 455 // Consume runs of whitespace.
470 // Consume a quoted string.
543 // This is a small state machine to consume characters until it reaches the
830 // the consume after option... if it's specified...
    [all...]
  /external/valgrind/main/coregrind/m_demangle/
cplus-dem.c 499 Trying to consume something that isn't a count results in no
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/C/
C.stg 221 #undef CONSUME
306 # define CONSUME() \\
325 #define CONSUME() INPUT->istream->consume(INPUT->istream)
353 #undef CONSUME
394 #define CONSUME() ISTREAM->consume(ISTREAM)
432 #undef CONSUME
467 #define CONSUME() ISTREAM->consume(ISTREAM
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/fuzzy/output1/
Fuzzy.m 375 [input consume]; /* advance one char and try again */
    [all...]
  /external/clang/lib/Parse/
Parser.cpp 256 /// SkipUntil - Read tokens until we get to the specified token, then consume
274 // Noop, don't consume the token.
    [all...]
  /cts/libs/json/src/com/android/json/stream/
JsonReader.java 41 * #beginArray} to consume the array's opening bracket. Then create a
46 * #beginObject} to consume the object's opening brace. Then create a
846 * does not consume the delimiter character.
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/output1/
SimpleCLexer.m 529 [input consume];
549 [input consume];
796 [input consume];
  /external/chromium_org/chrome/browser/chromeos/input_method/
input_method_manager_impl.cc 715 // Do not consume key event if there is only one input method is enabled.
734 // Do not consume key event if there is only one input method is enabled.
807 return true; // consume the accelerator.
    [all...]
  /external/chromium_org/chrome/browser/nacl_host/
nacl_process_host.cc 840 // However: each NaCl process will consume 2-3 entries as it starts up, this
848 // Each NaCl process will consume 2-3 entries because the manifest and main
850 // will be loaded sequentially, so they will only consume a single entry
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/program/
nvvertparse.c 421 (void) Parse_Token(parseState, token); /* consume +/- */
682 (void) Parse_String(parseState, "."); /* consume . */
740 (void) Parse_String(parseState, "-"); /* consume '-' */
    [all...]
  /external/freetype/src/cff/
cf2intrp.c 129 /* consume the hintmask bytes from the charstring, advancing the src */
    [all...]

Completed in 1056 milliseconds

<<21222324252627282930>>