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

1 2 3 4 5 6 7 8 91011>>

  /external/valgrind/main/memcheck/tests/
wrap1.stdout.exp 4 wrapper-post
wrap7.stdout.exp 4 wrapper-post
  /external/chromium_org/third_party/libjpeg_turbo/
jdpostct.c 75 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->pub.post_process_data = post_process_prepass
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/jpeg/
jdpostct.c 75 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->pub.post_process_data = post_process_prepass
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/pdfium/core/src/fxcodec/libjpeg/
fpdfapi_jdpostct.c 76 my_post_ptr post = (my_post_ptr) cinfo->post; local
82 post->pub.post_process_data = post_process_1pass;
87 if (post->buffer == NULL) {
88 post->buffer = (*cinfo->mem->access_virt_sarray)
89 ((j_common_ptr) cinfo, post->whole_image,
90 (JDIMENSION) 0, post->strip_height, TRUE);
96 post->pub.post_process_data = cinfo->upsample->upsample;
102 if (post->whole_image == NULL)
104 post->pub.post_process_data = post_process_prepass;
133 my_post_ptr post = (my_post_ptr) cinfo->post; local
165 my_post_ptr post = (my_post_ptr) cinfo->post; local
209 my_post_ptr post = (my_post_ptr) cinfo->post; local
253 my_post_ptr post; local
    [all...]
  /external/qemu/distrib/jpeg-6b/
jdpostct.c 75 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->pub.post_process_data = post_process_prepass
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...]
  /hardware/intel/common/libva/test/basic/
test_01.c 33 void post() function
test_02.c 39 void post() function
  /external/chromium_org/third_party/ots/src/
post.cc 5 #include "post.h"
9 // post - PostScript
10 // http://www.microsoft.com/opentype/otspec/post.htm
17 OpenTypePOST *post = new OpenTypePOST; local
18 file->post = post;
20 if (!table.ReadU32(&post->version) ||
21 !table.ReadU32(&post->italic_angle) ||
22 !table.ReadS16(&post->underline) ||
23 !table.ReadS16(&post->underline_thickness) |
126 const OpenTypePOST *post = file->post; local
    [all...]
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
TreeVisitorAction.java 32 * 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/
Support_PlatformFile.java 24 public static String getNewPlatformFile(String pre, String post) {
33 return pre + platformId + post;
  /packages/apps/DeskClock/src/com/android/deskclock/
AsyncHandler.java 35 public static void post(Runnable r) { method in class:AsyncHandler
36 sHandler.post(r);
  /cts/suite/audio_quality/lib/include/
Semaphore.h 41 void post();
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRTreeVisitorAction.h 54 - (ANTLRTreeVisitorAction *)post:(ANTLRTreeVisitorAction *) t;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRTreeVisitorAction.h 54 - (ANTLRTreeVisitorAction *)post:(ANTLRTreeVisitorAction *) t;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRTreeVisitorAction.h 54 - (ANTLRTreeVisitorAction *)post:(ANTLRTreeVisitorAction *) t;
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRTreeVisitorAction.h 54 - (ANTLRTreeVisitorAction *)post:(ANTLRTreeVisitorAction *) t;
  /external/chromium_org/third_party/re2/re2/testing/
regexp_generator.cc 91 // post: the current postfix sequence
96 // For example, if post were ["a", "b", "%s%s", "c"],
101 void RegexpGenerator::GeneratePostfix(vector<string>* post, int nstk,
104 RunPostfix(*post);
115 post->push_back(atoms_[i]);
116 GeneratePostfix(post, nstk + 1, ops, atoms + 1);
117 post->pop_back();
127 post->push_back(fmt);
128 GeneratePostfix(post, nstk - nargs + 1, ops + 1, atoms);
129 post->pop_back()
    [all...]
regexp_generator.h 47 void RunPostfix(const vector<string>& post);
48 void GeneratePostfix(vector<string>* post, int nstk, int ops, int lits);
49 bool GenerateRandomPostfix(vector<string>* post, int nstk, int ops, int lits);
  /external/lldb/tools/debugserver/source/
DNBRegisterInfo.h 26 void Dump(const char *pre, const char *post) const;
  /external/regex-re2/re2/testing/
regexp_generator.cc 91 // post: the current postfix sequence
96 // For example, if post were ["a", "b", "%s%s", "c"],
101 void RegexpGenerator::GeneratePostfix(vector<string>* post, int nstk,
104 RunPostfix(*post);
115 post->push_back(atoms_[i]);
116 GeneratePostfix(post, nstk + 1, ops, atoms + 1);
117 post->pop_back();
127 post->push_back(fmt);
128 GeneratePostfix(post, nstk - nargs + 1, ops + 1, atoms);
129 post->pop_back()
    [all...]
regexp_generator.h 47 void RunPostfix(const vector<string>& post);
48 void GeneratePostfix(vector<string>* post, int nstk, int ops, int lits);
49 bool GenerateRandomPostfix(vector<string>* post, int nstk, int ops, int lits);
  /external/chromium_org/build/android/
symbolize.py 61 post = match.end('addr')
62 self._output.write(data[:post])
63 data = data[post:]
67 post = match.end('addr')
74 data = data[post:]
  /frameworks/base/core/tests/coretests/src/android/view/
RunQueue.java 27 * Tests views using post*() and getViewTreeObserver() before onAttachedToWindow().
46 view.post(new Runnable() {
57 view.post(runnable);
58 view.post(runnable);
59 view.post(runnable);
60 view.post(runnable);
  /frameworks/ex/camera2/utils/src/com/android/ex/camera2/utils/
Camera2CaptureCallbackForwarder.java 43 mHandler.post(new Runnable() {
53 mHandler.post(new Runnable() {
64 mHandler.post(new Runnable() {
73 mHandler.post(new Runnable() {
83 mHandler.post(new Runnable() {
93 mHandler.post(new Runnable() {

Completed in 4882 milliseconds

1 2 3 4 5 6 7 8 91011>>