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

  /external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
p2.cpp 29 void tickle() const;
35 = typeid([=,&p]() -> P& { boom_int.tickle(); return p; }()); // expected-note{{in instantiation of member function 'Boom<int>::Boom' requested here}}
40 = typeid([=]() -> int { boom_float.tickle(); return 0; }()); // expected-error{{lambda expression in an unevaluated operand}}
42 auto foo = [=]() -> int { boom_double.tickle(); return 0; }; // expected-note{{in instantiation of member function 'Boom<double>::Boom' requested here}}
templates.cpp 74 void tickle() const;
81 boom.tickle();
92 boom.tickle(); // expected-note{{in instantiation of member function}}
  /prebuilts/go/darwin-x86/test/
stack.go 8 // Try to tickle stack splitting bugs by doing
  /prebuilts/go/linux-x86/test/
stack.go 8 // Try to tickle stack splitting bugs by doing
  /frameworks/support/leanback/src/main/java/androidx/leanback/app/
PlaybackFragment.java 84 * be cancelled upon {@link #tickle()} triggered by input event.
324 * {@link #tickle()} will kill the timer, next time fragment is resumed,
395 * Tickles the playback controls. Fades in the view if it was faded out. {@link #tickle()} will
401 public void tickle() { method in class:PlaybackFragment
402 if (DEBUG) Log.v(TAG, "tickle enabled " + mFadingEnabled + " isResumed " + isResumed());
435 tickle(); method
457 tickle(); method
    [all...]
PlaybackSupportFragment.java 81 * be cancelled upon {@link #tickle()} triggered by input event.
317 * {@link #tickle()} will kill the timer, next time fragment is resumed,
388 * Tickles the playback controls. Fades in the view if it was faded out. {@link #tickle()} will
394 public void tickle() { method in class:PlaybackSupportFragment
395 if (DEBUG) Log.v(TAG, "tickle enabled " + mFadingEnabled + " isResumed " + isResumed());
428 tickle(); method
450 tickle(); method
    [all...]
  /prebuilts/go/darwin-x86/src/html/template/
error.go 74 // values because they can tickle parser ambiguities.
  /prebuilts/go/linux-x86/src/html/template/
error.go 74 // values because they can tickle parser ambiguities.
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/testdata/
fp.go 13 // manysub_ssa is designed to tickle bugs that depend on register
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/testdata/
fp.go 13 // manysub_ssa is designed to tickle bugs that depend on register
    [all...]
  /prebuilts/jdk/jdk8/darwin-x86/jre/lib/
rt.jar 

Completed in 155 milliseconds