/external/perf_data_converter/src/ |
D | intervalmap_test.cc | 185 // Total overwrite same start 186 Set(5, 10, "Added"), Set(5, 20, "Overwrite"), NumIntervals(1), 187 Lookup(5, 19, "Overwrite"), FailLookup({3, 4, 20, 21}), 190 // No overwrite, start of one equals limit of other 196 // Right side overwrite 197 Set(5, 10, "Added"), Set(8, 12, "Overwrite"), NumIntervals(2), 198 Lookup(5, 7, "Added"), Lookup(8, 11, "Overwrite"), 202 // Left side overwrite 203 Set(5, 10, "Added"), Set(3, 8, "Overwrite"), NumIntervals(2), 204 Lookup(8, 9, "Added"), Lookup(3, 7, "Overwrite"), [all …]
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/number/ |
D | ConstantMultiFieldModifier.java | 24 private final boolean overwrite; field in ConstantMultiFieldModifier 33 boolean overwrite, in ConstantMultiFieldModifier() argument 35 this(prefix, suffix, overwrite, strong, null); in ConstantMultiFieldModifier() 41 boolean overwrite, in ConstantMultiFieldModifier() argument 48 this.overwrite = overwrite; in ConstantMultiFieldModifier() 56 if (overwrite) { in apply() 110 && overwrite == _other.overwrite && strong == _other.strong; in semanticallyEquivalent()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/ |
D | ConstantMultiFieldModifier.java | 22 private final boolean overwrite; field in ConstantMultiFieldModifier 31 boolean overwrite, in ConstantMultiFieldModifier() argument 33 this(prefix, suffix, overwrite, strong, null); in ConstantMultiFieldModifier() 39 boolean overwrite, in ConstantMultiFieldModifier() argument 46 this.overwrite = overwrite; in ConstantMultiFieldModifier() 54 if (overwrite) { in apply() 108 && overwrite == _other.overwrite && strong == _other.strong; in semanticallyEquivalent()
|
/external/tensorflow/tensorflow/python/keras/utils/ |
D | io_utils.py | 160 True if we can proceed with overwrite, False otherwise. 162 overwrite = six.moves.input('[WARNING] %s already exists - overwrite? ' 164 while overwrite not in ('y', 'n'): 165 overwrite = six.moves.input('Enter "y" (overwrite) or "n" ' 167 if overwrite == 'n': 169 print('[TIP] Next time specify overwrite=True!')
|
/external/python/apitools/apitools/gen/ |
D | gen_client_test.py | 54 '--overwrite', 71 '--overwrite', 94 '--overwrite', 110 '--overwrite', 126 '--overwrite', 141 '--overwrite',
|
/external/tensorflow/tensorflow/python/lib/io/ |
D | file_io.py | 468 def copy(oldpath, newpath, overwrite=False): argument 474 overwrite: boolean, if false its an error for newpath to be occupied by an 480 copy_v2(oldpath, newpath, overwrite) 484 def copy_v2(src, dst, overwrite=False): argument 490 overwrite: boolean, if false its an error for newpath to be occupied by an 498 compat.as_bytes(src), compat.as_bytes(dst), overwrite, status) 502 def rename(oldname, newname, overwrite=False): argument 508 overwrite: boolean, if false it's an error for `newname` to be occupied by 514 rename_v2(oldname, newname, overwrite) 518 def rename_v2(src, dst, overwrite=False): argument [all …]
|
D | file_io.i | 113 void CopyFile(const string& src, const string& target, bool overwrite, in CopyFile() argument 115 // If overwrite is false and the target file exists then its an error. in CopyFile() 116 if (!overwrite && tensorflow::Env::Default()->FileExists(target).ok()) { in CopyFile() 127 void RenameFile(const string& src, const string& target, bool overwrite, in RenameFile() argument 129 // If overwrite is false and the target file exists then its an error. in RenameFile() 130 if (!overwrite && tensorflow::Env::Default()->FileExists(target).ok()) { in RenameFile() 263 void CopyFile(const string& oldpath, const string& newpath, bool overwrite, 265 void RenameFile(const string& oldname, const string& newname, bool overwrite,
|
/external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/ |
D | SwatDeprecated.java | 33 private boolean overwrite; field in SwatDeprecated 70 else if (arg.equals("-overwrite")) { in main() 97 public SwatDeprecated(String src, String dst, boolean dep, boolean overwrite, int verbosity) { in SwatDeprecated() argument 100 this.overwrite = overwrite; in SwatDeprecated() 130 pw.println(" overwrite: " + overwrite); in SwatDeprecated() 177 if (!overwrite) { in processFile() 178 throw new RuntimeException("no permission to overwrite file: " + outPath); in processFile()
|
/external/arm-neon-tests/ |
D | Init.s | 166 …STR r2, [r0, #4] ; store the new descriptor at r0 + 4 (overwrite second section… 169 …STR r2, [r0, #8] ; store the new descriptor at r0 + 4 (overwrite second section… 172 …STR r2, [r0, #0xc] ; store the new descriptor at r0 + 4 (overwrite second secti… 175 …STR r2, [r0, #0x10] ; store the new descriptor at r0 + 4 (overwrite second sect… 178 …STR r2, [r0, #0x14] ; store the new descriptor at r0 + 4 (overwrite second sect… 181 …STR r2, [r0, #0x18] ; store the new descriptor at r0 + 4 (overwrite second sect… 184 …STR r2, [r0, #0x1c] ; store the new descriptor at r0 + 4 (overwrite second sect… 187 …STR r2, [r0, #0x20] ; store the new descriptor at r0 + 4 (overwrite second sect… 190 …STR r2, [r0, #0x24] ; store the new descriptor at r0 + 4 (overwrite second sect… 193 …STR r2, [r0, #0x28] ; store the new descriptor at r0 + 4 (overwrite second sect… [all …]
|
/external/guava/guava-gwt/ |
D | pom.xml | 108 <overWrite>true</overWrite> 123 <overWrite>true</overWrite> 138 <overWrite>true</overWrite> 153 <overWrite>true</overWrite>
|
/external/curl/tests/data/ |
D | test31 | 21 Set-Cookie: overwrite=this ; domain=127.0.0.1; path=/overwrite/ 22 Set-Cookie: overwrite=this2 ; domain=127.0.0.1; path=/overwrite 115 127.0.0.1 FALSE /overwrite FALSE 0 overwrite this2
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | Trie2Writable.java | 359 * initialValue is ignored if overwrite=TRUE 363 int value, int initialValue, boolean overwrite) { in fillBlock() argument 366 if(overwrite) { in fillBlock() 382 * overwrite is TRUE or if the old value is the initial value. 387 * @param overwrite flag for whether old non-initial values are to be overwritten 390 int value, boolean overwrite) { in setRange() argument 394 * fill around existing values if any, if(overwrite) in setRange() 402 if(!overwrite && value==initialValue) { in setRange() 420 value, initialValue, overwrite); in setRange() 424 value, initialValue, overwrite); in setRange() [all …]
|
D | 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) in setRange() argument 404 // index values fill around existing values if any, if(overwrite) in setRange() 427 value, overwrite); in setRange() 432 value, overwrite); in setRange() 456 fillBlock(block, 0, DATA_BLOCK_LENGTH, value, overwrite); in setRange() 458 else if (m_data_[-block] != value && (block == 0 || overwrite)) { in setRange() 487 fillBlock(block, 0, rest, value, overwrite); in setRange() 775 boolean overwrite) in fillBlock() argument [all …]
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
D | Trie2Writable.java | 361 * initialValue is ignored if overwrite=TRUE 365 int value, int initialValue, boolean overwrite) { in fillBlock() argument 368 if(overwrite) { in fillBlock() 384 * overwrite is TRUE or if the old value is the initial value. 389 * @param overwrite flag for whether old non-initial values are to be overwritten 392 int value, boolean overwrite) { in setRange() argument 396 * fill around existing values if any, if(overwrite) in setRange() 404 if(!overwrite && value==initialValue) { in setRange() 422 value, initialValue, overwrite); in setRange() 426 value, initialValue, overwrite); in setRange() [all …]
|
D | IntTrieBuilder.java | 392 * overwrite is true or if the old value is 0. 396 * @param overwrite flag for whether old non-initial values are to be 402 boolean overwrite) in setRange() argument 406 // index values fill around existing values if any, if(overwrite) in setRange() 429 value, overwrite); in setRange() 434 value, overwrite); in setRange() 458 fillBlock(block, 0, DATA_BLOCK_LENGTH, value, overwrite); in setRange() 460 else if (m_data_[-block] != value && (block == 0 || overwrite)) { in setRange() 489 fillBlock(block, 0, rest, value, overwrite); in setRange() 777 boolean overwrite) in fillBlock() argument [all …]
|
/external/toolchain-utils/crosperf/ |
D | generate_report.py | 176 def WriteFile(output_prefix, extension, get_contents, overwrite, verbose): argument 182 If overwrite is False, this will not overwrite files. 191 if not overwrite and os.path.exists(file_name): 200 def RunActions(actions, benchmark_results, output_prefix, overwrite, verbose): argument 208 WriteFile(output_prefix, extension, get_contents, overwrite, verbose) 238 help='Overwrite existing results files.')
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/DeadStoreElimination/ |
D | simple.ll | 278 ;; Fully dead overwrite of memcpy. 289 ;; Fully dead overwrite of memcpy. 300 ;; Fully dead overwrite of memcpy. 311 ;; Fully dead overwrite of memcpy. 322 ;; Full overwrite of smaller memcpy. 333 ;; Full overwrite of smaller memcpy. 344 ;; Full overwrite of smaller memory where overwrite has stronger atomicity 355 ;; Full overwrite of smaller memory where overwrite has weaker atomicity. 366 ;; Overwrite of memset by memcpy. 377 ;; Overwrite of memset by memcpy. [all …]
|
/external/tensorflow/tensorflow/contrib/distribute/python/ |
D | values_test.py | 401 # Overwrite the initial values. 420 # Overwrite the initial values. 436 # Overwrite the initial value. 452 # Overwrite the initial value. 466 # Overwrite the initial values. 630 # Overwrite the initial values. 653 # Overwrite the initial values. 673 # Overwrite the initial values. 690 # Overwrite the initial values. 707 # Overwrite the initial value. [all …]
|
/external/icu/icu4c/source/i18n/ |
D | number_modifiers.h | 141 bool overwrite, in ConstantMultiFieldModifier() argument 146 fOverwrite(overwrite), in ConstantMultiFieldModifier() 153 bool overwrite, in ConstantMultiFieldModifier() argument 157 fOverwrite(overwrite), in ConstantMultiFieldModifier() 192 bool overwrite,
|
/external/toybox/toys/other/ |
D | shred.c | 1 /* shred.c - Overwrite a file to securely delete 18 -n COUNT Random overwrite iterations (default 1) 26 overwrite all free space (fill up disk) to erase old data on those.
|
/external/fonttools/Snippets/ |
D | otf2ttf.py | 94 parser.add_argument("--overwrite", action='store_true') 108 overWrite=options.overwrite)
|
/external/toybox/tests/ |
D | gzip.test | 43 # -f Force: allow overwrite of output file 46 testing "no overwrite without -f" \ 49 testing "overwrite with -f" \
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/ |
D | TrieTest.java | 55 SetRange(int start, int limit, int value, boolean overwrite) in SetRange() argument 60 this.overwrite = overwrite; in SetRange() 65 boolean overwrite; field in TrieTest.SetRange 214 boolean overwrite = setRanges[i].overwrite; in _testTrieRanges() 215 if ((limit - start) == 1 && overwrite) { in _testTrieRanges() 219 ok &= newTrie.setRange(start, limit, value, overwrite); in _testTrieRanges()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
D | TrieTest.java | 52 SetRange(int start, int limit, int value, boolean overwrite) in SetRange() argument 57 this.overwrite = overwrite; in SetRange() 62 boolean overwrite; field in TrieTest.SetRange 211 boolean overwrite = setRanges[i].overwrite; in _testTrieRanges() 212 if ((limit - start) == 1 && overwrite) { in _testTrieRanges() 216 ok &= newTrie.setRange(start, limit, value, overwrite); in _testTrieRanges()
|
/external/llvm/test/Transforms/DeadStoreElimination/ |
D | simple.ll | 210 ;; Fully dead overwrite of memcpy. 220 ;; Full overwrite of smaller memcpy. 230 ;; Overwrite of memset by memcpy. 397 ; Might overwrite value at %p 420 ; Might overwrite value at %p 441 ; Might overwrite value at %p 475 ; Might read and overwrite value at %p 494 ; Might read and overwrite value at %p, but doesn't matter.
|