/prebuilts/go/darwin-x86/src/cmd/dist/ |
util.go | 45 keep := out[:0] 47 if len(keep) == 0 || keep[len(keep)-1] != x { 48 keep = append(keep, x) 51 return keep
|
/prebuilts/go/linux-x86/src/cmd/dist/ |
util.go | 45 keep := out[:0] 47 if len(keep) == 0 || keep[len(keep)-1] != x { 48 keep = append(keep, x) 51 return keep
|
/external/libpng/ |
pngset.c | [all...] |
/external/pdfium/third_party/lpng_v163/ |
pngset.c | [all...] |
/external/opencv3/3rdparty/libpng/ |
pngwrite.c | 23 * the chunk, as that will keep the code from breaking if you want to just 99 int keep = png_handle_as_unknown(png_ptr, up->name); local 101 if (keep != PNG_HANDLE_CHUNK_NEVER && 106 ((up->name[3] & 0x20) || keep == PNG_HANDLE_CHUNK_ALWAYS || 276 int keep = png_handle_as_unknown(png_ptr, up->name); local 277 if (keep != PNG_HANDLE_CHUNK_NEVER && 282 ((up->name[3] & 0x20) || keep == PNG_HANDLE_CHUNK_ALWAYS || 390 int keep = png_handle_as_unknown(png_ptr, up->name); local 391 if (keep != PNG_HANDLE_CHUNK_NEVER && 394 ((up->name[3] & 0x20) || keep == PNG_HANDLE_CHUNK_ALWAYS | [all...] |
/system/connectivity/shill/ |
connection_health_checker.cc | 250 ScopedVector<DNSClient> keep; local 254 keep.push_back(dns_clients_[i]); 259 dns_clients_ = std::move(keep);
|
/build/core/ |
dynamic_binary.mk | 138 $(transform-to-stripped-keep-symbols)
|
/developers/build/ |
github.sh | 42 --keep-temp-files 89 --keep-temp-files) deleteTemp=false;;
|
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/ |
constants.rb | 40 A simple module to keep track of the various built-in token types, channels, and
|
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/codegen/ |
ActionScriptTarget.java | 65 * nor will "/ud800". To keep things as compact as possible we use the following encoding
|
/external/llvm/tools/llvm-dis/ |
llvm-dis.cpp | 199 Out->keep();
|
/external/proguard/src/proguard/ |
ConfigurationChecker.java | 136 new KeepClassMemberChecker(keepClassMemberNotePrinter).checkClassSpecifications(configuration.keep); 150 System.out.println(" if you just need '-keep'.");
|
/external/webrtc/webrtc/tools/barcode_tools/ |
barcode_decoder.py | 253 'zxing.exe, you should keep the default value to '
|
/frameworks/base/tools/layoutlib/rename_font/ |
build_font_single.py | 190 keep the style info, to minimize the diff. """
|
/ndk/sources/host-tools/make-3.81/tests/ |
test_driver.pl | 107 $keep = 0; # keep temp files around 332 elsif ($option =~ /^-keep$/i) 334 $keep = 1; 526 # If the keep flag is not set, this subroutine deletes all filenames that 533 if (!$keep) 546 print "Usage: perl $plname [testname] [-verbose] [-detail] [-keep]\n"; 586 . "-keep\n" 1121 # this subroutine generates the numeric suffix used to keep tmp filenames, 1174 # they are automatically cleaned up unless -keep was used, or the test fails [all...] |
/packages/apps/LegacyCamera/src/com/android/camera/ |
CameraHolder.java | 36 * in {@code android.hardware.Camera}. The difference is if {@code keep()} is 48 private long mKeepBeforeTime = 0; // Keep the Camera before this time. 194 public synchronized void keep() { method in class:CameraHolder 199 // Keep the camera instance for 3 seconds.
|
MenuHelper.java | 86 // Keep the camera instance for a while. 88 CameraHolder.instance().keep();
|
/prebuilts/go/darwin-x86/src/runtime/ |
mfinal_test.go | 187 xsglobal = xs // keep empty slice alive until here 219 ssglobal = ss // keep 0-length string live until here
|
/prebuilts/go/linux-x86/src/runtime/ |
mfinal_test.go | 187 xsglobal = xs // keep empty slice alive until here 219 ssglobal = ss // keep 0-length string live until here
|
/frameworks/compile/slang/ |
slang_rs_export_type.cpp | 960 bool RSExportType::keep() { function in class:slang::RSExportType 1275 bool RSExportPointerType::keep() { function in class:slang::RSExportPointerType 1459 bool RSExportConstantArrayType::keep() { function in class:slang::RSExportConstantArrayType 1562 bool RSExportRecordType::keep() { function in class:slang::RSExportRecordType [all...] |
/art/test/551-checker-shifter-operand/ |
build | 135 # Compile jack files into a DEX file. We set jack.import.type.policy=keep-first to consider 138 ${JACK} ${JACK_ARGS} ${imported_jack_files} -D jack.import.type.policy=keep-first --output-dex .
|
/external/libvpx/libvpx/vp8/encoder/arm/armv6/ |
vp8_short_fdct4x4_armv6.asm | 51 pkhbt r3, r4, r6, lsl #4 ; [o1 | o0], keep in register for PART 2 76 pkhbt r9, r9, r6, lsl #4 ; [o5 | o4], keep in register for PART 2 101 pkhbt r2, r2, r6, lsl #4 ; [o9 | o8], keep in register for PART 2 122 pkhbt r0, r4, r6, lsl #4 ; [o13 | o12], keep in register for PART 2
|
/external/llvm/tools/llc/ |
llc.cpp | 418 Out->keep(); 429 Out->keep();
|
/external/proguard/src/proguard/obfuscate/ |
Obfuscator.java | 61 // Check if we have at least some keep commands. 62 if (configuration.keep == null && 66 throw new IOException("You have to specify '-keep' options for the obfuscation step."); 87 ClassSpecificationVisitorFactory.createClassPoolVisitor(configuration.keep, 97 // All library classes and library class members keep their names. 101 // We also keep the names of all methods of classes that are returned 126 // Keep parameter names and types if specified.
|
/external/v8/test/intl/overrides/ |
string.js | 62 // Specify locale, keep default options.
|