HomeSort by relevance Sort by last modified time
    Searched refs:PRE (Results 1 - 25 of 49) sorted by null

1 2

  /external/valgrind/main/none/tests/
resolv.stdout.exp 0 PRE _res.nscount = 0
shell.stderr.exp 5 Add more stringent tests in PRE(sys_execve), or work out how to recover.
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-aix5.c 428 PRE/POST wrappers for arch-generic, AIX5-specific syscalls. Note:
435 // Nb: See the comment above the generic PRE/POST wrappers in
438 #define PRE(name) DEFN_PRE_TEMPLATE(aix5, name)
449 PRE(sys___libc_sbrk)
477 PRE(sys___msleep)
485 PRE(sys__clock_settime)
491 PRE(sys__exit)
506 PRE(sys__fp_fpscrx_sc)
511 PRE(sys__getpgrp)
516 PRE(sys__getpid
    [all...]
syswrap-linux.c 123 "run_a_thread_NORETURN(tid=%lld): pre-thread_wrapper\n",
385 PRE/POST wrappers for arch-generic, Linux-specific syscalls
388 // Nb: See the comment above the generic PRE/POST wrappers in
391 #define PRE(name) DEFN_PRE_TEMPLATE(linux, name)
412 PRE(sys_mount)
429 PRE(sys_oldumount)
436 PRE(sys_umount)
447 PRE(sys_setfsuid16)
453 PRE(sys_setfsuid)
459 PRE(sys_setfsgid16
    [all...]
syswrap-darwin.c 206 "run_a_thread_NORETURN(tid=%lld): pre-thread_wrapper\n",
655 #define PRE(name) DEFN_PRE_TEMPLATE(darwin, name)
689 PRE(ioctl)
    [all...]
syswrap-amd64-linux.c 345 PRE/POST wrappers for AMD64/Linux-specific syscalls
348 #define PRE(name) DEFN_PRE_TEMPLATE(amd64_linux, name)
394 PRE(sys_clone)
482 PRE(sys_rt_sigreturn)
524 PRE(sys_arch_prctl)
566 PRE(sys_ptrace)
636 PRE(sys_socket)
649 PRE(sys_setsockopt)
658 PRE(sys_getsockopt)
673 PRE(sys_connect
    [all...]
syswrap-generic.c     [all...]
syswrap-arm-linux.c 289 PRE/POST wrappers for arm/Linux-specific syscalls
292 #define PRE(name) DEFN_PRE_TEMPLATE(arm_linux, name)
346 PRE(sys_socketcall)
603 PRE(sys_socket)
616 PRE(sys_setsockopt)
625 PRE(sys_getsockopt)
640 PRE(sys_connect)
649 PRE(sys_accept)
666 PRE(sys_sendto)
677 PRE(sys_recvfrom
    [all...]
syswrap-ppc32-linux.c 398 PRE/POST wrappers for ppc32/Linux-specific syscalls
401 #define PRE(name) DEFN_PRE_TEMPLATE(ppc32_linux, name)
424 PRE(sys_socketcall)
689 PRE(sys_mmap)
705 PRE(sys_mmap2)
728 PRE(sys_stat64)
741 PRE(sys_lstat64)
757 PRE(sys_fstatat64)
771 PRE(sys_fstat64)
790 PRE(sys_ipc
    [all...]
syswrap-x86-linux.c 780 PRE/POST wrappers for x86/Linux-specific syscalls
783 #define PRE(name) DEFN_PRE_TEMPLATE(x86_linux, name)
811 PRE(old_select)
844 PRE(sys_clone)
    [all...]
syswrap-ppc64-aix5.c 142 "run_a_thread_NORETURN(tid=%lld): pre-thread_wrapper\n",
326 PRE/POST wrappers for ppc64/AIX5-specific syscalls
340 #define PRE(name) DEFN_PRE_TEMPLATE(ppc64_aix5, name)
351 PRE(sys__clock_gettime)
365 PRE(sys__fp_fpscrx64_)
370 PRE(sys_kload)
385 PRE(sys_kunload64)
398 PRE(sys_thread_setstate)
602 PRE(sys_FAKE_SIGRETURN)
604 /* See comments on PRE(sys_rt_sigreturn) in syswrap-amd64-linux.c fo
    [all...]
syswrap-ppc64-linux.c 428 PRE/POST wrappers for ppc64/Linux-specific syscalls
431 #define PRE(name) DEFN_PRE_TEMPLATE(ppc64_linux, name)
453 PRE(sys_socketcall)
719 PRE(sys_mmap)
735 //zz PRE(sys_mmap2)
758 //zz PRE(sys_stat64)
771 //zz PRE(sys_lstat64)
787 //zz PRE(sys_fstat64)
806 PRE(sys_ipc)
952 PRE(sys_clone
    [all...]
syswrap-ppc32-aix5.c 142 "run_a_thread_NORETURN(tid=%lld): pre-thread_wrapper\n",
326 PRE/POST wrappers for ppc32/AIX5-specific syscalls
340 #define PRE(name) DEFN_PRE_TEMPLATE(ppc32_aix5, name)
351 PRE(sys___loadx)
438 /* See comment in pre-handler */
447 PRE(sys___unload)
458 PRE(sys__clock_gettime)
472 PRE(sys_thread_setmymask_fast)
488 PRE(sys_thread_setstate)
692 PRE(sys_FAKE_SIGRETURN
    [all...]
  /external/pcre/
132html 25 print TEMP "</PRE>\n" if ($inpre);
112 # the <pre> and </pre> that delimit literal sections will do the spacing.
240 print TEMP "<PRE>\n";
275 print TEMP "<pre>\n";
281 print TEMP "</pre>\n";
  /external/clang/lib/StaticAnalyzer/Checkers/
CheckObjCDealloc.cpp 81 if (ObjCPropertyRefExpr *PRE =
83 if (PRE->isExplicitProperty() && PRE->getExplicitProperty() == PD)
  /external/webkit/Source/WebCore/rendering/svg/
RenderSVGInlineText.cpp 94 if (!newStyle || newStyle->whiteSpace() != PRE)
97 if (!oldStyle || oldStyle->whiteSpace() != PRE)
SVGTextLayoutAttributesBuilder.cpp 101 return style->whiteSpace() == PRE;
  /external/webkit/Source/WebCore/platform/efl/
RenderThemeEfl.cpp 891 style->setWhiteSpace(PRE);
911 style->setWhiteSpace(PRE);
929 style->setWhiteSpace(PRE);
957 style->setWhiteSpace(PRE);
973 style->setWhiteSpace(PRE);
    [all...]
  /external/webkit/LayoutTests/fast/dom/Node/script-tests/
initial-values.js 100 var element = document.createElement("pre");
101 shouldBe("element.nodeName", "'PRE'");
103 // FF returns "PRE" for localName, WebKit returns "pre", the spec says we should return null
112 element = document.createElementNS("http://www.w3.org/1999/xhtml", "html:pre");
113 shouldBe("element.nodeName", "'html:pre'");
114 shouldBe("element.localName", "'pre'");
139 element = document.createElementNS("http://www.w3.org/1999/xhtml", "pre");
141 // FF and Opera returns "pre" for nodeName as it is an XHTML element, WebKit returns "PRE"
    [all...]
  /external/webkit/Source/WebCore/rendering/style/
RenderStyleConstants.h 313 NORMAL, PRE, PRE_WRAP, PRE_LINE, NOWRAP, KHTML_NOWRAP
  /external/libvpx/vp8/encoder/
mcomp.c 187 #define PRE(r,c) (*(d->base_pre) + d->pre + ((r)>>2) * d->pre_stride + ((c)>>2)) // pointer to predictor base of a motionvector
189 #define DIST(r,c) vfp->svf( PRE(r,c), d->pre_stride, SP(c),SP(r), z,b->src_stride,&sse) // returns subpixel variance error function.
200 unsigned char *y = *(d->base_pre) + d->pre + (bestmv->row) * d->pre_stride + bestmv->col;
305 #undef PRE
318 unsigned char *y = *(d->base_pre) + d->pre + (bestmv->row) * d->pre_stride + bestmv->col;
604 unsigned char *y = *(d->base_pre) + d->pre + (bestmv->row) * d->pre_stride + bestmv->col;
757 #define PRE(r,c) (*(d->base_pre) + d->pre + (r) * d->pre_stride + (c)) // pointer to predictor base of a motionvector
758 #define DIST(r,c,v) vfp->sdf( src,src_stride,PRE(r,c),d->pre_stride, v) // returns sad error score
    [all...]
  /external/clang/docs/tools/
manpage.css 70 PRE {
  /external/llvm/docs/CommandGuide/html/
manpage.css 70 PRE {
  /external/llvm/docs/CommandGuide/
manpage.css 70 PRE {
  /dalvik/docs/
prettify.js 34 * 3) mark the <pre> and <code> tags in your source with class=prettyprint.
76 /** find all the < pre > and < code > tags in the DOM with class=prettyprint
347 // an html description of well formed XML and the containing tag is a PRE
350 var testNode = document.createElement('PRE');
    [all...]

Completed in 1197 milliseconds

1 2