Home
last modified time | relevance | path

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

12345678910>>...20

/external/icu4c/test/perf/normperf/
Dnormperf.cpp181 … NormPerfFunction* func= new NormPerfFunction(ICUNormNFC, options,NFDFileLines,numLines, uselen); in TestICU_NFC_NFD_Text() local
184 … NormPerfFunction* func= new NormPerfFunction(ICUNormNFC, options,NFDBuffer, NFDBufferLen, uselen); in TestICU_NFC_NFD_Text() local
190 … NormPerfFunction* func = new NormPerfFunction(ICUNormNFC, options,NFCFileLines,numLines, uselen); in TestICU_NFC_NFC_Text() local
193 … NormPerfFunction* func= new NormPerfFunction(ICUNormNFC, options,NFCBuffer, NFCBufferLen, uselen); in TestICU_NFC_NFC_Text() local
199 NormPerfFunction* func = new NormPerfFunction(ICUNormNFC, options,lines,numLines, uselen); in TestICU_NFC_Orig_Text() local
202 … NormPerfFunction* func = new NormPerfFunction(ICUNormNFC, options,buffer, bufferLen, uselen); in TestICU_NFC_Orig_Text() local
210 … NormPerfFunction* func = new NormPerfFunction(ICUNormNFD, options,NFDFileLines,numLines, uselen); in TestICU_NFD_NFD_Text() local
213 … NormPerfFunction* func = new NormPerfFunction(ICUNormNFD, options,NFDBuffer,NFDBufferLen, uselen); in TestICU_NFD_NFD_Text() local
219 … NormPerfFunction* func = new NormPerfFunction(ICUNormNFD, options,NFCFileLines,numLines, uselen); in TestICU_NFD_NFC_Text() local
222 … NormPerfFunction* func = new NormPerfFunction(ICUNormNFD, options,NFCBuffer,NFCBufferLen, uselen); in TestICU_NFD_NFC_Text() local
[all …]
Ddtfmtrtperf.cpp38 DateTimeRoundTripFunction* func= new DateTimeRoundTripFunction(1); in RoundTripLocale1() local
43 DateTimeRoundTripFunction* func= new DateTimeRoundTripFunction(10); in RoundTripLocale10() local
48 DateTimeRoundTripFunction* func= new DateTimeRoundTripFunction(11); in RoundTripLocale11() local
53 DateTimeRoundTripFunction* func= new DateTimeRoundTripFunction(21); in RoundTripLocale21() local
/external/icu4c/test/perf/DateFmtPerf/
DDateFmtPerf.cpp55 DateFmtFunction* func= new DateFmtFunction(1, locale); in DateFmt250() local
60 DateFmtFunction* func= new DateFmtFunction(40, locale); in DateFmt10000() local
65 DateFmtFunction* func= new DateFmtFunction(400, locale); in DateFmt100000() local
70 BreakItFunction* func= new BreakItFunction(250, true); in BreakItWord250() local
75 BreakItFunction* func= new BreakItFunction(10000, true); in BreakItWord10000() local
80 BreakItFunction* func= new BreakItFunction(250, false); in BreakItChar250() local
85 BreakItFunction* func= new BreakItFunction(10000, false); in BreakItChar10000() local
90 NumFmtFunction* func= new NumFmtFunction(10000, locale); in NumFmt10000() local
95 NumFmtFunction* func= new NumFmtFunction(100000, locale); in NumFmt100000() local
100 CollationFunction* func= new CollationFunction(40, locale); in Collation10000() local
[all …]
/external/stlport/stlport/stl/
D_cmath.h163 # define _STLP_MATH_INLINE(float_type, func, cfunc) \ argument
165 # define _STLP_MATH_INLINE2(float_type, type, func, cfunc) \ argument
167 # define _STLP_MATH_INLINE_D(float_type, func, cfunc) argument
168 # define _STLP_MATH_INLINE2_D(float_type, type, func, cfunc) argument
171 # define _STLP_MATH_INLINE(float_type, func, cfunc) \ argument
173 # define _STLP_MATH_INLINE_D(float_type, func, cfunc) \ argument
175 # define _STLP_MATH_INLINE2(float_type, type, func, cfunc) \ argument
177 # define _STLP_MATH_INLINE2_D(float_type, type, func, cfunc) \ argument
188 #define _STLP_MATH_INLINEX(__type,func,cfunc) \ argument
191 #define _STLP_MATH_INLINE2X(__type1,__type2,func,cfunc) \ argument
[all …]
/external/v8/test/mjsunit/
Darray-slice.js224 function func(expected, a0, a1, a2) { function
237 function func(x, y) { function
250 function func(x, y) { function
262 function func(x, y) { function
274 function func(x, y) { function
285 function func(x, y, z) { function
Ddebug-liveedit-patch-positions.js51 function ReadMarkerPositions(func) { argument
62 function ReadPCMap(func, positions) { argument
/external/bluetooth/glib/gio/xdgmime/
Dxdgmime.h40 #define XDG_ENTRY(func) _XDG_ENTRY2(XDG_PREFIX,func) argument
41 #define _XDG_ENTRY2(prefix,func) _XDG_ENTRY3(prefix,func) argument
42 #define _XDG_ENTRY3(prefix,func) prefix##_##func argument
44 #define XDG_RESERVED_ENTRY(func) _XDG_RESERVED_ENTRY2(XDG_PREFIX,func) argument
45 #define _XDG_RESERVED_ENTRY2(prefix,func) _XDG_RESERVED_ENTRY3(prefix,func) argument
46 #define _XDG_RESERVED_ENTRY3(prefix,func) _##prefix##_##func argument
/external/llvm/test/MC/AsmParser/
Ddirective_seh.s21 .globl func symbol
24 func: label
/external/webkit/Source/WebKit/wx/
DWebView.h560 #define wxWebViewLoadEventHandler(func) \ argument
562 #define wxWebViewBeforeLoadEventHandler(func) \ argument
564 #define wxWebViewNewWindowEventHandler(func) \ argument
566 #define wxWebViewRightClickEventHandler(func) \ argument
568 #define wxWebViewConsoleMessageEventHandler(func) \ argument
570 #define wxWebViewAlertEventHandler(func) \ argument
572 #define wxWebViewConfirmEventHandler(func) \ argument
574 #define wxWebViewPromptEventHandler(func) \ argument
576 #define wxWebViewReceivedTitleEventHandler(func) \ argument
578 #define wxWebViewWindowObjectClearedEventHandler(func) \ argument
[all …]
/external/llvm/test/MC/COFF/
Dseh.s25 .globl func symbol
28 func: label
/external/openssl/include/openssl/
Dasn1_mac.h75 #define M_ASN1_D2I_vars(a,type,func) \ argument
98 #define M_ASN1_D2I_Finish(a,func,e) \ argument
114 #define M_ASN1_D2I_Finish_nolen(a, func, e) \ argument
129 #define M_ASN1_D2I_get(b, func) \ argument
136 #define M_ASN1_D2I_get_x(type,b,func) \ argument
143 #define M_ASN1_D2I_get_int(b,func) \ argument
149 #define M_ASN1_D2I_get_opt(b,func,type) \ argument
156 #define M_ASN1_D2I_get_int_opt(b,func,type) \ argument
163 #define M_ASN1_D2I_get_imp(b,func, type) \ argument
171 #define M_ASN1_D2I_get_IMP_opt(b,func,tag,type) \ argument
[all …]
/external/openssl/crypto/asn1/
Dasn1_mac.h75 #define M_ASN1_D2I_vars(a,type,func) \ argument
98 #define M_ASN1_D2I_Finish(a,func,e) \ argument
114 #define M_ASN1_D2I_Finish_nolen(a, func, e) \ argument
129 #define M_ASN1_D2I_get(b, func) \ argument
136 #define M_ASN1_D2I_get_x(type,b,func) \ argument
143 #define M_ASN1_D2I_get_int(b,func) \ argument
149 #define M_ASN1_D2I_get_opt(b,func,type) \ argument
156 #define M_ASN1_D2I_get_int_opt(b,func,type) \ argument
163 #define M_ASN1_D2I_get_imp(b,func, type) \ argument
171 #define M_ASN1_D2I_get_IMP_opt(b,func,tag,type) \ argument
[all …]
/external/clang/test/CodeGen/
D2009-06-01-addrofknr.c5 int (*func)(); member
8 static int func(f) in func() function
/external/chromium/chrome/browser/history/
Dhistory.h698 BackendFunc func, // Function to call on the HistoryBackend. in Schedule()
713 BackendFunc func, // Function to call on the HistoryBackend. in Schedule()
733 BackendFunc func, // Function to call on the HistoryBackend. in Schedule()
755 BackendFunc func, // Function to call on the HistoryBackend. in Schedule()
779 BackendFunc func) { // Function to call on backend. in ScheduleAndForget()
787 BackendFunc func, // Function to call on backend. in ScheduleAndForget()
796 BackendFunc func, // Function to call on backend. in ScheduleAndForget()
807 BackendFunc func, // Function to call on backend. in ScheduleAndForget()
823 BackendFunc func, // Function to call on backend. in ScheduleAndForget()
/external/qemu/
Dos-win32.c55 PollingFunc *func; member
62 int qemu_add_polling_cb(PollingFunc *func, void *opaque) in qemu_add_polling_cb()
73 void qemu_del_polling_cb(PollingFunc *func, void *opaque) in qemu_del_polling_cb()
91 WaitObjectFunc *func[MAXIMUM_WAIT_OBJECTS + 1]; member
97 int qemu_add_wait_object(HANDLE handle, WaitObjectFunc *func, void *opaque) in qemu_add_wait_object()
110 void qemu_del_wait_object(HANDLE handle, WaitObjectFunc *func, void *opaque) in qemu_del_wait_object()
/external/icu4c/common/
Ducln_cmn.c70 cleanupFunc *func) in ucln_common_registerCleanup()
84 cleanupFunc *func) in ucln_registerCleanup()
/external/clang/test/PCH/
Dobjc_import.m10 void func() { function
Dobjc_methods.m8 void func() { function
Dobjc_property.m8 void func() { function
/external/opencv/cv/src/
Dcvaccum.cpp435 CvFunc2D_2A func=(CvFunc2D_2A)acc_tab.fn_2d[CV_MAT_DEPTH(type)]; local
452 CvFunc2D_3A func = (CvFunc2D_3A)accmask_tab.fn_2d[type]; local
530 CvFunc2D_2A func = (CvFunc2D_2A)acc_tab.fn_2d[CV_MAT_DEPTH(type)]; in cvSquareAcc() local
548 CvFunc2D_3A func = (CvFunc2D_3A)accmask_tab.fn_2d[type]; in cvSquareAcc() local
630 CvFunc2D_3A func = (CvFunc2D_3A)acc_tab.fn_2d[CV_MAT_DEPTH(type)]; in cvMultiplyAcc() local
649 CvFunc2D_4A func = (CvFunc2D_4A)accmask_tab.fn_2d[type]; in cvMultiplyAcc() local
738 CvAddWeightedFunc func = (CvAddWeightedFunc)acc_tab.fn_2d[CV_MAT_DEPTH(type)]; in cvRunningAvg() local
756 CvAddWeightedMaskFunc func = (CvAddWeightedMaskFunc)accmask_tab.fn_2d[type]; in cvRunningAvg() local
/external/clang/test/Sema/
Dincomplete-call.c9 void func(void *p) { in func() function
/external/llvm/test/FrontendC/
Dptr-rotate.c4 unsigned int func(void *A) { in func() function
/external/opencv/cxcore/src/
Dcxnorm.cpp1177 CvFunc2D_1A1P func; in cvNorm() local
1192 CvFunc2D_1A1P1I func; in cvNorm() local
1211 CvFunc2D_2A1P func; in cvNorm() local
1226 CvFunc2D_2A1P1I func; in cvNorm() local
1265 CvFunc2D_1A1P func; in cvNorm() local
1272 CvFunc2D_1A1P1I func; in cvNorm() local
1283 CvFunc2D_2A1P func; in cvNorm() local
1291 CvFunc2D_2A1P1I func; in cvNorm() local
1308 CvFunc2DnC_1A1P func; in cvNorm() local
1316 CvFunc2DnC_2A1P func; in cvNorm() local
[all …]
/external/ipsec-tools/src/racoon/
Dgenlist.c68 genlist_foreach (struct genlist *head, genlist_func_t func, void *arg) in genlist_foreach()
96 genlist_free (struct genlist *head, genlist_freedata_t func) in genlist_free()
/external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/
Dbitops-3bit-bits-in-byte.js26 function TimeFunc(func) { argument

12345678910>>...20