Home
last modified time | relevance | path

Searched refs:SUCCESS (Results 1 – 25 of 289) sorted by relevance

12345678910>>...12

/external/webkit/LayoutTests/fast/dom/HTMLMetaElement/
Dmeta-attributes-expected.txt1 You should see 5 lines with "SUCCESS" below:
2 SUCCESS (value: "[object HTMLMetaElement]")
4 SUCCESS (value: "foo")
6 SUCCESS (value: "bar")
8 SUCCESS (value: "content-type")
10 SUCCESS (value: "text/html; charset=UTF-8")
/external/webkit/LayoutTests/fast/xpath/
Dunion-context-node-expected.txt15 SUCCESS
20 SUCCESS
25 SUCCESS
30 SUCCESS
35 SUCCESS
40 SUCCESS
45 SUCCESS
50 SUCCESS
55 SUCCESS
60 SUCCESS
Dimplicit-node-args-expected.txt3 //div[number() = 123]: SUCCESS
4 //div[string-length() = 3]: SUCCESS
5 //div[normalize-space() = '123']: SUCCESS
6 //div[string() = '123']: SUCCESS
/external/chromium/chrome/browser/chromeos/login/
Dsigned_settings_helper_unittest.cc86 op->OnKeyOpComplete(OwnerManager::SUCCESS, std::vector<uint8>()); in OnKeyOpComplete()
131 EXPECT_CALL(cb, OnWhitelistCompleted(SignedSettings::SUCCESS, _)) in TEST_F()
134 EXPECT_CALL(cb, OnCheckWhitelistCompleted(SignedSettings::SUCCESS, _)) in TEST_F()
139 EXPECT_CALL(cb, OnUnwhitelistCompleted(SignedSettings::SUCCESS, _)) in TEST_F()
144 EXPECT_CALL(cb, OnStorePropertyCompleted(SignedSettings::SUCCESS, _, _)) in TEST_F()
147 EXPECT_CALL(cb, OnRetrievePropertyCompleted(SignedSettings::SUCCESS, _, _)) in TEST_F()
182 EXPECT_CALL(cb, OnWhitelistCompleted(SignedSettings::SUCCESS, _)) in TEST_F()
185 EXPECT_CALL(cb, OnCheckWhitelistCompleted(SignedSettings::SUCCESS, _)) in TEST_F()
190 EXPECT_CALL(cb, OnUnwhitelistCompleted(SignedSettings::SUCCESS, _)) in TEST_F()
198 EXPECT_CALL(cb, OnStorePropertyCompleted(SignedSettings::SUCCESS, _, _)) in TEST_F()
[all …]
/external/webkit/LayoutTests/storage/
Dtransaction-error-callback-expected.txt4 Testing transaction failing mid-way and error callback returning true : SUCCESS
5 Testing transaction failing mid-way and error callback return false : SUCCESS
6 Testing statement callback throwing exception and error callback returning true : SUCCESS
7 Testing statement callback throwing exception and error callback returning false : SUCCESS
/external/webkit/LayoutTests/platform/android-v8/storage/
Dtransaction-error-callback-expected.txt4 Testing transaction failing mid-way and error callback returning true : SUCCESS
5 Testing transaction failing mid-way and error callback return false : SUCCESS
6 Testing statement callback throwing exception and error callback returning true : SUCCESS
7 Testing statement callback throwing exception and error callback returning false : SUCCESS
/external/chromium/chrome/common/net/gaia/
Dgaia_auth_fetcher_unittest.cc45 code = net::URLRequestStatus::SUCCESS; in Start()
196 net::URLRequestStatus status(net::URLRequestStatus::SUCCESS, 0); in TEST_F()
256 net::URLRequestStatus status(net::URLRequestStatus::SUCCESS, 0); in TEST_F()
272 net::URLRequestStatus status(net::URLRequestStatus::SUCCESS, 0); in TEST_F()
306 net::URLRequestStatus status(net::URLRequestStatus::SUCCESS, 0); in TEST_F()
316 net::URLRequestStatus status(net::URLRequestStatus::SUCCESS, 0); in TEST_F()
335 net::URLRequestStatus status(net::URLRequestStatus::SUCCESS, 0); in TEST_F()
343 net::URLRequestStatus status(net::URLRequestStatus::SUCCESS, 0); in TEST_F()
351 net::URLRequestStatus status(net::URLRequestStatus::SUCCESS, 0); in TEST_F()
359 net::URLRequestStatus status(net::URLRequestStatus::SUCCESS, 0); in TEST_F()
[all …]
/external/wpa_supplicant_8/src/eap_server/
Deap_server_vendor_test.c20 enum { INIT, CONFIRM, SUCCESS, FAILURE } state; enumerator
31 case SUCCESS: in eap_vendor_test_state_txt()
125 eap_vendor_test_state(data, SUCCESS); in eap_vendor_test_process()
136 return data->state == SUCCESS; in eap_vendor_test_isDone()
146 if (data->state != SUCCESS) in eap_vendor_test_getKey()
164 return data->state == SUCCESS; in eap_vendor_test_isSuccess()
Deap_server_tls.c22 enum { START, CONTINUE, SUCCESS, FAILURE } state; enumerator
35 case SUCCESS: in eap_tls_state_txt()
163 eap_tls_state(data, SUCCESS); in eap_tls_buildReq()
197 if (data->state == SUCCESS && wpabuf_len(data->ssl.tls_in) == 0) { in eap_tls_process_msg()
221 return data->state == SUCCESS || data->state == FAILURE; in eap_tls_isDone()
230 if (data->state != SUCCESS) in eap_tls_getKey()
253 if (data->state != SUCCESS) in eap_tls_get_emsk()
283 return data->state == SUCCESS; in eap_tls_isSuccess()
/external/webkit/LayoutTests/fast/dom/HTMLHtmlElement/
Dset-version-expected.txt3 You should see 2 lines with "SUCCESS" below:
4 SUCCESS (value: "1")
6 SUCCESS (value: "2")
/external/chromium/chrome/common/extensions/
Dextension_localization_peer_unittest.cc161 IsURLRequestEqual(net::URLRequestStatus::SUCCESS), "", base::Time())); in TEST_F()
164 status.set_status(net::URLRequestStatus::SUCCESS); in TEST_F()
183 net::URLRequestStatus::SUCCESS), "", base::Time())).Times(2); in TEST_F()
186 status.set_status(net::URLRequestStatus::SUCCESS); in TEST_F()
220 IsURLRequestEqual(net::URLRequestStatus::SUCCESS), "", base::Time())); in TEST_F()
223 status.set_status(net::URLRequestStatus::SUCCESS); in TEST_F()
250 IsURLRequestEqual(net::URLRequestStatus::SUCCESS), "", base::Time())); in TEST_F()
253 status.set_status(net::URLRequestStatus::SUCCESS); in TEST_F()
/external/chromium/net/url_request/
Durl_request_status.h20 SUCCESS = 0, enumerator
38 URLRequestStatus() : status_(SUCCESS), os_error_(0) {} in URLRequestStatus()
52 return status_ == SUCCESS || status_ == IO_PENDING; in is_success()
/external/expat/tests/
Dxmltest.sh72 SUCCESS=0
77 SUCCESS=`expr $SUCCESS + 1`
141 echo "Passed: $SUCCESS"
/external/wpa_supplicant_8/src/eap_peer/
Deap_vendor_test.c29 enum { INIT, CONFIRM, SUCCESS } state; enumerator
93 if (data->state == SUCCESS) { in eap_vendor_test_process()
131 data->state = SUCCESS; in eap_vendor_test_process()
143 return data->state == SUCCESS; in eap_vendor_test_isKeyAvailable()
153 if (data->state != SUCCESS) in eap_vendor_test_getKey()
/external/webkit/Source/WebCore/platform/brew/
DFileSystemBrew.cpp52 if (IFILEMGR_GetInfo(fileMgr.get(), path.utf8().data(), &info) == SUCCESS) { in getFileSize()
71 return (IFILEMGR_Test(fileMgr.get(), path.utf8().data()) == SUCCESS); in fileExists()
78 return (IFILEMGR_Remove(fileMgr.get(), path.utf8().data()) == SUCCESS); in deleteFile()
85 return (IFILEMGR_RmDir(fileMgr.get(), path.utf8().data()) == SUCCESS); in deleteEmptyDirectory()
157 if (IFILEMGR_GetInfo(fileManager, folder.utf8().data(), &fileInfo) != SUCCESS) in makeAllDirectories()
211 } while (IFILEMGR_Test(fileMgr.get(), filename.utf8().data()) == SUCCESS); in openTemporaryFile()
/external/chromium/chrome/browser/policy/
Ddevice_management_service_unittest.cc167 net::URLRequestStatus::SUCCESS,
172 net::URLRequestStatus::SUCCESS,
177 net::URLRequestStatus::SUCCESS,
182 net::URLRequestStatus::SUCCESS,
187 net::URLRequestStatus::SUCCESS,
192 net::URLRequestStatus::SUCCESS,
197 net::URLRequestStatus::SUCCESS,
202 net::URLRequestStatus::SUCCESS,
314 net::URLRequestStatus status(net::URLRequestStatus::SUCCESS, 0); in TEST_F()
356 net::URLRequestStatus status(net::URLRequestStatus::SUCCESS, 0); in TEST_F()
[all …]
Ddevice_policy_cache_unittest.cc148 MockSignedSettingsHelperRetrievePolicy(SignedSettings::SUCCESS, in TEST_F()
166 MockSignedSettingsHelperRetrievePolicy(SignedSettings::SUCCESS, in TEST_F()
178 MockSignedSettingsHelperStorePolicy(chromeos::SignedSettings::SUCCESS)); in TEST_F()
180 MockSignedSettingsHelperRetrievePolicy(SignedSettings::SUCCESS, in TEST_F()
198 MockSignedSettingsHelperRetrievePolicy(SignedSettings::SUCCESS, in TEST_F()
222 MockSignedSettingsHelperRetrievePolicy(SignedSettings::SUCCESS, in TEST_F()
249 MockSignedSettingsHelperRetrievePolicy(SignedSettings::SUCCESS, in TEST_F()
/external/webkit/LayoutTests/http/tests/appcache/
Dfallback-expected.txt3 Should say SUCCESS:
5 SUCCESS
Dauth-expected.txt1 Test that appcache works with authentication. Should say SUCCESS:
3 SUCCESS
Dmanifest-redirect-2-expected.txt3 Should say SUCCESS:
5 SUCCESS
Dmanifest-redirect-expected.txt3 Should say SUCCESS:
5 SUCCESS
Dresource-redirect-expected.txt3 Should say SUCCESS:
5 SUCCESS
Dresource-redirect-2-expected.txt3 Should say SUCCESS:
5 SUCCESS
D404-resource-expected.txt3 Should say SUCCESS:
5 SUCCESS
Dnon-html-expected.txt3 Should say SUCCESS:
5 SUCCESS

12345678910>>...12