/external/ipsec-tools/src/racoon/samples/ |
racoon.conf.sample | 5 # you can overwrite "path" directive afterwards, however, doing so may add
|
/external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/emu/com/badlogic/gdx/files/ |
FileHandleStream.java | 59 public OutputStream write (boolean overwrite) {
|
/external/libgdx/gdx/src/com/badlogic/gdx/files/ |
FileHandleStream.java | 62 public OutputStream write (boolean overwrite) {
|
/external/llvm/test/CodeGen/X86/ |
tailcallstack64.ll | 7 ; Check that lowered arguments on the stack do not overwrite each other.
|
/external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/fake/command/ |
AppeCommandHandler.java | 47 * overwrite an existing file.
|
/external/v8/test/mjsunit/regress/ |
regress-115452.js | 28 // Test that a function declaration cannot overwrite a read-only property.
|
regress-1240.js | 28 // This regression tests that we are not allowed to overwrite an existing
|
regress-2234.js | 31 // Overwrite random parts of the transcendental cache.
|
regress-900.js | 37 // Make sure we can't overwrite an accessor, but that the setter is
|
/external/v8/test/webkit/ |
dfg-arguments-alias-one-block-overwrite-arguments-expected.txt | 24 Tests that if you alias the arguments in a very small function, arguments simplification still works even if you overwrite the arguments register.
|
dfg-arguments-alias-one-block-overwrite-arguments.js | 25 "Tests that if you alias the arguments in a very small function, arguments simplification still works even if you overwrite the arguments register."
|
/external/zlib/src/contrib/minizip/ |
miniunzip.1 | 40 Overwrite files without prompting for confirmation.
|
/packages/apps/Camera2/src/com/android/camera/async/ |
Listenable.java | 23 * overwrite any existing callback.
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/ |
nss.h | 53 /* Overwrite service selection for database DBNAME using specification
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/ |
nss.h | 53 /* Overwrite service selection for database DBNAME using specification
|
/prebuilts/gdb/darwin-x86/lib/python2.7/distutils/command/ |
install_scripts.py | 22 ('force', 'f', "force installation (overwrite existing files)"),
|
/prebuilts/gdb/linux-x86/lib/python2.7/distutils/command/ |
install_scripts.py | 22 ('force', 'f', "force installation (overwrite existing files)"),
|
/prebuilts/go/darwin-x86/src/text/template/ |
template.go | 120 // It is an error to reuse a name except to overwrite an empty template. 123 // If the name is the name of this template, overwrite this template. 165 // type. However, it is legal to overwrite elements of the map. The return 210 // with t. It is an error to reuse a name except to overwrite an empty
|
/prebuilts/go/linux-x86/src/text/template/ |
template.go | 120 // It is an error to reuse a name except to overwrite an empty template. 123 // If the name is the name of this template, overwrite this template. 165 // type. However, it is legal to overwrite elements of the map. The return 210 // with t. It is an error to reuse a name except to overwrite an empty
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/ |
install_scripts.py | 22 ('force', 'f', "force installation (overwrite existing files)"),
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/ |
install_scripts.py | 22 ('force', 'f', "force installation (overwrite existing files)"),
|
/packages/apps/Browser2/src/org/chromium/webview_shell/ |
WebViewLayoutTest.java | 144 * Writes a file with the given fileName and contents. If overwrite is true overwrites any 148 private static void writeFile(final String fileName, final String contents, boolean overwrite) 152 if (fileOut.exists() && !overwrite) {
|
/system/bt/bta/sys/ |
utl.c | 160 ** BTA_UTL_SET_COD_MAJOR_MINOR, - overwrite major, minor class 163 ** BTA_UTL_SET_COD_ALL - overwrite major, minor, set the bits in service class 164 ** BTA_UTL_INIT_COD - overwrite major, minor, and service class
|
/packages/apps/UnifiedEmail/src/org/apache/commons/io/output/ |
LockableFileWriter.java | 78 * @param append true if content should be appended, false to overwrite 90 * @param append true if content should be appended, false to overwrite 115 * @param append true if content should be appended, false to overwrite 127 * @param append true if content should be appended, false to overwrite 153 * @param append true if content should be appended, false to overwrite
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
IntTrieBuilder.java | 390 * overwrite is true or if the old value is 0. 394 * @param overwrite flag for whether old non-initial values are to be 400 boolean overwrite) 404 // index values fill around existing values if any, if(overwrite) 427 value, overwrite); 432 value, overwrite); 456 fillBlock(block, 0, DATA_BLOCK_LENGTH, value, overwrite); 458 else if (m_data_[-block] != value && (block == 0 || overwrite)) { 487 fillBlock(block, 0, rest, value, overwrite); 775 boolean overwrite) [all...] |