Searched refs:pre (Results 76 - 100 of 283) sorted by relevance

1234567891011>>

/external/toybox/toys/posix/
H A Dcp.c382 char *pre = xstrdup(TT.c.preserve), *s; local
384 if (comma_scan(pre, "all", 1)) TT.pflags = ~0;
386 if (comma_scan(pre, cp_preserve[i].name, 1)) TT.pflags |= 1<<i;
387 if (*pre) {
399 if (*s) error_exit("bad --preserve=%s", pre);
401 free(pre);
/external/boringssl/linux-arm/crypto/modes/
H A Dghashv8-armx32.S29 vext.8 q8,q12,q12,#8 @ Karatsuba pre-processing
50 vext.8 q9,q14,q14,#8 @ Karatsuba pre-processing
52 vext.8 q13,q8,q9,#8 @ pack Karatsuba pre-processed
71 veor q9,q9,q3 @ Karatsuba pre-processing
139 veor q9,q9,q7 @ Karatsuba pre-processing
151 veor q10,q10,q3 @ Karatsuba pre-processing
185 veor q9,q9,q7 @ Karatsuba pre-processing
201 veor q9,q9,q3 @ Karatsuba pre-processing
/external/libpng/
H A Dlibpng-config.in39 --cppflags print pre-processor flags
/external/pcre/dist/
H A D132html112 # a .nf/.ne section. The point being that the <pre> and </pre> that delimit
275 print TEMP "<pre>\n";
281 print TEMP "</pre>\n";
/external/v8/src/
H A Ddateparser.cc153 int DateParser::KeywordTable::Lookup(const uint32_t* pre, int len) { argument
158 pre[j] == static_cast<uint32_t>(array[i][j])) {
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
H A DANTLRTreeRewriter.h65 - (id) pre:(ANTLRCommonTree *)t;
/external/valgrind/include/
H A Dpub_tool_libcproc.h112 extern void VG_(atfork)(vg_atfork_t pre, vg_atfork_t parent, vg_atfork_t child);
/external/jacoco/org.jacoco.report.test/src/org/jacoco/report/internal/html/page/
H A DSourceHighlighterTest.java67 assertEquals("\tA\n", htmlSupport.findStr(doc, "//pre/text()"));
76 htmlSupport.findStr(doc, "//pre/@class"));
86 htmlSupport.findStr(doc, "//pre/@class"));
100 htmlSupport.findStr(doc, "//pre/span[text() = 'A']/@class"));
102 htmlSupport.findStr(doc, "//pre/span[text() = 'B']/@class"));
104 htmlSupport.findStr(doc, "//pre/span[text() = 'C']/@class"));
106 htmlSupport.findStr(doc, "//pre/span[text() = 'D']/@class"));
114 assertEquals("", htmlSupport.findStr(doc, "//pre"));
121 sourceHighlighter.highlight(parent.pre(null), source.getLine(1), 1);
124 assertEquals("fc bfc", htmlSupport.findStr(doc, "//pre/spa
[all...]
/external/guava/guava-tests/test/com/google/common/base/
H A DPredicatesTest.java466 Predicate<Integer> pre = Predicates.or(Arrays.asList(TRUE, FALSE));
467 Predicate<Integer> post = SerializableTester.reserializeAndAssert(pre);
468 assertEquals(pre.apply(0), post.apply(0));
671 Predicate<String> pre = Predicates.isNull();
672 Predicate<String> post = SerializableTester.reserializeAndAssert(pre);
673 assertEquals(pre.apply("foo"), post.apply("foo"));
674 assertEquals(pre.apply(null), post.apply(null));
869 Predicate<CharSequence> pre = Predicates.containsPattern("foo");
870 Predicate<CharSequence> post = SerializableTester.reserializeAndAssert(pre);
871 assertEquals(pre
[all...]
/external/llvm/docs/_themes/llvm-theme/static/
H A Dllvm-theme.css271 pre {
281 pre a {
286 td.linenos pre {
324 div.admonition pre, div.warning pre {
/external/regex-re2/re2/
H A Dcompile.cc858 static bool IsAnchorStart(Regexp** pre, int depth) { argument
859 Regexp* re = *pre;
878 *pre = Regexp::Concat(subcopy, re->nsub(), re->parse_flags());
889 *pre = Regexp::Capture(sub, re->parse_flags(), re->cap());
896 *pre = Regexp::LiteralString(NULL, 0, re->parse_flags());
906 static bool IsAnchorEnd(Regexp** pre, int depth) { argument
907 Regexp* re = *pre;
926 *pre = Regexp::Concat(subcopy, re->nsub(), re->parse_flags());
937 *pre = Regexp::Capture(sub, re->parse_flags(), re->cap());
944 *pre
[all...]
/external/autotest/tko/parsers/test/
H A Dscenario_base.py423 pre = ''
425 pre = 'p'
426 return pre + package_dirname
/external/boringssl/src/crypto/dh/
H A Ddh_test.cc415 #define MAKE_RFC5114_TEST_DATA(pre) \
417 DH_get_##pre, kDHTest##pre##_xA, sizeof(kDHTest##pre##_xA), \
418 kDHTest##pre##_yA, sizeof(kDHTest##pre##_yA), kDHTest##pre##_xB, \
419 sizeof(kDHTest##pre##_xB), kDHTest##pre##_yB, \
420 sizeof(kDHTest##pre##_y
[all...]
/external/libevent/
H A Devent_rpcgen.py1539 pre = (
1548 pre += '%s\n' % statement
1550 pre += '\n'
1552 pre += (
1557 return pre
1571 pre = ( '/*\n'
1575 pre += ( '#include <stdlib.h>\n'
1588 pre += '%s\n' % statement
1590 pre += '\n#include "%s"\n\n' % header_file
1592 pre
[all...]
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
H A DTreeRewriter.java92 public Object pre(Object t) { return applyOnce(t, topdown_fptr); }
/external/doclava/res/assets/templates/
H A Dmacros.cs111 elif:tag.kind == "@samplecode" ?><pre><?cs var:tag.text ?></pre><?cs
112 elif:tag.name == "@sample" ?><pre><?cs var:tag.text ?></pre><?cs
181 # pre is an HTML string to start the list.
186 def:show_annotations_list(obj, pre, between, post) ?><?cs
189 var:pre ?><?cs
208 def:show_simple_annotations_list(obj, pre, post) ?><?cs
209 call:show_annotations_list(obj, pre, ", ", post) ?><?cs
/external/llvm/docs/_static/
H A Dllvm.css73 blockquote pre {
85 /* It is preferrable to use <pre class="doc_code"> everywhere instead of the
86 * <div class="doc_code"><pre>...</ptr></div> construct.
88 * Once all docs use <pre> for code regions, this style can be merged with the
89 * one above, and we can drop the [pre] qualifier.
91 pre.doc_code, .literal-block { padding: 1em 2em 1em 1em }
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_print.cpp476 const size_t pre = pos; local
483 if (pos > pre)
543 const size_t pre = pos; local
546 if (pos > pre + 1)
/external/testng/doc/
H A Dprettify.js10 // 3) mark the <pre> and <code> tags in your source with class=prettyprint.
1218 // int pre blocks for some strange reason.
1220 // of <pre> tags when their innerHTML is assigned.
1235 /** find all the < pre > and < code > tags in the DOM with class=prettyprint and
1241 document.getElementsByTagName('pre'),
1265 if ((p.tagName == 'pre' || p.tagName == 'code' ||
1290 // we need to change the tag to a <pre> since <xmp>s do not allow
1293 var pre = document.createElement('PRE');
1297 pre.setAttribute(a.name, a.value);
1300 pre
[all...]
/external/libvpx/libvpx/vp8/encoder/
H A Dmcomp.c238 int pre_stride = x->e_mbd.pre.y_stride;
239 unsigned char *base_pre = x->e_mbd.pre.y_buffer;
381 int pre_stride = x->e_mbd.pre.y_stride;
382 unsigned char *base_pre = x->e_mbd.pre.y_buffer;
692 int pre_stride = x->e_mbd.pre.y_stride;
693 unsigned char *base_pre = x->e_mbd.pre.y_buffer;
874 int pre_stride = x->e_mbd.pre.y_stride;
875 unsigned char *base_pre = x->e_mbd.pre.y_buffer;
1066 int pre_stride = x->e_mbd.pre.y_stride;
1067 unsigned char *base_pre = x->e_mbd.pre
[all...]
/external/chromium-trace/catapult/third_party/polymer/components/paper-action-dialog/
H A Dpaper-input-decorator.css79 white-space: pre-wrap;
/external/chromium-trace/catapult/third_party/polymer/components/paper-input/
H A Dpaper-input-decorator.css79 white-space: pre-wrap;
/external/chromium-trace/catapult/third_party/vinn/third_party/parse5/
H A DCHANGELOG.md48 * Fix: new line serialization in `<pre>`.
/external/curl/
H A Dcurl-config.in39 --cflags pre-processor and compiler flags
/external/icu/icu4c/source/samples/ufortune/resources/
H A Dfortune_resources.mak8 # This makefile is normally invoked by the pre-link step in the

Completed in 1004 milliseconds

1234567891011>>