/sdk/sdklauncher/ |
sdklauncher.c | 91 /* Remove the last segment to keep only the directory. */
|
/system/extras/tests/pftest/ |
pftest.c | 103 /* To keep p from being optimized by gcc */
|
/system/media/camera/docs/ |
camera_metadata_tag_info.mako | 24 * Array assignments are done using specified-index syntax to keep things in
|
/external/chromium_org/third_party/libpng/ |
pngwrite.c | 25 * the chunk, as that will keep the code from breaking if you want to just 116 int keep = png_handle_as_unknown(png_ptr, up->name); local 117 if (keep != PNG_HANDLE_CHUNK_NEVER && 120 ((up->name[3] & 0x20) || keep == PNG_HANDLE_CHUNK_ALWAYS || 294 int keep = png_handle_as_unknown(png_ptr, up->name); local 295 if (keep != PNG_HANDLE_CHUNK_NEVER && 299 ((up->name[3] & 0x20) || keep == PNG_HANDLE_CHUNK_ALWAYS || 398 int keep = png_handle_as_unknown(png_ptr, up->name); local 399 if (keep != PNG_HANDLE_CHUNK_NEVER && 401 ((up->name[3] & 0x20) || keep == PNG_HANDLE_CHUNK_ALWAYS | [all...] |
/external/libpng/ |
pngwrite.c | 25 * the chunk, as that will keep the code from breaking if you want to just 116 int keep = png_handle_as_unknown(png_ptr, up->name); local 117 if (keep != PNG_HANDLE_CHUNK_NEVER && 120 ((up->name[3] & 0x20) || keep == PNG_HANDLE_CHUNK_ALWAYS || 294 int keep = png_handle_as_unknown(png_ptr, up->name); local 295 if (keep != PNG_HANDLE_CHUNK_NEVER && 299 ((up->name[3] & 0x20) || keep == PNG_HANDLE_CHUNK_ALWAYS || 398 int keep = png_handle_as_unknown(png_ptr, up->name); local 399 if (keep != PNG_HANDLE_CHUNK_NEVER && 401 ((up->name[3] & 0x20) || keep == PNG_HANDLE_CHUNK_ALWAYS | [all...] |
/external/qemu/distrib/libpng-1.2.19/ |
pngwrite.c | 21 * the chunk, as that will keep the code from breaking if you want to just 108 int keep=png_handle_as_unknown(png_ptr, up->name); local 109 if (keep != PNG_HANDLE_CHUNK_NEVER && 112 ((up->name[3] & 0x20) || keep == PNG_HANDLE_CHUNK_ALWAYS || 275 int keep=png_handle_as_unknown(png_ptr, up->name); local 276 if (keep != PNG_HANDLE_CHUNK_NEVER && 279 ((up->name[3] & 0x20) || keep == PNG_HANDLE_CHUNK_ALWAYS || 377 int keep=png_handle_as_unknown(png_ptr, up->name); local 378 if (keep != PNG_HANDLE_CHUNK_NEVER && 380 ((up->name[3] & 0x20) || keep == PNG_HANDLE_CHUNK_ALWAYS | [all...] |
/frameworks/compile/slang/ |
slang_rs_export_type.cpp | 827 bool RSExportType::keep() { function in class:slang::RSExportType 828 if (!RSExportable::keep()) 1169 bool RSExportPointerType::keep() { function in class:slang::RSExportPointerType 1402 bool RSExportConstantArrayType::keep() { function in class:slang::RSExportConstantArrayType 1537 bool RSExportRecordType::keep() { function in class:slang::RSExportRecordType [all...] |
/build/core/ |
cleanbuild.mk | 109 # necessary to keep things consistent. 116 # of MAKECMDGOALS. The "addprefix" is just to keep things pretty.
|
/cts/tests/tests/security/src/android/security/cts/ |
ClonedSecureRandomTest.java | 102 * only keep track of a smaller number of outputs, and just cause a 103 * wrap-around of PIDs to keep the test working.
|
/dalvik/vm/arch/arm/ |
CallOldABI.S | 97 @ Rather than keep a count and pop them off after, we just hold on to 100 @ In theory we don't need to keep sp -- we can do an ldmdb instead of
|
/dalvik/vm/interp/ |
InterpState.h | 119 int unused; // Keep struct size constant 159 void (*unused)(void); // Keep structure size constant
|
/development/tools/idegen/src/ |
Configuration.java | 134 // Keep track of source roots for .java files. 149 // Keep track of .jar files.
|
/external/ceres-solver/internal/ceres/ |
incomplete_lq_factorization_test.cc | 167 // Only keep entries greater than 1.0; 183 // Only keep the top 2 entries greater than 1.0
|
/external/chromium/app/sql/ |
statement.h | 73 // You can keep calling Step() until it returns false to iterate through all 144 // Returns the original text of sql statement. Do not keep a pointer to it.
|
/external/chromium/base/threading/ |
thread_local_storage_win.cc | 13 // In order to make TLS destructors work, we need to keep function 18 // keep track of and call when threads terminate.
|
/external/chromium/chrome/browser/profiles/ |
profile_impl.h | 194 // Keep |prefs_| on top for destruction order because |extension_prefs_|, 201 // Keep extension_prefs_ on top of extensions_service_ because the latter
|
/external/chromium/chrome/browser/safe_browsing/ |
safe_browsing_store.cc | 26 // Keep a pair of output iterators for writing kept items. Due to 83 // Keep items less than |*remove_iter|.
|
/external/chromium/chrome/browser/themes/ |
browser_theme_pack.h | 60 // |image_memory_| and the worker thread will keep a reference to prevent 90 // Cached images. We cache all retrieved and generated bitmaps and keep
|
/external/chromium/chrome/browser/ui/gtk/ |
browser_titlebar.h | 69 // A helper class to keep track of which frame of the throbber animation 211 // we use these structs to keep track of their original size.
|
/external/chromium/chrome/common/ |
json_pref_store.cc | 108 // We keep the old file for possible support and debugging assistance 114 // TODO(erikkay) if we keep this error checking for very long, we may
|
/external/chromium/net/disk_cache/ |
stats.cc | 87 // counter; we keep old data if we can. 163 // We keep a counter of the data block size on an array where each entry is
|
/external/chromium/sdch/open-vcdiff/src/ |
adler32.c | 109 /* in case user likes doing a byte at a time, keep it fast */ 124 /* in case short lengths are provided, keep it somewhat fast */
|
/external/chromium/third_party/libjingle/source/talk/p2p/base/ |
stunport.cc | 73 // We will do a keep-alive regardless of whether this request suceeds. 160 // We will keep pinging the stun server to make sure our NAT pin-hole stays
|
/external/chromium_org/android_webview/native/ |
webview_native.target.darwin-mips.mk | 268 -Wl,--no-keep-memory \ 285 -Wl,--no-keep-memory \
|
webview_native.target.linux-mips.mk | 268 -Wl,--no-keep-memory \ 285 -Wl,--no-keep-memory \
|