Searched refs:cleaned (Results 1 – 25 of 76) sorted by relevance
1234
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/auth/ |
D | test_sigv4.py | 303 cleaned = self.auth.clean_region_name('us-west-2') 304 self.assertEqual(cleaned, 'us-west-2') 307 cleaned = self.auth.clean_region_name('s3-us-west-2') 308 self.assertEqual(cleaned, 'us-west-2') 311 cleaned = self.auth.clean_region_name('s3.amazonaws.com') 312 self.assertEqual(cleaned, 's3.amazonaws.com') 315 cleaned = self.auth.clean_region_name('something-s3-us-west-2') 316 self.assertEqual(cleaned, 'something-s3-us-west-2')
|
/external/autotest/client/common_lib/cros/network/ |
D | interface.py | 320 cleaned = line.strip().lower() 321 match = re.search(signal_pattern, cleaned) 399 cleaned = line.strip().lower() 400 if my_frequency_pattern.match(cleaned): 403 match = noise_pattern.match(cleaned) 406 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/original/ |
D | README.TXT | 2 Bionic's "cleaned-up" user-land headers. 6 (NOTE: The cleaned up headers do not contain copyrightable information and are
|
/external/kernel-headers/modified/ |
D | README.TXT | 2 before they are used to generate Bionic's "cleaned-up" user-land headers. 9 (NOTE: The cleaned up headers do not contain copyrightable information and are
|
/external/kernel-headers/original/uapi/ |
D | README.TXT | 2 used to generate Bionic's "cleaned-up" user-land headers. The script 17 (NOTE: The cleaned up headers do not contain copyrightable information and
|
/external/libchrome/base/mac/ |
D | scoped_nsautorelease_pool.mm | 23 // Cycle the internal pool, allowing everything there to get cleaned up and
|
/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/autotest/server/control_segments/ |
D | cleanup | 49 '%s cleaned successfully' % machine)
|
/external/valgrind/coregrind/m_debuginfo/ |
D | README.txt | 2 On 4 Apr 06, the debuginfo reader (m_debuginfo) was majorly cleaned up
|
/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/avahi/avahi-daemon/ |
D | main.c | 637 char cleaned[AVAHI_DOMAIN_NAME_MAX]; in load_config_file() local 639 if (!avahi_normalize_name(*t, cleaned, sizeof(cleaned))) { in load_config_file() 645 … c->server_config.browse_domains = avahi_string_list_add(c->server_config.browse_domains, cleaned); in load_config_file()
|
/external/llvm/test/Transforms/LoopUnroll/ |
D | unroll-cleanup.ll | 3 ; should be cleaned up by later pass.
|
/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/eigen/unsupported/Eigen/ |
D | NonLinearOptimization | 43 * then c++, and then cleaned by several different authors.
|
/external/gmock/ |
D | CHANGES | 78 * Significantly cleaned up compiler warnings.
|
/external/valgrind/docs/internals/ |
D | Darwin-notes.txt | 52 which cleaned up remaining bits.
|
D | notes.txt | 162 without handing it off to the kernel need to be cleaned up. The
|
/external/iputils/doc/ |
D | tftpd.sgml | 107 is cleaned up both syntactically (ANSIized) and semantically (UDP socket IO).
|
/external/markdown/docs/ |
D | CHANGE_LOG | 38 June 2008: Fixed issues with nested inline patterns and cleaned
|
/external/ltrace/testsuite/ |
D | README | 207 that they could be cleaned up automatically when run 'make clean'.
|
1234