/external/cldr/tools/scripts/ |
D | sidewaysCharts.sh | 16 backup_tree cleaned 17 mkdir cleaned 18 mkdir cleaned/by_type 21 GenerateSidewaysView -z "x-cockney" -s ../common/main/ -d cleaned/ -t ../../../J/icu4j/src/com/ibm/… 24 cp cleaned/by_type/*.html by_type/
|
/external/syzkaller/pkg/email/ |
D | parser.go | 66 cleaned, _, _ := RemoveAddrContext(addr.Address) 67 if addr, err := mail.ParseAddress(cleaned); err == nil && ownAddrs[addr.Address] { 72 cleaned, context, _ := RemoveAddrContext(addr.Address) 73 if addr, err := mail.ParseAddress(cleaned); err == nil { 74 cleaned = addr.Address 76 if ownAddrs[cleaned] { 81 ccList = append(ccList, cleaned)
|
/external/tensorflow/tensorflow/core/framework/ |
D | attr_value_util.cc | 408 StringPiece cleaned = text; in ParseAttrValue() local 409 str_util::RemoveLeadingWhitespace(&cleaned); in ParseAttrValue() 410 str_util::RemoveTrailingWhitespace(&cleaned); in ParseAttrValue() 411 if (cleaned.size() < 2 || cleaned[0] != '[' || in ParseAttrValue() 412 cleaned[cleaned.size() - 1] != ']') { in ParseAttrValue() 415 cleaned.remove_prefix(1); in ParseAttrValue() 416 str_util::RemoveLeadingWhitespace(&cleaned); in ParseAttrValue() 417 if (cleaned.size() == 1) { in ParseAttrValue()
|
/external/autotest/client/common_lib/cros/network/ |
D | interface.py | 416 cleaned = line.strip().lower() 417 match = re.search(signal_pattern, cleaned) 495 cleaned = line.strip().lower() 496 if my_frequency_pattern.match(cleaned): 499 match = noise_pattern.match(cleaned) 502 if any_frequency_pattern.match(cleaned):
|
/external/autotest/tko/ |
D | status_lib_unittest.py | 13 cleaned = status_lib.clean_raw_line(raw_line) 14 self.assertEquals(cleaned, raw_line_temp % '') 21 cleaned = status_lib.clean_raw_line(raw_line, blacklist) 23 cleaned, raw_line_temp % (('',) * len(blacklist)))
|
/external/kernel-headers/ |
D | README.md | 5 Bionic's "cleaned-up" user-land headers. 8 distributed as part of the platform itself. The cleaned up headers do not 21 that are used to generate Bionic's "cleaned-up" user-land headers. The script
|
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/ |
D | TestPaths.java | 389 String cleaned = parts.toString(); in TestNonLdml() local 390 … Pair<String, String> pair = Pair.of(type == DtdType.ldml ? file : type.toString(), cleaned); in TestNonLdml() 394 … errln("Duplicate: " + file + ", " + path + ", " + cleaned + ", " + value); in TestNonLdml() 408 logln("@" + "\t" + cleaned + "\t" + removed); in TestNonLdml()
|
/external/tensorflow/tensorflow/java/maven/ |
D | .gitignore | 2 # (normally cleaned up by the script as well)
|
/external/llvm/test/Transforms/SimplifyCFG/ |
D | empty-cleanuppad.ll | 8 ; This case arises when two objects with empty destructors are cleaned up. 43 ; This case arises when an object with an empty destructor must be cleaned up 45 ; cleaned up within the try-block. 106 ; This case arises when an object with a non-empty destructor must be cleaned up 107 ; outside of a try-block and an object with an empty destructor must be cleaned
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/SimplifyCFG/ |
D | empty-cleanuppad.ll | 8 ; This case arises when two objects with empty destructors are cleaned up. 43 ; This case arises when an object with an empty destructor must be cleaned up 45 ; cleaned up within the try-block. 106 ; This case arises when an object with a non-empty destructor must be cleaned up 107 ; outside of a try-block and an object with an empty destructor must be cleaned
|
/external/u-boot/doc/ |
D | README.ARM-memory-map | 17 I agree that this mess should be cleaned up.
|
/external/curl/tests/data/ |
D | test608 | 30 # it was so the verify section works and the file can be cleaned up.
|
/external/grpc-grpc/doc/core/ |
D | pending_api_cleanups.md | 11 be cleaned up the next time we are going to bump the major version
|
/external/grpc-grpc/doc/cpp/ |
D | pending_api_cleanups.md | 11 be cleaned up the next time we are going to bump the major version
|
/external/ltp/ |
D | TODO | 38 cleaned up and fixed to use the test.sh test library. These include most of
|
/external/autotest/server/control_segments/ |
D | cleanup | 52 '%s cleaned successfully' % hostname)
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/ObjCARC/ |
D | contract-marker-funclet.ll | 3 ; Generated (and lightly modified and cleaned up) from the following source:
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/GlobalISel/ |
D | legalize-or.mir | 32 ; cleaned up with the G_UNMERGE_VALUES, so we end up directly
|
/external/python/cpython2/Lib/multiprocessing/ |
D | pool.py | 201 cleaned = False 208 cleaned = True 210 return cleaned
|
/external/ply/ply/example/yply/ |
D | README | 37 3. This program could probably be cleaned up and enhanced a lot.
|
/external/curl/lib/ |
D | Makefile.vxworks | 177 @echo libcurl was cleaned.
|
/external/shflags/src/ |
D | shflags_test_helpers | 47 # these files will be cleaned up automatically by shUnit2
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/PowerPC/ |
D | MCSE-caller-preserved-reg.ll | 7 ; TLS access code sequences are cleaned up.
|
/external/python/cpython3/Lib/ |
D | platform.py | 745 cleaned = platform.replace('--', '-') 746 if cleaned == platform: 748 platform = cleaned
|
/external/python/cpython3/Lib/multiprocessing/ |
D | pool.py | 216 cleaned = False 223 cleaned = True 225 return cleaned
|