Searched refs:pre (Results 1 - 25 of 341) sorted by relevance

1234567891011>>

/external/toolchain-utils/toolchain_utils_githooks/
H A Dpre-push6 # Just execute our custom pre-push script.
8 # we modify our pre-push script
9 exec ./toolchain_utils_githooks/pre-push.real "$@"
/external/valgrind/memcheck/tests/
H A Dwrap1.stdout.exp2 wrapper-pre
H A Dwrap7.stdout.exp2 wrapper-pre
H A Dwrap6.stdout.exp2 fn_0 wrapper pre ()
8 fn_1 wrapper pre ( 42 )
14 fn_2 wrapper pre ( 42, 43 )
20 fn_3 wrapper pre ( 42, 43, 44 )
26 fn_4 wrapper pre ( 42, 43, 44, 45 )
31 fn_5 wrapper pre ( 42, 43, 44, 45, 46 )
36 fn_6 wrapper pre ( 42, 43, 44, 45, 46, 47 )
41 fn_7 wrapper pre ( 42, 43, 44, 45, 46, 47, 48 )
46 fn_8 wrapper pre ( 42, 43, 44, 45, 46, 47, 48, 49 )
51 fn_9 wrapper pre ( 4
[all...]
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
H A DTreeVisitorAction.java32 * pre() before visiting children and execute post() after visiting children.
40 public Object pre(Object t); method in interface:TreeVisitorAction
/external/libopus/doc/
H A Dopus_in_isobmff.css12 .pre
14 white-space: pre; /* CSS 2.0 */
15 white-space: pre-wrap; /* CSS 2.1 */
16 white-space: -pre-wrap; /* Opera 4-6 */
17 white-space: -o-pre-wrap; /* Opera 7 */
18 white-space: -moz-pre-wrap; /* Mozilla */
19 white-space: -hp-pre-wrap; /* HP Printers */
31 white-space : pre;
/external/apache-harmony/support/src/test/java/tests/support/
H A DSupport_PlatformFile.java24 public static String getNewPlatformFile(String pre, String post) { argument
33 return pre + platformId + post;
/external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/html/page/
H A DSourceHighlighter.java70 final HTMLElement pre = parent.pre(Styles.SOURCE + " lang-" + lang
77 renderCodeLine(pre, line, source.getLine(nr), nr);
81 private void renderCodeLine(final HTMLElement pre, final String linesrc, argument
83 highlight(pre, line, lineNr).text(linesrc);
84 pre.text("\n");
87 HTMLElement highlight(final HTMLElement pre, final ILine line, argument
101 return pre;
108 return span(pre, lineId, style, Styles.BRANCH_NOT_COVERED,
111 return span(pre, lineI
[all...]
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
H A DANTLRTreeVisitorAction.h48 - (ANTLRTreeVisitorAction *)pre:(ANTLRTreeVisitorAction *) t;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
H A DANTLRTreeVisitorAction.h48 - (ANTLRTreeVisitorAction *)pre:(ANTLRTreeVisitorAction *) t;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
H A DANTLRTreeVisitorAction.h48 - (ANTLRTreeVisitorAction *)pre:(ANTLRTreeVisitorAction *) t;
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
H A DANTLRTreeVisitorAction.h48 - (ANTLRTreeVisitorAction *)pre:(ANTLRTreeVisitorAction *) t;
/external/clang/test/Preprocessor/
H A Dmacro_fn_preexpand.c1 // RUN: %clang_cc1 %s -E | grep 'pre: 1 1 X'
6 pre: A(A(X))
/external/autotest/client/bin/
H A Dharness_simple.py35 pre = 'AUTOTEST_STATUS:%s:' % (tag,)
36 self.status.write(pre + line + '\n')
/external/vboot_reference/firmware/lib20/
H A Dmisc.c140 struct vb2_fw_preamble *pre; local
156 pre = vb2_workbuf_alloc(&wb, sizeof(*pre));
157 if (!pre)
162 pre, sizeof(*pre));
166 pre_size = pre->preamble_size;
169 pre = vb2_workbuf_realloc(&wb, sizeof(*pre), pre_size);
170 if (!pre)
[all...]
H A Dapi.c42 const struct vb2_fw_preamble *pre; local
56 pre = (const struct vb2_fw_preamble *)
98 sd->hash_remaining_size = pre->body_signature.data_size;
101 *size = pre->body_signature.data_size;
103 if (!(pre->flags & VB2_FIRMWARE_PREAMBLE_DISALLOW_HWCRYPTO)) {
105 pre->body_signature.data_size);
134 struct vb2_fw_preamble *pre; local
143 pre = (struct vb2_fw_preamble *)
190 rv = vb2_verify_digest(&key, &pre->body_signature, digest, &wb);
/external/python/cpython2/Doc/tools/static/
H A Dcopybutton.js7 var pre = div.find('pre');
10 pre.parent().parent().css('position', 'relative');
13 var border_width = pre.css('border-top-width');
14 var border_style = pre.css('border-top-style');
15 var border_color = pre.css('border-top-color');
35 jthis.find('pre:has(.gt)').contents().filter(function() {
47 button.next('pre').find('.gt').nextUntil('.gp, .go').css('visibility', 'hidden');
54 button.next('pre').find('.gt').nextUntil('.gp, .go').css('visibility', 'visible');
/external/vboot_reference/firmware/lib21/
H A Dmisc.c163 struct vb2_fw_preamble *pre; local
180 (void **)&pre);
187 rv = vb2_verify_fw_preamble(pre, pre->c.total_size, &data_key, &wb);
194 memmove(key_data, pre, pre->c.total_size);
195 pre = (struct vb2_fw_preamble *)key_data;
204 if (pre->fw_version > 0xffff)
207 sd->fw_version |= pre->fw_version;
231 sd->workbuf_preamble_offset = vb2_offset_of(ctx->workbuf, pre);
[all...]
/external/python/cpython2/Demo/metaclasses/
H A DEiffel.py23 much of the same effect of Eiffel, where pre- and post-conditions are
25 when a derived class in Python needs to extend a pre- or
26 post-condition, it must manually merge the base class' pre- or
39 In Eiffel, pre-conditions combine using contravariance, meaning a
40 derived class can only make a pre-condition weaker; in Python, this is
53 It would be easy to modify the classes shown here so that pre- and
56 A different design would have the pre- or post-condition testing
59 and new pre-/post-conditions. All this is left as an exercise to the
71 # the pre-/post-condition testing methods. These are harmless
75 self.pre
[all...]
/external/openssh/
H A Dge25519.c265 ge25519_p3 pre[16]; local
270 setneutral(pre); /* 00 00 */
271 pre[1] = *p1; /* 00 01 */
272 dbl_p1p1(&tp1p1,(ge25519_p2 *)p1); p1p1_to_p3( &pre[2], &tp1p1); /* 00 10 */
273 add_p1p1(&tp1p1,&pre[1], &pre[2]); p1p1_to_p3( &pre[3], &tp1p1); /* 00 11 */
274 pre[4] = *p2; /* 01 00 */
275 add_p1p1(&tp1p1,&pre[1], &pre[
[all...]
/external/vboot_reference/tests/
H A Dvb21_api_tests.c67 struct vb2_fw_preamble *pre; local
95 pre = (struct vb2_fw_preamble *)
97 pre->hash_count = 3;
98 pre->hash_offset = sig_offset = sizeof(*pre);
100 pre->flags = VB2_FIRMWARE_PREAMBLE_DISALLOW_HWCRYPTO;
102 pre->flags = 0;
108 memcpy((uint8_t *)pre + sig_offset, sig, sig->c.total_size);
200 struct vb2_fw_preamble *pre; local
206 pre
307 struct vb2_fw_preamble *pre; local
[all...]
H A Dvb21_common_tests.c385 struct vb2_fw_preamble *pre; local
417 TEST_SUCC(vb2_fw_preamble_create(&pre, prikhash,
422 buf = (uint8_t *)pre;
423 buf_size = pre->c.total_size;
430 pre = (struct vb2_fw_preamble *)buf;
432 TEST_SUCC(vb2_verify_fw_preamble(pre, buf_size, &pubk, &wb),
436 pre->c.magic = VB2_MAGIC_PACKED_KEY;
437 TEST_EQ(vb2_verify_fw_preamble(pre, buf_size, &pubk, &wb),
442 pre->c.fixed_size++;
443 TEST_EQ(vb2_verify_fw_preamble(pre, buf_siz
[all...]
/external/autotest/frontend/client/src/autotest/public/
H A Dtkoclient.css28 white-space: pre;
51 white-space: pre;
57 white-space: pre;
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
H A DTreeFilter.cs77 visit method. That method executes either a @m pre or @m post method
121 Func<object, object> pre = delegate(object o)
131 v.Visit( t, pre, post );
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
H A DTreeFilter.cs76 Func<object, object> pre = ( o ) =>
86 v.Visit( t, pre, post );

Completed in 2495 milliseconds

1234567891011>>