HomeSort by relevance Sort by last modified time
    Searched refs:result_ (Results 1 - 25 of 297) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/cld/encodings/compact_lang_det/win/
cld_macros.h 13 DWORD result_ = (cmd); \
14 if (0 != result_) \
15 return result_; \
  /external/chromium_org/chrome/browser/sync/glue/
data_type_manager_mock.cc 12 : result_(OK, syncer::ModelTypeSet()) {
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/
msvc_eti_base.hpp 28 template< typename T > struct result_ struct in struct:boost::mpl::aux::msvc_eti_base_impl
37 template< typename T > struct result_ struct in struct:boost::mpl::aux::msvc_eti_base_impl
39 typedef result_ type;
40 typedef result_ first;
41 typedef result_ second;
42 typedef result_ tag;
49 ::template result_<T>
msvc_type.hpp 26 template< typename T > struct result_ struct in struct:boost::mpl::aux::msvc_type_impl
34 template< typename T > struct result_ struct in struct:boost::mpl::aux::msvc_type_impl
36 typedef result_ type;
42 ::template result_<T>
  /external/chromium/chrome/browser/
browsing_data_helper_browsertest.h 30 return result_;
34 result_ = info;
41 std::vector<T> result_; member in class:BrowsingDataHelperCallback
  /external/chromium/net/base/
test_completion_callback.cc 11 : result_(0),
26 return result_;
36 result_ = params.a;
test_completion_callback.h 36 int result_; member in class:TestCompletionCallback
  /external/chromium_org/chrome/browser/browsing_data/
browsing_data_helper_browsertest.h 29 return result_;
33 result_ = info;
40 std::list<T> result_; member in class:BrowsingDataHelperCallback
  /external/chromium_org/net/cookies/
cookie_store_test_callbacks.h 57 result_ = result;
61 bool result() { return result_; }
64 bool result_; member in class:net::BoolResultCookieCallback
73 result_ = result;
77 const std::string& result() { return result_; }
80 std::string result_; member in class:net::StringResultCookieCallback
89 result_ = result;
93 int result() { return result_; }
96 int result_; member in class:net::IntResultCookieCallback
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/detail/
false_result.hpp 20 template <typename T> struct result_ struct in struct:boost::type_traits::false_result
  /external/chromium_org/content/browser/loader/
sync_resource_handler.cc 29 result_.final_url = request_->url();
60 if (new_url.GetOrigin() != result_.final_url.GetOrigin()) {
64 result_.final_url = new_url;
80 result_.headers = response->head.headers;
81 result_.mime_type = response->head.mime_type;
82 result_.charset = response->head.charset;
83 result_.download_file_path = response->head.download_file_path;
84 result_.request_time = response->head.request_time;
85 result_.response_time = response->head.response_time;
86 result_.load_timing = response->head.load_timing
    [all...]
  /external/chromium/chrome/browser/sync/glue/
data_type_manager_mock.cc 11 : result_(OK, FROM_HERE, syncable::ModelTypeSet()) {
21 (this, NotificationType::SYNC_CONFIGURE_DONE, &result_)));
  /external/chromium_org/ppapi/native_client/tests/ppapi_test_lib/
testable_callback.h 52 int32_t Result() const { return result_; }
58 int32_t result_; // value of the result member in class:TestableCallback
testable_callback.cc 12 result_(PP_OK_COMPLETIONPENDING),
21 result_ = PP_OK_COMPLETIONPENDING; // Reset
29 return result_;
46 callback->result_ = result;
  /external/embunit/src/
TestCase.c 39 static TestResult* result_; variable
54 TestResult* wr =result_; /*push*/
56 result_ = result;
59 result_ = wr; /*pop*/
81 TestResult_addFailure(result_, (Test*)self_, (char*)msg, line, (char*)file);
TestRunner.c 42 static TestResult result_; variable
85 TestResult_init(&result_, (TestListner*)&testrunner_);
91 Test_run(test, &result_);
97 if (result_.failureCount) {
99 stdimpl_itoa(result_.runCount, buf, 10);
102 stdimpl_itoa(result_.failureCount, buf, 10);
107 stdimpl_itoa(result_.runCount, buf, 10);
  /external/chromium/chrome/browser/net/
metadata_url_request.cc 39 std::string result_; member in class:__anon4697::MetadataRequestHandler
86 result_ = "{\n";
93 result_ += "\"";
94 result_ += key;
95 result_ += "\":";
96 result_ += "\"";
97 result_ += value;
98 result_ += "\",\n";
103 result_ += "}";
106 result_ = "{}"
    [all...]
  /external/chromium/chrome/browser/webdata/
web_data_service_test_util.h 26 result_ = wrapped_result->GetValue();
32 T& result() { return result_; }
36 T result_; member in class:AutofillWebDataServiceConsumer
  /external/chromium_org/chromeos/network/
network_device_handler_unittest.cc 81 result_ = error_name;
85 result_ = kResultSuccess;
90 result_ = kResultSuccess;
103 std::string result_; member in class:chromeos::NetworkDeviceHandlerTest
117 EXPECT_TRUE(result_.empty());
127 EXPECT_EQ(NetworkDeviceHandler::kErrorFailure, result_);
134 EXPECT_EQ(NetworkDeviceHandler::kErrorIncorrectPin, result_);
141 EXPECT_EQ(NetworkDeviceHandler::kErrorNotSupported, result_);
148 EXPECT_EQ(NetworkDeviceHandler::kErrorPinBlocked, result_);
155 EXPECT_EQ(NetworkDeviceHandler::kErrorPinRequired, result_);
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/preprocessed/gcc/
full_lambda.hpp 41 typedef T result_; typedef in struct:boost::mpl::lambda
57 typedef mpl::arg<N> result_; // qualified for the sake of MIPSpro 7.41 typedef in struct:boost::mpl::lambda
58 typedef mpl::protect<result_> type;
74 > result_; typedef in struct:boost::mpl::lambda
76 typedef result_ type;
90 > result_; typedef in struct:boost::mpl::aux::le_result1
92 typedef result_ type;
104 , typename L1::result_
105 > result_; typedef in struct:boost::mpl::aux::le_result1
107 typedef mpl::protect<result_> type
133 typedef typename le_result_::result_ result_; typedef in struct:boost::mpl::lambda
151 > result_; typedef in struct:boost::mpl::lambda
167 > result_; typedef in struct:boost::mpl::aux::le_result2
182 > result_; typedef in struct:boost::mpl::aux::le_result2
215 typedef typename le_result_::result_ result_; typedef in struct:boost::mpl::lambda
233 > result_; typedef in struct:boost::mpl::lambda
249 > result_; typedef in struct:boost::mpl::aux::le_result3
264 > result_; typedef in struct:boost::mpl::aux::le_result3
299 typedef typename le_result_::result_ result_; typedef in struct:boost::mpl::lambda
317 > result_; typedef in struct:boost::mpl::lambda
334 > result_; typedef in struct:boost::mpl::aux::le_result4
350 > result_; typedef in struct:boost::mpl::aux::le_result4
387 typedef typename le_result_::result_ result_; typedef in struct:boost::mpl::lambda
405 > result_; typedef in struct:boost::mpl::lambda
422 > result_; typedef in struct:boost::mpl::aux::le_result5
438 > result_; typedef in struct:boost::mpl::aux::le_result5
482 typedef typename le_result_::result_ result_; typedef in struct:boost::mpl::lambda
501 > result_; typedef in struct:boost::mpl::lambda
511 typedef mpl::protect<T> result_; typedef in struct:boost::mpl::lambda
529 typedef bind< F,T1,T2,T3,T4,T5 > result_; typedef in struct:boost::mpl::lambda
551 typedef typename le_result_::result_ result_; typedef in struct:boost::mpl::lambda
    [all...]
  /external/chromium/chrome/browser/diagnostics/
diagnostics_test.cc 13 : title_(title), result_(DiagnosticsModel::TEST_NOT_RUN) {
22 result_ = DiagnosticsModel::TEST_RUNNING;
34 return result_;
44 result_ = result;
  /external/chromium_org/chrome/browser/extensions/api/declarative/
test_rules_registry.cc 33 return result_;
39 return result_;
44 return result_;
48 result_ = result;
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/test/
mockpeerconnectionobservers.h 44 result_(false) {}
48 result_ = true;
53 result_ = false;
56 bool result() const { return result_; }
63 bool result_; member in class:webrtc::MockCreateSessionDescriptionObserver
72 result_(false) {}
76 result_ = true;
80 result_ = false;
83 bool result() const { return result_; }
87 bool result_; member in class:webrtc::MockSetSessionDescriptionObserver
    [all...]
  /external/chromium_org/ui/app_list/views/
search_result_view.cc 72 result_(NULL),
93 result_ = result;
94 if (result_)
95 result_->AddObserver(this);
106 if (result_)
107 result_->RemoveObserver(this);
108 result_ = NULL;
112 if (!result_ || result_->title().empty()) {
115 title_text_.reset(CreateRenderText(result_->title()
    [all...]
  /external/chromium/chrome/browser/ui/tabs/
dock_info_win.cc 149 if (finder.result_ &&
150 TopMostFinder::IsTopMostWindowAtPoint(finder.result_, screen_loc,
152 return finder.result_;
162 result_ = hwnd;
173 result_(NULL) {
183 HWND result_; member in class:__anon5091::LocalProcessWindowFinder
198 if (!finder.result_.window() ||
199 !TopMostFinder::IsTopMostWindowAtPoint(finder.result_.window(),
200 finder.result_.hot_spot(),
202 finder.result_.set_type(DockInfo::NONE)
262 DockInfo result_; member in class:__anon5091::DockToWindowFinder
    [all...]

Completed in 388 milliseconds

1 2 3 4 5 6 7 8 91011>>