Searched refs:func (Results 51 - 75 of 1961) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
H A Dwebrtccommon.h40 #define LOG_RTCERR0(func) \
41 LOG_RTCERR0_EX(func, GetLastEngineError())
42 #define LOG_RTCERR1(func, a1) \
43 LOG_RTCERR1_EX(func, a1, GetLastEngineError())
44 #define LOG_RTCERR2(func, a1, a2) \
45 LOG_RTCERR2_EX(func, a1, a2, GetLastEngineError())
46 #define LOG_RTCERR3(func, a1, a2, a3) \
47 LOG_RTCERR3_EX(func, a1, a2, a3, GetLastEngineError())
48 #define LOG_RTCERR4(func, a1, a2, a3, a4) \
49 LOG_RTCERR4_EX(func, a
[all...]
/external/chromium_org/ui/gfx/win/
H A Dmsg_util.h78 #define CR_MSG_WM_CREATE(func) \
81 lResult = (LRESULT)func((LPCREATESTRUCT)lParam); \
87 #define CR_MSG_WM_INITDIALOG(func) \
90 lResult = (LRESULT)func((HWND)wParam, lParam); \
96 #define CR_MSG_WM_COPYDATA(func) \
99 lResult = (LRESULT)func((HWND)wParam, (PCOPYDATASTRUCT)lParam); \
105 #define CR_MSG_WM_DESTROY(func) \
108 func(); \
115 #define CR_MSG_WM_MOVE(func) \
118 func(gf
[all...]
/external/compiler-rt/lib/interception/
H A Dinterception.h122 # define DECLARE_WRAPPER(ret_type, func, ...)
134 # define DECLARE_WRAPPER(ret_type, func, ...) \
135 extern "C" ret_type func(__VA_ARGS__);
136 # define DECLARE_WRAPPER_WINAPI(ret_type, func, ...) \
137 extern "C" __declspec(dllimport) ret_type __stdcall func(__VA_ARGS__);
145 # define DECLARE_WRAPPER(ret_type, func, ...) \
146 extern "C" ret_type func(__VA_ARGS__) \
147 __attribute__((alias("__interceptor_" #func), visibility("default")));
152 # define DECLARE_WRAPPER(ret_type, func, ...) \
153 extern "C" ret_type func(__VA_ARGS_
[all...]
/external/chromium_org/v8/test/mjsunit/
H A Dassert-opt-and-deopt.js64 OptTracker.prototype.CheckpointOptCount = function(func) {
65 this.opt_counts_[func] = %GetOptimizationCount(func);
68 OptTracker.prototype.AssertOptCount = function(func, optcount) {
69 if (this.DisableAsserts_(func)) {
72 assertEquals(optcount, this.GetOptCount_(func));
75 OptTracker.prototype.AssertDeoptCount = function(func, deopt_count) {
76 if (this.DisableAsserts_(func)) {
79 assertEquals(deopt_count, this.GetDeoptCount_(func));
82 OptTracker.prototype.AssertDeoptHappened = function(func, expect_deop
[all...]
/external/chromium_org/third_party/mesa/src/src/mapi/glapi/
H A Dglapi_nop.c50 _glapi_set_warning_func(_glapi_proc func) argument
64 Warn(const char *func) argument
69 func);
91 #define NAME(func) NoOp##func
92 #define DISPATCH(func, args, msg) Warn(#func);
93 #define RETURN_DISPATCH(func, args, msg) Warn(#func); return 0
/external/mesa3d/src/mapi/glapi/
H A Dglapi_nop.c50 _glapi_set_warning_func(_glapi_proc func) argument
64 Warn(const char *func) argument
69 func);
91 #define NAME(func) NoOp##func
92 #define DISPATCH(func, args, msg) Warn(#func);
93 #define RETURN_DISPATCH(func, args, msg) Warn(#func); return 0
/external/libcxx/test/utilities/function.objects/func.wrap/func.wrap.badcall/func.wrap.badcall.const/
H A DAndroid.mk17 test_makefile := external/libcxx/test/utilities/function.objects/func.wrap/func.wrap.badcall/func.wrap.badcall.const/Android.mk
19 test_name := utilities/function.objects/func.wrap/func.wrap.badcall/func.wrap.badcall.const/bad_function_call_ctor
/external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/
H A Dgl_procs.py96 for func in api.functionIterateByOffset():
97 name = func.dispatch_name()
98 self.printFunctionString(func.name)
99 table.append((base_offset, "gl" + name, "gl" + name, "NULL", func.offset))
104 base_offset += len(func.name) + 3
107 for func in api.functionIterateByOffset():
108 for n in func.entry_points:
109 if n != func.name:
110 name = func.dispatch_name()
113 if func
[all...]
/external/mesa3d/src/mapi/glapi/gen/
H A Dgl_procs.py96 for func in api.functionIterateByOffset():
97 name = func.dispatch_name()
98 self.printFunctionString(func.name)
99 table.append((base_offset, "gl" + name, "gl" + name, "NULL", func.offset))
104 base_offset += len(func.name) + 3
107 for func in api.functionIterateByOffset():
108 for n in func.entry_points:
109 if n != func.name:
110 name = func.dispatch_name()
113 if func
[all...]
/external/chromium_org/third_party/icu/source/test/perf/normperf/
H A Dnormperf.cpp181 NormPerfFunction* func= new NormPerfFunction(ICUNormNFC, options,NFDFileLines,numLines, uselen); local
182 return func;
184 NormPerfFunction* func= new NormPerfFunction(ICUNormNFC, options,NFDBuffer, NFDBufferLen, uselen); local
185 return func;
190 NormPerfFunction* func = new NormPerfFunction(ICUNormNFC, options,NFCFileLines,numLines, uselen); local
191 return func;
193 NormPerfFunction* func= new NormPerfFunction(ICUNormNFC, options,NFCBuffer, NFCBufferLen, uselen); local
194 return func;
199 NormPerfFunction* func = new NormPerfFunction(ICUNormNFC, options,lines,numLines, uselen); local
200 return func;
202 NormPerfFunction* func = new NormPerfFunction(ICUNormNFC, options,buffer, bufferLen, uselen); local
210 NormPerfFunction* func = new NormPerfFunction(ICUNormNFD, options,NFDFileLines,numLines, uselen); local
213 NormPerfFunction* func = new NormPerfFunction(ICUNormNFD, options,NFDBuffer,NFDBufferLen, uselen); local
219 NormPerfFunction* func = new NormPerfFunction(ICUNormNFD, options,NFCFileLines,numLines, uselen); local
222 NormPerfFunction* func = new NormPerfFunction(ICUNormNFD, options,NFCBuffer,NFCBufferLen, uselen); local
228 NormPerfFunction* func = new NormPerfFunction(ICUNormNFD, options,lines,numLines, uselen); local
231 NormPerfFunction* func = new NormPerfFunction(ICUNormNFD, options,buffer,bufferLen, uselen); local
239 NormPerfFunction* func = new NormPerfFunction(ICUNormFCD, options,NFDFileLines,numLines, uselen); local
242 NormPerfFunction* func = new NormPerfFunction(ICUNormFCD, options,NFDBuffer,NFDBufferLen, uselen); local
249 NormPerfFunction* func = new NormPerfFunction(ICUNormFCD, options,NFCFileLines,numLines, uselen); local
252 NormPerfFunction* func = new NormPerfFunction(ICUNormFCD, options,NFCBuffer,NFCBufferLen, uselen); local
258 NormPerfFunction* func = new NormPerfFunction(ICUNormFCD, options,lines,numLines, uselen); local
261 NormPerfFunction* func = new NormPerfFunction(ICUNormFCD, options,buffer,bufferLen, uselen); local
269 NormPerfFunction* func = new NormPerfFunction(WinNormNFC, options,NFDFileLines,numLines, uselen); local
272 NormPerfFunction* func = new NormPerfFunction(WinNormNFC, options,NFDBuffer,NFDBufferLen, uselen); local
278 NormPerfFunction* func = new NormPerfFunction(WinNormNFC, options,NFCFileLines,numLines, uselen); local
281 NormPerfFunction* func = new NormPerfFunction(WinNormNFC, options,NFCBuffer,NFCBufferLen, uselen); local
287 NormPerfFunction* func = new NormPerfFunction(WinNormNFC, options,lines,numLines, uselen); local
290 NormPerfFunction* func = new NormPerfFunction(WinNormNFC, options,buffer,bufferLen, uselen); local
298 NormPerfFunction* func = new NormPerfFunction(WinNormNFD, options,NFDFileLines,numLines, uselen); local
301 NormPerfFunction* func = new NormPerfFunction(WinNormNFD, options,NFDBuffer,NFDBufferLen, uselen); local
307 NormPerfFunction* func = new NormPerfFunction(WinNormNFD, options,NFCFileLines,numLines, uselen); local
310 NormPerfFunction* func = new NormPerfFunction(WinNormNFD, options,NFCBuffer,NFCBufferLen, uselen); local
316 NormPerfFunction* func = new NormPerfFunction(WinNormNFD, options,lines,numLines, uselen); local
319 NormPerfFunction* func = new NormPerfFunction(WinNormNFD, options,buffer,bufferLen, uselen); local
327 QuickCheckPerfFunction* func = new QuickCheckPerfFunction(ICUQuickCheck,NFDFileLines, numLines, UNORM_NFC, options,uselen); local
330 QuickCheckPerfFunction* func = new QuickCheckPerfFunction(ICUQuickCheck,NFDBuffer, NFDBufferLen, UNORM_NFC, options,uselen); local
336 QuickCheckPerfFunction* func = new QuickCheckPerfFunction(ICUQuickCheck,NFCFileLines, numLines, UNORM_NFC, options,uselen); local
339 QuickCheckPerfFunction* func = new QuickCheckPerfFunction(ICUQuickCheck,NFCBuffer, NFCBufferLen, UNORM_NFC, options,uselen); local
345 QuickCheckPerfFunction* func = new QuickCheckPerfFunction(ICUQuickCheck,lines, numLines, UNORM_NFC, options,uselen); local
348 QuickCheckPerfFunction* func = new QuickCheckPerfFunction(ICUQuickCheck,buffer, bufferLen, UNORM_NFC, options,uselen); local
355 QuickCheckPerfFunction* func = new QuickCheckPerfFunction(ICUQuickCheck,NFDFileLines, numLines, UNORM_NFD, options,uselen); local
358 QuickCheckPerfFunction* func = new QuickCheckPerfFunction(ICUQuickCheck,NFDBuffer, NFDBufferLen, UNORM_NFD, options,uselen); local
364 QuickCheckPerfFunction* func = new QuickCheckPerfFunction(ICUQuickCheck,NFCFileLines, numLines, UNORM_NFD, options,uselen); local
367 QuickCheckPerfFunction* func = new QuickCheckPerfFunction(ICUQuickCheck,NFCBuffer, NFCBufferLen, UNORM_NFD, options,uselen); local
373 QuickCheckPerfFunction* func = new QuickCheckPerfFunction(ICUQuickCheck,lines, numLines, UNORM_NFD, options,uselen); local
376 QuickCheckPerfFunction* func = new QuickCheckPerfFunction(ICUQuickCheck,buffer, bufferLen, UNORM_NFD, options,uselen); local
383 QuickCheckPerfFunction* func = new QuickCheckPerfFunction(ICUQuickCheck,NFDFileLines, numLines, UNORM_FCD, options,uselen); local
386 QuickCheckPerfFunction* func = new QuickCheckPerfFunction(ICUQuickCheck,NFDBuffer, NFDBufferLen, UNORM_FCD, options,uselen); local
392 QuickCheckPerfFunction* func = new QuickCheckPerfFunction(ICUQuickCheck,NFCFileLines, numLines, UNORM_FCD, options,uselen); local
395 QuickCheckPerfFunction* func = new QuickCheckPerfFunction(ICUQuickCheck,NFCBuffer, NFCBufferLen, UNORM_FCD, options,uselen); local
401 QuickCheckPerfFunction* func = new QuickCheckPerfFunction(ICUQuickCheck,lines, numLines, UNORM_FCD, options,uselen); local
404 QuickCheckPerfFunction* func = new QuickCheckPerfFunction(ICUQuickCheck,buffer, bufferLen, UNORM_FCD, options,uselen); local
412 QuickCheckPerfFunction* func = new QuickCheckPerfFunction(ICUIsNormalized,NFDFileLines, numLines, UNORM_NFC, options,uselen); local
415 QuickCheckPerfFunction* func = new QuickCheckPerfFunction(ICUIsNormalized,NFDBuffer, NFDBufferLen, UNORM_NFC, options,uselen); local
421 QuickCheckPerfFunction* func = new QuickCheckPerfFunction(ICUIsNormalized,NFCFileLines, numLines, UNORM_NFC, options,uselen); local
424 QuickCheckPerfFunction* func = new QuickCheckPerfFunction(ICUIsNormalized,NFCBuffer, NFCBufferLen, UNORM_NFC, options,uselen); local
430 QuickCheckPerfFunction* func = new QuickCheckPerfFunction(ICUIsNormalized,lines, numLines, UNORM_NFC, options,uselen); local
433 QuickCheckPerfFunction* func = new QuickCheckPerfFunction(ICUIsNormalized,buffer, bufferLen, UNORM_NFC, options,uselen); local
440 QuickCheckPerfFunction* func = new QuickCheckPerfFunction(ICUIsNormalized,NFDFileLines, numLines, UNORM_NFD, options,uselen); local
443 QuickCheckPerfFunction* func = new QuickCheckPerfFunction(ICUIsNormalized,NFDBuffer, NFDBufferLen, UNORM_NFD, options,uselen); local
449 QuickCheckPerfFunction* func = new QuickCheckPerfFunction(ICUIsNormalized,NFCFileLines, numLines, UNORM_NFD, options,uselen); local
452 QuickCheckPerfFunction* func = new QuickCheckPerfFunction(ICUIsNormalized,NFCBuffer, NFCBufferLen, UNORM_NFD, options,uselen); local
458 QuickCheckPerfFunction* func = new QuickCheckPerfFunction(ICUIsNormalized,lines, numLines, UNORM_NFD, options,uselen); local
461 QuickCheckPerfFunction* func = new QuickCheckPerfFunction(ICUIsNormalized,buffer, bufferLen, UNORM_NFD, options,uselen); local
468 QuickCheckPerfFunction* func = new QuickCheckPerfFunction(ICUIsNormalized,NFDFileLines, numLines, UNORM_FCD, options,uselen); local
471 QuickCheckPerfFunction* func = new QuickCheckPerfFunction(ICUIsNormalized,NFDBuffer, NFDBufferLen, UNORM_FCD, options,uselen); local
477 QuickCheckPerfFunction* func = new QuickCheckPerfFunction(ICUIsNormalized,NFCFileLines, numLines, UNORM_FCD, options,uselen); local
480 QuickCheckPerfFunction* func = new QuickCheckPerfFunction(ICUIsNormalized,NFCBuffer, NFCBufferLen, UNORM_FCD, options,uselen); local
486 QuickCheckPerfFunction* func = new QuickCheckPerfFunction(ICUIsNormalized,lines, numLines, UNORM_FCD, options,uselen); local
489 QuickCheckPerfFunction* func = new QuickCheckPerfFunction(ICUIsNormalized,buffer, bufferLen, UNORM_FCD, options,uselen); local
[all...]
/external/icu/icu4c/source/test/perf/normperf/
H A Dnormperf.cpp181 NormPerfFunction* func= new NormPerfFunction(ICUNormNFC, options,NFDFileLines,numLines, uselen); local
182 return func;
184 NormPerfFunction* func= new NormPerfFunction(ICUNormNFC, options,NFDBuffer, NFDBufferLen, uselen); local
185 return func;
190 NormPerfFunction* func = new NormPerfFunction(ICUNormNFC, options,NFCFileLines,numLines, uselen); local
191 return func;
193 NormPerfFunction* func= new NormPerfFunction(ICUNormNFC, options,NFCBuffer, NFCBufferLen, uselen); local
194 return func;
199 NormPerfFunction* func = new NormPerfFunction(ICUNormNFC, options,lines,numLines, uselen); local
200 return func;
202 NormPerfFunction* func = new NormPerfFunction(ICUNormNFC, options,buffer, bufferLen, uselen); local
210 NormPerfFunction* func = new NormPerfFunction(ICUNormNFD, options,NFDFileLines,numLines, uselen); local
213 NormPerfFunction* func = new NormPerfFunction(ICUNormNFD, options,NFDBuffer,NFDBufferLen, uselen); local
219 NormPerfFunction* func = new NormPerfFunction(ICUNormNFD, options,NFCFileLines,numLines, uselen); local
222 NormPerfFunction* func = new NormPerfFunction(ICUNormNFD, options,NFCBuffer,NFCBufferLen, uselen); local
228 NormPerfFunction* func = new NormPerfFunction(ICUNormNFD, options,lines,numLines, uselen); local
231 NormPerfFunction* func = new NormPerfFunction(ICUNormNFD, options,buffer,bufferLen, uselen); local
239 NormPerfFunction* func = new NormPerfFunction(ICUNormFCD, options,NFDFileLines,numLines, uselen); local
242 NormPerfFunction* func = new NormPerfFunction(ICUNormFCD, options,NFDBuffer,NFDBufferLen, uselen); local
249 NormPerfFunction* func = new NormPerfFunction(ICUNormFCD, options,NFCFileLines,numLines, uselen); local
252 NormPerfFunction* func = new NormPerfFunction(ICUNormFCD, options,NFCBuffer,NFCBufferLen, uselen); local
258 NormPerfFunction* func = new NormPerfFunction(ICUNormFCD, options,lines,numLines, uselen); local
261 NormPerfFunction* func = new NormPerfFunction(ICUNormFCD, options,buffer,bufferLen, uselen); local
269 NormPerfFunction* func = new NormPerfFunction(WinNormNFC, options,NFDFileLines,numLines, uselen); local
272 NormPerfFunction* func = new NormPerfFunction(WinNormNFC, options,NFDBuffer,NFDBufferLen, uselen); local
278 NormPerfFunction* func = new NormPerfFunction(WinNormNFC, options,NFCFileLines,numLines, uselen); local
281 NormPerfFunction* func = new NormPerfFunction(WinNormNFC, options,NFCBuffer,NFCBufferLen, uselen); local
287 NormPerfFunction* func = new NormPerfFunction(WinNormNFC, options,lines,numLines, uselen); local
290 NormPerfFunction* func = new NormPerfFunction(WinNormNFC, options,buffer,bufferLen, uselen); local
298 NormPerfFunction* func = new NormPerfFunction(WinNormNFD, options,NFDFileLines,numLines, uselen); local
301 NormPerfFunction* func = new NormPerfFunction(WinNormNFD, options,NFDBuffer,NFDBufferLen, uselen); local
307 NormPerfFunction* func = new NormPerfFunction(WinNormNFD, options,NFCFileLines,numLines, uselen); local
310 NormPerfFunction* func = new NormPerfFunction(WinNormNFD, options,NFCBuffer,NFCBufferLen, uselen); local
316 NormPerfFunction* func = new NormPerfFunction(WinNormNFD, options,lines,numLines, uselen); local
319 NormPerfFunction* func = new NormPerfFunction(WinNormNFD, options,buffer,bufferLen, uselen); local
327 QuickCheckPerfFunction* func = new QuickCheckPerfFunction(ICUQuickCheck,NFDFileLines, numLines, UNORM_NFC, options,uselen); local
330 QuickCheckPerfFunction* func = new QuickCheckPerfFunction(ICUQuickCheck,NFDBuffer, NFDBufferLen, UNORM_NFC, options,uselen); local
336 QuickCheckPerfFunction* func = new QuickCheckPerfFunction(ICUQuickCheck,NFCFileLines, numLines, UNORM_NFC, options,uselen); local
339 QuickCheckPerfFunction* func = new QuickCheckPerfFunction(ICUQuickCheck,NFCBuffer, NFCBufferLen, UNORM_NFC, options,uselen); local
345 QuickCheckPerfFunction* func = new QuickCheckPerfFunction(ICUQuickCheck,lines, numLines, UNORM_NFC, options,uselen); local
348 QuickCheckPerfFunction* func = new QuickCheckPerfFunction(ICUQuickCheck,buffer, bufferLen, UNORM_NFC, options,uselen); local
355 QuickCheckPerfFunction* func = new QuickCheckPerfFunction(ICUQuickCheck,NFDFileLines, numLines, UNORM_NFD, options,uselen); local
358 QuickCheckPerfFunction* func = new QuickCheckPerfFunction(ICUQuickCheck,NFDBuffer, NFDBufferLen, UNORM_NFD, options,uselen); local
364 QuickCheckPerfFunction* func = new QuickCheckPerfFunction(ICUQuickCheck,NFCFileLines, numLines, UNORM_NFD, options,uselen); local
367 QuickCheckPerfFunction* func = new QuickCheckPerfFunction(ICUQuickCheck,NFCBuffer, NFCBufferLen, UNORM_NFD, options,uselen); local
373 QuickCheckPerfFunction* func = new QuickCheckPerfFunction(ICUQuickCheck,lines, numLines, UNORM_NFD, options,uselen); local
376 QuickCheckPerfFunction* func = new QuickCheckPerfFunction(ICUQuickCheck,buffer, bufferLen, UNORM_NFD, options,uselen); local
383 QuickCheckPerfFunction* func = new QuickCheckPerfFunction(ICUQuickCheck,NFDFileLines, numLines, UNORM_FCD, options,uselen); local
386 QuickCheckPerfFunction* func = new QuickCheckPerfFunction(ICUQuickCheck,NFDBuffer, NFDBufferLen, UNORM_FCD, options,uselen); local
392 QuickCheckPerfFunction* func = new QuickCheckPerfFunction(ICUQuickCheck,NFCFileLines, numLines, UNORM_FCD, options,uselen); local
395 QuickCheckPerfFunction* func = new QuickCheckPerfFunction(ICUQuickCheck,NFCBuffer, NFCBufferLen, UNORM_FCD, options,uselen); local
401 QuickCheckPerfFunction* func = new QuickCheckPerfFunction(ICUQuickCheck,lines, numLines, UNORM_FCD, options,uselen); local
404 QuickCheckPerfFunction* func = new QuickCheckPerfFunction(ICUQuickCheck,buffer, bufferLen, UNORM_FCD, options,uselen); local
412 QuickCheckPerfFunction* func = new QuickCheckPerfFunction(ICUIsNormalized,NFDFileLines, numLines, UNORM_NFC, options,uselen); local
415 QuickCheckPerfFunction* func = new QuickCheckPerfFunction(ICUIsNormalized,NFDBuffer, NFDBufferLen, UNORM_NFC, options,uselen); local
421 QuickCheckPerfFunction* func = new QuickCheckPerfFunction(ICUIsNormalized,NFCFileLines, numLines, UNORM_NFC, options,uselen); local
424 QuickCheckPerfFunction* func = new QuickCheckPerfFunction(ICUIsNormalized,NFCBuffer, NFCBufferLen, UNORM_NFC, options,uselen); local
430 QuickCheckPerfFunction* func = new QuickCheckPerfFunction(ICUIsNormalized,lines, numLines, UNORM_NFC, options,uselen); local
433 QuickCheckPerfFunction* func = new QuickCheckPerfFunction(ICUIsNormalized,buffer, bufferLen, UNORM_NFC, options,uselen); local
440 QuickCheckPerfFunction* func = new QuickCheckPerfFunction(ICUIsNormalized,NFDFileLines, numLines, UNORM_NFD, options,uselen); local
443 QuickCheckPerfFunction* func = new QuickCheckPerfFunction(ICUIsNormalized,NFDBuffer, NFDBufferLen, UNORM_NFD, options,uselen); local
449 QuickCheckPerfFunction* func = new QuickCheckPerfFunction(ICUIsNormalized,NFCFileLines, numLines, UNORM_NFD, options,uselen); local
452 QuickCheckPerfFunction* func = new QuickCheckPerfFunction(ICUIsNormalized,NFCBuffer, NFCBufferLen, UNORM_NFD, options,uselen); local
458 QuickCheckPerfFunction* func = new QuickCheckPerfFunction(ICUIsNormalized,lines, numLines, UNORM_NFD, options,uselen); local
461 QuickCheckPerfFunction* func = new QuickCheckPerfFunction(ICUIsNormalized,buffer, bufferLen, UNORM_NFD, options,uselen); local
468 QuickCheckPerfFunction* func = new QuickCheckPerfFunction(ICUIsNormalized,NFDFileLines, numLines, UNORM_FCD, options,uselen); local
471 QuickCheckPerfFunction* func = new QuickCheckPerfFunction(ICUIsNormalized,NFDBuffer, NFDBufferLen, UNORM_FCD, options,uselen); local
477 QuickCheckPerfFunction* func = new QuickCheckPerfFunction(ICUIsNormalized,NFCFileLines, numLines, UNORM_FCD, options,uselen); local
480 QuickCheckPerfFunction* func = new QuickCheckPerfFunction(ICUIsNormalized,NFCBuffer, NFCBufferLen, UNORM_FCD, options,uselen); local
486 QuickCheckPerfFunction* func = new QuickCheckPerfFunction(ICUIsNormalized,lines, numLines, UNORM_FCD, options,uselen); local
489 QuickCheckPerfFunction* func = new QuickCheckPerfFunction(ICUIsNormalized,buffer, bufferLen, UNORM_FCD, options,uselen); local
[all...]
/external/bison/darwin-lib/sys/
H A Dwait.h109 /* _GL_FUNCDECL_RPL (func, rettype, parameters_and_attributes);
116 #define _GL_FUNCDECL_RPL(func,rettype,parameters_and_attributes) \
117 _GL_FUNCDECL_RPL_1 (rpl_##func, rettype, parameters_and_attributes)
121 /* _GL_FUNCDECL_SYS (func, rettype, parameters_and_attributes);
122 declares the system function, named func, with the given prototype,
128 #define _GL_FUNCDECL_SYS(func,rettype,parameters_and_attributes) \
129 _GL_EXTERN_C rettype func parameters_and_attributes
131 /* _GL_CXXALIAS_RPL (func, rettype, parameters);
132 declares a C++ alias called GNULIB_NAMESPACE::func
137 #define _GL_CXXALIAS_RPL(func,rettyp
[all...]
/external/bison/linux-lib/sys/
H A Dwait.h109 /* _GL_FUNCDECL_RPL (func, rettype, parameters_and_attributes);
116 #define _GL_FUNCDECL_RPL(func,rettype,parameters_and_attributes) \
117 _GL_FUNCDECL_RPL_1 (rpl_##func, rettype, parameters_and_attributes)
121 /* _GL_FUNCDECL_SYS (func, rettype, parameters_and_attributes);
122 declares the system function, named func, with the given prototype,
128 #define _GL_FUNCDECL_SYS(func,rettype,parameters_and_attributes) \
129 _GL_EXTERN_C rettype func parameters_and_attributes
131 /* _GL_CXXALIAS_RPL (func, rettype, parameters);
132 declares a C++ alias called GNULIB_NAMESPACE::func
137 #define _GL_CXXALIAS_RPL(func,rettyp
[all...]
/external/chromium_org/net/base/
H A Dnet_module.cc12 void NetModule::SetResourceProvider(ResourceProvider func) { argument
13 resource_provider = func;
/external/chromium_org/v8/test/mjsunit/regress/
H A Dregress-convert-function-to-double.js29 this.func = v;
35 o2.func = 1.8;
/external/clang/test/CodeGenCXX/
H A Dglobal-block-literal-helpers.cpp6 int func(BL, BL, BL);
16 int ival = func(^{}, ^{}, ^{});
H A Dms_wide_predefined_expr.cpp11 void func() { function
16 func();
H A D2003-11-18-PtrMemConstantInitializer.cpp8 void (Gfx::*func)(); member in struct:Operator
/external/clang/test/Frontend/
H A Dstdlang.c8 kernel void func(void);
/external/clang/test/Index/
H A Dcomplete-in-stringify.c1 const char *func(const char *);
6 #define N(x) func("2"#x MORE)
/external/clang/test/Modules/Inputs/
H A Ddef.h18 void func();
24 void func();
/external/clang/test/Sema/
H A Dusual-float.c5 extern void func(CGFloat);
11 func((CGFloat)cgf/65535.0f);
/external/libcxxabi/src/
H A Dcxa_handlers.hpp23 __unexpected(unexpected_handler func);
27 __terminate(terminate_handler func) _NOEXCEPT;
/external/clang/test/CXX/expr/expr.unary/expr.new/
H A Dp17-crash.cpp4 // new expression in func()
12 void func() { function
/external/clang/test/CodeGen/
H A D2010-07-14-overconservative-align.c10 void func (struct s *s) function

Completed in 3088 milliseconds

1234567891011>>