/external/icu/icu4c/source/test/perf/normperf/ |
D | normperf.cpp | 184 … 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 …]
|
D | dtfmtrtperf.cpp | 42 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.hpp | 37 #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/ |
D | oneshot_func.pass.cpp | 22 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() argument 58 ~func() { in ~func() argument 64 func(promise_type *promise) in func() argument 73 void Do1(func<int> f) { yield(f()); } in Do1() argument
|
D | multishot_func.pass.cpp | 20 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() function 67 ~func() { in ~func() argument 73 func(promise_type *promise) in func() function 78 int Do(int acc, int n, func<int> f) { in Do() argument
|
/external/icu/icu4c/source/test/perf/DateFmtPerf/ |
D | DateFmtPerf.cpp | 74 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/ |
D | interception.h | 122 # 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 …]
|
D | interception_win.h | 65 #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
|
D | interception_linux.h | 31 #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/ |
D | webrtccommon.h | 39 #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/ |
D | decorators.py | 6 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/ |
D | debug.c | 14 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/clang/test/SemaCXX/ |
D | out-of-line-def-mismatch.cpp | 20 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/mesa3d/src/mapi/glapi/ |
D | glapi_nop.c | 58 _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/mdnsresponder/mDNSWindows/DLLStub/ |
D | DLLStub.cpp | 61 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/python/cpython3/Include/ |
D | funcobject.h | 77 #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/ |
D | benchGeometry.cpp | 26 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/python/cpython2/Include/ |
D | funcobject.h | 55 #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/ |
D | prof_active.c | 9 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/llvm/test/MC/COFF/ |
D | seh-align2.s | 65 .globl func symbol 75 func: label
|
D | seh-align3.s | 67 .globl func symbol 79 func: label
|
/external/swiftshader/third_party/LLVM/test/MC/AsmParser/ |
D | directive_seh.s | 21 .globl func symbol 24 func: label
|
/external/llvm/test/MC/AsmParser/ |
D | directive_seh.s | 4 .globl func symbol 8 func: label
|
/external/tensorflow/tensorflow/contrib/framework/python/ops/ |
D | arg_scope.py | 100 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
|
/external/tensorflow/tensorflow/contrib/learn/python/learn/learn_io/ |
D | data_feeder_test.py | 128 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
|