Searched refs:cleaned (Results 1 – 25 of 115) sorted by relevance
12345
/external/tensorflow/tensorflow/core/framework/ |
D | attr_value_util.cc | 274 StringPiece cleaned = text; in ParseAttrValue() local 275 str_util::RemoveLeadingWhitespace(&cleaned); in ParseAttrValue() 276 str_util::RemoveTrailingWhitespace(&cleaned); in ParseAttrValue() 277 if (cleaned.size() < 2 || cleaned[0] != '[' || in ParseAttrValue() 278 cleaned[cleaned.size() - 1] != ']') { in ParseAttrValue() 281 cleaned.remove_prefix(1); in ParseAttrValue() 282 str_util::RemoveLeadingWhitespace(&cleaned); in ParseAttrValue() 283 if (cleaned.size() == 1) { in ParseAttrValue()
|
/external/autotest/client/common_lib/cros/network/ |
D | interface.py | 363 cleaned = line.strip().lower() 364 match = re.search(signal_pattern, cleaned) 442 cleaned = line.strip().lower() 443 if my_frequency_pattern.match(cleaned): 446 match = noise_pattern.match(cleaned) 449 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/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/curl/tests/data/ |
D | test608 | 30 # it was so the verify section works and the file can be cleaned up.
|
/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 | 53 '%s cleaned successfully' % hostname)
|
/external/valgrind/coregrind/m_debuginfo/ |
D | README.txt | 2 On 4 Apr 06, the debuginfo reader (m_debuginfo) was majorly cleaned up
|
/external/python/cpython3/Lib/ |
D | platform.py | 712 cleaned = platform.replace('--', '-') 713 if cleaned == platform: 715 platform = cleaned
|
/external/python/cpython2/Lib/multiprocessing/ |
D | pool.py | 199 cleaned = False 206 cleaned = True 208 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/python/cpython3/Lib/multiprocessing/ |
D | pool.py | 208 cleaned = False 215 cleaned = True 217 return cleaned
|
/external/python/cpython2/Lib/ |
D | platform.py | 904 cleaned = replace(platform,'--','-') 905 if cleaned == platform: 907 platform = cleaned
|
/external/ltp/include/mk/ |
D | generic_leaf_target.inc | 60 # $(CLEAN_TARGETS) : What targets should be cleaned (must be
|
/external/llvm/test/Transforms/LoopUnroll/ |
D | unroll-cleanup.ll | 3 ; should be cleaned up by later pass.
|
/external/python/cpython3/Doc/library/ |
D | atexit.rst | 34 normally be imported before higher level modules and thus must be cleaned up
|
/external/autotest/client/site_tests/graphics_SanAngeles/src/ |
D | README.txt | 20 cleaned up and the sound is removed. Also detail level is lowered,
|
/external/curl/packages/vms/ |
D | clean_gnv_curl.com | 6 $! procedure that need to be cleaned up.
|
/external/google-breakpad/src/testing/ |
D | CHANGES | 44 * Significantly cleaned up compiler warnings.
|
/external/python/cpython2/Doc/library/ |
D | atexit.rst | 50 normally be imported before higher level modules and thus must be cleaned up
|
/external/vulkan-validation-layers/icd/ |
D | README.md | 64 … the mock icd, but many passing tests have unexpected validation errors that need to be cleaned up.
|
12345