Home
last modified time | relevance | path

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

12345678

/external/tensorflow/tensorflow/core/kernels/
Dtensor_cord_test.cc79 int cleaned = 0; in TEST() local
80 auto cleaner = [&cleaned]() { ++cleaned; }; in TEST()
92 EXPECT_EQ(cleaned, 0); in TEST()
94 EXPECT_EQ(cleaned, 1); in TEST()
146 int cleaned = 0; in TEST() local
147 auto cleaner = [&cleaned]() { ++cleaned; }; in TEST()
160 EXPECT_EQ(cleaned, 0); in TEST()
163 EXPECT_EQ(cleaned, 1); in TEST()
167 int cleaned = 0; in TEST() local
168 auto cleaner = [&cleaned]() { ++cleaned; }; in TEST()
[all …]
/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/autotest/client/common_lib/cros/network/
Dinterface.py456 cleaned = line.strip().lower()
457 match = re.search(signal_pattern, cleaned)
512 cleaned = line.strip().replace(' ', '').lower()
513 match = re.search(signal_pattern, cleaned)
515 signal_levels = cleaned[cleaned.find('[') + 1 :
516 cleaned.find(']')].split(',')
592 cleaned = line.strip().lower()
593 if my_frequency_pattern.match(cleaned):
596 match = noise_pattern.match(cleaned)
599 if any_frequency_pattern.match(cleaned):
/external/tensorflow/tensorflow/core/framework/
Dattr_value_util.cc443 StringPiece cleaned = text; in ParseAttrValue() local
444 str_util::RemoveLeadingWhitespace(&cleaned); in ParseAttrValue()
445 str_util::RemoveTrailingWhitespace(&cleaned); in ParseAttrValue()
446 if (cleaned.size() < 2 || cleaned[0] != '[' || in ParseAttrValue()
447 cleaned[cleaned.size() - 1] != ']') { in ParseAttrValue()
450 cleaned.remove_prefix(1); in ParseAttrValue()
451 str_util::RemoveLeadingWhitespace(&cleaned); in ParseAttrValue()
452 if (cleaned.size() == 1) { in ParseAttrValue()
/external/autotest/tko/
Dstatus_lib_unittest.py17 cleaned = status_lib.clean_raw_line(raw_line)
18 self.assertEquals(cleaned, raw_line_temp % '')
25 cleaned = status_lib.clean_raw_line(raw_line, blocklist)
27 cleaned, raw_line_temp % (('',) * len(blocklist)))
/external/autotest/client/cros/enterprise/
Dpolicy_group.py155 cleaned = {}
159 cleaned[policy] = self._jsonify(policy, value)
160 return cleaned
/external/pigweed/pw_sync_embos/
Ddocs.rst16 constructors and cleaned up using ``OS_DeleteRSema`` in the destructors.
44 part of the constructor and cleaned up using ``OS_DeleteCSema`` in the
/external/toybox/
DMakefile64 @echo root cleaned
69 @echo cleaned
/external/kernel-headers/
DREADME.md4 Bionic's "cleaned-up" user-land headers.
7 distributed as part of the platform itself. The cleaned up headers do not
/external/pigweed/pw_sync_threadx/
Ddocs.rst22 constructors and cleaned up using ``tx_mutex_delete`` in the destructors.
62 ``tx_semaphore_create`` as part of the constructor and cleaned up using
/external/skia/bazel/gcs_mirror/
Dgcs_mirror.go93 cleaned := fixStarlarkComments(b)
95 if err := json5.Unmarshal([]byte(cleaned), &entries); err != nil {
/external/libevent/cmake/
DCodeCoverage.cmake117 …COV_PATH} --remove ${_outputname}.info 'tests/*' '/usr/*' --output-file ${_outputname}.info.cleaned
118 COMMAND ${GENHTML_PATH} -o ${_outputname} ${_outputname}.info.cleaned
119 COMMAND ${CMAKE_COMMAND} -E remove ${_outputname}.info ${_outputname}.info.cleaned
/external/igt-gpu-tools/assembler/
DREADME9 be cleaned up and made more reasonable to program with.
/external/tensorflow/tensorflow/tools/ci_build/
Dsizetrack_helper.py206 cleaned = list(filter(None, map(str.strip, out.split("\0"))))
208 for row in cleaned:
/external/webrtc/tools_webrtc/ubsan/
Dsuppressions.txt14 # Remove those once upstream code has been cleaned.
/external/cldr/tools/cldr-code/src/test/java/org/unicode/cldr/unittest/
DTestPaths.java485 String cleaned = parts.toString(); in TestNonLdml() local
486 … Pair<String, String> pair = Pair.of(type == DtdType.ldml ? file : type.toString(), cleaned); in TestNonLdml()
490 … errln("Duplicate: " + file + ", " + path + ", " + cleaned + ", " + value); in TestNonLdml()
504 logln("@" + "\t" + cleaned + "\t" + removed); in TestNonLdml()
/external/python/setuptools/pkg_resources/_vendor/jaraco/text/
D__init__.py223 cleaned = (para.replace('\n', ' ') for para in paragraphs)
224 return '\n'.join(cleaned)
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/util/
DISO8601Utils.java225 String cleaned = act.replace(":", ""); in parse() local
226 if (!cleaned.equals(timezoneId)) { in parse()
/external/python/setuptools/setuptools/_vendor/jaraco/text/
D__init__.py223 cleaned = (para.replace('\n', ' ') for para in paragraphs)
224 return '\n'.join(cleaned)
/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/gson/gson/src/main/java/com/google/gson/internal/bind/util/
DISO8601Utils.java242 String cleaned = act.replace(":", "");
243 if (!cleaned.equals(timezoneId)) {
/external/grpc-grpc/doc/core/
Dpending_api_cleanups.md11 be cleaned up the next time we are going to bump the major version
/external/curl/tests/data/
Dtest60830 # it was so the verify section works and the file can be cleaned up.
/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

12345678