HomeSort by relevance Sort by last modified time
    Searched refs:fn (Results 101 - 125 of 2854) sorted by null

1 2 3 45 6 7 8 91011>>

  /bionic/libm/upstream-freebsd/lib/msun/src/
s_lrintl.c 7 #define fn lrintl macro
s_llround.c 9 #define fn llround macro
s_llroundf.c 9 #define fn llroundf macro
s_llroundl.c 9 #define fn llroundl macro
s_lroundf.c 9 #define fn lroundf macro
s_lroundl.c 9 #define fn lroundl macro
  /external/clang/test/CodeGenCXX/
new-array-init.cpp 4 void fn(int n) { function
  /system/core/libcutils/include/cutils/
misc.h 29 extern void *load_file(const char *fn, unsigned *sz);
  /external/valgrind/drd/
drd_darwin_intercepts.c 45 OrigFn fn; local
47 VALGRIND_GET_ORIG_FN(fn);
50 CALL_FN_W_WW(res, fn, imageLoaderCache, lazyBindingInfoOffset);
  /frameworks/base/data/sounds/
AudioPackage12_48.mk 19 PRODUCT_COPY_FILES += $(foreach fn,$(ALARM_FILES),\
20 $(LOCAL_PATH)/alarms/ogg/$(fn).ogg:system/media/audio/alarms/$(fn).ogg)
22 PRODUCT_COPY_FILES += $(foreach fn,$(NOTIFICATION_FILES),\
23 $(LOCAL_PATH)/notifications/ogg/$(fn)_48k.ogg:system/media/audio/notifications/$(fn).ogg)
25 PRODUCT_COPY_FILES += $(foreach fn,$(RINGTONE_FILES),\
26 $(LOCAL_PATH)/ringtones/ogg/$(fn)_48k.ogg:system/media/audio/ringtones/$(fn).ogg)
28 PRODUCT_COPY_FILES += $(foreach fn,$(EFFECT_FILES),
    [all...]
AudioPackage13.mk 19 PRODUCT_COPY_FILES += $(foreach fn,$(ALARM_FILES),\
20 $(LOCAL_PATH)/alarms/material/ogg/$(fn).ogg:system/media/audio/alarms/$(fn).ogg)
22 PRODUCT_COPY_FILES += $(foreach fn,$(NOTIFICATION_FILES),\
23 $(LOCAL_PATH)/notifications/material/ogg/$(fn).ogg:system/media/audio/notifications/$(fn).ogg)
25 PRODUCT_COPY_FILES += $(foreach fn,$(RINGTONE_FILES),\
26 $(LOCAL_PATH)/ringtones/material/ogg/$(fn).ogg:system/media/audio/ringtones/$(fn).ogg)
28 PRODUCT_COPY_FILES += $(foreach fn,$(EFFECT_FILES),
    [all...]
  /external/regex-re2/util/
test.cc 12 void (*fn)(void); member in struct:Test
19 void RegisterTest(void (*fn)(void), const char *name) {
20 tests[ntests].fn = fn;
35 tests[i].fn();
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
serve.py 15 fn = os.path.join(path, environ['PATH_INFO'][1:])
16 if '.' not in fn.split(os.path.sep)[-1]:
17 fn = os.path.join(fn, 'index.html')
18 type = mimetypes.guess_type(fn)[0]
20 if os.path.exists(fn):
22 return util.FileWrapper(open(fn))
svneol.py 36 def propfiles(root, fn):
37 default = os.path.join(root, ".svn", "props", fn+".svn-work")
45 return [os.path.join(root, ".svn", "prop-base", fn+".svn-base"),
46 os.path.join(root, ".svn", "props", fn+".svn-work")]
49 def proplist(root, fn):
50 "Return a list of property names for file fn in directory root"
52 for path in propfiles(root, fn):
87 for fn in files:
88 if possible_text_file(fn):
89 if 'svn:eol-style' not in proplist(root, fn):
    [all...]
  /device/linaro/bootloader/arm-trusted-firmware/tools/cert_create/src/
tbb_cert.c 43 .fn = NULL,
50 .fn = NULL,
57 .fn = NULL,
64 .fn = NULL,
71 .fn = NULL,
78 .fn = NULL,
85 .fn = NULL,
92 .fn = NULL,
99 .fn = NULL,
106 .fn = NULL
    [all...]
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mmix/
x.s 2 ;# linkonce functions fn and fn2. The functions fn and fn2 are
4 ;# main file instantiates fn. An exception-table-lookalike entry
5 ;# refers to fn via a local label. We use .gcc_except_table as we
13 .long fn
16 .section .gnu.linkonce.t.fn,"ax",@progbits
17 .weak fn
18 .type fn,@function
19 fn: label
24 .size fn,L:b-L:
    [all...]
  /external/valgrind/memcheck/tests/
threadname_xml.stderr.exp 40 <fn>bad_things</fn>
48 <fn>main</fn>
59 <fn>malloc</fn>
67 <fn>bad_things</fn>
75 <fn>main</fn>
    [all...]
badjump2.c 39 unsigned long int fn[3]; local
40 fn[0] = 0;
41 fn[1] = 0;
42 fn[2] = 0;
44 void (*fn)(void) = 0;
46 ((void(*)(void)) fn) ();
wrap3.c 28 OrigFn fn; local
29 VALGRIND_GET_ORIG_FN(fn);
31 CALL_FN_W_W(r,fn,n);
39 OrigFn fn; local
40 VALGRIND_GET_ORIG_FN(fn);
42 CALL_FN_W_W(r,fn,n);
wrap4.c 32 OrigFn fn; local
33 VALGRIND_GET_ORIG_FN(fn);
35 CALL_FN_W_W(r, fn, n);
44 OrigFn fn; local
45 VALGRIND_GET_ORIG_FN(fn);
47 CALL_FN_W_W(r, fn, n);
xml1.stderr.exp 40 <fn>frame3</fn>
48 <fn>frame2</fn>
56 <fn>frame1</fn>
64 <fn>main</fn>
75 <fn>malloc</fn>
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/pdist/
rrcs.py 41 for fn in files:
43 func(x, copts, fn)
45 print "%s: %s" % (fn, msg)
47 def checkin(x, copts, fn):
48 f = open(fn)
51 new = not x.isvalid(fn)
52 if not new and same(x, copts, fn, data):
53 print "%s: unchanged since last checkin" % fn
55 print "Checking in", fn, "..."
57 messages = x.put(fn, data, message)
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
elf-rel-xgot-n64.d 9 0000000000000000 <fn> 3c050000 lui a1,0x0
13 0000000000000004 <fn\+0x4> 00bc282d daddu a1,a1,gp
14 0000000000000008 <fn\+0x8> dca50000 ld a1,0\(a1\)
18 000000000000000c <fn\+0xc> 3c050000 lui a1,0x0
22 0000000000000010 <fn\+0x10> 00bc282d daddu a1,a1,gp
23 0000000000000014 <fn\+0x14> dca50000 ld a1,0\(a1\)
27 0000000000000018 <fn\+0x18> 64a5000c daddiu a1,a1,12
28 000000000000001c <fn\+0x1c> 3c050000 lui a1,0x0
32 0000000000000020 <fn\+0x20> 00bc282d daddu a1,a1,gp
33 0000000000000024 <fn\+0x24> dca50000 ld a1,0\(a1\
    [all...]
  /system/nfc/halimpl/bcm2079x/adaptation/
NonVolatileStore.cpp 66 std::string fn = get_storage_location(); local
69 fn.append(filename_prefix);
70 if (fn.length() > 200) {
74 snprintf(filename, sizeof(filename), "%s%u", fn.c_str(), block);
118 std::string fn = get_storage_location(); local
122 fn.append(filename_prefix);
123 if (fn.length() > 200) {
127 snprintf(filename, sizeof(filename), "%s%u", fn.c_str(), block);
184 std::string fn = get_storage_location(); local
193 fn.append(filename_prefix)
224 std::string fn = get_storage_location(); local
    [all...]
  /development/ndk/platforms/android-9/include/linux/
thread_info.h 16 long (*fn)(struct restart_block *); member in struct:restart_block

Completed in 395 milliseconds

1 2 3 45 6 7 8 91011>>