Home
last modified time | relevance | path

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

12345678910>>...78

/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/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() function
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() function
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() argument
46 func(func &&rhs) : h(rhs.h) { rhs.h = nullptr; } in func() function
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/u-boot/include/configs/
Drockchip-common.h16 #define BOOT_TARGET_MMC(func) \ argument
20 #define BOOT_TARGET_MMC(func) argument
24 #define BOOT_TARGET_USB(func) func(USB, usb, 0) argument
26 #define BOOT_TARGET_USB(func) argument
30 #define BOOT_TARGET_PXE(func) func(PXE, pxe, na) argument
32 #define BOOT_TARGET_PXE(func) argument
36 #define BOOT_TARGET_DHCP(func) func(DHCP, dhcp, na) argument
38 #define BOOT_TARGET_DHCP(func) argument
41 #define BOOT_TARGET_DEVICES(func) \ argument
Dnitrogen6x.h83 #define DISTRO_BOOT_DEV_MMC(func) func(MMC, mmc, 0) func(MMC, mmc, 1) argument
85 #define DISTRO_BOOT_DEV_MMC(func) argument
89 #define DISTRO_BOOT_DEV_SATA(func) func(SATA, sata, 0) argument
91 #define DISTRO_BOOT_DEV_SATA(func) argument
95 #define DISTRO_BOOT_DEV_USB(func) func(USB, usb, 0) argument
97 #define DISTRO_BOOT_DEV_USB(func) argument
101 #define DISTRO_BOOT_DEV_PXE(func) func(PXE, pxe, na) argument
103 #define DISTRO_BOOT_DEV_PXE(func) argument
107 #define DISTRO_BOOT_DEV_DHCP(func) func(DHCP, dhcp, na) argument
109 #define DISTRO_BOOT_DEV_DHCP(func) argument
[all …]
Dxilinx_zynqmp.h157 # define BOOT_TARGET_DEVICES_MMC(func) func(MMC, mmc, 0) func(MMC, mmc, 1) argument
159 # define BOOT_TARGET_DEVICES_MMC(func) argument
163 # define BOOT_TARGET_DEVICES_SCSI(func) func(SCSI, scsi, 0) argument
165 # define BOOT_TARGET_DEVICES_SCSI(func) argument
169 # define BOOT_TARGET_DEVICES_USB(func) func(USB, usb, 0) func(USB, usb, 1) argument
171 # define BOOT_TARGET_DEVICES_USB(func) argument
175 # define BOOT_TARGET_DEVICES_PXE(func) func(PXE, pxe, na) argument
177 # define BOOT_TARGET_DEVICES_PXE(func) argument
181 # define BOOT_TARGET_DEVICES_DHCP(func) func(DHCP, dhcp, na) argument
183 # define BOOT_TARGET_DEVICES_DHCP(func) argument
[all …]
Dhelios4.h124 #define BOOT_TARGET_DEVICES_MMC(func) func(MMC, mmc, 0) argument
126 #define BOOT_TARGET_DEVICES_MMC(func) argument
130 #define BOOT_TARGET_DEVICES_USB(func) func(USB, usb, 0) argument
132 #define BOOT_TARGET_DEVICES_USB(func) argument
136 #define BOOT_TARGET_DEVICES_SATA(func) func(SATA, sata, 0) argument
138 #define BOOT_TARGET_DEVICES_SATA(func) argument
141 #define BOOT_TARGET_DEVICES(func) \ 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/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/mesa3d/src/mapi/glapi/gen/
Dgl_marshal.py80 def print_sync_call(self, func): argument
88 def print_sync_dispatch(self, func): argument
92 def print_sync_body(self, func): argument
106 def print_async_dispatch(self, func): argument
137 def print_async_struct(self, func): argument
167 def print_async_unmarshal(self, func): argument
210 def validate_count_or_fallback(self, func): argument
224 def print_async_marshal(self, func): argument
270 def print_async_body(self, func): 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/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/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/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/eigen/bench/
DbenchGeometry.cpp26 struct func<res, arg1, arg2, TV> struct
36 struct func<res, arg1, arg2, TMATV> argument
46 struct func<res, arg1, arg2, TMATVMAT> argument
55 template <class func, class arg1, class arg2> argument
/external/mesa3d/src/egl/generate/
Dgen_egl_dispatch.py73 def fixupEglFunc(func, eglFunc): argument
166 def generateGuardBegin(func, eglFunc): argument
173 def generateGuardEnd(func, eglFunc): argument
179 def generateDispatchFunc(func, eglFunc): argument
/external/jemalloc_new/test/unit/
Dprof_active.c4 mallctl_bool_get(const char *name, bool expected, const char *func, int line) { in mallctl_bool_get()
17 const char *func, int line) { in mallctl_bool_set()
31 mallctl_prof_active_get_impl(bool prof_active_old_expected, const char *func, in mallctl_prof_active_get_impl()
40 bool prof_active_new, const char *func, int line) { in mallctl_prof_active_set_impl()
49 const char *func, int line) { in mallctl_thread_prof_active_get_impl()
58 bool thread_prof_active_new, const char *func, int line) { in mallctl_thread_prof_active_set_impl()
66 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.py116 def func(m, n): function
128 def func(m, n): function
142 def func(m, n, l, k=4): function
156 def func(m, n, l, k=4): function
171 def func(m, n): function
183 def func(m, n): function
195 def func(m=1, n=2): function
207 def func(m, *arg): function
219 def func(m, n, **kwarg): function
232 def func(m=1, n=2): function
[all …]
/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/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()

12345678910>>...78