HomeSort by relevance Sort by last modified time
    Searched refs:func (Results 251 - 275 of 14217) sorted by null

<<11121314151617181920>>

  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-plugin/
plugin-26.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_GET_VIEW func@0x.*
13 .*: LDPT_RELEASE_INPUT_FILE func@0x.*
14 .*: LDPT_GET_SYMBOLS func@0x.*
15 .*: LDPT_GET_SYMBOLS_V2 func@0x.
    [all...]
plugin-13.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_GET_VIEW func@0x.*
13 .*: LDPT_RELEASE_INPUT_FILE func@0x.*
14 .*: LDPT_GET_SYMBOLS func@0x.*
15 .*: LDPT_GET_SYMBOLS_V2 func@0x.
    [all...]
  /external/python/cpython3/Lib/ctypes/test/
test_prototypes.py 8 # func.restype = c_char_p
9 # func(c_char_p("123"))
16 # func is called, but NOT before the result is actually built.
48 func = testdll._testfunc_p_p
49 func.restype = c_long
50 func.argtypes = None
56 func = prototype(("_testfunc_p_p", testdll),
60 func()
66 self.assertEqual(func(None), None)
67 self.assertEqual(func(input=None), None
216 def func(): pass function in function:ArrayTest.test
    [all...]
  /external/mesa3d/src/mapi/glapi/
glapi_nop.c 58 _glapi_set_warning_func(_glapi_proc func)
74 _glapi_set_nop_handler(_glapi_nop_handler_proc func)
76 nop_handler = func;
84 nop(const char *func)
87 nop_handler(func);
107 #define NAME(func) NoOp##func
108 #define DISPATCH(func, args, msg) nop(#func);
109 #define RETURN_DISPATCH(func, args, msg) nop(#func); return
    [all...]
  /prebuilts/go/darwin-x86/test/
nilptr2.go 9 func main() {
12 func() {
13 defer func() {
38 func use(interface{}) {
43 fn func()
45 // Edit .+1,/^}/s/^[^ ].+/ {"&", func() { println(&) }},\n {"\&&", func() { println(\&&) }},/g
46 {"*intp", func() { println(*intp) }},
47 {"&*intp", func() { println(&*intp) }},
48 {"*slicep", func() { println(*slicep) }}
    [all...]
  /prebuilts/go/linux-x86/test/
nilptr2.go 9 func main() {
12 func() {
13 defer func() {
38 func use(interface{}) {
43 fn func()
45 // Edit .+1,/^}/s/^[^ ].+/ {"&", func() { println(&) }},\n {"\&&", func() { println(\&&) }},/g
46 {"*intp", func() { println(*intp) }},
47 {"&*intp", func() { println(&*intp) }},
48 {"*slicep", func() { println(*slicep) }}
    [all...]
  /external/vulkan-validation-layers/libs/glm/detail/
_vectorize.hpp 37 #define VECTORIZE1_VEC(func) \
39 GLM_FUNC_QUALIFIER detail::tvec1<T, P> func( \
43 func(v.x)); \
46 #define VECTORIZE2_VEC(func) \
48 GLM_FUNC_QUALIFIER detail::tvec2<T, P> func( \
52 func(v.x), \
53 func(v.y)); \
56 #define VECTORIZE3_VEC(func) \
58 GLM_FUNC_QUALIFIER detail::tvec3<T, P> func( \
62 func(v.x),
    [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/libs/glm/detail/
_vectorize.hpp 37 #define VECTORIZE1_VEC(func) \
39 GLM_FUNC_QUALIFIER detail::tvec1<T, P> func( \
43 func(v.x)); \
46 #define VECTORIZE2_VEC(func) \
48 GLM_FUNC_QUALIFIER detail::tvec2<T, P> func( \
52 func(v.x), \
53 func(v.y)); \
56 #define VECTORIZE3_VEC(func) \
58 GLM_FUNC_QUALIFIER detail::tvec3<T, P> func( \
62 func(v.x),
    [all...]
  /art/test/065-mismatched-implements/src/
Base.java 18 public void func() { method in class:Base
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/tracedmodules/
testmod.py 1 def func(x): function
  /external/clang/test/CodeGen/
arm-bitfield-alignment.c 10 int func() { function
asan-globals.cpp 12 void func() { function
debug-info-enum.c 9 void func(enum e *p) { function
  /external/clang/test/Index/
getcursor-pp-pch.c 5 void OBSCURE(func)(int x) { function
  /external/clang/test/PCH/
debug-info-limited-struct.h 5 void func() { function
typo2.cpp 7 void func(struct Test);
  /external/compiler-rt/test/profile/Linux/
coverage_test.cpp 5 // BFD linker older than 2.26 has a bug that per-func profile data will be wrongly garbage collected when GC is turned on. We only do end-to-end test here without GC:
26 void func() { // CHECK: 0| [[@LINE]]|void func( function
  /external/llvm/test/MC/COFF/
seh-align2.s 32 // CHECK-NEXT: [[BeginDisp:0x[A-F0-9]+]] IMAGE_REL_AMD64_ADDR32NB func
33 // CHECK-NEXT: [[EndDisp:0x[A-F0-9]+]] IMAGE_REL_AMD64_ADDR32NB func
43 // CHECK-NEXT: StartAddress: func {{(\+0x[A-F0-9]+ )?}}([[BeginDisp]])
44 // CHECK-NEXT: EndAddress: func {{(\+0x[A-F0-9]+ )?}}([[EndDisp]])
65 .globl func
66 .def func; .scl 2; .type 32; .endef
67 .seh_proc func
75 func: label
seh-align3.s 32 // CHECK-NEXT: [[BeginDisp:0x[A-F0-9]+]] IMAGE_REL_AMD64_ADDR32NB func
33 // CHECK-NEXT: [[EndDisp:0x[A-F0-9]+]] IMAGE_REL_AMD64_ADDR32NB func
43 // CHECK-NEXT: StartAddress: func {{(\+0x[A-F0-9]+ )?}}([[BeginDisp]])
44 // CHECK-NEXT: EndAddress: func {{(\+0x[A-F0-9]+ )?}}([[EndDisp]])
67 .globl func
68 .def func; .scl 2; .type 32; .endef
69 .seh_proc func
79 func: label
  /external/llvm/test/tools/llvm-cov/
report.cpp 28 void func() { function
  /external/python/cpython2/Lib/test/tracedmodules/
testmod.py 1 def func(x): function
  /external/python/cpython3/Lib/test/tracedmodules/
testmod.py 1 def func(x): function
  /external/tensorflow/tensorflow/go/
version.go 25 func Version() string { return C.GoString(C.TF_Version()) }
  /external/webrtc/webrtc/base/
linuxfdwalk.h 19 // and calls func on each one. Additionally, it is safe to use from the child
28 int fdwalk(void (*func)(void *, int), void *opaque);
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/tracedmodules/
testmod.py 1 def func(x): function

Completed in 881 milliseconds

<<11121314151617181920>>