HomeSort by relevance Sort by last modified time
    Searched defs:func (Results 151 - 175 of 438) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/zlib/src/contrib/iostream3/
zfstream.h 429 (*func)(gzofstream&, T1, T2); member in class:gzomanip2
452 : func(f), val1(v1), val2(v2)
459 { return (*m.func)(s, m.val1, m.val2); }
  /frameworks/native/include/binder/
BpBinder.h 55 object_cleanup_func func);
73 IBinder::object_cleanup_func func);
87 IBinder::object_cleanup_func func; member in struct:android::BpBinder::ObjectManager::entry_t
  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/func/
CipherAesTest.java 16 package org.apache.harmony.crypto.tests.javax.crypto.func;
CipherDESedeTest.java 16 package org.apache.harmony.crypto.tests.javax.crypto.func;
CipherDesTest.java 16 package org.apache.harmony.crypto.tests.javax.crypto.func;
CipherPBEThread.java 16 package org.apache.harmony.crypto.tests.javax.crypto.func;
CipherRSAThread.java 16 package org.apache.harmony.crypto.tests.javax.crypto.func;
CipherSymmetricKeyThread.java 16 package org.apache.harmony.crypto.tests.javax.crypto.func;
CipherWrapThread.java 16 package org.apache.harmony.crypto.tests.javax.crypto.func;
KeyAgreementThread.java 16 package org.apache.harmony.crypto.tests.javax.crypto.func;
  /ndk/tests/device/test-stlport_shared-exception/jni/
new1_3.cpp 10 // the result should be "ctor, new, func, dtor". If the new operator throws
16 // then the result should be "new, ctor, func, dtor". If the new operator
80 void func(B* ) function
89 func(new B(A(10).addr()));
114 func(new B(A(10).addr()));
139 func(new B(A(10).addr()));
  /ndk/tests/device/test-stlport_static-exception/jni/
new1_3.cpp 10 // the result should be "ctor, new, func, dtor". If the new operator throws
16 // then the result should be "new, ctor, func, dtor". If the new operator
80 void func(B* ) function
89 func(new B(A(10).addr()));
114 func(new B(A(10).addr()));
139 func(new B(A(10).addr()));
  /sdk/emulator/opengl/host/libs/GLESv1_dec/
GLDecoder.cpp 230 void *func = NULL; local
232 func = (void *) eglGetProcAddress(name);
234 if (func == NULL) {
235 func = (void *)(ctx->m_glesDso->findSymbol(name));
237 return func;
  /system/core/netcfg/
netcfg.c 105 void *func; member in struct:__anon44015
120 int (*func)(char *a0) = _func;
121 return func(args[0]);
124 int (*func)(char *a0, char *a1) = _func;
125 return func(args[0], args[1]);
128 int (*func)(char *a0, char *a1, char *a2) = _func;
129 return func(args[0], args[1], args[2]);
170 if(call_func(CMDS[n].func, nargs, argv)) {
  /dalvik/vm/
InlineNative.h 49 InlineOp4Func func; /* MUST be first entry */ member in struct:InlineOperation
117 return (*gDvmInlineOpsTable[opIndex].func)(arg0, arg1, arg2, arg3, pResult);
  /external/chromium/base/
path_service.cc 38 PathService::ProviderFunc func; member in struct:__anon3679::Provider
193 if (provider->func(key, &path))
240 void PathService::RegisterProvider(ProviderFunc func, int key_start,
261 p->func = func;
time_win_unittest.cc 177 TestFunc func; member in struct:TestCase
192 while (cases[test_case].func) {
195 cases[test_case].func();
  /external/clang/test/CodeGen/
2002-07-14-MiscTests3.c 28 unsigned PtrFunc(int (*Func)(int), int X) {
29 return Func(X);
75 int Func(int Param, long long Param2) {
103 int func(int i, int j) { function
107 j += func(2, i);
139 //func(argc, argc);
  /external/clang/test/FixIt/
typo.cpp 110 void func() { function
  /external/clang/test/Sema/
i-c-e.c 41 void func(int x) function
45 case sizeof("loooong"): func(4);
46 case sizeof("\ploooong"): func(4);
  /external/clang/test/SemaCXX/
warn-unused-variables.cpp 134 void func() { function in namespace:ctor_with_cleanups
  /external/clang/test/SemaTemplate/
instantiate-function-params.cpp 84 functype func; member in struct:InstantiateFunctionTypedef::X
88 (void)x.func(1, 2);
nested-template.cpp 161 template <typename T> int X<T>::func() {} // expected-error{{out-of-line definition of 'func' from class 'X<T>' without definition}} function in class:Outer1::X
  /external/compiler-rt/lib/tsan/go/
tsan_go.cc 31 void internal_start_thread(void(*func)(void*), void *arg) {
55 extern "C" int __tsan_symbolize(uptr pc, char **func, char **file,
63 char *func = 0, *file = 0; local
65 if (__tsan_symbolize(addr, &func, &file, &line, &off)) {
67 s->func = internal_strdup(func ? func : "??");
71 free(func);
  /external/e2fsprogs/lib/ext2fs/
block.c 23 int (*func)(ext2_filsys fs, member in struct:block_context
69 ret = (*ctx->func)(ctx->fs, ind_block,
94 flags = (*ctx->func)(ctx->fs, block_nr, ctx->bcount,
108 flags = (*ctx->func)(ctx->fs, block_nr, ctx->bcount,
130 ret |= (*ctx->func)(ctx->fs, ind_block,
147 ret = (*ctx->func)(ctx->fs, dind_block,
209 ret |= (*ctx->func)(ctx->fs, dind_block,
226 ret = (*ctx->func)(ctx->fs, tind_block,
288 ret |= (*ctx->func)(ctx->fs, tind_block,
299 int (*func)(ext2_filsys fs
511 int (*func)(ext2_filsys fs, member in struct:xlate
    [all...]

Completed in 3353 milliseconds

1 2 3 4 5 67 8 91011>>