Home
last modified time | relevance | path

Searched defs:func (Results 1 – 25 of 1603) sorted by relevance

12345678910>>...65

/external/icu/icu4c/source/test/perf/normperf/
Dnormperf.cpp184 … NormPerfFunction* func= new NormPerfFunction(ICUNormNFC, options,NFDFileLines,numLines, uselen); in TestICU_NFC_NFD_Text() local
187 … NormPerfFunction* func= new NormPerfFunction(ICUNormNFC, options,NFDBuffer, NFDBufferLen, uselen); in TestICU_NFC_NFD_Text() local
193 … NormPerfFunction* func = new NormPerfFunction(ICUNormNFC, options,NFCFileLines,numLines, uselen); in TestICU_NFC_NFC_Text() local
196 … NormPerfFunction* func= new NormPerfFunction(ICUNormNFC, options,NFCBuffer, NFCBufferLen, uselen); in TestICU_NFC_NFC_Text() local
202 NormPerfFunction* func = new NormPerfFunction(ICUNormNFC, options,lines,numLines, uselen); in TestICU_NFC_Orig_Text() local
205 … NormPerfFunction* func = new NormPerfFunction(ICUNormNFC, options,buffer, bufferLen, uselen); in TestICU_NFC_Orig_Text() local
213 … NormPerfFunction* func = new NormPerfFunction(ICUNormNFD, options,NFDFileLines,numLines, uselen); in TestICU_NFD_NFD_Text() local
216 … NormPerfFunction* func = new NormPerfFunction(ICUNormNFD, options,NFDBuffer,NFDBufferLen, uselen); in TestICU_NFD_NFD_Text() local
222 … NormPerfFunction* func = new NormPerfFunction(ICUNormNFD, options,NFCFileLines,numLines, uselen); in TestICU_NFD_NFC_Text() local
225 … NormPerfFunction* func = new NormPerfFunction(ICUNormNFD, options,NFCBuffer,NFCBufferLen, uselen); in TestICU_NFD_NFC_Text() local
[all …]
Ddtfmtrtperf.cpp42 DateTimeRoundTripFunction* func= new DateTimeRoundTripFunction(1); in RoundTripLocale1() local
47 DateTimeRoundTripFunction* func= new DateTimeRoundTripFunction(10); in RoundTripLocale10() local
52 DateTimeRoundTripFunction* func= new DateTimeRoundTripFunction(11); in RoundTripLocale11() local
57 DateTimeRoundTripFunction* func= new DateTimeRoundTripFunction(21); in RoundTripLocale21() local
/external/vulkan-validation-layers/libs/glm/detail/
D_vectorize.hpp37 #define VECTORIZE1_VEC(func) \ argument
46 #define VECTORIZE2_VEC(func) \ argument
56 #define VECTORIZE3_VEC(func) \ argument
67 #define VECTORIZE4_VEC(func) \ argument
79 #define VECTORIZE_VEC(func) \ argument
85 #define VECTORIZE1_VEC_SCA(func) \ argument
97 #define VECTORIZE2_VEC_SCA(func) \ argument
110 #define VECTORIZE3_VEC_SCA(func) \ argument
124 #define VECTORIZE4_VEC_SCA(func) \ argument
139 #define VECTORIZE_VEC_SCA(func) \ argument
[all …]
/external/libcxx/test/std/experimental/language.support/support.coroutines/end.to.end/
Doneshot_func.pass.cpp22 template <typename R> struct func { struct
25 func get_return_object() { return {this}; } in get_return_object() argument
40 func() {} in func() argument
41 func(func &&rhs) : h(rhs.h) { rhs.h = nullptr; } in func() argument
44 func &operator=(func &&rhs) { in operator =() argument
54 template <typename F> static func Create(F f) { co_return f(); } in Create() argument
56 template <typename F> func(F f) : func(Create(f)) {} in func() argument
58 ~func() { in ~func() argument
64 func(promise_type *promise) in func() function
73 void Do1(func<int> f) { yield(f()); } in Do1() argument
Dmultishot_func.pass.cpp20 template <typename R> struct func { struct
26 func get_return_object() { return {this}; } in get_return_object() argument
45 func() {} in func() function
46 func(func &&rhs) : h(rhs.h) { rhs.h = nullptr; } in func() argument
49 func &operator=(func &&rhs) { in operator =() argument
59 template <typename F> static func Create(F f) { in Create() argument
65 template <typename F> func(F f) : func(Create(f)) {} in func() argument
67 ~func() { in ~func() argument
73 func(promise_type *promise) in func() argument
78 int Do(int acc, int n, func<int> f) { in Do() argument
/external/icu/icu4c/source/test/perf/DateFmtPerf/
DDateFmtPerf.cpp74 DateFmtFunction* func= new DateFmtFunction(1, locale); in DateFmt250() local
79 DateFmtFunction* func= new DateFmtFunction(40, locale); in DateFmt10000() local
84 DateFmtFunction* func= new DateFmtFunction(400, locale); in DateFmt100000() local
89 BreakItFunction* func= new BreakItFunction(250, true); in BreakItWord250() local
94 BreakItFunction* func= new BreakItFunction(10000, true); in BreakItWord10000() local
99 BreakItFunction* func= new BreakItFunction(250, false); in BreakItChar250() local
104 BreakItFunction* func= new BreakItFunction(10000, false); in BreakItChar10000() local
109 NumFmtFunction* func= new NumFmtFunction(10000, locale); in NumFmt10000() local
114 NumFmtFunction* func= new NumFmtFunction(100000, locale); in NumFmt100000() local
119 CollationFunction* func= new CollationFunction(40, locale); in Collation10000() local
[all …]
/external/compiler-rt/lib/interception/
Dinterception.h122 # define DECLARE_WRAPPER(ret_type, func, ...) argument
128 # define DECLARE_WRAPPER(ret_type, func, ...) \ argument
130 # define DECLARE_WRAPPER_WINAPI(ret_type, func, ...) \ argument
139 # define DECLARE_WRAPPER(ret_type, func, ...) \ argument
146 # define DECLARE_WRAPPER(ret_type, func, ...) \ argument
156 # define DECLARE_REAL(ret_type, func, ...) \ argument
163 # define DECLARE_REAL(ret_type, func, ...) \ argument
167 #define DECLARE_REAL_AND_INTERCEPTOR(ret_type, func, ...) \ argument
176 # define DEFINE_REAL(ret_type, func, ...) \ argument
182 # define DEFINE_REAL(ret_type, func, ...) argument
[all …]
Dinterception_win.h65 #define INTERCEPT_FUNCTION_WIN(func) \ argument
70 #define INTERCEPT_FUNCTION_WIN(func) \ argument
76 #define INTERCEPT_FUNCTION_VER_WIN(func, symver) INTERCEPT_FUNCTION_WIN(func) argument
78 #define INTERCEPT_FUNCTION_DLLIMPORT(user_dll, provider_dll, func) \ argument
Dinterception_linux.h31 #define INTERCEPT_FUNCTION_LINUX_OR_FREEBSD(func) \ argument
38 #define INTERCEPT_FUNCTION_VER_LINUX_OR_FREEBSD(func, symver) \ argument
42 #define INTERCEPT_FUNCTION_VER_LINUX_OR_FREEBSD(func, symver) \ argument
/external/webrtc/talk/media/webrtc/
Dwebrtccommon.h39 #define LOG_RTCERR0(func) \ argument
41 #define LOG_RTCERR1(func, a1) \ argument
43 #define LOG_RTCERR2(func, a1, a2) \ argument
45 #define LOG_RTCERR3(func, a1, a2, a3) \ argument
47 #define LOG_RTCERR4(func, a1, a2, a3, a4) \ argument
49 #define LOG_RTCERR5(func, a1, a2, a3, a4, a5) \ argument
51 #define LOG_RTCERR6(func, a1, a2, a3, a4, a5, a6) \ argument
53 #define LOG_RTCERR0_EX(func, err) LOG(LS_WARNING) \ argument
55 #define LOG_RTCERR1_EX(func, a1, err) LOG(LS_WARNING) \ argument
57 #define LOG_RTCERR2_EX(func, a1, a2, err) LOG(LS_WARNING) \ argument
[all …]
/external/mdnsresponder/mDNSWindows/DLLStub/
DDLLStub.cpp61 DLLStub::GetProcAddress( FARPROC * func, LPCSTR lpProcName ) in GetProcAddress()
87 static Func func = NULL; in DNSServiceRefSockFD() local
103 static Func func = NULL; in DNSServiceProcessResult() local
119 static Func func = NULL; in DNSServiceRefDeallocate() local
139 static Func func = NULL; in DNSServiceEnumerateDomains() local
169 static Func func = NULL; in DNSServiceRegister() local
194 static Func func = NULL; in DNSServiceAddRecord() local
218 static Func func = NULL; in DNSServiceUpdateRecord() local
239 static Func func = NULL; in DNSServiceRemoveRecord() local
264 static Func func = NULL; in DNSServiceBrowse() local
[all …]
/external/chromium-trace/catapult/systrace/systrace/
Ddecorators.py6 def HostOnlyTest(func): argument
14 def ClientOnlyTest(func): argument
20 def Disabled(func): argument
26 def LinuxMacTest(func): argument
30 def _SkipTestDecoratorHelper(func, disabled_strings): argument
/external/syslinux/com32/lib/syslinux/
Ddebug.c14 static struct debug_func_entry *lookup_entry(const char *func) in lookup_entry()
28 bool __syslinux_debug_enabled(const char *func) in __syslinux_debug_enabled()
39 static int __enable(const char *func) in __enable()
56 static int __disable(const char *func) in __disable()
72 int syslinux_debug(const char *func, bool enable) in syslinux_debug()
86 int syslinux_debug(const char *func, bool enable) in syslinux_debug()
/external/python/cpython3/Include/
Dfuncobject.h77 #define PyFunction_GET_CODE(func) \ argument
79 #define PyFunction_GET_GLOBALS(func) \ argument
81 #define PyFunction_GET_MODULE(func) \ argument
83 #define PyFunction_GET_DEFAULTS(func) \ argument
85 #define PyFunction_GET_KW_DEFAULTS(func) \ argument
87 #define PyFunction_GET_CLOSURE(func) \ argument
89 #define PyFunction_GET_ANNOTATIONS(func) \ argument
/external/mesa3d/src/mapi/glapi/
Dglapi_nop.c58 _glapi_set_warning_func(_glapi_proc func) in _glapi_set_warning_func()
74 _glapi_set_nop_handler(_glapi_nop_handler_proc func) in _glapi_set_nop_handler()
84 nop(const char *func) in nop()
107 #define NAME(func) NoOp##func argument
108 #define DISPATCH(func, args, msg) nop(#func); argument
109 #define RETURN_DISPATCH(func, args, msg) nop(#func); return 0 argument
/external/clang/test/SemaCXX/
Dout-of-line-def-mismatch.cpp20 void N2::N1::S2::func(S1*) {} // expected-error {{out-of-line definition of 'func' does not match a… in func() function in N2::N1::S2
21 void N2::N1::S2::func(C1&, unsigned, const S1*) {} // expected-error {{out-of-line definition of 'f… in func() function in N2::N1::S2
22 void N2::N1::S2::func(S1*, double) {} // expected-error {{out-of-line definition of 'func' does not… in func() function in N2::N1::S2
23 void N2::N1::S2::func(S1, unsigned) {} // expected-error {{out-of-line definition of 'func' does no… in func() function in N2::N1::S2
24 void N2::N1::S2::func(unsigned*, S1*) {} // expected-error {{out-of-line definition of 'func' does … in func() function in N2::N1::S2
/external/eigen/bench/
DbenchGeometry.cpp26 struct func<res, arg1, arg2, TV> struct
36 struct func<res, arg1, arg2, TMATV> struct
46 struct func<res, arg1, arg2, TMATVMAT> argument
55 template <class func, class arg1, class arg2> argument
/external/libcxx/src/
Dstring.cpp45 void throw_from_string_out_of_range( const string& func ) in throw_from_string_out_of_range()
51 void throw_from_string_invalid_arg( const string& func ) in throw_from_string_invalid_arg()
61 as_integer_helper(const string& func, const S& str, size_t* idx, int base, F f) in as_integer_helper()
87 as_integer(const string& func, const string& s, size_t* idx, int base ) in as_integer()
99 as_integer(const string& func, const string& s, size_t* idx, int base ) in as_integer()
107 as_integer( const string& func, const string& s, size_t* idx, int base ) in as_integer()
115 as_integer( const string& func, const string& s, size_t* idx, int base ) in as_integer()
123 as_integer( const string& func, const string& s, size_t* idx, int base ) in as_integer()
132 as_integer( const string& func, const wstring& s, size_t* idx, int base ) in as_integer()
144 as_integer( const string& func, const wstring& s, size_t* idx, int base ) in as_integer()
[all …]
/external/jemalloc/test/unit/
Dprof_active.c9 mallctl_bool_get(const char *name, bool expected, const char *func, int line) in mallctl_bool_get()
23 const char *func, int line) in mallctl_bool_set()
38 mallctl_prof_active_get_impl(bool prof_active_old_expected, const char *func, in mallctl_prof_active_get_impl()
49 bool prof_active_new, const char *func, int line) in mallctl_prof_active_set_impl()
60 const char *func, int line) in mallctl_thread_prof_active_get_impl()
71 bool thread_prof_active_new, const char *func, int line) in mallctl_thread_prof_active_set_impl()
81 prof_sampling_probe_impl(bool expect_sample, const char *func, int line) in prof_sampling_probe_impl()
/external/tensorflow/tensorflow/python/util/
Dtf_inspect_test.py191 def func(a): function
198 def func(a, b): function
205 def func(a): function
212 def func(a, b): function
219 def func(a=13): function
226 def func(a=0): function
233 def func(a=1, b=2): function
240 def func(a=1, b=2): function
247 def func(a=1): function
254 def func(a=1, b=2): function
[all …]
/external/tensorflow/tensorflow/contrib/learn/python/learn/learn_io/
Ddata_feeder_test.py128 def func(x): function
140 def func(feeder): function
155 def func(df): function
174 def func(feeder): function
204 def func(df): function
223 def func(df): function
245 def func(df): function
306 def func(df): function
341 def func(df): function
/external/python/cpython2/Include/
Dfuncobject.h55 #define PyFunction_GET_CODE(func) \ argument
57 #define PyFunction_GET_GLOBALS(func) \ argument
59 #define PyFunction_GET_MODULE(func) \ argument
61 #define PyFunction_GET_DEFAULTS(func) \ argument
63 #define PyFunction_GET_CLOSURE(func) \ argument
/external/python/cpython3/Lib/test/
Dtest_decorators.py4 def decorate(func): argument
12 def decorate(func): argument
20 def __init__(self, exprstr, func, args, kwds): argument
28 def decorate(func): argument
41 def decorate(func): argument
53 def memoize(func): argument
97 def decorate(func): argument
170 def unimp(func): argument
198 def deco(func): argument
225 def decorate(func): argument
/external/python/cpython2/Lib/test/
Dtest_decorators.py5 def decorate(func): argument
13 def decorate(func): argument
21 def __init__(self, exprstr, func, args, kwds): argument
29 def decorate(func): argument
42 def decorate(func): argument
54 def memoize(func): argument
98 def decorate(func): argument
171 def unimp(func): argument
199 def deco(func): argument
226 def decorate(func): argument
/external/tensorflow/tensorflow/contrib/framework/python/ops/
Darg_scope.py100 def _kwarg_names(func): argument
166 def add_arg_scope(func): argument
190 def has_arg_scope(func): argument
202 def arg_scoped_arguments(func): argument

12345678910>>...65