/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/pulse/ |
utf8.h | 42 /** Filter all invalid UTF8 characters from the specified string, returning a new fully UTF8 valid string. Don't forget to free the returned string with pa_xfree() */ 45 /** Filter all invalid ASCII characters from the specified string, returning a new fully ASCII valid string. Don't forget to free the returned string with pa_xfree(). \since 0.9.15 */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/pulse/ |
utf8.h | 42 /** Filter all invalid UTF8 characters from the specified string, returning a new fully UTF8 valid string. Don't forget to free the returned string with pa_xfree() */ 45 /** Filter all invalid ASCII characters from the specified string, returning a new fully ASCII valid string. Don't forget to free the returned string with pa_xfree(). \since 0.9.15 */
|
/external/chromium_org/v8/src/ |
typing.cc | 139 store_.Forget(); // Control may transfer here via 'break l'. 237 store_.Forget(); // Reached this in unknown state. 255 // TODO(rossberg): refine the unconditional Forget (here and elsewhere) by 258 store_.Forget(); // Control may transfer here via looping or 'continue'. 262 store_.Forget(); // Control may transfer here via 'break'. 272 store_.Forget(); // Control may transfer here via looping or 'continue'. 276 store_.Forget(); // Control may transfer here via termination or 'break'. 284 store_.Forget(); // Control may transfer here via looping. 294 store_.Forget(); // Control may transfer here via 'continue'. 297 store_.Forget(); // Control may transfer here via termination or 'break' [all...] |
/external/chromium_org/chrome/browser/chromeos/login/screens/ |
eula_screen_actor.h | 16 // Views one. Note, do not forget to call OnActorDestroyed in the dtor.
|
/external/chromium_org/third_party/skia/gm/ |
copyTo4444.cpp | 39 SkDebugf("Could not decode the file. Did you forget to set the "
|
/external/clang/test/Parser/ |
objc-init.m | 18 void test2(NSNumber x) { // expected-error {{interface type 'NSNumber' cannot be passed by value; did you forget * in 'NSNumber'}}
|
/external/clang/test/SemaObjC/ |
blocks.m | 48 void *P = ^(itf x) {}; // expected-error {{interface type 'itf' cannot be passed by value; did you forget * in 'itf'}} 49 P = ^itf(int x) {}; // expected-error {{interface type 'itf' cannot be returned by value; did you forget * in 'itf'}} 50 P = ^itf() {}; // expected-error {{interface type 'itf' cannot be returned by value; did you forget * in 'itf'}} 51 P = ^itf{}; // expected-error {{interface type 'itf' cannot be returned by value; did you forget * in 'itf'}}
|
/external/replicaisland/src/com/replica/replicaisland/ |
DrawableObject.java | 23 * class can be used to generate fire-and-forget drawables).
|
/external/skia/gm/ |
copyTo4444.cpp | 39 SkDebugf("Could not decode the file. Did you forget to set the "
|
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/ |
token.h | 63 /* Don't forget to update the table _PyParser_TokenNames in tokenizer.c! */
|
/prebuilts/python/linux-x86/2.7.5/include/python2.7/ |
token.h | 63 /* Don't forget to update the table _PyParser_TokenNames in tokenizer.c! */
|
/sdk/emulator/opengl/ |
gen-encoder.sh | 22 echo error: emugen not available, did you forget to build?
|
/external/clang/test/SemaTemplate/ |
typename-specifier.cpp | 143 // expected-error@+2 {{template argument for template type parameter must be a type; did you forget 'typename'?}} 152 // expected-error@+2 {{template argument for template type parameter must be a type; did you forget 'typename'?}} 163 // expected-error@+2 {{template argument for template type parameter must be a type; did you forget 'typename'?}} 170 // expected-error@+2 {{template argument for template type parameter must be a type; did you forget 'typename'?}} 188 // expected-error@+2 {{must be a type; did you forget 'typename'?}} 195 // expected-error@+2 {{must be a type; did you forget 'typename'?}}
|
/external/chromium_org/third_party/webrtc/base/ |
asyncinvoker.h | 26 // fire-and-forget mode otherwise. 52 // // No callback specified means fire-and-forget.
|
/development/samples/training/notify-user/res/values/ |
strings.xml | 39 <string name="reminder_text">Don\'t forget!</string>
|
/external/chromium_org/content/public/common/ |
page_transition_types.h | 62 // Ban operator== as it's way too easy to forget to strip the qualifiers. Use
|
/external/chromium_org/third_party/skia/include/record/ |
SkRecording.h | 41 // Remember, if you've got an SkPlayback*, you probably own it. Don't forget to delete it!
|
/external/compiler-rt/test/asan/TestCases/ |
contiguous_container.cc | 35 // Don't forget to unpoison the whole thing before destroing/reallocating.
|
/external/iproute2/tc/ |
README.last | 26 source and forget about PSCHED_GETTIMEOFDAY forever.
|
/external/libpcap/ |
fad-sita.c | 58 acn_if_list = 0; /* then forget our list head, because someone will call pcap_freealldevs() to empty the malloc'ed stuff */
|
/external/skia/include/record/ |
SkRecording.h | 41 // Remember, if you've got an SkPlayback*, you probably own it. Don't forget to delete it!
|
/external/valgrind/main/memcheck/tests/ |
sendmsg.c | 34 // Create msg_hdr. Oops, we forget to set msg_name...
|
/frameworks/opt/bitmap/src/com/android/bitmap/ |
ContiguousFIFOAggregator.java | 52 * happen if a task comes in for key <b>C</b> or if forget is called on key <b>C</b>.</li> 71 * UI elements that scroll off the screen will call {@link #forget(Object)} while new elements 84 * must call either {@link #forget(Object)} or {@link #execute(Object, Runnable)} 126 public void forget(final T key) { method in class:ContiguousFIFOAggregator 135 Trace.beginSection("pool forget"); 185 * Triggered by {@link #execute(Object, Runnable)} and {@link #forget(Object)}. The keys or 285 * expected, it would either have to be forgotten with {@link #forget(Object)} or a task
|
/external/chromium_org/chrome/browser/media_galleries/ |
media_galleries_permission_controller_unittest.cc | 196 // Forget one and cancel to see that it's still there. 204 // Forget one and confirm to see that it's gone. 223 // Add a new one and forget it & see that it's gone.
|
/external/antlr/antlr-3.4/runtime/JavaScript/third/ |
antcontrib.properties | 24 forget=net.sf.antcontrib.process.ForgetTask
|