HomeSort by relevance Sort by last modified time
    Searched refs:fn (Results 301 - 325 of 1680) sorted by null

<<11121314151617181920>>

  /external/clang/test/SemaCXX/
decl-expr-ambiguity.cpp 71 void fn(int(C)) { } // void fn(int(*fp)(C c)) { } expected-note{{candidate function}} function
72 // not: void fn(int C);
76 fn(1); // expected-error {{no matching function}}
77 fn(g); // OK
  /external/openssl/crypto/engine/
tb_cipher.c 122 ENGINE_CIPHERS_PTR fn = ENGINE_get_ciphers(e); local
123 if(!fn || !fn(e, &ret, NULL, nid))
tb_digest.c 122 ENGINE_DIGESTS_PTR fn = ENGINE_get_digests(e); local
123 if(!fn || !fn(e, &ret, NULL, nid))
  /external/qemu/
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/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/valgrind/main/mpi/
libmpiwrap.c 1060 OrigFn fn; local
1098 OrigFn fn; local
1124 OrigFn fn; local
1374 OrigFn fn; local
1419 OrigFn fn; local
1447 OrigFn fn; local
1476 OrigFn fn; local
1509 OrigFn fn; local
1552 OrigFn fn; local
1580 OrigFn fn; local
1628 OrigFn fn; local
1655 OrigFn fn; local
1676 OrigFn fn; local
1713 OrigFn fn; local
1758 OrigFn fn; local
1773 OrigFn fn; local
1806 OrigFn fn; local
1855 OrigFn fn; local
1910 OrigFn fn; local
1953 OrigFn fn; local
1989 OrigFn fn; local
2024 OrigFn fn; local
2057 OrigFn fn; local
2085 OrigFn fn; local
2108 OrigFn fn; local
2136 OrigFn fn; local
2151 OrigFn fn; local
2166 OrigFn fn; local
2181 OrigFn fn; local
2198 OrigFn fn; local
2229 OrigFn fn; local
2255 OrigFn fn; local
2278 OrigFn fn; local
2294 OrigFn fn; local
    [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/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/util/
config.c 123 static int get_value(config_fn_t fn, void *data, char *name, unsigned int len)
151 return fn(name, value, data);
210 static int perf_parse_file(config_fn_t fn, void *data)
260 if (get_value(fn, data, var, baselen+1) < 0)
357 static int perf_config_from_file(config_fn_t fn, const char *filename, void *data)
368 ret = perf_parse_file(fn, data);
399 int perf_config(config_fn_t fn, void *data)
406 return perf_config_from_file(fn, config_exclusive_filename, data);
408 ret += perf_config_from_file(fn, perf_etc_perfconfig(),
417 ret += perf_config_from_file(fn, user_config, data)
    [all...]
  /external/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();
  /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...]
  /build/tools/
java-event-log-tags.py 59 fn = args[0] variable
60 tagfile = event_log_tags.TagFile(fn)
87 for fn, ln, msg in tagfile.errors:
88 print >> sys.stderr, "%s:%d: error: %s" % (fn, ln, msg)
94 " */\n\n" % (fn,))
98 basename, _ = os.path.splitext(os.path.basename(fn))
merge-event-log-tags.py 85 for fn in args:
86 tagfile = event_log_tags.TagFile(fn)
135 for fn, ln, msg in errors:
136 print >> sys.stderr, "%s:%d: error: %s" % (fn, ln, msg)
140 for fn, ln, msg in warnings:
141 print >> sys.stderr, "%s:%d: warning: %s" % (fn, ln, msg)
  /external/chromium_org/v8/test/webkit/
toString-prefix-postfix-preserve-parens.js 105 function testToString(fn) {
108 shouldBe("unevalf(eval(unevalf("+fn+")))", "unevalf(" + fn + ")");
113 shouldBeTrue("/.*\\(+x\\)*, y\\)/.test(unevalf("+fn+"))");
117 function testToStringAndRTFailure(fn)
119 testToString(fn);
122 shouldThrow(""+fn+ "(1, 2, 3);");
125 shouldThrow("eval(unevalf("+fn+ "))(1, 2, 3);");
128 function testToStringAndReturn(fn, p1, p2, retval)
131 testToString(fn);
    [all...]

Completed in 970 milliseconds

<<11121314151617181920>>