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

1 2 34 5 6 7 8 91011>>

  /external/open-vcdiff/
autogen.sh 47 # aclocal tries to overwrite aclocal.m4 even if the contents haven't
  /external/qemu/
feature_to_c.sh 31 echo "Output file \"$output\" already exists; refusing to overwrite."
  /external/v8/test/mjsunit/
bit-not.js 34 // Test the path where we can overwrite the result. Use -
  /frameworks/base/media/mca/filterfw/native/core/
value.h 64 // Note: These only alloc if value is Null! Otherwise they overwrite, so data must fit!
  /frameworks/base/tools/aapt/tests/
CrunchCache_test.cpp 75 expectEqual(result, EXPECTED_OVERWRITES, "number of files touched with overwrite");
  /external/icu4c/common/
utrie2_builder.cpp 670 * initialValue is ignored if overwrite=TRUE
675 uint32_t value, uint32_t initialValue, UBool overwrite) {
680 if(overwrite) {
697 uint32_t value, UBool overwrite,
702 * fill around existing values if any, if(overwrite)
720 if(!overwrite && value==newTrie->initialValue) {
738 value, newTrie->initialValue, overwrite);
742 value, newTrie->initialValue, overwrite);
779 if(overwrite && block>=UNEWTRIE2_DATA_0800_OFFSET) {
781 * We overwrite all values, and it's not
    [all...]
utrie.cpp 262 uint32_t value, uint32_t initialValue, UBool overwrite) {
267 if(overwrite) {
282 utrie_setRange32(UNewTrie *trie, UChar32 start, UChar32 limit, uint32_t value, UBool overwrite) {
286 * fill around existing values if any, if(overwrite)
314 value, initialValue, overwrite);
318 value, initialValue, overwrite);
340 utrie_fillBlock(trie->data+block, 0, UTRIE_DATA_BLOCK_LENGTH, value, initialValue, overwrite);
341 } else if(trie->data[-block]!=value && (block==0 || overwrite)) {
368 utrie_fillBlock(trie->data+block, 0, rest, value, initialValue, overwrite);
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/
default.build 33 <copy todir="${build.working.dir}" overwrite="true">
40 <copy todir="${build.working.dir}" overwrite="true">
  /external/chromium/net/ftp/
ftp_auth_cache_unittest.cc 59 // Overwrite the entry for origin1.
106 // Overwrite.
  /external/emma/core/java12/com/vladium/emma/data/
DataFactory.java 522 boolean overwrite = false;
540 overwrite = true;
550 throw new IOException ("cannot overwrite [" + file.getAbsolutePath () + "]: not created by " + IAppConstants.APP_NAME);
554 // it's our file, but the header is corrupt: overwrite
555 overwrite = true;
564 // // overwrite any existing data:
658 overwrite = true;
662 if (overwrite)
  /external/proguard/src/proguard/classfile/editor/
VariableRemapper.java 162 // Overwrite all empty local variable entries.
184 // Overwrite all empty local variable type entries.
  /frameworks/av/media/libeffects/testlibs/
AudioFormatAdapter.h 36 // overwrite behavior.
58 // behavior The desired behavior (overwrite or accumulate).
  /frameworks/base/core/java/com/android/internal/widget/
DrawableHolder.java 112 * @param overwrite
115 private DrawableHolder addAnimation(ObjectAnimator anim, boolean overwrite) {
  /sdk/monitor/
build.xml 71 <unzip src="${targetSrcDir}/deltapack/eclipse-3.7.2-delta-pack.zip" dest="${targetDir}/deltapack" overwrite="false" />
72 <unzip src="${targetSrcDir}/platform/org.eclipse.platform-3.7.2.zip" dest="${targetDir}/repos/platform" overwrite="false" />
  /external/emma/core/java12/com/vladium/util/
Files.java 246 * 'target' exists and 'overwrite' is false, the method is a no-op. No exceptions are
254 * if 'overwrite' is true]
255 * @param overwrite if 'true', forces an existing target to be deleted
260 public static boolean renameFile (final File source, final File target, final boolean overwrite)
268 if (! (targetExists = target.exists ()) || overwrite)
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/
antlr.js 399 * parameters). This option will overwrite the property if receiver
401 * properties will be applied and _will_ overwrite properties in
409 * overwrite an existing property in the receiver. If true
411 * be applied and will overwrite an existing property in
441 * in the supplier will be used unless it would overwrite an existing
443 * parameter, all properties will be applied and will overwrite an
461 * will overwrite those in earlier objects.
  /external/compiler-rt/lib/asan/tests/
asan_str_test.cc 36 // Overwrite terminator
77 // Overwrite the terminating '\0' and hit unallocated memory.
97 // Overwrite the terminating '\0' and hit unallocated memory.
119 // Overwrite the terminating '\0' character and hit unallocated memory.
155 // Overwrite terminator in from
184 // Overwrite the terminator and hit not allocated memory.
200 // Overwrite the terminator and hit not allocated memory.
  /dalvik/vm/arch/mips/
CallO32.S 251 movn $v0,$t0,$t2 /* If the result type is float or double overwrite $v1/$v0 */
255 movn $v1,$t0,$t2 /* If the result type is float or double overwrite $v0/$v1 */
258 movn $v0,$t0,$t3 /* If the result type is float overwrite $v0 */
  /external/emma/core/java12/com/vladium/emma/instr/
InstrProcessor.java 166 // for non-overwrite modes output directory must not overlap
262 protected File m_outDir; // required to be non-null for run(), unless output mode is 'overwrite'
282 public static final OutMode OUT_MODE_OVERWRITE = new OutMode ("overwrite");
  /external/icu4c/test/cintltst/
trie2test.c 34 UBool overwrite; member in struct:SetRange
687 /* overwrite the storage that is not supposed to be needed */
806 UBool overwrite; local
834 overwrite=setRanges[i].overwrite;
835 if((limit-start)==1 && overwrite) {
838 utrie2_setRange32(trie, start, limit-1, value, overwrite, &errorCode);
1293 UBool overwrite, ok; local
    [all...]
  /cts/tests/tests/graphics/src/android/graphics/cts/
PictureTest.java 85 // overwrite (0,0) with a blue dot
  /dalvik/dexgen/src/com/android/dexgen/rop/cst/
CstInteger.java 61 * of guarantee about ==, and it's okay to overwrite existing
  /dalvik/dx/src/com/android/dx/rop/cst/
CstInteger.java 61 * of guarantee about ==, and it's okay to overwrite existing
  /dalvik/vm/compiler/template/mips/
TEMPLATE_STRING_COMPARETO.S 145 movn v0, rOBJ, t0 # overwrite return value if strings are equal
  /external/chromium/chrome/browser/content_settings/
content_settings_policy_provider.h 130 void ReadManagedContentSettings(bool overwrite);

Completed in 828 milliseconds

1 2 34 5 6 7 8 91011>>