/system/connectivity/shill/ |
property_accessor_unittest.cc | 209 string expected_string("what"); 210 EXPECT_TRUE(accessor->Set(expected_string, &error)); 212 EXPECT_EQ(expected_string, accessor->Get(&error)); 215 EXPECT_FALSE(accessor->Set(expected_string, &error)); 230 string expected_string("what"); 231 EXPECT_FALSE(accessor->Set(expected_string, &error)); 254 string expected_string = "what"; local 256 EXPECT_TRUE(accessor.Set(expected_string, &error)); 258 EXPECT_EQ(expected_string, *accessor.property_); 261 EXPECT_FALSE(accessor.Set(expected_string, &error)) 402 const string expected_string = "new value"; local 425 const string expected_string = "what"; local 474 const string expected_string = "what"; local 515 const string expected_string = "what"; local [all...] |
/external/icu/icu4c/source/test/intltest/ |
restsnew.cpp | 716 UnicodeString expected_string(kErrorUChars); 718 expected_string = base; 721 CONFIRM_EQ(string, expected_string); 752 expected_string = base; 753 expected_string += itoa(j,buf); 754 CONFIRM_EQ(array.getNextString(status),expected_string); 787 expected_string = base; 788 expected_string += itoa(index,buf); 790 expected_string = kErrorUChars; 792 CONFIRM_EQ(string,expected_string); [all...] |
restest.cpp | 400 UnicodeString expected_string(kErrorUChars); 402 expected_string = base; 405 CONFIRM_EQ(string, expected_string, action); 431 expected_string = base; 432 expected_string += itoa(j,buf); 433 CONFIRM_EQ(value, expected_string, action); 453 expected_string = base; 454 expected_string += itoa(index,buf); 458 expected_string = kErrorUChars; 460 CONFIRM_EQ(string, expected_string, action) [all...] |
/external/icu/icu4c/source/test/cintltst/ |
crestst.c | 252 UChar* expected_string = NULL; local 381 expected_string=(UChar*)malloc(sizeof(UChar)*(u_strlen(base) + 3)); 382 u_strcpy(expected_string,base); 387 expected_string = (UChar*)malloc(sizeof(UChar)*(u_strlen(kERROR) + 1)); 388 u_strcpy(expected_string,kERROR); 392 CONFIRM_EQ(string, expected_string); 394 free(expected_string); [all...] |
creststn.c | 1594 UChar* expected_string = NULL; local [all...] |
/cts/tests/tests/content/src/android/content/res/cts/ |
TypedArrayTest.java | 45 private static final String EXPECTED_STRING = "Hello, Android!"; 152 assertEquals(EXPECTED_STRING, t.getString(R.styleable.style1_type13));
|
/external/google-breakpad/src/processor/ |
synth_minidump_unittest.cc | 245 string expected_string(expected, sizeof(expected) - 1); 246 EXPECT_EQ(expected_string, contents);
|
/system/core/liblog/tests/ |
liblog_test.cpp | 2326 const char *expected_string = (*fn)(1005, expected_len); local [all...] |
/external/google-breakpad/src/testing/gtest/test/ |
gtest-printers_test.cc | [all...] |
/external/gtest/test/ |
gtest-printers_test.cc | [all...] |
/external/vulkan-validation-layers/tests/gtest-1.7.0/test/ |
gtest-printers_test.cc | [all...] |
/ndk/sources/third_party/googletest/googletest/test/ |
gtest-printers_test.cc | [all...] |
/external/chromium-trace/catapult/telemetry/third_party/mock/ |
mock.py | 815 expected_string = self._format_mock_call_signature(args, kwargs) 820 return message % (expected_string, actual_string) 889 expected_string = self._format_mock_call_signature(args, kwargs) 891 '%s call not found' % expected_string [all...] |
/external/chromium-trace/catapult/third_party/mock/ |
mock.py | 815 expected_string = self._format_mock_call_signature(args, kwargs) 820 return message % (expected_string, actual_string) 889 expected_string = self._format_mock_call_signature(args, kwargs) 891 '%s call not found' % expected_string [all...] |
/external/v8/test/cctest/compiler/ |
test-run-bytecode-graph-builder.cc | 1440 v8::Local<v8::String> expected_string = v8_str(snippets[i].return_value()); local [all...] |
/external/v8/test/cctest/interpreter/ |
test-bytecode-generator.cc | 177 Handle<String> expected_string = local 179 CHECK(String::cast(actual)->Equals(*expected_string)); [all...] |