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

<<11121314151617181920>>

  /external/openssl/crypto/engine/
tb_digest.c 122 ENGINE_DIGESTS_PTR fn = ENGINE_get_digests(e); local
123 if(!fn || !fn(e, &ret, NULL, nid))
  /external/qemu/android/
loadpng.c 12 void *loadpng(const char *fn, unsigned *_width, unsigned *_height)
26 LOG("%s: failed to allocate png read struct\n", fn);
32 LOG("%s: failed to allocate png info struct\n", fn);
36 fp = fopen(fn, "rb");
38 LOG("%s: failed to open file\n", fn);
43 LOG("%s: failed to read header\n", fn);
48 LOG("%s: header is not a PNG header\n", fn);
53 LOG("%s: png library error\n", fn);
164 LOG("%s: failed to allocate png read struct\n", fn);
170 LOG("%s: failed to allocate png info struct\n", fn);
    [all...]
  /external/regex-re2/util/
benchmark.h 11 void (*fn)(int); member in struct:testing::Benchmark
19 Benchmark(const char* name, void (*f)(int)) { Clear(name); fn = f; Register(); }
21 void Clear(const char* n) { name = n; fn = 0; fnr = 0; lo = 0; hi = 0; threadlo = 0; threadhi = 0; }
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/include/isl/
vertices.h 30 int (*fn)(__isl_take isl_vertex *vertex, void *user), void *user);
36 int (*fn)(__isl_take isl_vertex *vertex, void *user), void *user);
40 int (*fn)(__isl_take isl_cell *cell, void *user), void *user);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/include/isl/
vertices.h 30 int (*fn)(__isl_take isl_vertex *vertex, void *user), void *user);
36 int (*fn)(__isl_take isl_vertex *vertex, void *user), void *user);
40 int (*fn)(__isl_take isl_cell *cell, void *user), void *user);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_fnmatch.py 15 def check_match(self, filename, pattern, should_match=1, fn=fnmatch):
17 self.assertTrue(fn(filename, pattern),
21 self.assertTrue(not fn(filename, pattern),
test_socketserver.py 82 for fn in self.test_files:
84 os.remove(fn)
98 fn = tempfile.mktemp(prefix='unix_socket.', dir=dir)
103 if fn[1] == ':':
104 fn = fn[2:]
105 if fn[0] in (os.sep, os.altsep):
106 fn = fn[1:]
108 fn = fn.replace(os.sep, os.altsep
    [all...]
test___all__.py 51 for fn in sorted(os.listdir(basedir)):
52 path = os.path.join(basedir, fn)
56 yield pkg_init, modpath + fn
57 for p, m in self.walk_modules(path, modpath + fn + "."):
60 if not fn.endswith('.py') or fn == '__init__.py':
62 yield path, modpath + fn[:-3]
test_shelve.py 11 fn = "shelftemp" + os.extsep + "db" variable in class:TestCase
30 s = shelve.open(self.fn, protocol=0)
35 for f in glob.glob(self.fn+"*"):
40 s = shelve.open(self.fn, protocol=1)
45 for f in glob.glob(self.fn+"*"):
50 s = shelve.open(self.fn, protocol=2)
55 for f in glob.glob(self.fn+"*"):
108 fn = "shelftemp.db" variable in class:TestShelveBase
121 x= shelve.open(self.fn+str(self.counter), **self._args)
129 for f in glob.glob(self.fn+"*")
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_fnmatch.py 15 def check_match(self, filename, pattern, should_match=1, fn=fnmatch):
17 self.assertTrue(fn(filename, pattern),
21 self.assertTrue(not fn(filename, pattern),
test_socketserver.py 82 for fn in self.test_files:
84 os.remove(fn)
98 fn = tempfile.mktemp(prefix='unix_socket.', dir=dir)
103 if fn[1] == ':':
104 fn = fn[2:]
105 if fn[0] in (os.sep, os.altsep):
106 fn = fn[1:]
108 fn = fn.replace(os.sep, os.altsep
    [all...]
test___all__.py 51 for fn in sorted(os.listdir(basedir)):
52 path = os.path.join(basedir, fn)
56 yield pkg_init, modpath + fn
57 for p, m in self.walk_modules(path, modpath + fn + "."):
60 if not fn.endswith('.py') or fn == '__init__.py':
62 yield path, modpath + fn[:-3]
test_shelve.py 11 fn = "shelftemp" + os.extsep + "db" variable in class:TestCase
30 s = shelve.open(self.fn, protocol=0)
35 for f in glob.glob(self.fn+"*"):
40 s = shelve.open(self.fn, protocol=1)
45 for f in glob.glob(self.fn+"*"):
50 s = shelve.open(self.fn, protocol=2)
55 for f in glob.glob(self.fn+"*"):
108 fn = "shelftemp.db" variable in class:TestShelveBase
121 x= shelve.open(self.fn+str(self.counter), **self._args)
129 for f in glob.glob(self.fn+"*")
    [all...]
  /external/okhttp/website/static/
bootstrap.min.js 6 !function(e){"use strict";e(function(){e.support.transition=function(){var e=function(){var e=document.createElement("bootstrap"),t={WebkitTransition:"webkitTransitionEnd",MozTransition:"transitionend",OTransition:"oTransitionEnd otransitionend",transition:"transitionend"},n;for(n in t)if(e.style[n]!==undefined)return t[n]}();return e&&{end:e}}()})}(window.jQuery),!function(e){"use strict";var t='[data-dismiss="alert"]',n=function(n){e(n).on("click",t,this.close)};n.prototype.close=function(t){function s(){i.trigger("closed").remove()}var n=e(this),r=n.attr("data-target"),i;r||(r=n.attr("href"),r=r&&r.replace(/.*(?=#[^\s]*$)/,"")),i=e(r),t&&t.preventDefault(),i.length||(i=n.hasClass("alert")?n:n.parent()),i.trigger(t=e.Event("close"));if(t.isDefaultPrevented())return;i.removeClass("in"),e.support.transition&&i.hasClass("fade")?i.on(e.support.transition.end,s):s()};var r=e.fn.alert;e.fn.alert=function(t){return this.each(function(){var r=e(this),i=r.data("alert");i||r.data("alert",i=new n(this)),typeof t=="string"&&i[t].call(r)})},e.fn.alert.Constructor=n,e.fn.alert.noConflict=function(){return e.fn.alert=r,this},e(document).on("click.alert.data-api",t,n.prototype.close)}(window.jQuery),!function(e){"use strict";var t=function(t,n){this.$element=e(t),this.options=e.extend({},e.fn.button.defaults,n)};t.prototype.setState=function(e){var t="disabled",n=this.$element,r=n.data(),i=n.is("input")?"val":"html";e+="Text",r.resetText||n.data("resetText",n[i]()),n[i](r[e]||this.options[e]),setTimeout(function(){e=="loadingText"?n.addClass(t).attr(t,t):n.removeClass(t).removeAttr(t)},0)},t.prototype.toggle=function(){var e=this.$element.closest('[data-toggle="buttons-radio"]');e&&e.find(".active").removeClass("active"),this.$element.toggleClass("active")};var n=e.fn.button;e.fn.button=function(n){return this.each(function(){var r=e(this),i=r.data("button"),s=typeof n=="object"&&n;i||r.data("button",i=new t(this,s)),n=="toggle"?i.toggle():n&&i.setState(n)})},e.fn.button.defaults={loadingText:"loading..."},e.fn.button.Constructor=t,e.fn.button.noConflict=function(){return e.fn.button=n,this},e(document).on(" (…)
    [all...]
  /external/valgrind/main/mpi/
libmpiwrap.c 1062 OrigFn fn; local
1100 OrigFn fn; local
1127 OrigFn fn; local
1377 OrigFn fn; local
1422 OrigFn fn; local
1450 OrigFn fn; local
1479 OrigFn fn; local
1512 OrigFn fn; local
1555 OrigFn fn; local
1583 OrigFn fn; local
1631 OrigFn fn; local
1658 OrigFn fn; local
1679 OrigFn fn; local
1716 OrigFn fn; local
1762 OrigFn fn; local
1777 OrigFn fn; local
1810 OrigFn fn; local
1859 OrigFn fn; local
1914 OrigFn fn; local
1957 OrigFn fn; local
1993 OrigFn fn; local
2028 OrigFn fn; local
2061 OrigFn fn; local
2089 OrigFn fn; local
2112 OrigFn fn; local
2140 OrigFn fn; local
2155 OrigFn fn; local
2170 OrigFn fn; local
2185 OrigFn fn; local
2202 OrigFn fn; local
2233 OrigFn fn; local
2259 OrigFn fn; local
2282 OrigFn fn; local
2298 OrigFn fn; local
    [all...]
  /external/chromium_org/third_party/boringssl/src/crypto/x509v3/
v3nametest.c 268 int (*fn)(X509 *, const char *); member in struct:set_name_fn
308 static void check_message(const struct set_name_fn *fn, const char *op,
315 fn->name, op, nameincert,
324 const struct set_name_fn *fn)
343 else if (fn->host)
352 check_message(fn, "host", nameincert, match, *pname);
362 else if (fn->host)
371 check_message(fn, "host-no-wildcards",
377 if (fn->email)
386 check_message(fn, "email", nameincert, match, *pname)
    [all...]
  /external/oprofile/libpopt/
poptconfig.c 96 int poptReadConfigFile(poptContext con, const char * fn)
104 fd = open(fn, O_RDONLY);
165 char * fn, * home; local
174 fn = alloca(strlen(home) + 20);
175 strcpy(fn, home);
176 strcat(fn, "/.popt");
177 rc = poptReadConfigFile(con, fn);
  /external/valgrind/main/callgrind/
fn.c 234 obj = (obj_node*) CLG_MALLOC("cl.fn.non.1", sizeof(obj_node));
235 obj->name = di ? VG_(strdup)( "cl.fn.non.2",
293 file_node* file = (file_node*) CLG_MALLOC("cl.fn.nfn.1",
295 file->name = VG_(strdup)("cl.fn.nfn.2", filename);
336 fn_node* fn = (fn_node*) CLG_MALLOC("cl.fn.nfnnd.1", local
338 fn->name = VG_(strdup)("cl.fn.nfnnd.2", fnname);
341 fn->number = CLG_(stat).distinct_fns;
342 fn->last_cxt = 0
411 fn_node *fn = get_fn_node_infile(file, fnname); local
494 fn_node* fn; local
    [all...]
  /external/valgrind/main/memcheck/tests/
wrap6.c 172 soak up lots of int registers. And the orig fn uses TRASH_IREGS to
191 OrigFn fn; local
192 VALGRIND_GET_ORIG_FN(fn);
195 CALL_FN_W_v(r, fn);
197 CALL_FN_v_v(fn);
218 OrigFn fn; local
219 VALGRIND_GET_ORIG_FN(fn);
222 CALL_FN_W_W(r, fn, a1);
224 CALL_FN_v_W(fn, a1);
246 OrigFn fn; local
275 OrigFn fn; local
306 OrigFn fn; local
337 OrigFn fn; local
369 OrigFn fn; local
404 OrigFn fn; local
441 OrigFn fn; local
479 OrigFn fn; local
518 OrigFn fn; local
558 OrigFn fn; local
599 OrigFn fn; local
    [all...]
  /external/chromium_org/ui/gl/
gl_gl_api_implementation.cc 180 orig_fn.glTexImage2DFn = fn.glTexImage2DFn;
181 fn.glTexImage2DFn =
185 orig_fn.glTexSubImage2DFn = fn.glTexSubImage2DFn;
186 fn.glTexSubImage2DFn =
190 orig_fn.glTexStorage2DEXTFn = fn.glTexStorage2DEXTFn;
191 fn.glTexStorage2DEXTFn =
195 orig_fn.glRenderbufferStorageEXTFn = fn.glRenderbufferStorageEXTFn;
196 fn.glRenderbufferStorageEXTFn =
202 fn.glRenderbufferStorageMultisampleEXTFn;
203 fn.glRenderbufferStorageMultisampleEXTFn
    [all...]
  /external/chromium_org/v8/test/mjsunit/
function-named-self-reference.js 30 var fn = function fn(val) { function
33 %OptimizeFunctionOnNextCall(fn);
36 var res = fn((val + 1) << 1);
44 var res = fn();
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
config.c 126 static int get_value(config_fn_t fn, void *data, char *name, unsigned int len)
154 return fn(name, value, data);
213 static int perf_parse_file(config_fn_t fn, void *data)
263 if (get_value(fn, data, var, baselen+1) < 0)
362 static int perf_config_from_file(config_fn_t fn, const char *filename, void *data)
373 ret = perf_parse_file(fn, data);
404 int perf_config(config_fn_t fn, void *data)
411 return perf_config_from_file(fn, config_exclusive_filename, data);
413 ret += perf_config_from_file(fn, perf_etc_perfconfig(),
441 ret += perf_config_from_file(fn, user_config, data)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
dis.py 206 fn = sys.argv[1]
207 if not fn or fn == "-":
208 fn = None
210 fn = None
211 if fn is None:
214 f = open(fn)
216 if fn is not None:
219 fn = "<stdin>"
220 code = compile(source, fn, "exec"
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
dis.py 206 fn = sys.argv[1]
207 if not fn or fn == "-":
208 fn = None
210 fn = None
211 if fn is None:
214 f = open(fn)
216 if fn is not None:
219 fn = "<stdin>"
220 code = compile(source, fn, "exec"
    [all...]
  /external/chromium_org/v8/src/arm64/
macro-assembler-arm64-inl.h 294 #define DEFINE_FUNCTION(FN, REGTYPE, REG, OP) \
295 void MacroAssembler::FN(const REGTYPE REG, const MemOperand& addr) { \
303 #define DEFINE_FUNCTION(FN, REGTYPE, REG, REG2, OP) \
304 void MacroAssembler::FN(const REGTYPE REG, const REGTYPE REG2, \
542 void MacroAssembler::Fabs(const FPRegister& fd, const FPRegister& fn) {
544 fabs(fd, fn);
549 const FPRegister& fn,
552 fadd(fd, fn, fm);
556 void MacroAssembler::Fccmp(const FPRegister& fn,
562 fccmp(fn, fm, nzcv, cond)
    [all...]

Completed in 981 milliseconds

<<11121314151617181920>>