/bionic/libc/upstream-netbsd/lib/libc/gen/ |
nftw.c | 39 nftw(const char *path, int (*fn)(const char *, const struct stat *, int, 105 error = fn(cur->fts_path, cur->fts_statp, fnflag, &f);
|
/external/bison/examples/calc++/ |
position.hh | 74 void initialize (std::string* fn = YY_NULL, 78 filename = fn;
|
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/testing/ |
assert_additions.js | 30 * @param {Function} fn The function to call. 31 * @param {string} error The name of the exception we expect {@code fn} to 34 function assertException(msg, fn, error) { 36 fn();
|
/external/chromium_org/chrome/common/extensions/docs/server2/ |
compiled_file_system.py | 20 def _GetUnboundFunction(fn): 25 return getattr(fn, 'im_func', fn) 28 def Cache(fn): 36 _CACHEABLE_FUNCTIONS.add(_GetUnboundFunction(fn)) 37 return fn 40 def SingleFile(fn): 49 _SINGLE_FILE_FUNCTIONS.add(_GetUnboundFunction(fn)) 50 return fn 53 def Unicode(fn) [all...] |
/external/chromium_org/third_party/hwcplus/src/ |
hwcplus_util.c | 19 void hwcplus_set_log_fn(hwcplus_log_fn_t fn) { 20 hwcplus_log_fn = fn;
|
/external/chromium_org/third_party/icu/source/tools/ctestfw/unicode/ |
utimer.h | 65 * double perfNormalization(NormFn fn,const char* mode,Line* fileLines,int32_t loopCount){ 90 * retVal= fn(fileLines[line].name,len,dest,destCapacity,&error); 114 * retVal= fn(fileLines[line].name,len,dest,destCapacity,&error); 258 * @param fn The funtion to be executed 259 * @param param Parameters to be passed to the fn 265 FuntionToBeTimed fn, 272 fn(param);
|
/external/chromium_org/ui/gl/ |
gl_context_wgl.cc | 28 if (g_driver_wgl.fn.wglGetExtensionsStringARBFn) 30 else if (g_driver_wgl.fn.wglGetExtensionsStringEXTFn)
|
gl_implementation_android.cc | 78 ::gfx::g_driver_gl.fn.glClearDepthFn = MarshalClearDepthToClearDepthf; 79 ::gfx::g_driver_gl.fn.glDepthRangeFn = MarshalDepthRangeToDepthRangef;
|
/external/chromium_org/v8/src/arm64/ |
assembler-arm64.cc | [all...] |
assembler-arm64.h | [all...] |
/external/clang/lib/Analysis/ |
CocoaConventions.cpp | 91 bool coreFoundation::followsCreateRule(const FunctionDecl *fn) { 94 const IdentifierInfo *ident = fn->getIdentifier();
|
/external/genext2fs/ |
test-mount.sh | 39 /sbin/e2fsck -fn ext2.img || fail 59 /sbin/e2fsck -fn ext2.img || fail
|
/external/icu/icu4c/source/tools/ctestfw/unicode/ |
utimer.h | 65 * double perfNormalization(NormFn fn,const char* mode,Line* fileLines,int32_t loopCount){ 90 * retVal= fn(fileLines[line].name,len,dest,destCapacity,&error); 114 * retVal= fn(fileLines[line].name,len,dest,destCapacity,&error); 258 * @param fn The funtion to be executed 259 * @param param Parameters to be passed to the fn 265 FuntionToBeTimed fn, 272 fn(param);
|
/external/chromium_org/third_party/icu/source/test/perf/collperf/ |
collperf.cpp | 88 Func fn; member in class:CmdKeyGen 96 CmdKeyGen(UErrorCode, UCollator * col,DWORD win_langid, int32_t count, DataIndex * data,Func fn,int32_t) 97 :col(col),win_langid(win_langid), count(count), data(data), fn(fn){} 103 (this->*fn)(i); 137 Func fn; member in class:CmdIter 141 CmdIter(UErrorCode & status, UCollator * col, int32_t count, CA_uchar *data, Func fn, int32_t,int32_t) 142 :count(count), data(data), fn(fn){ 157 (this->*fn)(status, i) 186 Func fn; member in class:CmdIterAll 344 Func fn; member in struct:CmdQsort 401 Func fn; member in class:CmdBinSearch [all...] |
/external/chromium_org/third_party/libvpx/source/libvpx/vpx_ports/ |
mem_ops.h | 50 #define mem_ops_wrap_symbol(fn) mem_ops_wrap_symbol2(fn, MEM_VALUE_T) 52 #define mem_ops_wrap_symbol2(fn,typ) mem_ops_wrap_symbol3(fn,typ) 54 #define mem_ops_wrap_symbol3(fn,typ) fn##_as_##typ
|
/external/icu/icu4c/source/test/perf/collperf/ |
collperf.cpp | 88 Func fn; member in class:CmdKeyGen 96 CmdKeyGen(UErrorCode, UCollator * col,DWORD win_langid, int32_t count, DataIndex * data,Func fn,int32_t) 97 :col(col),win_langid(win_langid), count(count), data(data), fn(fn){} 103 (this->*fn)(i); 137 Func fn; member in class:CmdIter 141 CmdIter(UErrorCode & status, UCollator * col, int32_t count, CA_uchar *data, Func fn, int32_t,int32_t) 142 :count(count), data(data), fn(fn){ 157 (this->*fn)(status, i) 186 Func fn; member in class:CmdIterAll 344 Func fn; member in struct:CmdQsort 401 Func fn; member in class:CmdBinSearch [all...] |
/external/libvpx/libvpx/vpx_ports/ |
mem_ops.h | 50 #define mem_ops_wrap_symbol(fn) mem_ops_wrap_symbol2(fn, MEM_VALUE_T) 52 #define mem_ops_wrap_symbol2(fn,typ) mem_ops_wrap_symbol3(fn,typ) 54 #define mem_ops_wrap_symbol3(fn,typ) fn##_as_##typ
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_ports/ |
mem_ops.h | 50 #define mem_ops_wrap_symbol(fn) mem_ops_wrap_symbol2(fn, MEM_VALUE_T) 52 #define mem_ops_wrap_symbol2(fn,typ) mem_ops_wrap_symbol3(fn,typ) 54 #define mem_ops_wrap_symbol3(fn,typ) fn##_as_##typ
|
/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)
|
/bionic/tests/ |
dlfcn_test.cpp | 74 int (*fn)(void); 75 fn = reinterpret_cast<int (*)(void)>(sym); 76 EXPECT_EQ(4, fn()); 160 fn_t fn = reinterpret_cast<fn_t>(dlsym(handle, "relo_test_get_answer")); local 161 ASSERT_TRUE(fn != nullptr) << dlerror(); 162 ASSERT_EQ(1, fn()); 194 fn_t fn, fn2; local 195 fn = reinterpret_cast<fn_t>(dlsym(RTLD_DEFAULT, "dlopen_test_get_answer")); 196 ASSERT_TRUE(fn != NULL) << dlerror(); 200 ASSERT_EQ(42, fn()); [all...] |
/external/compiler-rt/lib/profile/ |
GCDAProfiling.c | 90 writeout_fn fn; member in struct:writeout_fn_node 103 flush_fn fn; member in struct:flush_fn_node 498 void llvm_register_writeout_function(writeout_fn fn) { 500 new_node->fn = fn; 515 curr->fn(); 530 void llvm_register_flush_function(flush_fn fn) { 532 new_node->fn = fn; 547 curr->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/chromium_org/third_party/icu/source/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/icu/icu4c/source/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);
|