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

  /frameworks/base/core/java/android/text/
InputFilter.java 69 return null; // keep original
84 int keep = mMax - (dest.length() - (dend - dstart)); local
86 if (keep <= 0) {
88 } else if (keep >= end - start) {
89 return null; // keep original
91 return source.subSequence(start, start + keep);
  /packages/apps/Camera/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.
184 public synchronized void keep() { method in class:CameraHolder
189 // Keep the camera instance for 3 seconds.
  /external/tcpdump/
print-chdlc.c 138 } keep; member in union:cisco_slarp::__anon7725
177 EXTRACT_32BITS(&slarp->un.keep.myseq),
178 EXTRACT_32BITS(&slarp->un.keep.yourseq),
179 EXTRACT_16BITS(&slarp->un.keep.rel));
  /system/core/libcutils/
dir_hash.c 178 char *keep; local
207 keep = malloc(len + strlen(name) + 3);
210 if (keep == NULL || res == NULL) {
224 free(keep);
229 sprintf(keep, "%s %s\n", name, outstr);
231 res->name = keep;
  /external/v8/src/
zone.cc 109 // Find a segment with a suitable size to keep around.
110 Segment* keep = Segment::head(); local
111 while (keep != NULL && keep->size() > kMaximumKeptSegmentSize) {
112 keep = keep->next();
116 // and freeing every segment except the one we wish to keep.
120 if (current == keep) {
121 // Unlink the segment we wish to keep from the list.
134 // If we have found a segment we want to keep, we must recompute th
    [all...]
  /frameworks/base/tools/layoutlib/create/tests/com/android/tools/layoutlib/create/
AsmAnalyzerTest.java 185 TreeMap<String, ClassReader> keep = new TreeMap<String, ClassReader>(); local
190 ClassReader cr = mAa.findClass("mock_android.widget.TableLayout", zipClasses, keep);
191 DependencyVisitor visitor = mAa.getVisitor(zipClasses, keep, new_keep, in_deps, out_deps);
  /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/proguard/src/proguard/
Configuration.java 86 // Keep options.
94 public List keep; field in class:Configuration
  /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/base/tools/localize/
XLIFFFile.cpp 234 bool keep = func(file.filename, tu, cookie); local
235 if (!keep) {
  /packages/apps/Mms/src/com/android/mms/util/
Recycler.java 126 abstract protected void deleteMessagesForThread(Context context, long threadId, int keep);
191 protected void deleteMessagesForThread(Context context, long threadId, int keep) {
208 int numberToDelete = count - keep;
210 Log.v(TAG, "SMS: deleteMessagesForThread keep: " + keep +
217 // Move to the keep limit and then delete everything older than that one.
218 cursor.move(keep);
356 int keep = getMessageLimit(context); local
357 int numberToDelete = count - keep;
359 Log.v(TAG, "MMS: deleteOldMessagesByUri keep: " + keep
    [all...]
  /frameworks/base/services/java/com/android/server/
AppWidgetService.java 1174 HashSet<String> keep = new HashSet<String>(); local
    [all...]
  /frameworks/base/tools/aapt/
Resource.cpp 2135 ProguardKeepSet keep; local
    [all...]
  /external/proguard/src/proguard/gui/
ProGuardGUI.java 335 // Create the boiler plate keep panels.
361 // Create the boiler plate keep names panels.
1090 List keep = new ArrayList(); local
    [all...]
  /build/core/
definitions.mk 610 ### If there are no slashes, keep the entire word.)
    [all...]
  /external/expat/lib/
xmlparse.c 1617 int keep = (int)(bufferPtr - buffer); local
1653 int keep = (int)(bufferPtr - buffer); local
    [all...]
  /prebuilt/common/jarjar/
jarjar-1.0rc8.jar 
  /external/proguard/lib/
proguard.jar 
  /prebuilt/common/ecj/
ecj.jar 
  /prebuilt/common/ant/
ant.jar 

Completed in 488 milliseconds