/external/chromium_org/mojo/system/ |
D | channel_unittest.cc | 71 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/ |
D | videoprocessor.cc | 110 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/ |
D | appcache_histograms.cc | 17 void AppCacheHistograms::CountInitResult(InitResultType init_result) { in CountInitResult() argument 20 init_result, NUM_INIT_RESULT_TYPES); in CountInitResult()
|
D | appcache_histograms.h | 23 static void CountInitResult(InitResultType init_result);
|
/external/chromium_org/content/ppapi_plugin/ |
D | ppapi_thread.cc | 463 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/ |
D | data_reduction_proxy_params_test_utils.h | 30 bool init_result() const;
|
D | data_reduction_proxy_params_test_utils.cc | 38 bool TestDataReductionProxyParams::init_result() const { in init_result() function in data_reduction_proxy::TestDataReductionProxyParams
|
D | data_reduction_proxy_params_unittest.cc | 26 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/ |
D | resource_metadata_storage.cc | 586 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/ |
D | nss_mdns.c | 591 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
|