HomeSort by relevance Sort by last modified time
    Searched refs:fn (Results 251 - 275 of 612) sorted by null

<<11121314151617181920>>

  /packages/apps/Launcher2/
print_db.py 32 def pull_file(fn):
33 print "pull_file: " + fn
36 + " " + fn);
120 def process_file(fn):
121 print "process_file: " + fn
122 conn = sqlite3.connect(fn)
  /system/extras/tests/framebuffer/
mdp_test.c 34 char *type, *fn; local
37 fn = strchr(name, ':');
38 if (!fn)
40 *(fn++) = '\0';
51 *fd = open(fn, O_RDONLY);
64 printf("Successfully opened file %s (fmt=%d len=%d fd=%d)\n", fn, *fmt,
  /external/clang/lib/CodeGen/
CGCXX.cpp 201 llvm::Function *fn = local
203 setFunctionLinkage(ctor, fn);
205 CodeGenFunction(*this).GenerateCode(GlobalDecl(ctor, ctorType), fn, fnInfo); local
207 SetFunctionDefinitionAttributes(ctor, fn);
208 SetLLVMFunctionAttributesForDefinition(ctor, fn);
265 llvm::Function *fn = local
267 setFunctionLinkage(dtor, fn);
269 CodeGenFunction(*this).GenerateCode(GlobalDecl(dtor, dtorType), fn, fnInfo); local
271 SetFunctionDefinitionAttributes(dtor, fn);
272 SetLLVMFunctionAttributesForDefinition(dtor, fn);
    [all...]
  /external/valgrind/main/callgrind/
debug.c 65 VG_(printf)("%s", cxt->fn[0]->name);
69 VG_(printf)("'%s", cxt->fn[i]->name);
83 UInt *pactive = CLG_(get_fn_entry)(cxt->fn[0]->number);
84 CLG_ASSERT(rec_index < cxt->fn[0]->separate_recursions);
277 ce->nonskipped->cxt->fn[0]->name);
313 obj = bbcc->cxt->fn[0]->file->obj;
317 if (VG_(strcmp)(bbcc->cxt->fn[0]->file->name, "???") !=0) {
318 VG_(printf)(" %s", bbcc->cxt->fn[0]->file->name);
319 if ((bbcc->cxt->fn[0] == bbcc->bb->fn) && (bbcc->bb->line>0)
    [all...]
  /external/icu4c/test/perf/normperf/
normperf.h 35 QuickCheckFn fn; member in class:QuickCheckPerfFunction
49 retVal = (*fn)(lines[i].name,lines[i].len,mode, options, status);
53 retVal = (*fn)(lines[i].name,-1,mode, options, status);
59 retVal = (*fn)(src,srcLen,mode, options, status);
61 retVal = (*fn)(src,-1,mode, options, status);
78 fn = func;
88 fn = func;
107 NormFn fn; member in class:NormPerfFunction
120 retVal = (*fn)(lines[i].name,lines[i].len,pDest,destLen, options, status);
124 retVal = (*fn)(lines[i].name,-1,pDest,destLen, options, status)
    [all...]
  /external/openssl/crypto/objects/
o_names.c 265 void (*fn)(const OBJ_NAME *,void *arg); member in struct:doall
272 d->fn(name,d->arg);
277 void OBJ_NAME_do_all(int type,void (*fn)(const OBJ_NAME *,void *arg),void *arg)
282 d.fn=fn;
314 void OBJ_NAME_do_all_sorted(int type,void (*fn)(const OBJ_NAME *,void *arg),
328 fn(d.names[n],arg);
  /external/valgrind/main/coregrind/
m_tooliface.c 336 #define DEF0(fn, args...) \
337 void VG_(fn)(void(*f)(args)) { \
338 VG_(tdict).fn = f; \
341 #define DEF1(fn, args...) \
342 void VG_(fn)(VG_REGPARM(1) void(*f)(args)) { \
343 VG_(tdict).fn = f; \
346 #define DEF2(fn, args...) \
347 void VG_(fn)(VG_REGPARM(2) void(*f)(args)) { \
348 VG_(tdict).fn = f; \
  /external/icu4c/common/
uhash.h 260 * @param fn the function to be used hash keys; must not be NULL
264 uhash_setKeyHasher(UHashtable *hash, UHashFunction *fn);
270 * @param fn the function to be used compare keys; must not be NULL
274 uhash_setKeyComparator(UHashtable *hash, UKeyComparator *fn);
280 * @param fn the function to be used compare keys; must not be NULL
284 uhash_setValueComparator(UHashtable *hash, UValueComparator *fn);
293 * @param fn the function to be used delete keys, or NULL
297 uhash_setKeyDeleter(UHashtable *hash, UObjectDeleter *fn);
306 * @param fn the function to be used delete values, or NULL
310 uhash_setValueDeleter(UHashtable *hash, UObjectDeleter *fn);
    [all...]
hash.h 67 UObjectDeleter *setValueDeleter(UObjectDeleter *fn);
149 inline UObjectDeleter *Hashtable::setValueDeleter(UObjectDeleter *fn) {
150 return uhash_setValueDeleter(hash, fn);
  /external/mksh/src/
misc.c 1269 chvt(const char *fn)
1276 kshstate_f.h = evilhash(fn);
1278 if (*fn == '-') {
1280 fn = dv + 1;
1282 if (stat(fn, &sb)) {
1284 strlcpy(dv + 9, fn, sizeof(dv) - 9);
1286 strlcpy(dv + 8, fn, sizeof(dv) - 8);
1288 errorf("chvt: can't find tty %s", fn);
1290 fn = dv;
1293 errorf("chvt: not a char device: %s", fn);
    [all...]
  /hardware/ti/omap4xxx/test/CameraHal/
camera_test_menu.cpp 458 char fn[256]; local
468 fn[0] = 0;
469 sprintf(fn, "/sdcard/img%03d.raw", counter);
470 fd = open(fn, O_CREAT | O_WRONLY | O_TRUNC, 0777);
486 printf("Bad Write int a %s error (%d)%s\n", fn, errno, strerror(errno));
490 __FUNCTION__, (int)buff, size, fn);
505 char fn[256]; local
512 fn[0] = 0;
513 sprintf(fn, "/sdcard/preview%03d.yuv", counter);
514 fd = open(fn, O_CREAT | O_WRONLY | O_TRUNC, 0777)
591 char fn[256]; local
    [all...]
  /external/libffi/src/m32r/
ffi.c 176 unsigned, unsigned, unsigned *, void (*fn)(void));
178 void ffi_call(ffi_cif *cif, void (*fn)(void), void *rvalue, void **avalue)
199 cif->flags, ecif.rvalue, fn);
  /external/libffi/src/mips/
ffi.c 504 void ffi_call(ffi_cif *cif, void (*fn)(void), void *rvalue, void **avalue)
526 cif->flags, ecif.rvalue, fn);
545 cif->flags, rvalue_copy, fn);
573 void * fn; local
578 fn = ffi_closure_O32;
581 fn = ffi_closure_N32;
585 /* lui $25,high(fn) */
586 tramp[0] = 0x3c190000 | ((unsigned)fn >> 16);
587 /* ori $25,low(fn) */
588 tramp[1] = 0x37390000 | ((unsigned)fn & 0xffff)
    [all...]
  /external/llvm/lib/CodeGen/
CalcSpillWeights.cpp 42 bool CalculateSpillWeights::runOnMachineFunction(MachineFunction &fn) {
46 << fn.getFunction()->getName() << '\n');
49 VirtRegAuxInfo vrai(fn, lis, getAnalysis<MachineLoopInfo>());
ProcessImplicitDefs.cpp 79 bool ProcessImplicitDefs::runOnMachineFunction(MachineFunction &fn) {
83 << ((Value*)fn.getFunction())->getName() << '\n');
87 TII = fn.getTarget().getInstrInfo();
88 TRI = fn.getTarget().getRegisterInfo();
89 MRI = &fn.getRegInfo();
98 MachineBasicBlock *Entry = fn.begin();
  /external/qemu/distrib/sdl-1.2.12/src/thread/
SDL_thread.c 207 DECLSPEC SDL_Thread * SDLCALL SDL_CreateThread(int (SDLCALL *fn)(void *), void *data, pfnSDL_CurrentBeginThread pfnBeginThread, pfnSDL_CurrentEndThread pfnEndThread)
209 DECLSPEC SDL_Thread * SDLCALL SDL_CreateThread(int (SDLCALL *fn)(void *), void *data)
232 args->func = fn;
  /frameworks/base/core/tests/coretests/src/android/os/
BinderThreadPriorityTest.java 98 String fn = "/proc/" + Process.myPid() + "/task/" + Process.myTid() + "/cgroup"; local
100 String cgroup = FileUtils.readTextFile(new File(fn), 1024, null);
106 Log.e(TAG, "Can't read: " + fn, e);
  /external/opencv/cv/src/
cvhaar.cpp 1786 CvFileNode* fn = NULL; local
    [all...]
  /build/tools/releasetools/
edify_generator.py 192 def WriteRawImage(self, mount_point, fn):
200 args = {'device': p.device, 'fn': fn}
203 'write_raw_image(package_extract_file("%(fn)s"), "%(device)s");'
207 'package_extract_file("%(fn)s", "%(device)s");' % args)
211 def SetPermissions(self, fn, uid, gid, mode):
213 self.script.append('set_perm(%d, %d, 0%o, "%s");' % (uid, gid, mode, fn))
215 def SetPermissionsRecursive(self, fn, uid, gid, dmode, fmode):
218 % (uid, gid, dmode, fmode, fn))
  /external/qemu/android/
config.c 338 aconfig_load_file(AConfig *root, const char *fn)
341 data = path_load_file(fn, NULL);
359 writer_init( Writer* w, const char* fn )
364 w->fd = creat( fn, 0755 );
464 aconfig_save_file(AConfig *root, const char *fn)
469 if (writer_init(w,fn) < 0)
  /external/valgrind/main/auxprogs/
ppc64shifts.c 433 void(*fn)(ULong,ULong*,ULong*);
438 fn = fns[i];
439 fn( arg, &res, &xer );
450 void(*fn)(ULong,ULong,ULong*,ULong*);
456 fn = fnV;
457 fn( arg1, arg2, &res, &xer );
  /bionic/libc/kernel/common/linux/netfilter_arp/
arp_tables.h 158 #define ARPT_ENTRY_ITERATE(entries, size, fn, args...) ({ unsigned int __i; int __ret = 0; struct arpt_entry *__entry; for (__i = 0; __i < (size); __i += __entry->next_offset) { __entry = (void *)(entries) + __i; __ret = fn(__entry , ## args); if (__ret != 0) break; } __ret; })
  /development/ndk/platforms/android-3/include/linux/netfilter_arp/
arp_tables.h 158 #define ARPT_ENTRY_ITERATE(entries, size, fn, args...) ({ unsigned int __i; int __ret = 0; struct arpt_entry *__entry; for (__i = 0; __i < (size); __i += __entry->next_offset) { __entry = (void *)(entries) + __i; __ret = fn(__entry , ## args); if (__ret != 0) break; } __ret; })
  /external/chromium/third_party/libevent/
evdns.h 455 @param fn the callback to be invoked when a log message is generated
457 void evdns_set_log_fn(evdns_debug_log_fn_type fn);
463 @param fn the new callback, or NULL to use the default.
465 void evdns_set_transaction_id_fn(ev_uint16_t (*fn)(void));
  /external/clang/lib/Analysis/
CocoaConventions.cpp 128 bool coreFoundation::followsCreateRule(const FunctionDecl *fn) {
131 const IdentifierInfo *ident = fn->getIdentifier();

Completed in 366 milliseconds

<<11121314151617181920>>