HomeSort by relevance Sort by last modified time
    Searched refs:keep (Results 176 - 200 of 1170) sorted by null

1 2 3 4 5 6 78 91011>>

  /toolchain/binutils/binutils-2.27/bfd/
elf-s390-common.c 115 goto keep;
137 keep:
248 r_offset. Don't do so for code sections. We want to keep ordering
  /external/proguard/src/proguard/gui/
ProGuardGUI.java 336 // Create the boiler plate keep panels.
362 // Create the boiler plate keep names panels.
1100 List keep = new ArrayList(); local
    [all...]
  /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/libpng16/
pngset.c     [all...]
  /prebuilts/go/darwin-x86/src/cmd/go/internal/clean/
clean.go 191 keep := func(list []string) {
196 keep(p.GoFiles)
197 keep(p.CgoFiles)
198 keep(p.TestGoFiles)
199 keep(p.XTestGoFiles)
  /prebuilts/go/linux-x86/src/cmd/go/internal/clean/
clean.go 191 keep := func(list []string) {
196 keep(p.GoFiles)
197 keep(p.CgoFiles)
198 keep(p.TestGoFiles)
199 keep(p.XTestGoFiles)
  /external/syslinux/com32/lib/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 &&
298 ((up->name[3] & 0x20) || keep == PNG_HANDLE_CHUNK_ALWAYS ||
397 int keep = png_handle_as_unknown(png_ptr, up->name); local
398 if (keep != PNG_HANDLE_CHUNK_NEVER &&
400 ((up->name[3] & 0x20) || keep == PNG_HANDLE_CHUNK_ALWAYS |
    [all...]
  /external/swiftshader/third_party/LLVM/tools/llvm-mc/
llvm-mc.cpp 336 // Keep output if no errors.
337 if (Error == 0) Out->keep();
442 // Keep output if no errors.
443 if (Res == 0) Out->keep();
481 // Keep output if no errors.
482 if (Res == 0) Out->keep();
  /external/toolchain-utils/android_bench_suite/
run.py 139 # Whether to keep old json result or not
142 '--keep',
144 help='User can specify whether to keep the old json '
407 keep = arguments.keep
412 if keep == 'False':
  /toolchain/benchmark/
run.py 139 # Whether to keep old json result or not
142 '--keep',
144 help='User can specify whether to keep the old json '
411 keep = arguments.keep
416 if keep == 'False':
  /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/chromium-trace/catapult/devil/devil/android/
flag_changer_test.py 90 "--key='I really want to keep these quotes'",
91 '''--key="'I really want to keep these quotes'"''')
  /external/curl/src/
mkhelp.pl 136 #include "memdebug.h" /* keep this as LAST include */
161 /* not a typo, keep it calloc() */
  /external/proguard/src/proguard/
ConfigurationChecker.java 147 new KeepClassMemberChecker(keepClassMemberNotePrinter).checkClassSpecifications(configuration.keep);
161 System.out.println(" if you just need '-keep'.");
  /external/swiftshader/third_party/LLVM/tools/llvm-dis/
llvm-dis.cpp 182 Out->keep();
  /external/webrtc/webrtc/tools/barcode_tools/
barcode_decoder.py 253 'zxing.exe, you should keep the default value to '
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
NotificationInfo.java 63 * helper affordance that allows a user to keep/stop notifications after swiping one away.
331 TextView keep = findViewById(R.id.keep); local
336 keep.setOnClickListener(mOnKeepShowing);
340 keep.setText(android.R.string.ok);
503 // to keep getting notifications
  /frameworks/layoutlib/rename_font/
build_font_single.py 190 keep the style info, to minimize the diff. """
  /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();
  /frameworks/compile/slang/
slang_rs_export_type.cpp 964 bool RSExportType::keep() { function in class:slang::RSExportType
1280 bool RSExportPointerType::keep() { function in class:slang::RSExportPointerType
1467 bool RSExportConstantArrayType::keep() { function in class:slang::RSExportConstantArrayType
1582 bool RSExportRecordType::keep() { function in class:slang::RSExportRecordType
    [all...]

Completed in 769 milliseconds

1 2 3 4 5 6 78 91011>>