Searched defs:post (Results 1 - 25 of 112) sorted by last modified time

12345

/external/wpa_supplicant_8/hostapd/src/crypto/
H A Dtls_openssl.c606 * @post: an array of commands and values that initialize an already loaded
608 * @id: the engine id of the engine to load (only required if post is not %NULL
615 const char *post[], const char *id)
663 while (post && post[0]) {
664 wpa_printf(MSG_DEBUG, "ENGINE: '%s' '%s'", post[0], post[1]);
665 if (ENGINE_ctrl_cmd_string(engine, post[0], post[1], 0) == 0) {
667 " %s %s [%s]", post[
614 tls_engine_load_dynamic_generic(const char *pre[], const char *post[], const char *id) argument
[all...]
/external/wpa_supplicant_8/hs20/server/
H A Dhs20_spp_server.c68 char *user, *realm, *post, *str; local
82 post = getenv("HS20POST");
83 if (post == NULL) {
88 soap = xml_node_from_buf(ctx->xml, post);
/external/wpa_supplicant_8/src/crypto/
H A Dtls_openssl.c606 * @post: an array of commands and values that initialize an already loaded
608 * @id: the engine id of the engine to load (only required if post is not %NULL
615 const char *post[], const char *id)
663 while (post && post[0]) {
664 wpa_printf(MSG_DEBUG, "ENGINE: '%s' '%s'", post[0], post[1]);
665 if (ENGINE_ctrl_cmd_string(engine, post[0], post[1], 0) == 0) {
667 " %s %s [%s]", post[
614 tls_engine_load_dynamic_generic(const char *pre[], const char *post[], const char *id) argument
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Dtls_openssl.c606 * @post: an array of commands and values that initialize an already loaded
608 * @id: the engine id of the engine to load (only required if post is not %NULL
615 const char *post[], const char *id)
663 while (post && post[0]) {
664 wpa_printf(MSG_DEBUG, "ENGINE: '%s' '%s'", post[0], post[1]);
665 if (ENGINE_ctrl_cmd_string(engine, post[0], post[1], 0) == 0) {
667 " %s %s [%s]", post[
614 tls_engine_load_dynamic_generic(const char *pre[], const char *post[], const char *id) argument
[all...]
/external/valgrind/main/perf/
H A Dtinycc.c11998 /* post defines POST/PRE add. c is the token ++ or -- */
11999 void inc(int post, int c)
12003 if (post) {
12012 if (post)
12013 vpop(); /* if post op, return saved value */
12565 /* parse next post type */
13031 /* post operations */
11997 inc(int post, int c) argument
/external/valgrind/main/memcheck/tests/
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(");
/external/tremolo/Tremolo/
H A Dframing.c669 int j,post; local
673 post=(bytes<or->length?bytes:or->length);
674 for(j=0;j<post;++j)
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...]
/external/speex/libspeex/
H A Dpreprocess.c53 J.-M. Valin, J. Rouat, and F. Michaud, "Microphone array post-filter for separation
216 spx_word16_t *post; /**< A-posteriori SNR */ member in struct:SpeexPreprocessState_
459 st->post = (spx_word16_t*)speex_alloc((N+M)*sizeof(spx_word16_t));
491 st->post[i]=SHL16(1, SNR_SHIFT);
546 speex_free(st->post);
800 st->post[i] = SUB16(DIV32_16_Q8(ps[i],tot_noise), QCONST16(1.f,SNR_SHIFT));
801 st->post[i]=MIN16(st->post[i], QCONST16(100.f,SNR_SHIFT));
806 /* A priori SNR update = gamma*max(0,post) + (1-gamma)*old/noise */
807 st->prior[i] = EXTRACT16(PSHR32(ADD32(MULT16_16(gamma,MAX16(0,st->post[
[all...]
/external/smack/src/com/kenai/jbosh/
H A DApacheHTTPResponse.java80 private final HttpPost post; field in class:ApacheHTTPResponse
125 this.post = new HttpPost(cfg.getURI().toString());
151 post.setEntity(entity);
153 post.setHeader(ACCEPT_ENCODING, ACCEPT_ENCODING_VAL);
167 if (post != null) {
168 post.abort();
230 HttpResponse httpResp = client.execute(post, context);
/external/sfntly/cpp/src/sfntly/
H A Dtag.cc34 const int32_t Tag::post = TAG('p', 'o', 's', 't'); member in class:sfntly::Tag
81 Tag::post,
103 Tag::post,
H A Dtag.h40 static const int32_t post; member in struct:sfntly::Tag
/external/sfntly/cpp/src/test/
H A Dotf_basic_editing_test.cc81 TablePtr post = font->GetTable(Tag::post); local
82 EXPECT_EQ(post->CalculatedChecksum(), TTF_CHECKSUM[SAMPLE_TTF_POST]);
/external/skia/experimental/StrokePathRenderer/
H A DGrStrokePathRenderer.cpp40 post = SkScalarMul(x3, y4) - SkScalarMul(y3, x4); local
42 res.set(SkScalarDiv(SkScalarMul(pre, x3 - x4) - SkScalarMul(x1 - x2, post), d),
43 SkScalarDiv(SkScalarMul(pre, y3 - y4) - SkScalarMul(y1 - y2, post), d));
/external/skia/include/views/
H A DSkEvent.h193 void post() { function in class:SkEvent
235 It will post any delayed events whose time as "expired" onto the event queue.
/external/regex-re2/re2/testing/
H A Dregexp_generator.cc91 // 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, argument
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
137 GenerateRandomPostfix(vector<string> *post, int nstk, int ops, int atoms) argument
180 RunPostfix(const vector<string>& post) argument
[all...]
/external/replicaisland/src/com/replica/replicaisland/
H A DGameFlowEvent.java36 public void post(int event, int index, Context context) { method in class:GameFlowEvent
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowHandler.java46 public boolean post(Runnable r) { method in class:ShadowHandler
52 return shadowOf(looper).post(r, delayMillis);
H A DShadowLooper.java152 public boolean post(Runnable runnable, long delayMillis) { method in class:ShadowLooper
H A DShadowView.java929 public void post(Runnable action) { method in class:ShadowView
930 Robolectric.getUiThreadScheduler().post(action);
H A DShadowWebView.java159 public void post(Runnable action) { method in class:ShadowWebView
/external/robolectric/src/main/java/com/xtremelabs/robolectric/util/
H A DScheduler.java39 public void post(Runnable runnable) { method in class:Scheduler
/external/qemu/distrib/jpeg-6b/
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...]
H A Djpeglib.h630 struct jpeg_d_post_controller * post; member in struct:jpeg_decompress_struct

Completed in 4735 milliseconds

12345