| /external/fonttools/Lib/fontTools/misc/ |
| D | filenames.py | 9 characters, and clashes with existing files. 32 def userNameToFileName(userName, existing=[], prefix="", suffix=""): argument 36 upper- and lower-case characters, and clashes with existing files. 40 existing: A case-insensitive list of all existing file names. 130 if fullName.lower() in existing: 131 fullName = handleClash1(userName, existing, prefix, suffix) 136 def handleClash1(userName, existing=[], prefix="", suffix=""): argument 138 existing should be a case-insensitive list 139 of all existing file names. 143 >>> existing = ["a" * 5] [all …]
|
| /external/fonttools/Lib/fontTools/ufoLib/ |
| D | filenames.py | 95 def userNameToFileName(userName: str, existing=(), prefix="", suffix=""): argument 97 `existing` should be a set-like object. 177 if fullName.lower() in existing: 178 fullName = handleClash1(userName, existing, prefix, suffix) 183 def handleClash1(userName, existing=[], prefix="", suffix=""): argument 185 existing should be a case-insensitive list 186 of all existing file names. 190 >>> existing = ["a" * 5] 192 >>> e = list(existing) 193 >>> handleClash1(userName="A" * 5, existing=e, [all …]
|
| /external/google-cloud-java/java-dlp/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/ |
| D | OutputStorageConfigOrBuilder.java | 30 * Store findings in an existing table or a new table in an existing 35 * For Inspect, each column in an existing output table must have the same 37 * For Risk, an existing output table should be the output of a previous 53 * Store findings in an existing table or a new table in an existing 58 * For Inspect, each column in an existing output table must have the same 60 * For Risk, an existing output table should be the output of a previous 76 * Store findings in an existing table or a new table in an existing 81 * For Inspect, each column in an existing output table must have the same 83 * For Risk, an existing output table should be the output of a previous 100 * from the `Finding` object. If appending to an existing table, any columns [all …]
|
| D | OutputStorageConfig.java | 345 * Store findings in an existing table or a new table in an existing 350 * For Inspect, each column in an existing output table must have the same 352 * For Risk, an existing output table should be the output of a previous 371 * Store findings in an existing table or a new table in an existing 376 * For Inspect, each column in an existing output table must have the same 378 * For Risk, an existing output table should be the output of a previous 400 * Store findings in an existing table or a new table in an existing 405 * For Inspect, each column in an existing output table must have the same 407 * For Risk, an existing output table should be the output of a previous 432 * from the `Finding` object. If appending to an existing table, any columns [all …]
|
| /external/toybox/tests/ |
| D | mkdir.test | 10 touch existing 11 testing "existing file" \ 12 "mkdir existing 2> /dev/null || [ -f existing ] && echo yes" "yes\n" "" "" 13 rm existing 15 mkdir existing 16 testing "existing dir" \ 17 "mkdir existing 2> /dev/null || echo yes" "yes\n" "" "" 18 rmdir existing 31 mkdir existing 32 testing "-p existing" "mkdir -p existing && echo yes" "yes\n" "" "" [all …]
|
| D | mkfifo.test | 10 touch existing 11 testing "existing" \ 12 "mkfifo existing 2> /dev/null || [ -f existing ] && echo yes" "yes\n" "" "" 13 rm existing
|
| /external/fonttools/Tests/ufoLib/ |
| D | filenames_test.py | 57 existing = ["a" * 5] 59 e = list(existing) 61 handleClash1(userName="A" * 5, existing=e, prefix=prefix, suffix=suffix), 65 e = list(existing) 68 handleClash1(userName="A" * 5, existing=e, prefix=prefix, suffix=suffix), 72 e = list(existing) 75 handleClash1(userName="A" * 5, existing=e, prefix=prefix, suffix=suffix), 82 existing = [prefix + str(i) + suffix for i in range(100)] 84 e = list(existing) 86 handleClash2(existing=e, prefix=prefix, suffix=suffix), [all …]
|
| /external/fonttools/Tests/misc/ |
| D | filenames_test.py | 74 existing = ["a" * 5] 76 e = list(existing) 78 handleClash1(userName="A" * 5, existing=e, prefix=prefix, suffix=suffix), 82 e = list(existing) 85 handleClash1(userName="A" * 5, existing=e, prefix=prefix, suffix=suffix), 89 e = list(existing) 92 handleClash1(userName="A" * 5, existing=e, prefix=prefix, suffix=suffix), 99 existing = [prefix + str(i) + suffix for i in range(100)] 101 e = list(existing) 103 handleClash2(existing=e, prefix=prefix, suffix=suffix), [all …]
|
| /external/tensorflow/tensorflow/compiler/xla/g3doc/ |
| D | developing_new_backend.md | 10 be significantly simpler and scalable than implementing every existing 15 1. Existing CPU architecture not yet officially supported by XLA, with or 16 without an existing [LLVM](http://llvm.org) backend. 17 2. Non-CPU-like hardware with an existing LLVM backend. 18 3. Non-CPU-like hardware without an existing LLVM backend. 23 ## Scenario 1: Existing CPU architecture not yet officially supported by XLA 25 In this scenario, start by looking at the existing 37 If there is no existing LLVM backend but another kind of code generator exists, 38 it should be possible to reuse most of the existing CPU backend. 40 ## Scenario 2: Non-CPU-like hardware with an existing LLVM backend [all …]
|
| /external/llvm/test/CodeGen/AArch64/ |
| D | bitfield-insert.ll | 26 define void @test_whole32(i32* %existing, i32* %new) { 31 %oldval = load volatile i32, i32* %existing 39 store volatile i32 %combined, i32* %existing 44 define void @test_whole64(i64* %existing, i64* %new) { 50 %oldval = load volatile i64, i64* %existing 58 store volatile i64 %combined, i64* %existing 63 define void @test_whole32_from64(i64* %existing, i64* %new) { 71 %oldval = load volatile i64, i64* %existing 78 store volatile i64 %combined, i64* %existing 83 define void @test_32bit_masked(i32 *%existing, i32 *%new) { [all …]
|
| /external/flac/include/FLAC/ |
| D | metadata.h | 116 * Unless you will be using the level 1 or 2 interfaces to modify existing 154 * an existing structure. It need not be initialized. 374 * \param iterator A pointer to an existing iterator. 384 * \param iterator A pointer to an existing iterator. 400 * \param iterator A pointer to an existing iterator. 422 * \param iterator A pointer to an existing iterator. 433 * \param iterator A pointer to an existing initialized iterator. 447 * \param iterator A pointer to an existing initialized iterator. 460 * \param iterator A pointer to an existing initialized iterator. 475 * \param iterator A pointer to an existing initialized iterator. [all …]
|
| /external/skia/src/sksl/ir/ |
| D | SkSLBlock.cpp | 68 std::unique_ptr<Statement> Block::MakeCompoundStatement(std::unique_ptr<Statement> existing, in MakeCompoundStatement() argument 71 if (!existing || existing->isEmpty()) { in MakeCompoundStatement() 75 return existing; in MakeCompoundStatement() 78 // If the existing statement is a compound-statement Block, append the additional statement. in MakeCompoundStatement() 79 if (existing->is<Block>()) { in MakeCompoundStatement() 80 SkSL::Block& block = existing->as<Block>(); in MakeCompoundStatement() 83 return existing; in MakeCompoundStatement() 87 // The existing statement was not a compound-statement Block; create one, and put both in MakeCompoundStatement() 89 Position pos = existing->fPosition.rangeThrough(additional->fPosition); in MakeCompoundStatement() 92 stmts.push_back(std::move(existing)); in MakeCompoundStatement()
|
| /external/autotest/server/site_tests/bluetooth_AdapterCLHealth/ |
| D | control.cl_sdp_service_search_attribute_request_test | 19 * non-existing Service, existing Attribute 20 * existing Service, non-existing Attribute 21 * non-existing Service, non-existing Attribute 22 * existing Service, existing Attribute
|
| /external/pigweed/pw_bluetooth_sapphire/lib/cpp-string/ |
| D | string_printf_test.cc | 71 std::string s = "existing"; in TEST() 73 EXPECT_EQ("existing", s); in TEST() 76 std::string s = "existing"; in TEST() 81 std::string s = "existing"; in TEST() 86 std::string s = "existing"; in TEST() 93 EXPECT_EQ("existing", VAListHelper([](va_list ap) -> std::string { in TEST() 94 std::string s = "existing"; in TEST() 99 std::string s = "existing"; in TEST() 106 std::string s = "existing"; in TEST() 114 std::string s = "existing"; in TEST()
|
| /external/python/cpython3/Lib/logging/ |
| D | config.py | 173 def _handle_existing_loggers(existing, child_loggers, disable_existing): argument 181 what was intended by the user. Also, allow existing loggers to NOT be 185 for log in existing: 219 #we don't want to lose the existing loggers, 221 #existing is set to contain all existing loggers, 224 #what's left in existing is the set of loggers 227 existing = list(root.manager.loggerDict.keys()) 232 existing.sort() 233 #We'll keep the list of existing loggers 242 if qn in existing: [all …]
|
| /external/mesa3d/src/compiler/glsl/ |
| D | glsl_symbol_table.cpp | 139 symbol_table_entry *existing = get_entry(v->name); in add_variable() local 141 /* If there's already an existing function (not a constructor!) in in add_variable() 142 * the current scope, just update the existing entry to include 'v'. in add_variable() 144 if (existing->v == NULL && existing->t == NULL) { in add_variable() 145 existing->v = v; in add_variable() 149 /* If not declared at this scope, add a new entry. But if an existing in add_variable() 154 if (existing != NULL) in add_variable() 155 entry->f = existing->f; in add_variable() 196 symbol_table_entry *existing = get_entry(f->name); in add_function() local 197 if ((existing->f == NULL) && (existing->t == NULL)) { in add_function() [all …]
|
| /external/mesa3d/src/util/tests/ |
| D | cache_test.cpp | 205 << "disk_cache_create with XDG_CACHE_HOME set with a non-existing parent directory"; in test_disk_cache_create() 231 << "disk_cache_create with MESA_SHADER_CACHE_DIR set with a non-existing parent directory"; in test_disk_cache_create() 244 …xists(cache)) << "disk_cache_create with MESA_SHADER_CACHE_DIR set with existing parent directory"; in test_disk_cache_create() 287 EXPECT_STREQ(blob, result) << "disk_cache_get of existing item (pointer)"; in test_put_and_get() 288 EXPECT_EQ(size, sizeof(blob)) << "disk_cache_get of existing item (size)"; in test_put_and_get() 300 EXPECT_STREQ(result, string) << "2nd disk_cache_get of existing item (pointer)"; in test_put_and_get() 301 EXPECT_EQ(size, sizeof(string)) << "2nd disk_cache_get of existing item (size)"; in test_put_and_get() 344 EXPECT_NE(result, nullptr) << "3rd disk_cache_get of existing item (pointer)"; in test_put_and_get() 345 EXPECT_EQ(size, 1024) << "3rd disk_cache_get of existing item (size)"; in test_put_and_get() 464 /* Test that a key with the same two bytes as an existing key in test_put_key_and_get_key() [all …]
|
| /external/python/cpython2/Lib/logging/ |
| D | config.py | 208 #we don't want to lose the existing loggers, 210 #existing is set to contain all existing loggers, 213 #what's left in existing is the set of loggers 216 existing = list(root.manager.loggerDict.keys()) 221 existing.sort() 222 #We'll keep the list of existing loggers 235 if qn in existing: 236 i = existing.index(qn) + 1 # start with the entry after qn 239 num_existing = len(existing) 241 if existing[i][:pflen] == prefixed: [all …]
|
| /external/sg3_utils/doc/ |
| D | sg_wr_mode.8 | 14 or 10 byte variant) command to fetch the existing mode data which includes 33 the existing mode page are printed out. In this case the mode page is 37 must match the existing mode page in various aspects unless the 44 existing mode page supplies bit positions corresponding to clear bits. 46 than the existing mode page. If the mask is shorter than the contents then 48 than the existing mode page then the remaining bytes are taken from the 49 existing mod page. 52 mode page without any prior checks on the existing mode page. This should 53 only be required for vendor specific mode pages. The existing mode data 88 doesn't do checks on the existing mode page. Note that \fIDEVICE\fR may [all …]
|
| /external/mbedtls/docs/architecture/psa-migration/ |
| D | testing.md | 35 in order to create PK contexts that can then be passed to existing TLS and 45 - in `test_suite_pk` we modified the existing `pk_psa_sign` test function to 50 - integration testing of the new API with each existing API which should 57 existing `mbedtls_x509write_csr_set_key()`. (And also 74 - in `test_suite_cipher`, the existing test functions `auth_crypt_tv` and 78 - usually already covered by existing tests for higher-level modules: 80 covered by running the existing TLS tests in a build with 94 be already be covered by running the existing tests in a build with 95 `MBEDTLS_USE_PSA_CRYPTO` enabled; however we need to make sure the existing
|
| /external/python/cpython2/Tools/versioncheck/ |
| D | pyversioncheck.py | 77 print '--- Testing existing and identical version file' 79 print '--- Testing existing package with new version' 81 print '--- Testing package with non-existing version file' 83 print '--- Test package with 2 locations, first non-existing second ok' 87 print '--- Testing existing and identical version file' 89 print '--- Testing existing package with new version' 91 print '--- Testing package with non-existing version file' 93 print '--- Test package with 2 locations, first non-existing second ok'
|
| /external/google-cloud-java/java-monitoring/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/ |
| D | UpdateSnoozeRequestOrBuilder.java | 68 * value for that field, the value of the field in the existing `Snooze` 71 * in the existing `Snooze` is set to its default value. 72 * Fields not listed retain their existing value. 96 * value for that field, the value of the field in the existing `Snooze` 99 * in the existing `Snooze` is set to its default value. 100 * Fields not listed retain their existing value. 124 * value for that field, the value of the field in the existing `Snooze` 127 * in the existing `Snooze` is set to its default value. 128 * Fields not listed retain their existing value.
|
| /external/iproute2/man/man8/ |
| D | ip-xfrm.8 | 411 ip xfrm state update update existing state in xfrm 413 ip xfrm state delete delete existing state in xfrm 414 ip xfrm state get get existing state in xfrm 415 ip xfrm state deleteall delete all existing state in xfrm 416 ip xfrm state list print out the list of existing state in xfrm 418 ip xfrm state count count all existing state in xfrm 555 ip xfrm policy update update an existing policy 556 ip xfrm policy delete delete an existing policy 557 ip xfrm policy get get an existing policy 558 ip xfrm policy deleteall delete all existing xfrm policies [all …]
|
| /external/tink/java_src/src/main/java/com/google/crypto/tink/ |
| D | Registry.java | 155 * <p>Adding a custom catalogue should be a one-time operaton. There is an existing catalogue, 156 * throw exception if {@code catalogue} and the existing catalogue aren't instances of the same 159 * @throws GeneralSecurityException if there's an existing catalogue and it is not an instance of 173 Catalogue<?> existing = catalogueMap.get(catalogueName.toLowerCase(Locale.US)); 174 if (!catalogue.getClass().getName().equals(existing.getClass().getName())) { 226 * <p>If there is an existing key manager, throws an exception if {@code manager} and the existing 227 * key manager aren't instances of the same class, or the existing key manager could not create 230 * @throws GeneralSecurityException if there's an existing key manager is not an instance of the 243 * <p>If there is an existing key manager, throws an exception if {@code manager} and the existing 245 * existing key manager could not create new keys. Otherwise registration succeeds. [all …]
|
| /external/grpc-grpc-java/rls/src/main/java/io/grpc/rls/ |
| D | LinkedHashLruCache.java | 152 SizedValue existing; in cache() local 156 existing = delegate.put(key, new SizedValue(size, value)); in cache() 157 if (existing != null) { in cache() 158 evictionListener.onEviction(key, existing, EvictionType.REPLACED); in cache() 161 return existing == null ? null : existing.value; in cache() 180 SizedValue existing = delegate.get(key); in readInternal() local 181 if (existing != null && isExpired(key, existing.value, ticker.read())) { in readInternal() 185 return existing; in readInternal() 200 SizedValue existing = delegate.remove(key); in invalidate() local 201 if (existing != null) { in invalidate() [all …]
|