HomeSort by relevance Sort by last modified time
    Searched refs:fn (Results 126 - 150 of 3045) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/valgrind/drd/
drd_pthread_intercepts.c 535 OrigFn fn; local
539 VALGRIND_GET_ORIG_FN(fn);
568 CALL_FN_W_WWWW(ret, fn, thread, attr, DRD_(thread_wrapper), &thread_args);
599 OrigFn fn; local
603 VALGRIND_GET_ORIG_FN(fn);
619 CALL_FN_W_6W(ret, fn, stk, stksize, DRD_(thread_wrapper), &thread_args,
669 OrigFn fn; local
672 VALGRIND_GET_ORIG_FN(fn);
692 CALL_FN_v_W(fn, ptr);
700 OrigFn fn; local
733 OrigFn fn; local
754 OrigFn fn; local
773 OrigFn fn; local
791 OrigFn fn; local
815 OrigFn fn; local
839 OrigFn fn; local
860 OrigFn fn; local
883 OrigFn fn; local
909 OrigFn fn; local
928 OrigFn fn; local
952 OrigFn fn; local
976 OrigFn fn; local
1000 OrigFn fn; local
1020 OrigFn fn; local
1039 OrigFn fn; local
1058 OrigFn fn; local
1081 OrigFn fn; local
1106 OrigFn fn; local
1141 OrigFn fn; local
1164 OrigFn fn; local
1189 OrigFn fn; local
1206 OrigFn fn; local
1223 OrigFn fn; local
1240 OrigFn fn; local
1257 OrigFn fn; local
1279 OrigFn fn; local
1297 OrigFn fn; local
1314 OrigFn fn; local
1335 OrigFn fn; local
1353 OrigFn fn; local
1373 OrigFn fn; local
1393 OrigFn fn; local
1411 OrigFn fn; local
1426 OrigFn fn; local
1444 OrigFn fn; local
1463 OrigFn fn; local
1488 OrigFn fn; local
1512 OrigFn fn; local
1532 OrigFn fn; local
1551 OrigFn fn; local
1576 OrigFn fn; local
1602 OrigFn fn; local
1619 OrigFn fn; local
1645 OrigFn fn; local
1663 OrigFn fn; local
1689 OrigFn fn; local
1714 OrigFn fn; local
1739 OrigFn fn; local
1764 OrigFn fn; local
    [all...]
  /external/valgrind/drd/tests/
thread_name_xml.stderr.exp 43 <fn>pthread_mutex_unlock</fn>
51 <fn>thread_func</fn>
59 <fn>vgDrd_thread_wrapper</fn>
79 <fn>pthread_mutex_unlock</fn>
87 <fn>thread_func</fn>
    [all...]
  /packages/apps/Nfc/nci/jni/
PeerToPeer.cpp 194 static const char fn[] = "PeerToPeer::registerServer"; local
196 << StringPrintf("%s: enter; service name: %s JNI handle: %u", fn,
204 "%s: service name=%s already registered, handle: 0x%04x", fn,
218 "%s: added new p2p server index: %d handle: %u name: %s", fn, ii,
226 LOG(ERROR) << StringPrintf("%s: service name=%s no free entry", fn,
233 "%s: got new p2p server h=0x%X", fn, pSrv->mNfaP2pServerHandle);
236 LOG(ERROR) << StringPrintf("%s: invalid server handle", fn);
253 static const char fn[] = "PeerToPeer::removeServer"; local
261 fn, jniHandle, mServers[i]->mNfaP2pServerHandle,
268 LOG(ERROR) << StringPrintf("%s: unknown server jni handle: %u", fn,
285 static const char fn[] = "PeerToPeer::llcpActivatedHandler"; local
365 static const char fn[] = "PeerToPeer::llcpDeactivatedHandler"; local
392 static const char fn[] = "PeerToPeer::llcpFirstPacketHandler"; local
430 static const char fn[] = "PeerToPeer::accept"; local
460 static const char fn[] = "PeerToPeer::deregisterServer"; local
513 static const char fn[] = "PeerToPeer::createClient"; local
572 static const char fn[] = "PeerToPeer::removeConn"; local
614 static const char fn[] = "PeerToPeer::connectConnOriented"; local
636 static const char fn[] = "PeerToPeer::connectConnOriented"; local
660 static const char fn[] = "PeerToPeer::createDataLinkConn"; local
850 static const char fn[] = "PeerToPeer::send"; local
908 static const char fn[] = "PeerToPeer::receive"; local
962 static const char fn[] = "PeerToPeer::disconnectConnOriented"; local
1025 static const char fn[] = "PeerToPeer::getRemoteMaxInfoUnit"; local
1049 static const char fn[] = "PeerToPeer::getRemoteRecvWindow"; local
1116 static const char fn[] = "PeerToPeer::enableP2pListening"; local
1158 static const char fn[] = "PeerToPeer::handleNfcOnOff"; local
1215 static const char fn[] = "PeerToPeer::nfaServerCallback"; local
1393 static const char fn[] = "PeerToPeer::nfaClientCallback"; local
1605 static const char fn[] = "P2pServer::registerWithStack"; local
1662 static const char fn[] = "P2pServer::accept"; local
    [all...]
  /external/clang/utils/VtableTest/
gen.cc 155 int fn = old_func + random() % FUNCSPACING + 1; local
156 funcs[i] = fn;
161 || !base_present[ret_type][ret_types[s][fn]])
162 if (ret_types[s][fn]) {
164 ret_types[s][fn], fn);
165 ret_type = ret_types[s][fn];
169 printf(" // Wow found one for s%d for fun%d.\n", s, fn);
170 ret_types[s][fn] = ret_type;
176 g(fn); g("(char *t) { mix(\"vfn this offset\", (char *)this - t); mix(\"vfn uuid\", "); g(++uuid)
    [all...]
  /prebuilts/go/darwin-x86/src/compress/zlib/
writer_test.go 29 func testFileLevelDict(t *testing.T, fn string, level int, d string) {
31 golden, err := os.Open(fn)
33 t.Errorf("%s (level=%d, dict=%q): %v", fn, level, d, err)
39 t.Errorf("%s (level=%d, dict=%q): %v", fn, level, d, err0)
42 testLevelDict(t, fn, b0, level, d)
45 func testLevelDict(t *testing.T, fn string, b0 []byte, level int, d string) {
59 t.Errorf("%s (level=%d, dict=%q): %v", fn, level, d, err)
65 t.Errorf("%s (level=%d, dict=%q): %v", fn, level, d, err)
71 t.Errorf("%s (level=%d, dict=%q): %v", fn, level, d, err)
79 t.Errorf("%s (level=%d, dict=%q): %v", fn, level, d, err1
    [all...]
  /prebuilts/go/linux-x86/src/compress/zlib/
writer_test.go 29 func testFileLevelDict(t *testing.T, fn string, level int, d string) {
31 golden, err := os.Open(fn)
33 t.Errorf("%s (level=%d, dict=%q): %v", fn, level, d, err)
39 t.Errorf("%s (level=%d, dict=%q): %v", fn, level, d, err0)
42 testLevelDict(t, fn, b0, level, d)
45 func testLevelDict(t *testing.T, fn string, b0 []byte, level int, d string) {
59 t.Errorf("%s (level=%d, dict=%q): %v", fn, level, d, err)
65 t.Errorf("%s (level=%d, dict=%q): %v", fn, level, d, err)
71 t.Errorf("%s (level=%d, dict=%q): %v", fn, level, d, err)
79 t.Errorf("%s (level=%d, dict=%q): %v", fn, level, d, err1
    [all...]
  /external/mesa3d/src/gallium/auxiliary/hud/
hud_cpufreq.c 80 get_file_value(const char *fn, uint64_t *KHz)
82 FILE *fh = fopen(fn, "r");
84 fprintf(stderr, "%s error: %s\n", fn, strerror(errno));
165 add_object(const char *name, const char *fn, int objmode, int cpu_index)
170 strcpy(cfi->sysfs_filename, fn);
188 char fn[128]; local
220 snprintf(fn, sizeof(fn), "%s/cpufreq/scaling_cur_freq", basename);
221 if (stat(fn, &stat_buf) < 0)
227 snprintf(fn, sizeof(fn), "%s/cpufreq/scaling_min_freq", basename)
    [all...]
  /external/valgrind/none/tests/amd64/
x87trigOOR.c 114 void try ( char* name, void(*fn)(Res*,double), double d )
117 fn(&r, d);
134 void (*fn)(Res*,double) = fns[i];
136 try( name, fn, 0.0 );
137 try( name, fn, 0.123 );
138 try( name, fn, -0.456 );
139 try( name, fn, 37.0 );
140 try( name, fn, -53.0 );
143 try( name, fn, limit * 0.900000 );
144 try( name, fn, limit * 0.999999 )
    [all...]
  /external/valgrind/none/tests/x86/
x87trigOOR.c 114 void try ( char* name, void(*fn)(Res*,double), double d )
117 fn(&r, d);
134 void (*fn)(Res*,double) = fns[i];
136 try( name, fn, 0.0 );
137 try( name, fn, 0.123 );
138 try( name, fn, -0.456 );
139 try( name, fn, 37.0 );
140 try( name, fn, -53.0 );
143 try( name, fn, limit * 0.900000 );
144 try( name, fn, limit * 0.999999 )
    [all...]
  /external/python/cpython2/Mac/
Extras.install.py 32 for fn in files:
33 if isclean(fn):
35 print "copy", os.path.join(cursrc, fn), os.path.join(curdst, fn)
37 shutil.copy2(os.path.join(cursrc, fn), os.path.join(curdst, fn))
40 print "skipfile", os.path.join(cursrc, fn)
  /external/python/cpython3/Mac/BuildScript/scripts/
postflight.ensurepip 40 for fn ;
42 if [ -e "${RELFWKBIN}/${fn}" ] ; then
43 rm -f ./${fn}
44 ln -s "${RELFWKBIN}/${fn}" "./${fn}"
45 chgrp -h admin "./${fn}"
46 chmod -h g+w "./${fn}"
  /external/python/cpython3/Mac/
Extras.install.py 32 for fn in files:
33 if isclean(fn):
35 print("copy", os.path.join(cursrc, fn), os.path.join(curdst, fn))
37 shutil.copy2(os.path.join(cursrc, fn), os.path.join(curdst, fn))
40 print("skipfile", os.path.join(cursrc, fn))
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-mmix/
y.s 1 ;# Library file y.s has linkonce entries for fn and fn2. Note
2 ;# that this version of fn has different code, as if compiled
17 .section .gnu.linkonce.t.fn,"ax",@progbits
18 .weak fn
19 .type fn,@function
20 fn: label
24 .size fn,L:f-L:e
  /external/skia/tools/
create_flutter_test_images.cpp 25 SkColorSpaceTransferFn fn; local
26 fn.fA = 1.f; fn.fB = 0.f; fn.fC = 0.f; fn.fD = 0.f; fn.fE = 0.f; fn.fF = 0.f; fn.fG = 50.f;
27 return SkColorSpace::MakeRGB(fn, SkColorSpace::kSRGB_Gamut);
  /external/skqp/tools/
create_flutter_test_images.cpp 25 SkColorSpaceTransferFn fn; local
26 fn.fA = 1.f; fn.fB = 0.f; fn.fC = 0.f; fn.fD = 0.f; fn.fE = 0.f; fn.fF = 0.f; fn.fG = 50.f;
27 return SkColorSpace::MakeRGB(fn, SkColorSpace::kSRGB_Gamut);
  /external/python/cpython3/Lib/test/test_tools/
test_pdeps.py 21 fn = os.path.join(tmpdir, 'foo')
22 with open(fn, 'w') as stream:
24 self.pdeps.process(fn, {})
  /external/python/cpython3/Tools/scripts/
svneol.py 39 def propfiles(root, fn):
40 default = os.path.join(root, ".svn", "props", fn + ".svn-work")
48 return [os.path.join(root, ".svn", "prop-base", fn + ".svn-base"),
49 os.path.join(root, ".svn", "props", fn + ".svn-work")]
53 def proplist(root, fn):
54 """Return a list of property names for file fn in directory root."""
56 for path in propfiles(root, fn):
99 root, fn = os.path.split(arg)
100 if 'svn:eol-style' not in proplist(root, fn):
106 for fn in files
    [all...]
  /external/valgrind/memcheck/tests/
wrap2.c 19 OrigFn fn; local
20 VALGRIND_GET_ORIG_FN(fn);
22 CALL_FN_W_W(r, fn, n);
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/sh/
tlsnopic.s 6 .global fn
7 .type fn, @function
8 fn: label
  /system/core/libunwindstack/
RegsArm.cpp 94 void RegsArm::IterateRegisters(std::function<void(const char*, uint64_t)> fn) {
95 fn("r0", regs_[ARM_REG_R0]);
96 fn("r1", regs_[ARM_REG_R1]);
97 fn("r2", regs_[ARM_REG_R2]);
98 fn("r3", regs_[ARM_REG_R3]);
99 fn("r4", regs_[ARM_REG_R4]);
100 fn("r5", regs_[ARM_REG_R5]);
101 fn("r6", regs_[ARM_REG_R6]);
102 fn("r7", regs_[ARM_REG_R7]);
103 fn("r8", regs_[ARM_REG_R8])
    [all...]
  /external/mesa3d/prebuilt-intermediates/main/
dispatch.h 47 #define SET_by_offset(disp, offset, fn) \
51 /* __func__, __LINE__, disp, offset, # fn); */ \
55 ( (_glapi_proc *) (disp) )[offset] = (_glapi_proc) fn; \
    [all...]
  /external/libvpx/libvpx/build/make/
rtcd.pl 76 my $fn=$_[0];
79 eval "\$${fn}_${opt}=${fn}_${opt}";
84 my $fn = splice(@_, -2, 1);
85 $ALL_FUNCS{$fn} = \@_;
86 specialize $fn, "c";
90 foreach my $fn (keys %ALL_FUNCS) {
92 my $ofn = eval "\$${fn}_${opt}";
97 my $best = eval "\$${fn}_default";
104 eval "\$${fn}_default=${fn}_${opt}"
    [all...]
  /external/valgrind/memcheck/tests/common/
sh-mem-vec128.tmpl.c 101 static void apply ( void(*fn)(U4,Bool), U4 arg1, Bool arg2 )
104 case 0: CFENCE; fn(arg1, arg2); CFENCE; break;
105 case 1: CFENCE; fn(arg1, arg2); CFENCE; break;
106 case 2: CFENCE; fn(arg1, arg2); CFENCE; break;
107 case 3: CFENCE; fn(arg1, arg2); CFENCE; break;
108 case 4: CFENCE; fn(arg1, arg2); CFENCE; break;
109 case 5: CFENCE; fn(arg1, arg2); CFENCE; break;
110 case 6: CFENCE; fn(arg1, arg2); CFENCE; break;
111 case 7: CFENCE; fn(arg1, arg2); CFENCE; break;
112 case 8: CFENCE; fn(arg1, arg2); CFENCE; break
    [all...]
  /hardware/nxp/secure_element/ls_client/src/
LsLib.cpp 55 static const char fn[] = "Perform_LSC"; local
56 ALOGD_IF(ese_debug_enabled, "%s: enter; sha-len=%d", fn, len);
58 ALOGE("%s: Invalid SHA-data", fn);
71 ALOGD_IF(ese_debug_enabled, "%s: lsExecuteScript Response SW=%2x%2x", fn,
74 ALOGD_IF(ese_debug_enabled, "%s: exit; status=0x0%x", fn, status);
91 static const char fn[] = "LSC_update_seq_handler"; local
94 ALOGD_IF(ese_debug_enabled, "%s: enter", fn);
99 "%s: Loader Service response data path/destination: %s", fn, dest);
119 ALOGE("%s: exiting; status=0x0%X", fn, status);
126 ALOGD_IF(ese_debug_enabled, "%s: exit; status=0x%x", fn, status)
141 static const char fn[] = "LSC_OpenChannel"; local
195 static const char fn[] = "LSC_SelectLsc"; local
297 static const char fn[] = "LSC_StoreData"; local
353 static const char fn[] = "LSC_loadapplet"; local
565 static const char fn[] = "LSC_Check_KeyIdentifier"; local
660 static const char fn[] = "LSC_ReadScript"; local
776 static const char fn[] = "LSC_SendtoEse"; local
861 static const char fn[] = "LSC_SendtoLsc"; local
902 static const char fn[] = "LSC_CloseChannel"; local
960 static const char fn[] = "LSC_ProcessResp"; local
1057 static const char fn[] = "Process_EseResponse"; local
1116 static const char fn[] = "Process_SelectRsp"; local
1185 static const char fn[] = "Bufferize_load_cmds"; local
1240 static const char fn[] = "Send_Backall_Loadcmds"; local
1326 static const char fn[] = "Numof_lengthbytes"; local
1389 static const char fn[] = "Write_Response_to_OutFile"; local
1526 static const char fn[] = "Check_Certificate_Tag"; local
1552 static const char fn[] = "Check_SerialNo_Tag"; local
1578 static const char fn[] = "Check_LSRootID_Tag"; local
1607 static const char fn[] = "Check_CertHoldID_Tag"; local
1636 static const char fn[] = "Check_Date_Tag"; local
1678 static const char fn[] = "Check_45_Tag"; local
1709 static const char fn[] = "Certificate_Verification"; local
1848 static const char fn[] = "Check_Complete_7F21_Tag"; local
1894 static const char fn[] = "LSC_UpdateExeStatus"; local
1925 static const char fn[] = "Get_LsStatus"; local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
fci.h 168 #define FNFCIALLOC(fn) void *DIAMONDAPI fn(ULONG cb)
171 #define FNFCIFREE(fn) void DIAMONDAPI fn(void *memory)
180 #define FNFCIOPEN(fn) INT_PTR DIAMONDAPI fn(char *pszFile,int oflag,int pmode,int *err,void *pv)
181 #define FNFCIREAD(fn) UINT DIAMONDAPI fn(INT_PTR hf,void *memory,UINT cb,int *err,void *pv)
182 #define FNFCIWRITE(fn) UINT DIAMONDAPI fn(INT_PTR hf,void *memory,UINT cb,int *err,void *pv
    [all...]

Completed in 1789 milliseconds

1 2 3 4 56 7 8 91011>>