HomeSort by relevance Sort by last modified time
    Searched refs:fn (Results 151 - 175 of 1201) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/valgrind/main/exp-sgcheck/tests/
hsg.stderr.exp 41 <fn>addup_wrongly</fn>
49 <fn>main</fn>
69 <fn>addup_wrongly</fn>
77 <fn>do_other_stuff</fn>
85 <fn>main</fn>
    [all...]
  /system/core/fastboot/
util_windows.c 39 int64_t file_size(const char *fn)
45 file = CreateFile( fn,
74 void *load_file(const char *fn, unsigned *_sz)
80 file = CreateFile( fn,
105 fprintf(stderr, "load_file: could not read %ld bytes from '%s'\n", sz, fn);
  /packages/apps/Nfc/nci/jni/
NfcTag.cpp 140 static const char fn [] = "NfcTag::setDeactivationState"; local
145 ALOGD ("%s: state=%u", fn, mActivationState);
160 static const char fn [] = "NfcTag::setActivationState"; local
163 ALOGD ("%s: state=%u", fn, mActivationState);
222 static const char fn [] = "NfcTag::IsSameKovio"; local
223 ALOGD ("%s: enter", fn);
258 ALOGD ("%s: exit, is same Kovio=%d", fn, rVal);
275 static const char fn [] = "NfcTag::discoverTechnologies (activation)"; local
276 ALOGD ("%s: enter", fn);
354 ALOGD ("%s: Kovio", fn);
387 static const char fn [] = "NfcTag::discoverTechnologies (discovery)"; local
495 static const char fn [] = "NfcTag::createNativeNfcTag"; local
562 static const char fn [] = "NfcTag::fillNativeNfcTagMembers1"; local
614 static const char fn [] = "NfcTag::fillNativeNfcTagMembers2"; local
638 static const char fn [] = "NfcTag::fillNativeNfcTagMembers3"; local
757 static const char fn [] = "NfcTag::fillNativeNfcTagMembers4"; local
894 static const char fn [] = "NfcTag::fillNativeNfcTagMembers5"; local
972 static const char fn [] = "NfcTag::isP2pDiscovered"; local
1001 static const char fn [] = "NfcTag::selectP2p"; local
1051 static const char fn [] = "NfcTag::resetTechnologies"; local
1072 static const char fn [] = "NfcTag::selectFirstTag"; local
1103 static const char fn [] = "NfcTag::getT1tMaxMessageSize"; local
1126 static const char fn [] = "NfcTag::calculateT1tMaxMessageSize"; local
1163 static const char fn [] = "NfcTag::isMifareUltralight"; local
1214 static const char fn [] = "NfcTag::isT2tNackResponse"; local
1257 static const char fn [] = "NfcTag::connectionEventHandler"; local
    [all...]
  /bionic/libm/upstream-freebsd/lib/msun/src/
e_rem_pio2.c 57 double z,w,t,r,fn; local
130 /* Use a specialized rint() to get fn. Assume round-to-nearest. */
131 STRICT_ASSIGN(double,fn,x*invpio2+0x1.8p52);
132 fn = fn-0x1.8p52;
134 n = irint(fn);
136 n = (int32_t)fn;
138 r = x-fn*pio2_1;
139 w = fn*pio2_1t; /* 1st round good to 85 bit */
148 w = fn*pio2_2;
    [all...]
s_lround.c 39 #define fn lround macro
56 fn(type x) function
  /bionic/tests/
benchmark.h 25 Benchmark(const char* name, void (*fn)(int)) {
26 Register(name, fn, NULL);
48 void Register(const char* name, void (*fn)(int), void (*fn_range)(int, int));
  /external/libppp/src/
auth.h 41 } fn; member in struct:authinfo
55 #define auth_Failure(a) (*(a)->fn.failure)(a)
56 #define auth_Success(a) (*(a)->fn.success)(a)
  /build/tools/
compare_fileslist.py 41 for fn,sz in lines:
42 if not data.has_key(fn):
43 data[fn] = {}
44 data[fn][index] = sz
47 for fn,sizes in data.iteritems():
48 row = [fn]
59 .fn, .sz, .z, .d {
66 .fn {
86 print " <td class='fn'>%s</td>" % cgi.escape(combo)
98 print " <td class='fn'>%s</td>" % cgi.escape(row[0]
    [all...]
  /build/tools/droiddoc/templates-pdk/assets/
jquery-history.js 62 $.fn.history = function(fn) {
63 $(this).bind('history', fn);
66 $.fn.historyadd = function(fn) {
67 $(this).bind('historyadd', fn);
  /external/doclava/res/assets/templates/assets/
jquery-history.js 62 $.fn.history = function(fn) {
63 $(this).bind('history', fn);
66 $.fn.historyadd = function(fn) {
67 $(this).bind('historyadd', fn);
  /external/clang/test/CodeGenCXX/
assign-operator.cpp 23 template <class T> void fn (T t) { } function in namespace:test1
26 A() { p = fn; }
  /external/clang/test/SemaTemplate/
instantiate-decl-init.cpp 17 void fn(T t, const arg& arg) { function
22 fn(1, arg());
  /external/llvm/test/Bindings/Ocaml/
bitreader.ml 15 let fn = Sys.argv.(1) in var
18 test (Llvm_bitwriter.write_bitcode_file m fn);
24 let mb = Llvm.MemoryBuffer.of_file fn in
36 let mb = Llvm.MemoryBuffer.of_file (fn ^ ".bogus") in
45 let mb = Llvm.MemoryBuffer.of_file fn in
56 let fn = fn ^ ".txt" in var
57 begin let oc = open_out fn in
65 let mb = Llvm.MemoryBuffer.of_file fn in
  /external/valgrind/main/none/tests/
res_search.c 8 void* fn(void* arg) function
42 if(0 != pthread_create(&pid, 0, fn, (void*)argv[1]))
  /system/core/libcutils/
load_file.c 22 void *load_file(const char *fn, unsigned *_sz)
29 fd = open(fn, O_RDONLY);
  /bionic/libc/kernel/common/linux/
cpu.h 39 #define hotcpu_notifier(fn, pri) do { } while (0)
  /development/ndk/platforms/android-3/include/linux/
cpu.h 32 #define hotcpu_notifier(fn, pri) do { } while (0)
  /external/openssh/
dispatch.c 68 dispatch_range(u_int from, u_int to, dispatch_fn *fn)
75 dispatch[i] = fn;
79 dispatch_set(int type, dispatch_fn *fn)
81 dispatch[type] = fn;
  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/preprocessor/
memory.h 54 extern int mem_AddCleanup(MemoryPool *p, void (*fn)(void *), void *arg);
  /ndk/tests/device/test-stlport_shared-exception/jni/
catchptr1.cpp 8 void fn () {} function
9 struct A {void fn () {}}; function in struct:A
20 throw &fn;
39 throw &A::fn; member in class:A
  /ndk/tests/device/test-stlport_static-exception/jni/
catchptr1.cpp 8 void fn () {} function
9 struct A {void fn () {}}; function in struct:A
20 throw &fn;
39 throw &A::fn; member in class:A
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
cpu.h 32 #define hotcpu_notifier(fn, pri) do { } while (0)
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
cpu.h 32 #define hotcpu_notifier(fn, pri) do { } while (0)
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/
cpu.h 32 #define hotcpu_notifier(fn, pri) do { } while (0)
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
cpu.h 32 #define hotcpu_notifier(fn, pri) do { } while (0)

Completed in 619 milliseconds

1 2 3 4 5 67 8 91011>>