Home
last modified time | relevance | path

Searched refs:cleaned (Results 1 – 25 of 141) sorted by relevance

123456

/external/cldr/tools/scripts/
DsidewaysCharts.sh16 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/
Dparser.go66 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/
Dattr_value_util.cc408 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/
Dinterface.py416 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/
Dstatus_lib_unittest.py13 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/
DREADME.md5 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/
DTestPaths.java389 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.gitignore2 # (normally cleaned up by the script as well)
/external/llvm/test/Transforms/SimplifyCFG/
Dempty-cleanuppad.ll8 ; 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/
Dempty-cleanuppad.ll8 ; 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/
DREADME.ARM-memory-map17 I agree that this mess should be cleaned up.
/external/curl/tests/data/
Dtest60830 # it was so the verify section works and the file can be cleaned up.
/external/grpc-grpc/doc/core/
Dpending_api_cleanups.md11 be cleaned up the next time we are going to bump the major version
/external/grpc-grpc/doc/cpp/
Dpending_api_cleanups.md11 be cleaned up the next time we are going to bump the major version
/external/ltp/
DTODO38 cleaned up and fixed to use the test.sh test library. These include most of
/external/autotest/server/control_segments/
Dcleanup52 '%s cleaned successfully' % hostname)
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/ObjCARC/
Dcontract-marker-funclet.ll3 ; Generated (and lightly modified and cleaned up) from the following source:
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/GlobalISel/
Dlegalize-or.mir32 ; cleaned up with the G_UNMERGE_VALUES, so we end up directly
/external/python/cpython2/Lib/multiprocessing/
Dpool.py201 cleaned = False
208 cleaned = True
210 return cleaned
/external/ply/ply/example/yply/
DREADME37 3. This program could probably be cleaned up and enhanced a lot.
/external/curl/lib/
DMakefile.vxworks177 @echo libcurl was cleaned.
/external/shflags/src/
Dshflags_test_helpers47 # these files will be cleaned up automatically by shUnit2
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/PowerPC/
DMCSE-caller-preserved-reg.ll7 ; TLS access code sequences are cleaned up.
/external/python/cpython3/Lib/
Dplatform.py745 cleaned = platform.replace('--', '-')
746 if cleaned == platform:
748 platform = cleaned
/external/python/cpython3/Lib/multiprocessing/
Dpool.py216 cleaned = False
223 cleaned = True
225 return cleaned

123456