HomeSort by relevance Sort by last modified time
    Searched full:overwrite (Results 26 - 50 of 1072) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/chromium/chrome/browser/extensions/
extension_cookies_api_constants.cc 32 extern const char kOverwriteChangeCause[] = "overwrite";
  /external/proguard/src/proguard/classfile/
VisitorAccepter.java 30 * such property, so visitors will have to take care not to overwrite each
  /external/webkit/Source/WebCore/svg/
SVGDocument.idl 27 // Overwrite the one in events::DocumentEvent
  /libcore/luni/src/main/java/javax/crypto/
SecretKey.java 28 * Implementations of this interface have to overwrite the
  /libcore/luni/src/test/java/libcore/java/nio/charset/
OldCharsetEncoderDecoderBufferTest.java 35 * hasArray()==false. In that situation ICU may overwrite the first out-buffer.
67 * hasArray()==false. In that situation ICU may overwrite the array of the first in-buffer.
93 * hasArray()==false. In that situation ICU may overwrite the first out-buffer.
125 * hasArray()==false. In that situation ICU may overwrite the array of the first in-buffer.
  /external/linux-tools-perf/util/
evlist.c 185 if (evlist->overwrite) {
236 if (!evlist->overwrite)
364 * @overwrite - overwrite older events?
366 * If overwrite is false the user needs to signal event consuption using:
375 int perf_evlist__mmap(struct perf_evlist *evlist, int pages, bool overwrite)
382 int prot = PROT_READ | (overwrite ? 0 : PROT_WRITE);
390 evlist->overwrite = overwrite;
  /packages/apps/Email/src/org/apache/commons/io/output/
FileWriterWithEncoding.java 74 * @param append true if content should be appended, false to overwrite
99 * @param append true if content should be appended, false to overwrite
124 * @param append true if content should be appended, false to overwrite
149 * @param append true if content should be appended, false to overwrite
175 * @param append true if content should be appended, false to overwrite
201 * @param append true if content should be appended, false to overwrite
  /external/guava/guava-gwt/
pom.xml 76 <overWrite>true</overWrite>
  /external/llvm/test/CodeGen/X86/
2010-02-19-TailCallRetAddrBug.ll 2 ; Check that lowered argumens do not overwrite the return address before it is moved.
13 ; Overwrite return addresss
tailcallstack64.ll 7 ; Check that lowered arguments on the stack do not overwrite each other.
  /external/proguard/src/proguard/classfile/editor/
VariableCleaner.java 89 // Overwrite all empty local variable entries.
117 // Overwrite all empty local variable type entries.
  /ndk/sources/host-tools/make-3.81/tests/scripts/features/
statipattrules 71 # TEST #6: make sure the second stem does not overwrite the first
90 # TEST #7: make sure the second stem does not overwrite the first
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/
Device.java 65 Log.e(Logging.LOG_TAG, "Can't delete null deviceName file; try overwrite.");
74 Log.w(Logging.LOG_TAG, "Remove failed. Tring to overwrite.");
  /device/samsung/maguro/
full_maguro.mk 34 # Set those variables here to overwrite the inherited values.
  /device/samsung/toro/
full_toro.mk 41 # Set those variables here to overwrite the inherited values.
  /device/samsung/toroplus/
full_toroplus.mk 34 # Set those variables here to overwrite the inherited values.
  /external/chromium/chrome/browser/sync/syncable/
model_type_payload_map.cc 54 // If this datatype is already in our map, we only overwrite the
  /external/chromium/chrome/browser/web_applications/
web_app_unittest.cc 26 // is not supposed to overwrite a profile if it's already created.
  /external/chromium/sdch/open-vcdiff/
autogen.sh 33 # aclocal tries to overwrite aclocal.m4 even if the contents haven't
  /external/compiler-rt/test/Unit/
enable_execute_stack_test.c 64 // verify you can overwrite a function with another
  /external/dropbear/libtommath/
bn_mp_grow.c 33 * to overwrite the dp member of a.
  /external/ipsec-tools/src/racoon/samples/
racoon.conf.sample 5 # you can overwrite "path" directive afterwards, however, doing so may add
  /external/qemu/
qemu-os-win32.h 58 int setenv(const char *name, const char *value, int overwrite);
  /external/smali/smali/
runjflex.sh 8 # Set $JFLEX to overwrite jflex location, if desired
  /external/v8/test/mjsunit/regress/
regress-115452.js 28 // Test that a function declaration cannot overwrite a read-only property.

Completed in 534 milliseconds

12 3 4 5 6 7 8 91011>>