Searched defs:result_type (Results 1 - 21 of 21) sorted by relevance

/external/stlport/stlport/stl/
H A D_istream.c54 typedef bool result_type; typedef in struct:_Is_not_wspace
66 typedef bool result_type;
82 typedef char_type* result_type;
98 typedef char_type* result_type;
116 typedef char_type* result_type;
132 typedef char_type* result_type;
150 typedef char_type* result_type;
H A D_function_base.h42 typedef _Result result_type; typedef in struct:unary_function
56 typedef _Result result_type; typedef in struct:binary_function
185 typedef _Result result_type; typedef in struct:_Constant_unary_fun
186 result_type _M_val;
188 _Constant_unary_fun(const result_type& __v) : _M_val(__v) {}
189 const result_type& operator()(const _Argument&) const { return _M_val; }
196 typedef _Result result_type; typedef in struct:_Constant_binary_fun
200 const result_type& operator()(const _Arg1&, const _Arg2&) const {
H A D_function.h116 typedef typename _Operation::result_type result_type; typedef in struct:__unary_fun_aux
123 typedef typename _Operation::result_type result_type; typedef in struct:__binary_fun_aux
190 typename __BINARY_ARG(_Operation, result_type) > {
192 typename __BINARY_ARG(_Operation, result_type) > _Base;
195 typedef typename _Base::result_type result_type; typedef in class:binder1st
208 result_type operator()(_ConstArgParamType __x) const
211 result_type operato
230 typedef typename _Base::result_type result_type; typedef in class:binder2nd
268 typedef typename _Base::result_type result_type; typedef in class:unary_compose
297 typedef typename _Base::result_type result_type; typedef in class:binary_compose
342 typedef _Result result_type; typedef in struct:_Constant_void_fun
[all...]
/external/bison/lib/
H A Dstrverscmp.c34 /* result_type: CMP: return diff; LEN: compare using len_diff/diff */
80 static const int result_type[] = local
111 state = result_type[state << 2 | ((c2 == '0') + (ISDIGIT (c2) != 0))];
/external/blktrace/
H A Dstrverscmp.c79 /* result_type: CMP: return diff; LEN: compare using len_diff/diff */
108 static const int result_type[] = local
139 state = result_type[state << 2 | (((c2 == '0') + (isdigit (c2) != 0)))];
/external/clang/test/CXX/temp/temp.decls/temp.variadic/
H A Dexample-function.cpp29 typedef R result_type; typedef in class:function
62 result_type operator()(Args... args) const {
H A Dexample-bind.cpp233 typedef typename F::result_type result_type; typedef in class:bound_functor
236 typename F::result_type operator()(Args&... args);
287 inline typename F::result_type
294 typename Bound::result_type>::type
320 typename F::result_type apply_functor(F& f, tuple<BoundArgs...>& bound_args,
328 typename F::result_type bound_functor<F, BoundArgs...>::operator()(Args&... args) {
340 typedef T result_type; typedef in struct:plus
/external/clang/test/SemaCXX/
H A Dtypedef-redecl.cpp9 typedef int result_type; // expected-note {{previous definition is here}} typedef in struct:X
10 typedef INT result_type; // expected-error {{redefinition of 'result_type'}} typedef in struct:X
H A Daddr-of-overloaded-function.cpp112 typedef int result_type; typedef in struct:PR8196::mcdata
115 typename mcdata<T>::result_type wrap_mean(mcdata<T> const&);
/external/chromium/chrome/browser/safe_browsing/
H A Dprotocol_manager.cc130 bool is_download, ResultType result_type) {
132 UMA_HISTOGRAM_ENUMERATION("SB2.GetHashResultDownload", result_type,
135 UMA_HISTOGRAM_ENUMERATION("SB2.GetHashResult", result_type,
129 RecordGetHashResult( bool is_download, ResultType result_type) argument
/external/v8/src/
H A Dtype-info.cc386 BinaryOpIC::TypeInfo result_type = static_cast<BinaryOpIC::TypeInfo>( local
394 switch (result_type) {
411 result_type == BinaryOpIC::HEAP_NUMBER) {
H A Dic.cc2340 BinaryOpIC::TypeInfo result_type = BinaryOpIC::UNINITIALIZED; local
2354 result_type = BinaryOpIC::HEAP_NUMBER;
2357 result_type = BinaryOpIC::INT32;
2362 result_type = BinaryOpIC::HEAP_NUMBER;
2365 BinaryOpStub stub(key, type, result_type);
2372 BinaryOpIC::GetName(result_type),
/external/chromium/testing/gmock/test/
H A Dgmock-matchers_test.cc3342 result_type operator()(argument_type input) const {
3358 typedef int result_type; typedef in struct:testing::gmock_matchers_test::PolymorphicFunctor
3378 typedef const int* result_type; typedef in struct:testing::gmock_matchers_test::ReferencingFunctor
3379 result_type operator()(const int& n) { return &n; }
/external/clang/bindings/python/clang/
H A Dcindex.py1175 def result_type(self): member in class:Cursor
/external/srec/srec/test/SRecTest/src/
H A DSRecTest.c2163 int srec_test_feed_recognizer ( ApplicationData *data, ESR_BOOL hit_eof, SR_RecognizerStatus *esr_recog_status, SR_RecognizerResultType *result_type )
2175 esr_status = SR_RecognizerAdvance ( data->recognizer, esr_recog_status, result_type, &data->result );
2181 *result_type = SR_RECOGNIZER_RESULT_TYPE_COMPLETE;
2197 int srec_test_flush_audio ( ApplicationData *data, SR_RecognizerStatus *esr_recog_status, SR_RecognizerResultType *result_type )
2204 while ( ( *result_type ) != SR_RECOGNIZER_RESULT_TYPE_COMPLETE )
2206 esr_status = SR_RecognizerAdvance ( data->recognizer, esr_recog_status, result_type, &data->result );
2212 *result_type = SR_RECOGNIZER_RESULT_TYPE_COMPLETE;
2695 SR_RecognizerResultType result_type; local
2737 recognize_status = srec_test_feed_recognizer ( data, hit_eof, &esr_recog_status, &result_type );
2739 while ( ( hit_eof == ESR_FALSE ) && ( result_type !
2789 SR_RecognizerResultType result_type; local
[all...]
/external/srec/srec/test/SRecTestAudio/src/
H A DSRecTestAudio.c1856 int srec_test_feed_recognizer ( ApplicationData *data, ESR_BOOL hit_eof, SR_RecognizerStatus *esr_recog_status, SR_RecognizerResultType *result_type )
1868 esr_status = SR_RecognizerAdvance ( data->recognizer, esr_recog_status, result_type, &data->result );
1874 *result_type = SR_RECOGNIZER_RESULT_TYPE_COMPLETE;
1890 int srec_test_flush_audio ( ApplicationData *data, SR_RecognizerStatus *esr_recog_status, SR_RecognizerResultType *result_type )
1897 while ( ( *result_type ) != SR_RECOGNIZER_RESULT_TYPE_COMPLETE )
1899 esr_status = SR_RecognizerAdvance ( data->recognizer, esr_recog_status, result_type, &data->result );
1905 *result_type = SR_RECOGNIZER_RESULT_TYPE_COMPLETE;
2426 SR_RecognizerResultType result_type; local
2449 recognize_status = srec_test_feed_recognizer ( data, hit_eof, &esr_recog_status, &result_type );
2451 while ( ( hit_eof == ESR_FALSE ) && ( result_type !
[all...]
/external/chromium/sdch/open-vcdiff/src/gtest/
H A Dgtest.cc2898 void UnitTest::AddTestPartResult(TestPartResultType result_type, argument
2924 TestPartResult(result_type, file_name, line_number,
2930 if (result_type != TPRT_SUCCESS && GTEST_FLAG(break_on_failure)) {
/external/chromium/testing/gtest/src/
H A Dgtest.cc1932 void ReportFailureInUnknownLocation(TestPartResult::Type result_type, argument
1937 result_type,
3748 void UnitTest::AddTestPartResult(TestPartResult::Type result_type, argument
3773 TestPartResult(result_type, file_name, line_number,
3778 if (result_type != TestPartResult::kSuccess) {
/external/gtest/src/
H A Dgtest.cc1932 void ReportFailureInUnknownLocation(TestPartResult::Type result_type, argument
1937 result_type,
3748 void UnitTest::AddTestPartResult(TestPartResult::Type result_type, argument
3773 TestPartResult(result_type, file_name, line_number,
3778 if (result_type != TestPartResult::kSuccess) {
/external/llvm/utils/unittest/googletest/
H A Dgtest.cc1932 void ReportFailureInUnknownLocation(TestPartResult::Type result_type, argument
1937 result_type,
3720 void UnitTest::AddTestPartResult(TestPartResult::Type result_type, argument
3745 TestPartResult(result_type, file_name, line_number,
3750 if (result_type != TestPartResult::kSuccess) {
/external/protobuf/gtest/src/
H A Dgtest.cc1927 void ReportFailureInUnknownLocation(TestPartResult::Type result_type, argument
1932 result_type,
3538 void UnitTest::AddTestPartResult(TestPartResult::Type result_type, argument
3563 TestPartResult(result_type, file_name, line_number,
3568 if (result_type != TestPartResult::kSuccess) {

Completed in 525 milliseconds