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

1 23 4 5 6 7 8 91011>>

  /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...]
  /external/python/cpython2/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/cpython2/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...]
  /external/python/cpython3/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, "rb"))
  /device/generic/goldfish/wifi/wifi_hal/
wifi_hal.cpp 373 wifi_error init_wifi_vendor_hal_func_table(wifi_hal_fn* fn)
375 if (fn == NULL) {
378 fn->wifi_initialize = wifi_initialize;
379 fn->wifi_cleanup = wifi_cleanup;
380 fn->wifi_event_loop = wifi_event_loop;
381 fn->wifi_get_supported_feature_set = wifi_get_supported_feature_set;
383 fn->wifi_get_ifaces = wifi_get_ifaces;
384 fn->wifi_get_iface_name = wifi_get_iface_name;
385 fn->wifi_get_link_stats = wifi_get_link_stats;
386 fn->wifi_set_link_stats = wifi_set_link_stats
    [all...]
  /external/libese/third_party/NXPNFC_P61_JCOP_Kit/src/
AlaLib.cpp 36 static const char fn[] = "ALA_Init"; local
39 ALOGD("%s: enter", fn);
54 ALOGE("%s: failed", fn);
65 ALOGE("%s:Open DWP communication is failed", fn);
70 ALOGE("%s:Open DWP communication is success", fn);
76 ALOGE("%s: NULL DWP channel", fn);
98 static const char fn[] = "ALA_Start"; local
103 ALOGE("%s: name is %s", fn, name);
105 ALOGE("%s: Dest is %s", fn, dest);
115 ALOGE("%s: Exit; status=0x0%X", fn, status)
130 static const char fn[] = "ALA_DeInit"; local
219 static const char fn[] = "ALA_GetCertificateKey"; local
246 static const char fn[] = "ALA_lsGetVersion"; local
272 static const char fn[] = "ALA_lsGetStatus"; local
298 static const char fn[] = "ALA_lsGetStatus"; local
    [all...]
  /bionic/libc/private/
bionic_fortify.h 50 static inline void __check_fd_set(const char* fn, int fd, size_t set_size) {
52 __fortify_fatal("%s: file descriptor %d < 0", fn, fd);
55 __fortify_fatal("%s: file descriptor %d >= FD_SETSIZE %zu", fn, fd, set_size);
58 __fortify_fatal("%s: set size %zu is too small to be an fd_set", fn, set_size);
62 static inline void __check_pollfd_array(const char* fn, size_t fds_size, nfds_t fd_count) {
66 fn, pollfd_array_length, fd_count);
70 static inline void __check_count(const char* fn, const char* identifier, size_t value) {
72 __fortify_fatal("%s: %s %zu > SSIZE_MAX", fn, identifier, value);
76 static inline void __check_buffer_access(const char* fn, const char* action,
79 __fortify_fatal("%s: prevented %zu-byte %s %zu-byte buffer", fn, claim, action, actual)
    [all...]
  /toolchain/binutils/binutils-2.27/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...]
  /external/python/cpython2/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.27/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...]
  /external/tensorflow/tensorflow/cc/framework/
grad_op_registry.h 60 #define REGISTER_GRADIENT_OP(name, fn) \
61 REGISTER_GRADIENT_OP_UNIQ_HELPER(__COUNTER__, name, fn)
66 #define REGISTER_GRADIENT_OP_UNIQ_HELPER(ctr, name, fn) \
67 REGISTER_GRADIENT_OP_UNIQ(ctr, name, fn)
69 #define REGISTER_GRADIENT_OP_UNIQ(ctr, name, fn) \
71 ::tensorflow::ops::GradOpRegistry::Global()->Register(name, fn)
  /bionic/libm/upstream-freebsd/lib/msun/src/
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
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/
__init__.py 26 for fn in os.listdir(here):
27 if fn.startswith("test") and fn.endswith(".py"):
28 modname = "distutils.tests." + fn[:-3]

Completed in 2342 milliseconds

1 23 4 5 6 7 8 91011>>