/external/chromium-trace/catapult/devil/devil/utils/ |
D | cmd_helper_test.py | 29 test_string = 'hello $TEST_VAR' 30 cmd = 'TEST_VAR=world; echo %s' % cmd_helper.SingleQuote(test_string) 31 self.assertEquals(test_string, 50 test_string = 'hello $TEST_VAR' 51 cmd = 'TEST_VAR=world; echo %s' % cmd_helper.DoubleQuote(test_string)
|
/external/libbrillo/brillo/ |
D | secure_blob_unittest.cc | 113 std::string test_string("Test String"); in TEST_F() local 114 SecureBlob blob = SecureBlob(test_string.begin(), test_string.end()); in TEST_F() 115 EXPECT_EQ(blob.size(), test_string.length()); in TEST_F() 117 EXPECT_EQ(test_string.compare(result_string), 0); in TEST_F()
|
/external/selinux/libsemanage/tests/ |
D | test_utilities.c | 226 char *test_string = "abaababbaaaba"; in test_semanage_str_count() local 228 CU_ASSERT_EQUAL(semanage_str_count(test_string, 'z'), 0); in test_semanage_str_count() 229 CU_ASSERT_EQUAL(semanage_str_count(test_string, 'a'), 8); in test_semanage_str_count() 230 CU_ASSERT_EQUAL(semanage_str_count(test_string, 'b'), 5); in test_semanage_str_count()
|
/external/webrtc/webrtc/base/ |
D | bitbuffer_unittest.cc | 302 char test_string[] = "my precious"; in TEST() local 305 for (size_t i = 0; i < arraysize(test_string); ++i) { in TEST() 306 EXPECT_TRUE(buffer.WriteExponentialGolomb(test_string[i])); in TEST() 309 for (size_t i = 0; i < arraysize(test_string); ++i) { in TEST() 313 EXPECT_EQ(test_string[i], static_cast<char>(val)); in TEST()
|
/external/opencv3/3rdparty/jinja2/ |
D | tests.py | 75 def test_string(value): function 141 'string': test_string,
|
/external/autotest/client/bin/ |
D | fsinfo_unittest.py | 102 test_string = '-q -b 1234 -O fdasfa,fdasfdas -l adfas -k -L' 103 result = fsinfo.opt_string2dict(test_string)
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/utils/ |
D | test_utils.py | 304 test_string = 'Thu, 15 May 2014 09:06:03 GMT' 308 datetime.datetime.strptime(test_string, boto.utils.RFC1123) 311 result = boto.utils.parse_ts(test_string)
|
/external/clang/test/FixIt/ |
D | typo.cpp | 42 bool test_string(std::string s) { in test_string() function
|
/external/opencv3/modules/core/test/ |
D | test_io.cpp | 112 … string test_string = "vw wv23424rt\"&<>&'@#$@$%$%&%IJUKYILFD@#$@%$&*&() "; in run() local 172 … fs << "test_int" << test_int << "test_real" << test_real << "test_string" << test_string; in run() 206 real_string != test_string ) in run()
|
/external/autotest/client/common_lib/ |
D | global_config_unittest.py | 116 def test_string(self): member in global_config_test
|
D | control_data_unittest.py | 182 def test_string(self): member in SetMethodTests
|
/external/autotest/site_utils/ |
D | generate_test_report | 518 def _PrintErrorLogs(self, test, test_string): argument 537 [test_string, self._Indent(line.rstrip())])
|
/external/clang/test/CodeGen/ |
D | builtins-systemz-vector-error.c | 65 void test_string(void) { in test_string() function
|
D | builtins-systemz-vector.c | 392 void test_string(void) { in test_string() function
|
D | builtins-systemz-zvector.c | 2385 void test_string(void) { in test_string() function
|
/external/jsmn/ |
D | jsmn_test.c | 163 int test_string() { in test_string() function 608 test(test_string, "test string JSON data types"); in main()
|
/external/valgrind/VEX/test/ |
D | test-amd64.c | 1194 void test_string(void) in test_string() function 1698 test_string(); in main()
|
D | test-i386.c | 1154 void test_string(void) in test_string() function 1658 test_string(); in main()
|
/external/clang/test/Analysis/ |
D | identical-expressions.cpp | 1046 const char *test_string() { in test_string() function
|
/external/chromium-trace/catapult/third_party/beautifulsoup4/bs4/tests/ |
D | test_tree.py | 1152 def test_string(self): member in TestElementObjects
|