HomeSort by relevance Sort by last modified time
    Searched refs:func (Results 276 - 300 of 3459) sorted by null

<<11121314151617181920>>

  /bionic/libc/kernel/uapi/linux/
pg.h 26 char func; member in struct:pg_write_hdr
  /development/ndk/platforms/android-L/include/linux/
pg.h 26 char func; member in struct:pg_write_hdr
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/irc/servlet/
util.js 9 function bind(obj, func) {
11 return func.apply(obj, arguments);
  /external/chromium_org/net/base/
net_module.h 26 static void SetResourceProvider(ResourceProvider func);
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9/
bitops-bits-in-byte.js 15 function TimeFunc(func) {
18 for(var y=0; y<256; y++) func(y);
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
bitops-bits-in-byte.js 15 function TimeFunc(func) {
18 for(var y=0; y<256; y++) func(y);
  /external/chromium_org/third_party/icu/source/io/
ucln_io.h 36 cleanupFunc *func);
  /external/chromium_org/third_party/mesa/src/src/gallium/targets/libgl-xlib/
xlib.c 122 #define NAME(func) mgl##func
124 #define NAME(func) gl##func
127 #define DISPATCH(FUNC, ARGS, MESSAGE) \
128 GET_DISPATCH()->FUNC ARGS
130 #define RETURN_DISPATCH(FUNC, ARGS, MESSAGE) \
131 return GET_DISPATCH()->FUNC ARGS
  /external/chromium_org/third_party/mesa/src/src/mapi/glapi/
glapi_dispatch.c 55 #define NAME(func) mgl##func
57 #define NAME(func) gl##func
63 #define DISPATCH(FUNC, ARGS, MESSAGE) \
65 GET_DISPATCH()->FUNC ARGS
67 #define RETURN_DISPATCH(FUNC, ARGS, MESSAGE) \
69 return GET_DISPATCH()->FUNC ARGS
73 #define DISPATCH(FUNC, ARGS, MESSAGE) \
74 GET_DISPATCH()->FUNC ARG
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mapi/mapi/
entry_x86_tsd.h 37 #define STUB_ASM_ENTRY(func) \
38 ".globl " func "\n" \
39 ".type " func ", @function\n" \
41 func ":"
  /external/chromium_org/third_party/skia/third_party/lua/src/
linit.c 55 for (lib = loadedlibs; lib->func; lib++) {
56 luaL_requiref(L, lib->name, lib->func, 1);
61 for (lib = preloadedlibs; lib->func; lib++) {
62 lua_pushcfunction(L, lib->func);
  /external/clang/test/CXX/stmt.stmt/stmt.ambig/
p1-0x.cpp 16 void func(A, B, C, D, E);
18 void func(int a, int c) { function
27 func(a, d, e, f, g);
39 func(a, d, e, f, g);
  /external/clang/test/CXX/temp/temp.names/
p2.cpp 8 template <typename R, typename P> void h(R (*func)(P)) {}
  /external/clang/test/CodeGen/
2003-09-30-StructLayout.c 16 void func(struct St* A) { function
  /external/clang/test/Sema/
2007-10-01-BuildArrayRef.c 3 void func() function
incomplete-call.c 9 void func(void *p) { function
  /external/clang/test/SemaCXX/
ambig-user-defined-conversions.cpp 16 void func(const int ci, const char cc); // expected-note {{candidate function}}
17 void func(const char ci, const B b); // expected-note {{candidate function}}
18 void func(const B b, const int ci); // expected-note {{candidate function}}
22 func(b1, f()); // expected-error {{call to 'func' is ambiguous}}
  /external/compiler-rt/test/profile/Inputs/
instrprof-dlopen-main.c 8 void func(int K);
15 void *f1_handle = dlopen(DLOPEN_FUNC_DIR"/func.shared", DLOPEN_FLAGS);
17 fprintf(stderr, "unable to open '" DLOPEN_FUNC_DIR "/func.shared': %s\n",
22 void (*func)(int) = (void (*)(int))dlsym(f1_handle, "func");
23 if (func == NULL) {
24 fprintf(stderr, "unable to lookup symbol 'func': %s\n", dlerror());
42 func(1);
  /external/icu/icu4c/source/io/
ucln_io.h 36 cleanupFunc *func);
  /external/kernel-headers/original/uapi/linux/
pg.h 46 char func; /* PG_RESET or PG_COMMAND */ member in struct:pg_write_hdr
  /external/libcxx/test/utilities/function.objects/func.require/
Android.mk 17 test_makefile := external/libcxx/test/utilities/function.objects/func.require/Android.mk
19 test_name := utilities/function.objects/func.require/unary_function
23 test_name := utilities/function.objects/func.require/binary_function
27 test_name := utilities/function.objects/func.require/invoke
  /external/libunwind/tests/
Gtest-nomalloc.c 40 static void * (*func)();
42 if(!func)
43 func = (void *(*)()) dlsym(RTLD_NEXT, "malloc");
49 return func(s);
  /external/llvm/test/MC/COFF/
seh.s 40 // CHECK-NEXT: 0x20 IMAGE_REL_AMD64_ADDR32NB func
41 // CHECK-NEXT: 0x24 IMAGE_REL_AMD64_ADDR32NB func
45 // CHECK-NEXT: 0x0 IMAGE_REL_AMD64_ADDR32NB func
46 // CHECK-NEXT: 0x4 IMAGE_REL_AMD64_ADDR32NB func
48 // CHECK-NEXT: 0xC IMAGE_REL_AMD64_ADDR32NB func
49 // CHECK-NEXT: 0x10 IMAGE_REL_AMD64_ADDR32NB func
124 .globl func
125 .def func; .scl 2; .type 32; .endef
126 .seh_proc func
127 func label
    [all...]
  /external/mesa3d/src/gallium/targets/libgl-xlib/
xlib.c 122 #define NAME(func) mgl##func
124 #define NAME(func) gl##func
127 #define DISPATCH(FUNC, ARGS, MESSAGE) \
128 GET_DISPATCH()->FUNC ARGS
130 #define RETURN_DISPATCH(FUNC, ARGS, MESSAGE) \
131 return GET_DISPATCH()->FUNC ARGS
  /external/mesa3d/src/mapi/glapi/
glapi_dispatch.c 55 #define NAME(func) mgl##func
57 #define NAME(func) gl##func
63 #define DISPATCH(FUNC, ARGS, MESSAGE) \
65 GET_DISPATCH()->FUNC ARGS
67 #define RETURN_DISPATCH(FUNC, ARGS, MESSAGE) \
69 return GET_DISPATCH()->FUNC ARGS
73 #define DISPATCH(FUNC, ARGS, MESSAGE) \
74 GET_DISPATCH()->FUNC ARG
    [all...]

Completed in 1352 milliseconds

<<11121314151617181920>>