HomeSort by relevance Sort by last modified time
    Searched refs:Func (Results 1 - 7 of 7) sorted by null

  /external/chromium/third_party/icu/source/test/perf/collperf/
collperf.cpp 79 typedef void (CmdKeyGen::* Func)(int32_t);
85 Func fn;
93 CmdKeyGen(UErrorCode, UCollator * col,DWORD win_langid, int32_t count, DataIndex * data,Func fn,int32_t)
129 typedef void (CmdIter::* Func)(UErrorCode* , int32_t );
132 Func fn;
136 CmdIter(UErrorCode & status, UCollator * col, int32_t count, CA_uchar *data, Func fn, int32_t,int32_t)
178 typedef void (CmdIterAll::* Func)(UErrorCode* status);
181 Func fn;
317 #define QFUNC(name, func, data) \
320 return func(da->data, db->data);
    [all...]
  /external/icu4c/test/perf/collperf/
collperf.cpp 79 typedef void (CmdKeyGen::* Func)(int32_t);
85 Func fn;
93 CmdKeyGen(UErrorCode, UCollator * col,DWORD win_langid, int32_t count, DataIndex * data,Func fn,int32_t)
129 typedef void (CmdIter::* Func)(UErrorCode* , int32_t );
132 Func fn;
136 CmdIter(UErrorCode & status, UCollator * col, int32_t count, CA_uchar *data, Func fn, int32_t,int32_t)
178 typedef void (CmdIterAll::* Func)(UErrorCode* status);
181 Func fn;
317 #define QFUNC(name, func, data) \
320 return func(da->data, db->data);
    [all...]
  /external/openssl/crypto/sha/asm/
sha512-s390x.pl 79 $Func="sha${label}_block_data_order";
212 .globl $Func
213 .type $Func,\@function
214 $Func:
291 .size $Func,.-$Func
  /external/stlport/test/unit/
ptrspec_test.cpp 71 void func() {} function in class:AClass
101 mem_func_vector.push_back(&AClass::func);
224 typedef void (*Func)(int);
229 vector<Func> fs;
  /ndk/sources/android/stlport/test/unit/
ptrspec_test.cpp 71 void func() {} function in class:AClass
101 mem_func_vector.push_back(&AClass::func);
224 typedef void (*Func)(int);
229 vector<Func> fs;
  /external/chromium/base/
tracked_objects.h 522 static void RunOnAllThreads(void (*Func)());
  /external/protobuf/python/
mox.py 1112 class Func(Comparator):
1126 mock_dao.DoSomething(Func(myParamValidator), true)
1129 def __init__(self, func):
1133 func: callable that takes one parameter and returns a bool
1136 self._func = func
1141 rhs is passed into func.
1147 the result of func(rhs)
    [all...]

Completed in 128 milliseconds