HomeSort by relevance Sort by last modified time
    Searched refs:func (Results 501 - 525 of 801) sorted by null

<<21222324252627282930>>

  /external/oprofile/daemon/
opd_sfile.c 527 for_one_sfile(struct sfile * sf, sfile_func func, void * data)
530 int free_sf = func(sf, data);
538 if (free_sf || func(&cg->to, data)) {
553 static void for_each_sfile(sfile_func func, void * data)
560 for_one_sfile(sf, func, data);
  /external/qemu/android/skin/
surface.c 591 SkinLineBlitFunc func; local
595 case SKIN_BLIT_COPY: func = skin_line_blit_copy; break;
596 case SKIN_BLIT_SRCOVER: func = skin_line_blit_srcover; break;
597 case SKIN_BLIT_DSTOVER: func = skin_line_blit_dstover; break;
609 func( (uint32_t*)line + blit->x, (uint32_t*)sline + blit->sx, blit->w );
  /external/bluetooth/glib/gobject/
gsignal.c 156 gpointer func,
188 GSignalAccumulator func; member in struct:__anon2050
477 gpointer func,
505 ((GCClosure*) handler->closure)->callback == func)))
542 ((GCClosure*) handler->closure)->callback == func)))
934 hook->func = (gpointer) hook_func;
    [all...]
  /external/v8/src/
debug-debugger.js 117 BreakPoint.prototype.func = function() {
483 Debug.findFunctionSourceLocation = function(func, opt_line, opt_column) {
484 var script = %FunctionGetScript(func);
485 var script_offset = %FunctionGetScriptSourcePosition(func);
518 Debug.setBreakPoint = function(func, opt_line, opt_column, opt_condition) {
519 if (!IS_FUNCTION(func)) throw new Error('Parameters have wrong types.');
521 if (%FunctionIsAPIFunction(func)) {
526 this.findFunctionSourceLocation(func, opt_line, opt_column).position;
527 var source_position = break_position - this.sourcePosition(func);
529 var script = %FunctionGetScript(func);
    [all...]
global-handles.cc 159 WeakReferenceCallback func = callback(); local
160 if (func == NULL) return false;
179 func(object, par);
  /hardware/broadcom/wlan/bcm4329/src/dhd/exe/
dhdu.c 693 int func, size; local
704 func = strtol(argv[1], &endptr, 0);
719 if ((ret = dhd_var_getbuf(dhd, cmd->name, &func, sizeof(func), &ptr)) >= 0)
720 printf("Function %d block size: %d\n", func, *(int*)ptr);
722 printf("Setting function %d block size to %d\n", func, size);
723 size &= 0x0000ffff; size |= (func << 16);
851 sdreg.func = strtol((ptr+1), &ptr, 0);
852 if (*ptr || ((sdreg.func != 2) && sdreg.func != 4))
    [all...]
  /external/v8/tools/
tickprocessor.js 155 this.createAddressParser('func'), parseInt, 'var-args'],
341 TickProcessor.prototype.processTick = function(pc, sp, func, vmState, stack) {
349 if (func) {
350 var funcEntry = this.profile_.findEntry(func);
352 func = 0;
356 func = 0;
361 this.profile_.recordTick(this.processStack(pc, func, stack));
503 profile, filterP, func) {
509 func(rec);
tickprocessor.py 170 for func, id_not_used in known_funcs_items:
171 result.append(func)
354 def ProcessTick(self, pc, sp, func, state, stack):
371 self.ProcessTick(caller_pc, sp, func, state, stack)
377 func_entry_node = self.js_entries.Find(func)
389 for func in func_names:
390 func_ids.append(self.func_enum.GetFunctionId(func))
  /external/dbus/dbus/
dbus-message-factory.c 244 DBusInnerGeneratorFunc func)
249 if (!(*func)(iter, &message))
1146 DBusMessageGeneratorFunc func; member in struct:__anon3222
1187 DBusMessageGeneratorFunc func; local
    [all...]
  /bionic/libc/bionic/
malloc_debug_leak.c 327 * 'func' is the capitalized name of the caller function.
333 const char* func)
347 func, mem, CHK_SENTINEL_HEAD_SIZE-i);
363 func, buffer, bytes, i+1);
  /external/bluetooth/glib/glib/
giounix.c 151 GIOFunc func = (GIOFunc)callback; local
155 if (!func)
162 return (*func) (watch->channel,
garray.h 134 GFunc func,
  /external/kernel-headers/original/linux/
i2c.h 350 static inline int i2c_check_functionality(struct i2c_adapter *adap, u32 func)
352 return (func & i2c_get_functionality(adap)) == func;
  /external/qemu/distrib/sdl-1.2.12/src/video/
SDL_video.c 760 #define SDL_PROC(ret,func,params) video->func=func;
762 #define SDL_PROC(ret,func,params) \
764 video->func = SDL_GL_GetProcAddress(#func); \
765 if ( ! video->func ) { \
766 SDL_SetError("Couldn't load GL function %s: %s\n", #func, SDL_GetError()); \
1410 void *func; local
    [all...]
  /frameworks/base/libs/ui/
EventRecurrence.cpp 230 status_t (*func)(const char16_t*,size_t,int*,int,int,bool)=parse_int)
256 err = func(p, (str+i-p), list+commaIndex, rangeMin,
266 err = func(p, (str+i-p), list+commaIndex, rangeMin, rangeMax, zeroOK);
  /libcore/luni/src/main/java/org/apache/xpath/compiler/
FunctionTable.java 360 * @param func A Implementation of an XPath Function object.
363 public int installFunction(String name, Class func)
377 m_functions_customer[funcIndex - NUM_BUILT_IN_FUNCS] = func;
383 m_functions_customer[funcIndex-NUM_BUILT_IN_FUNCS] = func;
  /bionic/libc/kernel/common/linux/
init.h 101 #define __setup(str, func)
  /dalvik/vm/
JniInternal.h 146 * Configure "method" to use the JNI bridge to call "func".
148 void dvmUseJNIBridge(Method* method, void* func);
  /dalvik/vm/compiler/
Compiler.h 291 void (*func)(struct CompilationUnit *, struct BasicBlock *));
  /development/ndk/platforms/android-3/include/linux/
init.h 101 #define __setup(str, func)
  /development/simulator/wrapsim/
Intercept.c 122 static const char* rewritePath(const char* func, char* pathBuf,
142 wsLog("NOTE: full path used: %s(%s)\n", func, origPath);
145 CALLTRACE("rewrite %s('%s') --> (not rewritten)\n", func, origPath);
151 CALLTRACE("rewrite %s('%s') --> '%s'\n", func, origPath, pathBuf);
  /external/bluetooth/glib/gio/xdgmime/
xdgmime.c 224 xdg_run_command_on_dirs (XdgDirectoryFunc func,
234 if ((func) (xdg_data_home, user_data))
250 stop_processing = (func) (guessed_xdg_home, user_data);
288 stop_processing = (func) (dir, user_data);
  /external/chromium/base/
logging.h 462 #define DECLARE_DCHECK_STROP_IMPL(func, expected) \
463 std::string* Check##func##expected##Impl(const char* s1, \
474 #define DCHECK_STROP(func, op, expected, s1, s2) \
476 logging::Check##func##expected##Impl((s1), (s2), \
    [all...]
  /external/chromium/base/third_party/xdg_mime/
xdgmime.c 224 xdg_run_command_on_dirs (XdgDirectoryFunc func,
234 if ((func) (xdg_data_home, user_data))
250 stop_processing = (func) (guessed_xdg_home, user_data);
288 stop_processing = (func) (dir, user_data);
  /external/freetype/include/freetype/internal/
ftstream.h 291 #define FT_GET_MACRO( func, type ) ( (type)func( stream ) )
309 #define FT_READ_MACRO( func, type, var ) \
310 ( var = (type)func( stream, &error ), \

Completed in 1128 milliseconds

<<21222324252627282930>>