HomeSort by relevance Sort by last modified time
    Searched refs:func (Results 101 - 125 of 3530) sorted by null

1 2 3 45 6 7 8 91011>>

  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-plugin/
plugin-9.d 2 .*: LDPT_MESSAGE func@0x.*
7 .*: LDPT_REGISTER_CLAIM_FILE_HOOK func@0x.*
8 .*: LDPT_REGISTER_ALL_SYMBOLS_READ_HOOK func@0x.*
9 .*: LDPT_REGISTER_CLEANUP_HOOK func@0x.*
10 .*: LDPT_ADD_SYMBOLS func@0x.*
11 .*: LDPT_GET_INPUT_FILE func@0x.*
12 .*: LDPT_RELEASE_INPUT_FILE func@0x.*
13 .*: LDPT_GET_SYMBOLS func@0x.*
14 .*: LDPT_GET_SYMBOLS_V2 func@0x.*
15 .*: LDPT_ADD_INPUT_FILE func@0x.
    [all...]
plugin-vis-1.d 2 .*(PROTECTED.*func1|DEFAULT.*func|HIDDEN.*func3|INTERNAL.*func2)
4 .*(PROTECTED.*func1|DEFAULT.*func|HIDDEN.*func3|INTERNAL.*func2)
6 .*(PROTECTED.*func1|DEFAULT.*func|HIDDEN.*func3|INTERNAL.*func2)
8 .*(PROTECTED.*func1|DEFAULT.*func|HIDDEN.*func3|INTERNAL.*func2)
  /external/compiler-rt/lib/interception/
interception.h 122 # define DECLARE_WRAPPER(ret_type, func, ...)
128 # define DECLARE_WRAPPER(ret_type, func, ...) \
129 extern "C" ret_type func(__VA_ARGS__);
130 # define DECLARE_WRAPPER_WINAPI(ret_type, func, ...) \
131 extern "C" __declspec(dllimport) ret_type __stdcall func(__VA_ARGS__);
139 # define DECLARE_WRAPPER(ret_type, func, ...) \
140 extern "C" ret_type func(__VA_ARGS__) \
141 __attribute__((alias("__interceptor_" #func), visibility("default")));
146 # define DECLARE_WRAPPER(ret_type, func, ...) \
147 extern "C" ret_type func(__VA_ARGS__)
    [all...]
  /external/compiler-rt/lib/tsan/rtl/
tsan_interceptors.h 23 #define SCOPED_INTERCEPTOR_RAW(func, ...) \
26 ScopedInterceptor si(thr, #func, caller_pc); \
31 #define SCOPED_TSAN_INTERCEPTOR(func, ...) \
32 SCOPED_INTERCEPTOR_RAW(func, __VA_ARGS__); \
33 if (REAL(func) == 0) { \
34 Report("FATAL: ThreadSanitizer: failed to intercept %s\n", #func); \
38 return REAL(func)(__VA_ARGS__); \
47 #define TSAN_INTERCEPTOR(ret, func, ...) INTERCEPTOR(ret, func, __VA_ARGS__)
  /external/mesa3d/src/mapi/glapi/
glapi_nop.c 50 _glapi_set_warning_func(_glapi_proc func)
64 Warn(const char *func)
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/clang/test/SemaCXX/
virtuals.cpp 40 typedef int func(int); typedef in namespace:rdar9670557
41 func *a();
43 virtual func f = 0;
44 virtual func (g) = 0;
45 func *h = 0;
51 virtual virtual void func(); // expected-warning {{duplicate 'virtual' declaration specifier}}
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/ia64/
proc.s 4 .proc func, func1, func2
5 func::
7 .endp func, func1, func2
  /external/mesa3d/src/mapi/glapi/gen/
gl_procs.py 96 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.has_different_protocol(n)
    [all...]
  /external/icu/icu4c/source/test/perf/normperf/
normperf.cpp 180 NormPerfFunction* func= new NormPerfFunction(ICUNormNFC, options,NFDFileLines,numLines, uselen); local
181 return func;
183 NormPerfFunction* func= new NormPerfFunction(ICUNormNFC, options,NFDBuffer, NFDBufferLen, uselen); local
184 return func;
189 NormPerfFunction* func = new NormPerfFunction(ICUNormNFC, options,NFCFileLines,numLines, uselen); local
190 return func;
192 NormPerfFunction* func= new NormPerfFunction(ICUNormNFC, options,NFCBuffer, NFCBufferLen, uselen); local
193 return func;
198 NormPerfFunction* func = new NormPerfFunction(ICUNormNFC, options,lines,numLines, uselen); local
199 return func;
201 NormPerfFunction* func = new NormPerfFunction(ICUNormNFC, options,buffer, bufferLen, uselen); local
209 NormPerfFunction* func = new NormPerfFunction(ICUNormNFD, options,NFDFileLines,numLines, uselen); local
212 NormPerfFunction* func = new NormPerfFunction(ICUNormNFD, options,NFDBuffer,NFDBufferLen, uselen); local
218 NormPerfFunction* func = new NormPerfFunction(ICUNormNFD, options,NFCFileLines,numLines, uselen); local
221 NormPerfFunction* func = new NormPerfFunction(ICUNormNFD, options,NFCBuffer,NFCBufferLen, uselen); local
227 NormPerfFunction* func = new NormPerfFunction(ICUNormNFD, options,lines,numLines, uselen); local
230 NormPerfFunction* func = new NormPerfFunction(ICUNormNFD, options,buffer,bufferLen, uselen); local
238 NormPerfFunction* func = new NormPerfFunction(ICUNormFCD, options,NFDFileLines,numLines, uselen); local
241 NormPerfFunction* func = new NormPerfFunction(ICUNormFCD, options,NFDBuffer,NFDBufferLen, uselen); local
248 NormPerfFunction* func = new NormPerfFunction(ICUNormFCD, options,NFCFileLines,numLines, uselen); local
251 NormPerfFunction* func = new NormPerfFunction(ICUNormFCD, options,NFCBuffer,NFCBufferLen, uselen); local
257 NormPerfFunction* func = new NormPerfFunction(ICUNormFCD, options,lines,numLines, uselen); local
260 NormPerfFunction* func = new NormPerfFunction(ICUNormFCD, options,buffer,bufferLen, uselen); local
268 NormPerfFunction* func = new NormPerfFunction(WinNormNFC, options,NFDFileLines,numLines, uselen); local
271 NormPerfFunction* func = new NormPerfFunction(WinNormNFC, options,NFDBuffer,NFDBufferLen, uselen); local
277 NormPerfFunction* func = new NormPerfFunction(WinNormNFC, options,NFCFileLines,numLines, uselen); local
280 NormPerfFunction* func = new NormPerfFunction(WinNormNFC, options,NFCBuffer,NFCBufferLen, uselen); local
286 NormPerfFunction* func = new NormPerfFunction(WinNormNFC, options,lines,numLines, uselen); local
289 NormPerfFunction* func = new NormPerfFunction(WinNormNFC, options,buffer,bufferLen, uselen); local
297 NormPerfFunction* func = new NormPerfFunction(WinNormNFD, options,NFDFileLines,numLines, uselen); local
300 NormPerfFunction* func = new NormPerfFunction(WinNormNFD, options,NFDBuffer,NFDBufferLen, uselen); local
306 NormPerfFunction* func = new NormPerfFunction(WinNormNFD, options,NFCFileLines,numLines, uselen); local
309 NormPerfFunction* func = new NormPerfFunction(WinNormNFD, options,NFCBuffer,NFCBufferLen, uselen); local
315 NormPerfFunction* func = new NormPerfFunction(WinNormNFD, options,lines,numLines, uselen); local
318 NormPerfFunction* func = new NormPerfFunction(WinNormNFD, options,buffer,bufferLen, uselen); local
326 QuickCheckPerfFunction* func = new QuickCheckPerfFunction(ICUQuickCheck,NFDFileLines, numLines, UNORM_NFC, options,uselen); local
329 QuickCheckPerfFunction* func = new QuickCheckPerfFunction(ICUQuickCheck,NFDBuffer, NFDBufferLen, UNORM_NFC, options,uselen); local
335 QuickCheckPerfFunction* func = new QuickCheckPerfFunction(ICUQuickCheck,NFCFileLines, numLines, UNORM_NFC, options,uselen); local
338 QuickCheckPerfFunction* func = new QuickCheckPerfFunction(ICUQuickCheck,NFCBuffer, NFCBufferLen, UNORM_NFC, options,uselen); local
344 QuickCheckPerfFunction* func = new QuickCheckPerfFunction(ICUQuickCheck,lines, numLines, UNORM_NFC, options,uselen); local
347 QuickCheckPerfFunction* func = new QuickCheckPerfFunction(ICUQuickCheck,buffer, bufferLen, UNORM_NFC, options,uselen); local
354 QuickCheckPerfFunction* func = new QuickCheckPerfFunction(ICUQuickCheck,NFDFileLines, numLines, UNORM_NFD, options,uselen); local
357 QuickCheckPerfFunction* func = new QuickCheckPerfFunction(ICUQuickCheck,NFDBuffer, NFDBufferLen, UNORM_NFD, options,uselen); local
363 QuickCheckPerfFunction* func = new QuickCheckPerfFunction(ICUQuickCheck,NFCFileLines, numLines, UNORM_NFD, options,uselen); local
366 QuickCheckPerfFunction* func = new QuickCheckPerfFunction(ICUQuickCheck,NFCBuffer, NFCBufferLen, UNORM_NFD, options,uselen); local
372 QuickCheckPerfFunction* func = new QuickCheckPerfFunction(ICUQuickCheck,lines, numLines, UNORM_NFD, options,uselen); local
375 QuickCheckPerfFunction* func = new QuickCheckPerfFunction(ICUQuickCheck,buffer, bufferLen, UNORM_NFD, options,uselen); local
382 QuickCheckPerfFunction* func = new QuickCheckPerfFunction(ICUQuickCheck,NFDFileLines, numLines, UNORM_FCD, options,uselen); local
385 QuickCheckPerfFunction* func = new QuickCheckPerfFunction(ICUQuickCheck,NFDBuffer, NFDBufferLen, UNORM_FCD, options,uselen); local
391 QuickCheckPerfFunction* func = new QuickCheckPerfFunction(ICUQuickCheck,NFCFileLines, numLines, UNORM_FCD, options,uselen); local
394 QuickCheckPerfFunction* func = new QuickCheckPerfFunction(ICUQuickCheck,NFCBuffer, NFCBufferLen, UNORM_FCD, options,uselen); local
400 QuickCheckPerfFunction* func = new QuickCheckPerfFunction(ICUQuickCheck,lines, numLines, UNORM_FCD, options,uselen); local
403 QuickCheckPerfFunction* func = new QuickCheckPerfFunction(ICUQuickCheck,buffer, bufferLen, UNORM_FCD, options,uselen); local
411 QuickCheckPerfFunction* func = new QuickCheckPerfFunction(ICUIsNormalized,NFDFileLines, numLines, UNORM_NFC, options,uselen); local
414 QuickCheckPerfFunction* func = new QuickCheckPerfFunction(ICUIsNormalized,NFDBuffer, NFDBufferLen, UNORM_NFC, options,uselen); local
420 QuickCheckPerfFunction* func = new QuickCheckPerfFunction(ICUIsNormalized,NFCFileLines, numLines, UNORM_NFC, options,uselen); local
423 QuickCheckPerfFunction* func = new QuickCheckPerfFunction(ICUIsNormalized,NFCBuffer, NFCBufferLen, UNORM_NFC, options,uselen); local
429 QuickCheckPerfFunction* func = new QuickCheckPerfFunction(ICUIsNormalized,lines, numLines, UNORM_NFC, options,uselen); local
432 QuickCheckPerfFunction* func = new QuickCheckPerfFunction(ICUIsNormalized,buffer, bufferLen, UNORM_NFC, options,uselen); local
439 QuickCheckPerfFunction* func = new QuickCheckPerfFunction(ICUIsNormalized,NFDFileLines, numLines, UNORM_NFD, options,uselen); local
442 QuickCheckPerfFunction* func = new QuickCheckPerfFunction(ICUIsNormalized,NFDBuffer, NFDBufferLen, UNORM_NFD, options,uselen); local
448 QuickCheckPerfFunction* func = new QuickCheckPerfFunction(ICUIsNormalized,NFCFileLines, numLines, UNORM_NFD, options,uselen); local
451 QuickCheckPerfFunction* func = new QuickCheckPerfFunction(ICUIsNormalized,NFCBuffer, NFCBufferLen, UNORM_NFD, options,uselen); local
457 QuickCheckPerfFunction* func = new QuickCheckPerfFunction(ICUIsNormalized,lines, numLines, UNORM_NFD, options,uselen); local
460 QuickCheckPerfFunction* func = new QuickCheckPerfFunction(ICUIsNormalized,buffer, bufferLen, UNORM_NFD, options,uselen); local
467 QuickCheckPerfFunction* func = new QuickCheckPerfFunction(ICUIsNormalized,NFDFileLines, numLines, UNORM_FCD, options,uselen); local
470 QuickCheckPerfFunction* func = new QuickCheckPerfFunction(ICUIsNormalized,NFDBuffer, NFDBufferLen, UNORM_FCD, options,uselen); local
476 QuickCheckPerfFunction* func = new QuickCheckPerfFunction(ICUIsNormalized,NFCFileLines, numLines, UNORM_FCD, options,uselen); local
479 QuickCheckPerfFunction* func = new QuickCheckPerfFunction(ICUIsNormalized,NFCBuffer, NFCBufferLen, UNORM_FCD, options,uselen); local
485 QuickCheckPerfFunction* func = new QuickCheckPerfFunction(ICUIsNormalized,lines, numLines, UNORM_FCD, options,uselen); local
488 QuickCheckPerfFunction* func = new QuickCheckPerfFunction(ICUIsNormalized,buffer, bufferLen, UNORM_FCD, options,uselen); local
    [all...]
  /external/bison/darwin-lib/sys/
wait.h 109 /* _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,rettype,parameters)
    [all...]
  /external/bison/linux-lib/sys/
wait.h 109 /* _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,rettype,parameters)
    [all...]
  /external/autotest/client/tests/monotonic_time/src/
threads.h 11 int create_threads(int num_threads, thread_func_t func, void *arg);
12 int create_per_cpu_threads(cpu_set_t *cpus, thread_func_t func, void *arg);
  /external/clang/test/CodeGenCXX/
global-block-literal-helpers.cpp 6 int func(BL, BL, BL);
16 int ival = func(^{}, ^{}, ^{});
ms_wide_predefined_expr.cpp 11 void func() { function
16 func();
  /external/clang/test/Frontend/
stdlang.c 8 kernel void func(void);
  /external/clang/test/Index/
complete-in-stringify.c 1 const char *func(const char *);
6 #define N(x) func("2"#x MORE)
  /external/clang/test/Sema/
usual-float.c 5 extern void func(CGFloat);
11 func((CGFloat)cgf/65535.0f);
  /external/libcxxabi/src/
cxa_handlers.hpp 23 __unexpected(unexpected_handler func);
27 __terminate(terminate_handler func) _NOEXCEPT;
  /external/parameter-framework/upstream/tools/clientSimulator/clientsimulator/userInteraction/
DynamicCallHelper.py 54 def __init__(self, func, *args):
58 :param func: the function that will be called when calling the object
59 :type func: function
60 :param *args: arguments destinated to func
64 self.__func = func
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
cxa_handlers.hpp 23 __unexpected(unexpected_handler func);
27 __terminate(terminate_handler func) _NOEXCEPT;
  /ndk/tests/device/test-stlport_shared-exception/jni/
spec3.cpp 15 void func() throw (B,A) function
22 try { func(); }
  /ndk/tests/device/test-stlport_static-exception/jni/
spec3.cpp 15 void func() throw (B,A) function
22 try { func(); }
  /art/test/065-mismatched-implements/src2/
Defs.java 18 public void func() { method in class:Defs
  /art/test/066-mismatched-super/src/
Defs.java 18 public void func() { method in class:Defs
  /external/clang/test/CXX/expr/expr.unary/expr.new/
p17-crash.cpp 4 // new expression in func()
12 void func() { function

Completed in 1919 milliseconds

1 2 3 45 6 7 8 91011>>