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

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

Completed in 503 milliseconds