HomeSort by relevance Sort by last modified time
    Searched refs:func (Results 476 - 500 of 1111) sorted by null

<<11121314151617181920>>

  /external/llvm/test/FrontendC/
2002-07-14-MiscTests3.c 32 unsigned PtrFunc(int (*Func)(int), int X) {
33 return Func(X);
79 int Func(int Param, long long Param2) {
107 int func(int i, int j) { function
111 j += func(2, i);
143 //func(argc, argc);
  /external/openssl/apps/
progs.pl 23 int (*func)(int argc,char *argv[]);
  /external/openssl/crypto/evp/
evp_err.c 68 #define ERR_FUNC(func) ERR_PACK(ERR_LIB_EVP,func,0)
  /external/openssl/crypto/rsa/
rsa_err.c 68 #define ERR_FUNC(func) ERR_PACK(ERR_LIB_RSA,func,0)
  /external/openssl/crypto/store/
str_err.c 68 #define ERR_FUNC(func) ERR_PACK(ERR_LIB_STORE,func,0)
  /external/openssl/crypto/x509v3/
v3err.c 68 #define ERR_FUNC(func) ERR_PACK(ERR_LIB_X509V3,func,0)
  /external/qemu/audio/
audio_pt_int.c 23 int audio_pt_init (struct audio_pt *p, void *(*func) (void *),
56 err = pthread_create (&p->thread, NULL, func, opaque);
  /external/v8/test/mjsunit/
debug-liveedit-patch-positions.js 51 function ReadMarkerPositions(func) {
52 var text = func.toString();
62 function ReadPCMap(func, positions) {
65 var pc = Debug.LiveEdit.GetPcFromSourcePos(func, positions[i]);
  /external/v8/tools/
logreader.js 94 * @param {number} func JS Function.
98 LogReader.prototype.processStack = function(pc, func, stack) {
99 var fullStack = func ? [pc, func] : [pc];
  /external/webkit/Source/WebKit/chromium/public/
WebKitClient.h 274 virtual void setSharedTimerFiredFunction(void (*func)()) { }
279 virtual void callOnMainThread(void (*func)(void*), void* context) { }
  /external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/
PluginTest.cpp 67 void PluginTest::registerNPShutdownFunction(void (*func)())
70 shutdownFunction = func;
  /external/webkit/Tools/Scripts/webkitpy/tool/commands/
queuestest.py 51 def assert_outputs(self, func, func_name, args, expected_stdout, expected_stderr, expected_exceptions):
57 func,
  /frameworks/base/graphics/java/android/renderscript/
ProgramStore.java 265 * @param func function used for depth testing
269 public Builder setDepthFunc(DepthFunc func) {
270 mDepthFunc = func;
  /frameworks/base/libs/binder/
Binder.cpp 138 object_cleanup_func func)
153 e->mObjects.attach(objectID, object, cleanupCookie, func);
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src_gcc/
armVCM4P10_InterpolateLuma_Align_unsafe_s.S 14 .func armVCM4P10_InterpolateLuma_HorAlign9x_unsafe
74 .func armVCM4P10_InterpolateLuma_VerAlign4x_unsafe
armVCM4P10_InterpolateLuma_DiagCopy_unsafe_s.S 14 .func armVCM4P10_InterpolateLuma_HorDiagCopy_unsafe
48 .func armVCM4P10_InterpolateLuma_VerDiagCopy_unsafe
omxVCM4P10_TransformDequantLumaDCFromPair_s.S 14 .func armVCM4P10_InvTransformDequantLumaDC4x4
62 .func omxVCM4P10_TransformDequantLumaDCFromPair
  /hardware/msm7k/libcamera/
QualcommCameraHardware.h 94 camera_func_type func,
99 camera_func_type func,
  /bootable/recovery/minzip/
Hash.h 130 * Execute "func" on every entry in the hash table.
132 * If "func" returns a nonzero value, terminate early and return the value.
134 int mzHashForeach(HashTable* pHashTable, HashForeachFunc func, void* arg);
  /dalvik/vm/
Hash.cpp 84 // call free func then nuke entry
292 int dvmHashForeachRemove(HashTable* pHashTable, HashForeachRemoveFunc func)
300 val = (*func)(pEnt->data);
318 * If "func" returns a nonzero value, terminate early and return the value.
320 int dvmHashForeach(HashTable* pHashTable, HashForeachFunc func, void* arg)
328 val = (*func)(pEnt->data, arg);
JniInternal.h 112 * Configure "method" to use the JNI bridge to call "func".
114 void dvmUseJNIBridge(Method* method, void* func);
  /development/ndk/platforms/android-3/include/
thread_db.h 134 extern td_err_e td_ta_thr_iter(td_thragent_t const * agent, td_thr_iter_f * func, void * cookie,
  /external/bluetooth/glib/glib/
gtestutils.c     [all...]
  /external/chromium/googleurl/base/
logging.h 306 #define DECLARE_DCHECK_STROP_IMPL(func, expected) \
307 std::string* Check##func##expected##Impl(const char* s1, \
318 #define DCHECK_STROP(func, op, expected, s1, s2) \
320 logging::Check##func##expected##Impl((s1), (s2), \
  /external/e2fsprogs/lib/e2p/
e2p.h 29 int (*func) (const char *, struct dirent *, void *),

Completed in 4744 milliseconds

<<11121314151617181920>>