OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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/v17/leanback/src/android/support/v17/leanback/app/
PlaybackOverlayFragment.java
228
* period is reset each time {@link #
tickle
} is called.
288
public void
tickle
() {
method in class:PlaybackOverlayFragment
289
if (DEBUG) Log.v(TAG, "
tickle
enabled " + mFadingEnabled + " isResumed " + isResumed());
337
tickle
();
method
348
tickle
();
method
353
tickle
();
method
PlaybackOverlaySupportFragment.java
230
* period is reset each time {@link #
tickle
} is called.
290
public void
tickle
() {
method in class:PlaybackOverlaySupportFragment
291
if (DEBUG) Log.v(TAG, "
tickle
enabled " + mFadingEnabled + " isResumed " + isResumed());
339
tickle
();
method
350
tickle
();
method
355
tickle
();
method
/frameworks/base/packages/Osu/src/com/android/hotspot2/osu/
IconCache.java
348
public void
tickle
(boolean wifiOff) {
method in class:IconCache
OSUManager.java
588
mIconCache.
tickle
(all);
[
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/sdk/current/support/v17/leanback/libs/
android-support-v17-leanback.jar
Completed in 331 milliseconds