HomeSort by relevance Sort by last modified time
    Searched refs:TAP (Results 1 - 14 of 14) sorted by null

  /external/chromium_org/ui/events/gesture_detection/
gesture_detector.cc 33 TAP,
129 timeout_callbacks_[TAP] = &GestureDetector::OnTapTimeout;
130 timeout_delays_[TAP] = config.double_tap_timeout;
286 bool had_tap_message = timeout_handler_->HasTimeout(TAP);
288 timeout_handler_->StopTimeout(TAP);
292 // This is a second tap.
294 // Give a callback with the first tap of the double-tap.
296 // Give a callback with down event of the double-tap.
299 // This is a first tap
    [all...]
  /external/llvm/lib/Object/
IRObjectFile.cpp 84 std::unique_ptr<MCTargetAsmParser> TAP(
86 if (!TAP)
89 Parser->setTargetParser(*TAP);
  /external/chromium_org/content/browser/renderer_host/input/
touch_selection_controller.h 60 // To be called before forwarding a tap event. This allows automatically
86 enum InputEventType { TAP, LONG_PRESS, INPUT_EVENT_TYPE_NONE };
touch_selection_controller.cc 148 response_pending_input_event_ = TAP;
280 if (response_pending_input_event_ == TAP && selection_empty_) {
  /external/clang/tools/driver/
cc1as_main.cpp 393 std::unique_ptr<MCTargetAsmParser> TAP(
395 if (!TAP)
399 Parser->setTargetParser(*TAP.get());
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinterInlineAsm.cpp 142 std::unique_ptr<MCTargetAsmParser> TAP(
144 if (!TAP)
148 Parser->setTargetParser(*TAP.get());
  /external/llvm/tools/llvm-mc/
llvm-mc.cpp 326 std::unique_ptr<MCTargetAsmParser> TAP(
329 if (!TAP) {
336 Parser->setTargetParser(*TAP.get());