Home
last modified time | relevance | path

Searched refs:init_result (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/mojo/system/
Dchannel_unittest.cc71 Tristate init_result() const { return init_result_; } in init_result() function in mojo::system::__anonebef0e860111::ChannelTest
104 EXPECT_EQ(TRISTATE_TRUE, init_result()); in TEST_F()
177 EXPECT_EQ(TRISTATE_FALSE, init_result()); in TEST_F()
195 EXPECT_EQ(TRISTATE_TRUE, init_result()); in TEST_F()
235 EXPECT_EQ(TRISTATE_TRUE, init_result()); in TEST_F()
288 EXPECT_EQ(TRISTATE_TRUE, init_result()); in TEST_F()
/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/test/
Dvideoprocessor.cc110 int32_t init_result = in Init() local
113 if (init_result != WEBRTC_VIDEO_CODEC_OK) { in Init()
115 init_result); in Init()
118 init_result = decoder_->InitDecode(config_.codec_settings, nbr_of_cores); in Init()
119 if (init_result != WEBRTC_VIDEO_CODEC_OK) { in Init()
121 init_result); in Init()
/external/chromium_org/content/browser/appcache/
Dappcache_histograms.cc17 void AppCacheHistograms::CountInitResult(InitResultType init_result) { in CountInitResult() argument
20 init_result, NUM_INIT_RESULT_TYPES); in CountInitResult()
Dappcache_histograms.h23 static void CountInitResult(InitResultType init_result);
/external/chromium_org/content/ppapi_plugin/
Dppapi_thread.cc463 bool init_result = false; in SetupRendererChannel() local
468 init_result = broker_dispatcher->InitBrokerWithChannel(this, in SetupRendererChannel()
478 init_result = plugin_dispatcher->InitPluginWithChannel(this, in SetupRendererChannel()
485 if (!init_result) { in SetupRendererChannel()
/external/chromium_org/components/data_reduction_proxy/browser/
Ddata_reduction_proxy_params_test_utils.h30 bool init_result() const;
Ddata_reduction_proxy_params_test_utils.cc38 bool TestDataReductionProxyParams::init_result() const { in init_result() function in data_reduction_proxy::TestDataReductionProxyParams
Ddata_reduction_proxy_params_unittest.cc26 EXPECT_EQ(expected_init_result, params.init_result()); in CheckParams()
527 EXPECT_EQ(tests[i].expected_result, params.init_result()) << i; in TEST_F()
/external/chromium_org/chrome/browser/chromeos/drive/
Dresource_metadata_storage.cc586 DBInitStatus init_result = DB_INIT_OPENED_EXISTING_DB; in Initialize() local
608 init_result = open_existing_result == DB_INIT_NOT_FOUND ? in Initialize()
611 init_result = DB_INIT_FAILED; in Initialize()
616 init_result = LevelDBStatusToDBInitStatus(status); in Initialize()
621 init_result, in Initialize()
/external/mdnsresponder/mDNSPosix/
Dnss_mdns.c591 init_result (
751 err_status = init_result (&result, result_buf, buf, buflen); in _nss_mdns_gethostbyaddr_r()
797 err_status = init_result (&result, result_buf, buf, buflen); in mdns_gethostbyname2()
1497 init_result ( in init_result() function