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

<<11121314151617181920>>

  /external/llvm/test/Bindings/Ocaml/
scalar_opts.ml 38 let fn = define_function "fn" fty m in var
39 ignore (build_ret_void (builder_at_end context (entry_block fn)));
77 ++ PassManager.run_function fn
executionengine.ml 24 let fn =
29 let b = builder_at_end (global_context ()) (entry_block fn) in
31 fn
34 let fn = define_function "plus" (function_type i32_type [| i32_type;
36 let b = builder_at_end (global_context ()) (entry_block fn) in
37 let add = build_add (param fn 0) (param fn 1) "sum" b in
  /external/llvm/tools/lli/
RemoteTarget.cpp 50 int (*fn)(void) = (int(*)(void))Address;
51 RetVal = fn();
  /external/valgrind/main/drd/tests/
fp_race_xml.stderr.exp 45 <fn>main</fn>
68 <fn>main</fn>
  /external/chromium_org/native_client_sdk/src/build_tools/sdk_tools/
sdk_update_main.py 45 def hook(fn):
46 fn.usage_more = more
47 return fn
51 def hide(fn):
52 fn.hide = True
53 return fn
370 cmds = [fn[3:] for fn in dir(sys.modules[__name__]) if fn.startswith('CMD')]
372 cmds = filter(lambda fn: not getattr(Command(fn), 'hide', 0), cmds
    [all...]
  /external/chromium_org/v8/test/webkit/
toString-elision-trailing-comma.js 97 function testToStringAndLength(fn, length, lastElement)
100 shouldBe(""+ fn +"().length", "" + length);
103 shouldBe(""+ fn +"()[" + length +"-1]", "" + lastElement);
107 shouldBe("unevalf(eval(unevalf("+fn+")))", "unevalf(" + fn + ")");
111 shouldBe("eval(unevalf("+fn+"))().length", ""+length);
112 shouldBe("eval(unevalf("+fn+"))()[" + length +"-1]", ""+lastElement);
  /external/chromium_org/third_party/icu/source/test/perf/strsrchperf/
strsrchperf.h 27 StrSrchFn fn; member in class:StringSearchPerfFunction
41 (*fn)(bms, src, srcLen, pttrn, pttrnLen, status);
43 (*fn)(srch, src, srcLen, pttrn, pttrnLen, status);
57 fn = func;
66 fn = func;
  /frameworks/base/cmds/screencap/
screencap.cpp 118 const char* fn = argv[0]; local
119 fd = open(fn, O_WRONLY | O_CREAT | O_TRUNC, 0664);
121 fprintf(stderr, "Error opening file: %s (%s)\n", fn, strerror(errno));
124 const int len = strlen(fn);
125 if (len >= 4 && 0 == strcmp(fn+len-4, ".png")) {
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
sortperf.py 22 fn = os.path.join(td, "rr%06d" % n)
24 fp = open(fn, "rb")
30 fp = open(fn, "wb")
37 os.unlink(fn)
41 print "can't write", fn, ":", msg
test_ntpath.py 8 def tester(fn, wantResult):
9 fn = fn.replace("\\", "\\\\")
10 gotResult = eval(fn)
13 %(str(fn), str(wantResult), str(gotResult))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
sortperf.py 22 fn = os.path.join(td, "rr%06d" % n)
24 fp = open(fn, "rb")
30 fp = open(fn, "wb")
37 os.unlink(fn)
41 print "can't write", fn, ":", msg
test_ntpath.py 8 def tester(fn, wantResult):
9 fn = fn.replace("\\", "\\\\")
10 gotResult = eval(fn)
13 %(str(fn), str(wantResult), str(gotResult))
  /external/clang/lib/CodeGen/
CGCXX.cpp 189 llvm::Function *fn = local
191 setFunctionLinkage(GlobalDecl(ctor, ctorType), fn); local
193 CodeGenFunction(*this).GenerateCode(GlobalDecl(ctor, ctorType), fn, fnInfo); local
195 SetFunctionDefinitionAttributes(ctor, fn);
196 SetLLVMFunctionAttributesForDefinition(ctor, fn);
237 llvm::Function *fn = local
239 setFunctionLinkage(GlobalDecl(dtor, dtorType), fn); local
241 CodeGenFunction(*this).GenerateCode(GlobalDecl(dtor, dtorType), fn, fnInfo); local
243 SetFunctionDefinitionAttributes(dtor, fn);
244 SetLLVMFunctionAttributesForDefinition(dtor, fn);
    [all...]
  /external/compiler-rt/lib/profile/
GCDAProfiling.c 75 writeout_fn fn; member in struct:writeout_fn_node
88 flush_fn fn; member in struct:flush_fn_node
421 void llvm_register_writeout_function(writeout_fn fn) {
423 new_node->fn = fn;
438 curr->fn();
453 void llvm_register_flush_function(flush_fn fn) {
455 new_node->fn = fn;
470 curr->fn();
    [all...]
  /external/libffi/src/x86/
ffi.c 183 unsigned, unsigned, unsigned *, void (*fn)(void));
187 unsigned, unsigned, unsigned *, void (*fn)(void));
191 void ffi_call(ffi_cif *cif, void (*fn)(void), void *rvalue, void **avalue)
214 fn);
219 ecif.rvalue, fn);
426 unsigned, unsigned *, void (*fn)(void));
431 unsigned, unsigned *, void (*fn)(void));
435 ffi_raw_call(ffi_cif *cif, void (*fn)(void), void *rvalue, ffi_raw *fake_avalue)
459 ecif.rvalue, fn);
464 ecif.rvalue, fn);
    [all...]
  /external/blktrace/
blkiomon.c 68 char *fn; member in struct:output
110 if (!debug.fn)
134 if (!debug.fn)
239 if (!binary.fn)
249 fprintf(stderr, "blkiomon: could not write to %s\n", binary.fn);
251 binary.fn = NULL;
433 if (!drvdata.fn)
445 fprintf(stderr, "blkiomon: could not write to %s\n", drvdata.fn);
447 drvdata.fn = NULL;
530 if (!out->fn)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
pkgutil.py 204 for fn in filenames:
205 modname = inspect.getmodulename(fn)
209 path = os.path.join(self.path, fn)
212 if not modname and os.path.isdir(path) and '.' not in fn:
213 modname = fn
219 for fn in dircontents:
220 subname = inspect.getmodulename(fn)
338 for fn in dirlist:
339 if not fn.startswith(_prefix):
342 fn = fn[plen:].split(os.sep
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
pkgutil.py 204 for fn in filenames:
205 modname = inspect.getmodulename(fn)
209 path = os.path.join(self.path, fn)
212 if not modname and os.path.isdir(path) and '.' not in fn:
213 modname = fn
219 for fn in dircontents:
220 subname = inspect.getmodulename(fn)
338 for fn in dirlist:
339 if not fn.startswith(_prefix):
342 fn = fn[plen:].split(os.sep
    [all...]
  /build/tools/releasetools/
edify_generator.py 215 def WriteRawImage(self, mount_point, fn):
223 args = {'device': p.device, 'fn': fn}
226 'write_raw_image(package_extract_file("%(fn)s"), "%(device)s");'
230 'package_extract_file("%(fn)s", "%(device)s");' % args)
234 def SetPermissions(self, fn, uid, gid, mode, selabel, capabilities):
237 self.script.append('set_perm(%d, %d, 0%o, "%s");' % (uid, gid, mode, fn))
241 '"capabilities", %s' % (fn, uid, gid, mode, capabilities)
247 def SetPermissionsRecursive(self, fn, uid, gid, dmode, fmode, selabel, capabilities):
251 % (uid, gid, dmode, fmode, fn))
    [all...]
  /external/tcpdump/
print-smb.c 37 void (*fn)(const u_char *, const u_char *, const u_char *, const u_char *); member in struct:smbdescript
45 void (*fn)(const u_char *, const u_char *, int, int); member in struct:smbdescriptint
176 static struct smbfnsint *fn = &trans2_fns[0]; local
189 fn = smbfindint(EXTRACT_LE_16BITS(w + 14 * 2), trans2_fns);
192 printf("%s\n", fn->name);
203 printf("%s param_length=%d data_length=%d\n", fn->name, pcnt, dcnt);
216 f1 = fn->descript.req_f1;
217 f2 = fn->descript.req_f2;
222 f1 = fn->descript.rep_f1;
223 f2 = fn->descript.rep_f2
802 struct smbfns *fn; local
    [all...]
  /external/valgrind/main/coregrind/
pub_core_tooliface.h 45 #define VG_TDICT_CALL(fn, args...) \
46 ( tl_assert2(VG_(tdict).fn, \
47 "you forgot to set VgToolInterface function '" #fn "'"), \
48 VG_(tdict).fn(args) )
50 #define VG_TRACK(fn, args...) \
52 if (VG_(tdict).track_##fn) \
53 VG_(tdict).track_##fn(args); \
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
GrepDialog.py 82 for fn in list:
84 f = open(fn)
98 sys.stdout.write("%s: %s: %s\n" % (fn, lineno, line))
119 fn = os.path.join(dir, name)
120 if os.path.isdir(fn):
121 subdirs.append(fn)
124 list.append(fn)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
GrepDialog.py 82 for fn in list:
84 f = open(fn)
98 sys.stdout.write("%s: %s: %s\n" % (fn, lineno, line))
119 fn = os.path.join(dir, name)
120 if os.path.isdir(fn):
121 subdirs.append(fn)
124 list.append(fn)
  /system/core/libcutils/tests/memset_mips/
test_memset.c 56 timeone(void (*fn)(), void *d, uint32_t val, uint32_t bytes)
60 (*fn)(d, val, bytes);
82 testone(char *tag, void (*fn)(), int trials, int minbytes, int maxbytes, int size, int threshold)
136 units = timeone(fn, d, v, n);
198 void (*fn)();
223 (fp->fn)(arena, 0xffffffff, ARENASIZE); /* one call to get the code into Icache */
229 testone(tag, fp->fn, pp->trials, pp->minbytes, pp->maxbytes, fp->size, threshold);
  /bootable/recovery/edify/
parser.y 70 $$->fn = Literal;
91 $$->fn = FindFunction($1);
92 if ($$->fn == NULL) {

Completed in 336 milliseconds

<<11121314151617181920>>