HomeSort by relevance Sort by last modified time
    Searched defs:keep (Results 1 - 25 of 361) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/compile/slang/
slang_rs_exportable.cpp 21 bool RSExportable::keep() { function in class:slang::RSExportable
  /toolchain/binutils/binutils-2.25/gold/testsuite/
gc_dynamic_list_test.c 23 // The goal of this program is to verify that the symbol "keep" is not
26 extern void keep(void);
29 keep(void) function
  /build/soong/cmd/multiproduct_kati/
main.go 47 var keep = flag.Bool("keep", false, "keep successful output files") var
93 if !*keep {
183 if !*keep {
  /external/llvm/include/llvm/Support/
ToolOutputFile.h 25 /// object is destroyed unless the client calls keep().
36 bool Keep;
58 void keep() { Installer.Keep = true; } function in class:llvm::tool_output_file
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
ToolOutputFile.h 25 /// object is destroyed unless the client calls keep().
35 /// Keep - The flag which indicates whether we should not delete the file.
36 bool Keep;
55 /// keep - Indicate that the tool's job wrt this output file has been
57 void keep() { Installer.Keep = true; } function in class:llvm::tool_output_file
  /external/libmojo/mojo/edk/system/
awakable_list.cc 28 bool keep = true; local
30 keep = it->awakable->Awake(MOJO_RESULT_OK, it->context);
32 keep = it->awakable->Awake(MOJO_RESULT_FAILED_PRECONDITION, it->context);
34 if (!keep) {
  /frameworks/base/core/java/android/text/
InputFilter.java 69 return null; // keep original
86 int keep = mMax - (dest.length() - (dend - dstart)); local
87 if (keep <= 0) {
89 } else if (keep >= end - start) {
90 return null; // keep original
92 keep += start;
93 if (Character.isHighSurrogate(source.charAt(keep - 1))) {
94 --keep;
95 if (keep == start) {
99 return source.subSequence(start, keep);
    [all...]
  /packages/apps/LegacyCamera/src/com/android/camera/
CameraButtonIntentReceiver.java 44 holder.keep();
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.
  /system/tools/hidl/c2hal/
CompositeDeclaration.cpp 120 bool keep = true; local
127 keep = false;
131 if (keep) {
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/pdist/
rcslib.py 317 def keep(name, pat = pat): function in function:RCS._filter
319 files = filter(keep, files)
FSProxy.py 108 def keep(name, pat = pat): function in function:FSProxyLocal._filter
110 files = filter(keep, files)
  /external/tcpdump/
print-chdlc.c 129 } keep; member in union:cisco_slarp::__anon33470
168 EXTRACT_32BITS(&slarp->un.keep.myseq),
169 EXTRACT_32BITS(&slarp->un.keep.yourseq),
170 EXTRACT_16BITS(&slarp->un.keep.rel)));
  /external/v8/tools/sanitizers/
sancov_formatter.py 147 def keep(file_name): function in function:process_symbolizer_output
154 return {k: sorted(file_map[k]) for k in file_map if keep(k)}
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/arm/armasm/
ext_test.go 33 keep = flag.Bool("keep", false, "keep object files around")
63 if *keep {
119 if !*keep {
32 keep = flag.Bool("keep", false, "keep object files around") var
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/
ext_test.go 34 keep = flag.Bool("keep", false, "keep object files around")
63 if *keep {
117 if !*keep {
33 keep = flag.Bool("keep", false, "keep object files around") var
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/arm/armasm/
ext_test.go 33 keep = flag.Bool("keep", false, "keep object files around")
63 if *keep {
119 if !*keep {
32 keep = flag.Bool("keep", false, "keep object files around") var
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/
ext_test.go 34 keep = flag.Bool("keep", false, "keep object files around")
63 if *keep {
117 if !*keep {
33 keep = flag.Bool("keep", false, "keep object files around") var
  /external/libpng/
pngpread.c 171 int keep; /* unknown handling method */ local
245 else if ((keep = png_chunk_unknown_handling(png_ptr, chunk_name)) != 0)
248 png_handle_unknown(png_ptr, info_ptr, png_ptr->push_length, keep);
641 /* Keep going until the decompressed data is all processed
  /external/pdfium/third_party/libpng16/
pngpread.c 171 int keep; /* unknown handling method */ local
245 else if ((keep = png_chunk_unknown_handling(png_ptr, chunk_name)) != 0)
248 png_handle_unknown(png_ptr, info_ptr, png_ptr->push_length, keep);
638 /* Keep going until the decompressed data is all processed
  /external/proguard/src/proguard/
Configuration.java 89 // Keep options.
97 public List keep; field in class:Configuration
  /external/skia/third_party/libpng/
pngpread.c 171 int keep; /* unknown handling method */ local
243 else if ((keep = png_chunk_unknown_handling(png_ptr, chunk_name)) != 0)
246 png_handle_unknown(png_ptr, info_ptr, png_ptr->push_length, keep);
647 /* Keep going until the decompressed data is all processed
  /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...]
  /frameworks/base/tools/layoutlib/create/tests/com/android/tools/layoutlib/create/
AsmAnalyzerTest.java 211 TreeMap<String, ClassReader> keep = new TreeMap<>(); local
216 ClassReader cr = mAa.findClass("mock_android.widget.LinearLayout", zipClasses, keep);
217 DependencyVisitor visitor = mAa.getVisitor(zipClasses, keep, new_keep, in_deps, out_deps);
251 keep.putAll(new_keep);
256 }, keep.keySet().toArray());
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/
ext_test.go 32 keep = flag.Bool("keep", false, "keep object files around")
62 if *keep {
118 if !*keep {
31 keep = flag.Bool("keep", false, "keep object files around") var

Completed in 461 milliseconds

1 2 3 4 5 6 7 8 91011>>