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

1 2 3 4 5 6 7

  /frameworks/compile/slang/
slang_rs_exportable.cpp 21 bool RSExportable::keep() { function in class:slang::RSExportable
slang_rs_export_type.cpp 925 bool RSExportType::keep() { function in class:slang::RSExportType
1238 bool RSExportPointerType::keep() { function in class:slang::RSExportPointerType
1421 bool RSExportConstantArrayType::keep() { function in class:slang::RSExportConstantArrayType
1524 bool RSExportRecordType::keep() { function in class:slang::RSExportRecordType
    [all...]
  /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
  /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/Camera/src/com/android/camera/
CameraButtonIntentReceiver.java 44 holder.keep();
CameraHolder.java 41 * in {@code android.hardware.Camera}. The difference is if {@code keep()} is
53 private long mKeepBeforeTime; // Keep the Camera before this time.
280 public void keep() { method in class:CameraHolder
281 keep(KEEP_CAMERA_TIMEOUT);
284 public synchronized void keep(int time) { method in class:CameraHolder
  /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.
  /external/tcpdump/
print-chdlc.c 138 } keep; member in union:cisco_slarp::__anon18951
177 EXTRACT_32BITS(&slarp->un.keep.myseq),
178 EXTRACT_32BITS(&slarp->un.keep.yourseq),
179 EXTRACT_16BITS(&slarp->un.keep.rel));
  /external/v8/src/
zone.cc 112 // Find a segment with a suitable size to keep around.
113 Segment* keep = NULL; local
115 // and freeing every segment except the one we wish to keep.
118 if (keep == NULL && current->size() <= kMaximumKeptSegmentSize) {
119 // Unlink the segment we wish to keep from the list.
120 keep = current;
121 keep->clear_next();
135 // If we have found a segment we want to keep, we must recompute the
139 if (keep != NULL) {
140 Address start = keep->start()
    [all...]
  /external/libpng/
pngpread.c 189 int keep; /* unknown handling method */ local
276 else if ((keep = png_chunk_unknown_handling(png_ptr, chunk_name)) != 0)
284 png_handle_unknown(png_ptr, info_ptr, png_ptr->push_length, keep);
844 /* Keep going until the decompressed data is all processed
    [all...]
pngwrite.c 42 int keep = png_handle_as_unknown(png_ptr, up->name); local
56 if (keep != PNG_HANDLE_CHUNK_NEVER &&
58 keep == PNG_HANDLE_CHUNK_ALWAYS ||
59 (keep == PNG_HANDLE_CHUNK_AS_DEFAULT &&
79 * the chunk, as that will keep the code from breaking if you want to just
    [all...]
  /external/pdfium/samples/fx_lpng/lpng_v163/
fx_pngpread.c 188 int keep; /* unknown handling method */ local
274 else if ((keep = png_chunk_unknown_handling(png_ptr, chunk_name)) != 0)
282 png_handle_unknown(png_ptr, info_ptr, png_ptr->push_length, keep);
842 /* Keep going until the decompressed data is all processed
    [all...]
fx_pngwrite.c 41 int keep = png_handle_as_unknown(png_ptr, up->name); local
55 if (keep != PNG_HANDLE_CHUNK_NEVER &&
57 keep == PNG_HANDLE_CHUNK_ALWAYS ||
58 (keep == PNG_HANDLE_CHUNK_AS_DEFAULT &&
78 * the chunk, as that will keep the code from breaking if you want to just
    [all...]
fx_pngread.c 94 int keep; local
141 else if ((keep = png_chunk_unknown_handling(png_ptr, chunk_name)) != 0)
143 png_handle_unknown(png_ptr, info_ptr, length, keep);
690 int keep; local
725 else if ((keep = png_chunk_unknown_handling(png_ptr, chunk_name)) != 0)
732 png_handle_unknown(png_ptr, info_ptr, length, keep);
    [all...]
  /external/proguard/src/proguard/
Configuration.java 89 // Keep options.
97 public List keep; field in class:Configuration
  /frameworks/base/tools/layoutlib/create/tests/com/android/tools/layoutlib/create/
AsmAnalyzerTest.java 216 TreeMap<String, ClassReader> keep = new TreeMap<String, ClassReader>(); local
221 ClassReader cr = mAa.findClass("mock_android.widget.LinearLayout", zipClasses, keep);
222 DependencyVisitor visitor = mAa.getVisitor(zipClasses, keep, new_keep, in_deps, out_deps);
256 keep.putAll(new_keep);
261 }, keep.keySet().toArray());
  /prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-gradle/4.10/
proguard-gradle-4.10.jar 
  /prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-gradle/4.9/
proguard-gradle-4.9.jar 
  /prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-gradle/4.11/
proguard-gradle-4.11.jar 
  /prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-gradle/5.1/
proguard-gradle-5.1.jar 
  /prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-gradle/5.2.1/
proguard-gradle-5.2.1.jar 
  /prebuilts/tools/common/offline-m2/net/sf/proguard/proguard-gradle/5.1/
proguard-gradle-5.1.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-netrexx.jar 
  /external/libpng/contrib/libtests/
pngunknown.c 178 int keep; /* unknown handling setting */ member in struct:__anon13398
320 chunk_info[i].keep = 0;
384 int keep; /* the default value */ member in struct:__anon13399
497 * returning '0' to keep the chunk and '1' to discard it.
501 int keep, discard; local
504 keep = d->keep;
508 keep = chunk_info[chunk].keep;
509 if (keep == PNG_HANDLE_CHUNK_AS_DEFAULT
865 int keep = chunk_info[i].keep; local
    [all...]

Completed in 309 milliseconds

1 2 3 4 5 6 7