/external/tensorflow/tensorflow/core/kernels/ |
D | tensor_cord_test.cc | 79 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/ |
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/autotest/client/common_lib/cros/network/ |
D | interface.py | 456 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/ |
D | attr_value_util.cc | 443 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/ |
D | status_lib_unittest.py | 17 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/ |
D | policy_group.py | 155 cleaned = {} 159 cleaned[policy] = self._jsonify(policy, value) 160 return cleaned
|
/external/pigweed/pw_sync_embos/ |
D | docs.rst | 16 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/ |
D | Makefile | 64 @echo root cleaned 69 @echo cleaned
|
/external/kernel-headers/ |
D | README.md | 4 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/ |
D | docs.rst | 22 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/ |
D | gcs_mirror.go | 93 cleaned := fixStarlarkComments(b) 95 if err := json5.Unmarshal([]byte(cleaned), &entries); err != nil {
|
/external/libevent/cmake/ |
D | CodeCoverage.cmake | 117 …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/ |
D | README | 9 be cleaned up and made more reasonable to program with.
|
/external/tensorflow/tensorflow/tools/ci_build/ |
D | sizetrack_helper.py | 206 cleaned = list(filter(None, map(str.strip, out.split("\0")))) 208 for row in cleaned:
|
/external/webrtc/tools_webrtc/ubsan/ |
D | suppressions.txt | 14 # Remove those once upstream code has been cleaned.
|
/external/cldr/tools/cldr-code/src/test/java/org/unicode/cldr/unittest/ |
D | TestPaths.java | 485 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__.py | 223 cleaned = (para.replace('\n', ' ') for para in paragraphs) 224 return '\n'.join(cleaned)
|
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/util/ |
D | ISO8601Utils.java | 225 String cleaned = act.replace(":", ""); in parse() local 226 if (!cleaned.equals(timezoneId)) { in parse()
|
/external/python/setuptools/setuptools/_vendor/jaraco/text/ |
D | __init__.py | 223 cleaned = (para.replace('\n', ' ') for para in paragraphs) 224 return '\n'.join(cleaned)
|
/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/gson/gson/src/main/java/com/google/gson/internal/bind/util/ |
D | ISO8601Utils.java | 242 String cleaned = act.replace(":", ""); 243 if (!cleaned.equals(timezoneId)) {
|
/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/curl/tests/data/ |
D | test608 | 30 # it was so the verify section works and the file can be cleaned up.
|
/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
|