Searched refs:post (Results 1 - 25 of 107) sorted by relevance

12345

/external/valgrind/main/memcheck/tests/
H A Dwrap1.stdout.exp4 wrapper-post
H A Dwrap7.stdout.exp4 wrapper-post
H A Dwrap8.c15 Note, pre() and post() used so as to avoid printf, which messes
37 static void post ( char* s, int n, int r );
67 post("wrapper1", n, r);
81 post("wrapper2", n, r);
125 static void post ( char* s, int n, int r ) function
132 send("-post: fact(");
H A Dsh-mem-random.stdout.exp3 post-initialisation check
/external/jpeg/
H A Djdpostct.c75 my_post_ptr post = (my_post_ptr) cinfo->post; local
81 post->pub.post_process_data = post_process_1pass;
86 if (post->buffer == NULL) {
87 post->buffer = (*cinfo->mem->access_virt_sarray)
88 ((j_common_ptr) cinfo, post->whole_image,
89 (JDIMENSION) 0, post->strip_height, TRUE);
95 post->pub.post_process_data = cinfo->upsample->upsample;
101 if (post->whole_image == NULL)
103 post
132 my_post_ptr post = (my_post_ptr) cinfo->post; local
164 my_post_ptr post = (my_post_ptr) cinfo->post; local
208 my_post_ptr post = (my_post_ptr) cinfo->post; local
252 my_post_ptr post; local
[all...]
/external/antlr/src/org/antlr/runtime/tree/
H A DTreeVisitorAction.java32 * pre() before visiting children and execute post() after visiting children.
46 public Object post(Object t); method in interface:TreeVisitorAction
/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/webkit/Tools/Scripts/webkitpy/common/thread/
H A Dmessagepump_unittest.py60 queue.post("Hello")
61 queue.post("There")
70 queue.post("More")
71 queue.post("Messages")
H A Dthreadedmessagequeue_unittest.py37 queue.post("Hello")
38 queue.post("There")
45 queue.post("More")
47 queue.post("Messages")
H A Dthreadedmessagequeue.py40 def post(self, message): member in class:ThreadedMessageQueue
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
H A DKeyPairGenerator2Test.java52 String post; field in class:KeyPairGenerator2Test
74 mProv = (new SpiEngUtils()).new MyProvider("MyKPGenProvider".concat(post),
76 .concat(defaultAlg.concat(post)),
199 String alg = validValues[i].concat(post);
238 String alg = validValues[i].concat(post);
247 String alg = validValues[i].concat(post);
260 String alg = validValues[i].concat(post);
297 String alg = validValues[i].concat(post);
307 String alg = validValues[i].concat(post);
320 post
[all...]
/external/iproute2/misc/
H A Dssfilter.h15 struct ssfilter *post; member in struct:ssfilter
/external/libvpx/vp8/common/
H A Dloopfilter.c300 YV12_BUFFER_CONFIG *post = cm->frame_to_show; local
346 y_ptr = post->y_buffer;
347 u_ptr = post->u_buffer;
348 v_ptr = post->v_buffer;
368 cm->lf_mbv(y_ptr, u_ptr, v_ptr, post->y_stride, post->uv_stride, &lfi[filter_level], cm->simpler_lpf);
371 cm->lf_bv(y_ptr, u_ptr, v_ptr, post->y_stride, post->uv_stride, &lfi[filter_level], cm->simpler_lpf);
375 cm->lf_mbh(y_ptr, u_ptr, v_ptr, post->y_stride, post
405 YV12_BUFFER_CONFIG *post = cm->frame_to_show; local
502 YV12_BUFFER_CONFIG *post = cm->frame_to_show; local
[all...]
H A Dpostproc.c305 YV12_BUFFER_CONFIG *post,
316 POSTPROC_INVOKE(rtcd, downacross)(source->y_buffer, post->y_buffer, source->y_stride, post->y_stride, source->y_height, source->y_width, ppl);
317 POSTPROC_INVOKE(rtcd, across)(post->y_buffer, post->y_stride, post->y_height, post->y_width, q2mbl(q));
318 POSTPROC_INVOKE(rtcd, down)(post->y_buffer, post->y_stride, post
304 vp8_deblock_and_de_macro_block(YV12_BUFFER_CONFIG *source, YV12_BUFFER_CONFIG *post, int q, int low_var_thresh, int flag, vp8_postproc_rtcd_vtable_t *rtcd) argument
325 vp8_deblock(YV12_BUFFER_CONFIG *source, YV12_BUFFER_CONFIG *post, int q, int low_var_thresh, int flag, vp8_postproc_rtcd_vtable_t *rtcd) argument
342 vp8_de_noise(YV12_BUFFER_CONFIG *source, YV12_BUFFER_CONFIG *post, int q, int low_var_thresh, int flag, vp8_postproc_rtcd_vtable_t *rtcd) argument
761 YV12_BUFFER_CONFIG *post = &oci->post_proc_buffer; local
793 YV12_BUFFER_CONFIG *post = &oci->post_proc_buffer; local
834 YV12_BUFFER_CONFIG *post = &oci->post_proc_buffer; local
992 YV12_BUFFER_CONFIG *post = &oci->post_proc_buffer; local
1064 YV12_BUFFER_CONFIG *post = &oci->post_proc_buffer; local
[all...]
/external/valgrind/main/massif/tests/
H A Dculling2.stderr.exp175 Massif: post-cull S. 0 (t:0, hp:0, ex:0, st:0)
176 Massif: post-cull S. 1 (t:48256, hp:48000, ex:256, st:0)
177 Massif: post-cull S. 2 (t:76320, hp:76000, ex:320, st:0)
178 Massif: post-cull S. 3 (t:110784, hp:110400, ex:384, st:0)
179 Massif: post-cull S. 4 (t:151648, hp:151200, ex:448, st:0)
180 Massif: post-cull S. 5 (t:198912, hp:198400, ex:512, st:0)
181 Massif: post-cull S. 6 (t:252576, hp:252000, ex:576, st:0)
182 Massif: post-cull S. 7 (t:281808, hp:281200, ex:608, st:0)
183 Massif: post-cull S. 8 (t:312640, hp:312000, ex:640, st:0)
184 Massif: post
[all...]
H A Dculling1.stderr.exp175 Massif: post-cull S. 0 (t:0, hp:0, ex:0, st:0)
176 Massif: post-cull S. 1 (t:64, hp:32, ex:32, st:0)
177 Massif: post-cull S. 2 (t:128, hp:64, ex:64, st:0)
178 Massif: post-cull S. 3 (t:192, hp:96, ex:96, st:0)
179 Massif: post-cull S. 4 (t:256, hp:128, ex:128, st:0)
180 Massif: post-cull S. 5 (t:320, hp:160, ex:160, st:0)
181 Massif: post-cull S. 6 (t:384, hp:192, ex:192, st:0)
182 Massif: post-cull S. 7 (t:448, hp:224, ex:224, st:0)
183 Massif: post-cull S. 8 (t:512, hp:256, ex:256, st:0)
184 Massif: post
[all...]
/external/webkit/Tools/Scripts/
H A Dwebkit-tools-completion.sh53 __webkit-patch_generate_reply "--help apply-from-bug bugs-to-commit commit-message land land-from-bug obsolete-attachments patches-to-commit post upload tree-status rollout reviewed-patches"
76 post)
84 post-commits)
/external/webkit/Tools/Scripts/webkitpy/common/net/irc/
H A Dircproxy_unittest.py39 proxy.post("hello")
H A Dircproxy.py56 def post(self, message): member in class:IRCProxy
57 self._message_queue.post(message)
/external/webkit/Tools/Scripts/webkitpy/tool/bot/
H A Dirc_command.py53 tool.irc().post("Restarting...")
79 tool.irc().post("%s: Usage: SVN_REVISION [SVN_REVISIONS] REASON" % nick)
84 tool.irc().post("Preparing rollout for %s..." %
91 tool.irc().post("%s: Created rollout: %s" % (nick, bug_url))
93 tool.irc().post("%s: Failed to create rollout patch:" % nick)
94 tool.irc().post("%s" % e)
97 tool.irc().post("Ugg... Might have created %s" %
H A Dsheriffircbot.py44 self._message_queue.post([nick, message])
78 self._tool.irc().post(response)
/external/blktrace/btt/
H A Dlatency.c29 FILE *latency_open(__u32 device, char *name, char *post) argument
40 sprintf(oname, "%s_%03d,%03d_%s.dat", name, mjr, mnr, post);
/external/valgrind/main/tests/
H A Dvg_regtest59 # - post: <post-test check command> (default: none)
60 # - cleanup: <post-test cleanup cmd> (default: none)
82 # The post-test command, if present, must return 0 and its stdout must match
83 # the expected stdout which is kept in <test>.post.exp*.
116 my $post; # check command after running test
122 my %num_failures = (stderr => 0, stdout => 0, post => 0);
209 ($prereq, $post, $cleanup) = (undef, undef, undef);
233 } elsif ($line =~ /^\s*post:\s*(.*)$/) {
234 $post
[all...]
H A Dvg_regtest.in59 # - post: <post-test check command> (default: none)
60 # - cleanup: <post-test cleanup cmd> (default: none)
82 # The post-test command, if present, must return 0 and its stdout must match
83 # the expected stdout which is kept in <test>.post.exp*.
116 my $post; # check command after running test
122 my %num_failures = (stderr => 0, stdout => 0, post => 0);
209 ($prereq, $post, $cleanup) = (undef, undef, undef);
233 } elsif ($line =~ /^\s*post:\s*(.*)$/) {
234 $post
[all...]
/external/tremolo/Tremolo/
H A Dmdct.c446 DATA_TYPE *post,
450 DATA_TYPE *post,
457 DATA_TYPE *post,
464 DATA_TYPE *post,
481 DATA_TYPE *post; local
494 post = r-n;
499 while(r>post){
504 out = mdct_unroll_prelap(out,post,r,step);
515 post = r-n;
523 while(r>post){
[all...]

Completed in 408 milliseconds

12345