HomeSort by relevance Sort by last modified time
    Searched refs:keep (Results 101 - 125 of 375) sorted by null

1 2 3 45 6 7 8 91011>>

  /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();
  /external/chromium_org/chrome/browser/resources/predictors/
resource_prefetch_predictor.js 24 * Truncates the string to keep the database readable.
  /external/chromium_org/chrome/common/extensions/docs/examples/api/idle/idle_simple/
history.js 31 // like to keep track of last time we went idle.
51 // Keep rendering results so we get a nice "seconds elapsed" view.
  /external/chromium_org/third_party/libvpx/source/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/chromium_org/third_party/webrtc/tools/rtcbot/
test.js 13 // Note: an important part of this script is to keep nodejs-isms away from test
  /external/chromium_org/v8/test/intl/overrides/
string.js 62 // Specify locale, keep default options.
  /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/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.
116 // Keep parameter names and types if specified.
  /frameworks/compile/slang/
slang.cpp 419 mDOS->keep();
451 mOS->keep();
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/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
  /system/media/camera/docs/
camera_metadata_tag_info.mako 24 * Array assignments are done using specified-index syntax to keep things in
  /external/chromium_org/third_party/libpng/
pngset.c 1070 png_set_keep_unknown_chunks(png_structp png_ptr, int keep, png_bytep
1079 if (keep == PNG_HANDLE_CHUNK_ALWAYS || keep == PNG_HANDLE_CHUNK_IF_SAFE)
1084 if (keep == PNG_HANDLE_CHUNK_ALWAYS)
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/walkers/
abstract_node_walker.js 27 * To keep track of and break infinite loops when trying to call next on
  /external/chromium_org/chrome/renderer/resources/extensions/
media_galleries_custom_bindings.js 105 // Store the blob in a global object to keep its refcount nonzero -- this
  /external/chromium_org/remoting/webapp/
media_source_renderer.js 81 // need to seek the stream, so it doesn't make sense to keep any of that
stats_accumulator.js 8 * second). It logs statistics to the server less frequently, to keep
  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/test/delay_tool/
parse_delay_file.m 57 % keep on reading batches of M until the signal is no longer "3"
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/ui/
conflict_dialog.js 42 * Element of the keep both button.
  /external/llvm/test/Bindings/Ocaml/
executionengine.ml 13 (* Note that this takes a moment to link, so it's best to keep the number of
  /frameworks/base/tools/aapt/
Resource.cpp 3078 ProguardKeepSet keep; local
    [all...]
  /frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
AsmGenerator.java 193 public void setKeep(Map<String, ClassReader> keep) {
194 mKeep = keep;
248 mLog.info("# keep classes: %d", mKeep.size());
307 * 2- For "keep" classes, we want to rewrite all native methods as indicated above.
  /external/bison/src/
reader.c 641 muscle_percent_define_default ("lr.keep-unreachable-states", "false");

Completed in 7099 milliseconds

1 2 3 45 6 7 8 91011>>