HomeSort by relevance Sort by last modified time
    Searched refs:pre (Results 126 - 150 of 285) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/markdown/markdown/
blockprocessors.py 196 if sibling and sibling.tag == "pre" and len(sibling) \
206 pre = markdown.etree.SubElement(parent, 'pre')
207 code = markdown.etree.SubElement(pre, 'code')
435 if sibling and sibling.tag == 'pre' and sibling[0] and \
treeprocessors.py 306 if markdown.isBlockLevel(elem.tag) and elem.tag not in ['code', 'pre']:
  /external/v8/test/mjsunit/compiler/
alloc-object.js 67 // Both properties are pre-allocated in object properties.
countoperation.js 28 // Test pre- and postfix count operations.
  /external/v8/test/test262/
harness-adapt.js 42 this.pre = preconditionString;
  /external/valgrind/main/coregrind/
m_tooliface.c 273 void(*pre) (ThreadId, UInt, UWord*, UInt),
278 VG_(tdict).tool_pre_syscall = pre;
  /external/webkit/LayoutTests/dom/html/level1/core/
hc_documentgetelementsbytagnamevalue.js 80 in a pre-order traversal of the tree.
hc_elementgetelementsbytagnameaccessnodelist.js 80 were encountered in a pre order traversal of the element
  /external/webkit/LayoutTests/dom/xhtml/level1/core/
hc_documentgetelementsbytagnamevalue.js 80 in a pre-order traversal of the tree.
hc_elementgetelementsbytagnameaccessnodelist.js 80 were encountered in a pre order traversal of the element
  /external/webkit/LayoutTests/dom/xhtml/level3/core/
documentrenamenode11.js 114 renamedNode = doc.renameNode(textNode,nullNSURI,"pre:fix");
  /external/libvpx/libvpx/vp8/encoder/
rdopt.c 477 int pre_stride = x->e_mbd.pre.uv_stride;
493 uptr = x->e_mbd.pre.u_buffer + offset;
494 vptr = x->e_mbd.pre.v_buffer + offset;
1047 int pre_stride = x->e_mbd.pre.y_stride;
1048 unsigned char *base_pre = x->e_mbd.pre.y_buffer;
    [all...]
firstpass.c 419 int ref_stride = x->e_mbd.pre.y_stride;
428 xd->pre.y_buffer = recon_buffer->y_buffer + recon_yoffset;
429 ref_ptr = (unsigned char *)(xd->pre.y_buffer + d->offset );
458 xd->pre.y_buffer = recon_buffer->y_buffer + recon_yoffset;
541 xd->pre = *lst_yv12;
690 xd->pre.y_buffer = lst_yv12->y_buffer + recon_yoffset;
691 xd->pre.u_buffer = lst_yv12->u_buffer + recon_uvoffset;
692 xd->pre.v_buffer = lst_yv12->v_buffer + recon_uvoffset;
    [all...]
  /external/bison/etc/
bench.pl.in 144 /* Exercise pre-prologue dependency to %union. */
  /external/grub/docs/
help2man 82 # Provide replacement `quote-regex' operator for pre-5.005.
477 my @pre = qw(NAME SYNOPSIS DESCRIPTION OPTIONS EXAMPLES);
479 my $filter = join '|', @pre, @post;
482 for (@pre, (grep ! /^($filter)$/o, @include), @post)
  /external/icu4c/common/
ucnv_ext.cpp 116 * - the first character is in pre
122 const char *pre, int32_t preLength,
178 /* match pre[] then src[] */
180 b=(uint8_t)pre[i++];
501 * @param pre UChars that must match; !initialMatch: partial match with them
502 * @param preLength length of pre, >=0
521 const UChar *pre, int32_t preLength,
593 /* match pre[] then src[] */
595 c=pre[i++];
    [all...]
  /external/icu4c/
icu4c.css 120 p,pre,table,ul,ol,dl {
450 pre.samp,samp {
  /external/wpa_supplicant_8/src/crypto/
tls_openssl.c 562 * @pre: an array of commands and values that load an engine initialized
572 static int tls_engine_load_dynamic_generic(const char *pre[],
595 /* Perform the pre commands. This will load the engine. */
596 while (pre && pre[0]) {
597 wpa_printf(MSG_DEBUG, "ENGINE: '%s' '%s'", pre[0], pre[1]);
598 if (ENGINE_ctrl_cmd_string(engine, pre[0], pre[1], 0) == 0) {
600 "%s %s [%s]", pre[0], pre[1]
    [all...]
  /build/tools/droiddoc/templates-sac/assets/
android-developer-docs.css 68 code, pre {
79 pre {
129 li pre, li table, li img {
133 dd pre,
2044 pre.classic {
    [all...]
  /build/tools/droiddoc/templates-sdk/assets/
android-developer-docs.css 68 code, pre {
79 pre {
129 li pre, li table, li img {
133 dd pre,
2044 pre.classic {
    [all...]
  /frameworks/base/core/java/android/view/
ViewDebug.java 101 * <pre>
108 * <pre>
121 * <pre>
128 * <pre>
142 * <pre>
148 * <pre>
511 public Void[] pre() {
538 public Void[] pre() {
552 public Object[] pre() {
596 T[] pre(); method in interface:ViewDebug.ViewOperation
    [all...]
  /build/tools/droiddoc/templates-ds/assets/
android-developer-core.css 67 code, pre {
78 pre {
128 li pre, li table, li img {
132 dd pre,
  /build/tools/droiddoc/templates-pdk/assets/
android-developer-core.css 67 code, pre {
78 pre {
128 li pre, li table, li img {
132 dd pre,
  /development/build/
Android.mk 3 # Add all files to be generated from the source.prop templates to the SDK pre-requisites
  /docs/source.android.com/src/source/assets/
main.css 236 pre {

Completed in 518 milliseconds

1 2 3 4 56 7 8 91011>>