HomeSort by relevance Sort by last modified time
    Searched defs:init_result (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/components/data_reduction_proxy/browser/
data_reduction_proxy_params_test_utils.cc 38 bool TestDataReductionProxyParams::init_result() const { function in class:data_reduction_proxy::TestDataReductionProxyParams
  /external/chromium_org/mojo/system/
channel_unittest.cc 71 Tristate init_result() const { return init_result_; } function in class:mojo::system::__anon13470::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/
videoprocessor.cc 110 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/ppapi_plugin/
ppapi_thread.cc 463 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/
resource_metadata_storage.cc 586 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,
    [all...]
  /external/mdnsresponder/mDNSPosix/
nss_mdns.c 591 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
    [all...]

Completed in 712 milliseconds