HomeSort by relevance Sort by last modified time
    Searched refs:fn (Results 801 - 825 of 2092) sorted by null

<<31323334353637383940>>

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
Audio_mac.py 107 fn = EasyDialogs.AskFileForOpen(message="Select an AIFF soundfile", typeList=("AIFF",))
108 if not fn: return
109 af = aifc.open(fn, 'r')
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
profile.py 289 fn = (fcode.co_filename, fcode.co_firstlineno, fcode.co_name)
290 self.cur = (t, 0, 0, fn, frame, self.cur)
292 if fn in timings:
293 cc, ns, tt, ct, callers = timings[fn]
294 timings[fn] = cc, ns + 1, tt, ct, callers
296 timings[fn] = 0, 0, 0, 0, {}
300 fn = ("", 0, self.c_func_name)
301 self.cur = (t, 0, 0, fn, frame, self.cur)
303 if fn in timings:
304 cc, ns, tt, ct, callers = timings[fn]
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
profile.py 289 fn = (fcode.co_filename, fcode.co_firstlineno, fcode.co_name)
290 self.cur = (t, 0, 0, fn, frame, self.cur)
292 if fn in timings:
293 cc, ns, tt, ct, callers = timings[fn]
294 timings[fn] = cc, ns + 1, tt, ct, callers
296 timings[fn] = 0, 0, 0, 0, {}
300 fn = ("", 0, self.c_func_name)
301 self.cur = (t, 0, 0, fn, frame, self.cur)
303 if fn in timings:
304 cc, ns, tt, ct, callers = timings[fn]
    [all...]
  /external/opencv/cv/src/
cvhaar.cpp 1786 CvFileNode* fn = NULL; local
    [all...]
  /external/chromium_org/chrome/test/nacl_test_injection/
buildbot_chrome_nacl_stage.py 25 def TryToCleanContents(path, file_name_filter=lambda fn: True):
31 for fn in os.listdir(path):
32 TryToCleanPath(os.path.join(path, fn), file_name_filter)
36 def TryToCleanPath(path, file_name_filter=lambda fn: True):
62 file_name_filter = lambda fn: file_name_re.search(fn) is not None
  /external/chromium_org/v8/test/cctest/compiler/
codegen-tester.h 95 template <typename Ci, typename Fn>
96 void Run(const Ci& ci, const Fn& fn) {
99 CHECK_EQ(fn(*i), this->Call(*i));
103 template <typename Ci, typename Cj, typename Fn>
104 void Run(const Ci& ci, const Cj& cj, const Fn& fn) {
109 CHECK_EQ(fn(*i, *j), this->Call(*i, *j));
158 template <typename Ci, typename Cj, typename Fn>
159 void Run(const Ci& ci, const Cj& cj, const Fn& fn)
    [all...]
  /external/qemu/android/
config-file.c 339 aconfig_load_file(AConfig *root, const char *fn)
342 data = path_load_file(fn, NULL);
360 writer_init( Writer* w, const char* fn )
365 w->fd = creat( fn, 0755 );
458 aconfig_save_file(AConfig *root, const char *fn)
463 if (writer_init(w,fn) < 0)
  /external/valgrind/main/auxprogs/
ppc64shifts.c 433 void(*fn)(ULong,ULong*,ULong*);
438 fn = fns[i];
439 fn( arg, &res, &xer );
450 void(*fn)(ULong,ULong,ULong*,ULong*);
456 fn = fnV;
457 fn( arg1, arg2, &res, &xer );
  /external/vixl/test/
test-simulator-a64.cc 152 const FPRegister& fn);
154 const FPRegister& fn,
157 const FPRegister& fn,
160 typedef void (MacroAssembler::*TestFPCmpHelper_t)(const FPRegister& fn,
162 typedef void (MacroAssembler::*TestFPCmpZeroHelper_t)(const FPRegister& fn,
165 const FPRegister& fn);
194 FPRegister fn = (n_size == kDRegSize) ? d1 : s1; local
202 __ Ldr(fn, MemOperand(inputs_base, index_n, UXTW, n_index_shift));
204 (masm.*helper)(fd, fn);
297 FPRegister fn = double_op ? d1 : s1 local
415 FPRegister fn = double_op ? d1 : s1; local
546 FPRegister fn = double_op ? d1 : s1; local
671 FPRegister fn = double_op ? d1 : s1; local
784 FPRegister fn = (n_size == kDRegSize) ? d1 : s1; local
    [all...]
  /packages/apps/Launcher3/
print_db.py 41 def pull_file(fn):
42 print "pull_file: " + fn
45 + " " + fn);
149 def process_file(fn):
151 print "process_file: " + fn
152 conn = sqlite3.connect(fn)
  /bionic/libc/kernel/uapi/linux/netfilter_arp/
arp_tables.h 40 #define ARPT_ENTRY_ITERATE(entries, size, fn, args...) XT_ENTRY_ITERATE(struct arpt_entry, entries, size, fn, ## args)
  /build/tools/
product_debug.py 71 def read_file(fn):
72 f = file(fn)
  /development/ndk/platforms/android-3/include/linux/netfilter_arp/
arp_tables.h 158 #define ARPT_ENTRY_ITERATE(entries, size, fn, args...) ({ unsigned int __i; int __ret = 0; struct arpt_entry *__entry; for (__i = 0; __i < (size); __i += __entry->next_offset) { __entry = (void *)(entries) + __i; __ret = fn(__entry , ## args); if (__ret != 0) break; } __ret; })
  /development/ndk/platforms/android-L/include/linux/netfilter_arp/
arp_tables.h 40 #define ARPT_ENTRY_ITERATE(entries, size, fn, args...) XT_ENTRY_ITERATE(struct arpt_entry, entries, size, fn, ## args)
  /external/chromium-trace/trace-viewer/
PRESUBMIT.py 64 def RunWithPrependedPath(prepended_path, fn, *args):
70 return fn(*args)
  /external/chromium_org/third_party/brotli/src/woff2/
buffer.h 51 inline bool Failure(const char *f, int l, const char *fn) {
52 std::fprintf(stderr, "ERROR at %s:%d (%s)\n", f, l, fn);
  /external/chromium_org/third_party/cython/src/Cython/Debugger/
DebugWriter.py 73 fn = "cython_debug_info_" + self.module_name
74 et.write(os.path.join(self.output_dir, fn), encoding="UTF-8", **kw)
  /external/chromium_org/third_party/libevent/
evdns.h 455 @param fn the callback to be invoked when a log message is generated
457 void evdns_set_log_fn(evdns_debug_log_fn_type fn);
463 @param fn the new callback, or NULL to use the default.
465 void evdns_set_transaction_id_fn(ev_uint16_t (*fn)(void));
  /external/chromium_org/third_party/libvpx/source/libvpx/vpx/src/
vpx_codec.c 122 for (entry = ctx->iface->ctrl_maps; entry && entry->fn; entry++) {
127 res = entry->fn((vpx_codec_alg_priv_t *)ctx->priv, ap);
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
errwarn.h 301 * \param fn filename of source file
309 (const char *fn, unsigned long line, const char *msg,
314 * \param fn filename of source file
319 (const char *fn, unsigned long line, const char *msg);
  /external/chromium_org/ui/gl/
gl_implementation_x11.cc 132 ::gfx::g_driver_gl.fn.glClearDepthFn = MarshalClearDepthToClearDepthf;
133 ::gfx::g_driver_gl.fn.glDepthRangeFn = MarshalDepthRangeToDepthRangef;
  /external/kernel-headers/original/uapi/linux/netfilter_arp/
arp_tables.h 30 #define ARPT_ENTRY_ITERATE(entries, size, fn, args...) \
31 XT_ENTRY_ITERATE(struct arpt_entry, entries, size, fn, ## args)
  /external/libunwind/include/
libunwind-common.h.in 35 #define UNW_OBJ(fn) UNW_PASTE(UNW_PREFIX, fn)
36 #define UNW_ARCH_OBJ(fn) UNW_PASTE(UNW_PASTE(UNW_PASTE(_U,UNW_TARGET),_), fn)
  /external/linux-tools-perf/perf-3.12.0/tools/perf/tests/
bp_signal.c 59 static int bp_event(void *fn, int setup_signal)
70 pe.bp_addr = (unsigned long) fn;
  /external/llvm/bindings/ocaml/llvm/
llvm.ml 685 | Before fn ->
686 f fn;
687 iter_function_range f (function_succ fn) e
696 | Before fn -> fold_left_function_range f (f init fn) (function_succ fn) e
705 | After fn ->
706 f fn;
707 rev_iter_function_range f (function_pred fn) e
716 | After fn -> fold_right_function_range f (function_pred fn) e (f fn init
    [all...]

Completed in 3912 milliseconds

<<31323334353637383940>>