Home
last modified time | relevance | path

Searched refs:post (Results 101 - 125 of 171) sorted by relevance

1234567

/third_party/ltp/tools/sparse/sparse-src/
H A Dexpression.c576 struct expression *post = alloc_expression(token->pos, EXPR_POSTOP); in postfix_expression() local
577 post->op = token->special; in postfix_expression()
578 post->unop = expr; in postfix_expression()
579 expr = post; in postfix_expression()
/third_party/alsa-utils/alsa-info/
H A Dalsa-info.sh861 # Check if wget is installed, and supports --post-file.
862 if ! wget --help 2>/dev/null | grep -q post-file; then
868 dialog --backtitle "$BGTITLE" --msgbox "Could not automatically upload output to 'https://www.alsa-project.org'.\nPossible reasons are:\n\n 1. Couldn't find 'wget' in your PATH\n 2. Your version of wget is less than 1.8.2\n\nPlease manually upload $NFILE to 'https://www.alsa-project.org/cardinfo-db' and submit your post." 25 100
870 dialog --backtitle "$BGTITLE" --msgbox "Could not automatically upload output to 'https://www.pastebin.ca'.\nPossible reasons are:\n\n 1. Couldn't find 'wget' in your PATH\n 2. Your version of wget is less than 1.8.2\n\nPlease manually upload $NFILE to 'https://www.pastebin.ca/upload.php' and submit your post." 25 100
880 echo "Please manually upload $NFILE to 'https://www.alsa-project.org/cardinfo-db' and submit your post."
889 echo "Please manually upload $NFILE to 'https://www.pastebin.ca/upload.php' and submit your post."
943 wget -O - --tries=5 --timeout=60 --post-file="$FILE" 'https://www.alsa-project.org/cardinfo-db/' &> "$TEMPDIR/wget.tmp"
945 wget -O - --tries=5 --timeout=60 --post-file="$FILE" 'https://pastebin.ca/quiet-paste.php?api='"${PASTEBINKEY}"'&encrypt=t&encryptpw=blahblah' &> "$TEMPDIR/wget.tmp"
/third_party/ffmpeg/libavformat/
H A Dhttp.c155 { "post_data", "set custom HTTP post data", OFFSET(post_data), AV_OPT_TYPE_BINARY, .flags = D | E },
1404 int post, err; in http_connect() local
1414 post = h->flags & AVIO_FLAG_WRITE; in http_connect()
1418 * custom HTTP post data is set */ in http_connect()
1419 post = 1; in http_connect()
1426 method = post ? "POST" : "GET"; in http_connect()
1433 if (post && !s->post_data) { in http_connect()
1453 if (post && s->chunked_post) in http_connect()
1468 if (!has_header(s->headers, "\r\nRange: ") && !post && (s->off > 0 || s->end_off || s->seekable != 0)) { in http_connect()
1535 if (post in http_connect()
[all...]
/third_party/gn/src/gn/
H A Dvariables.cc861 "post-processing script.";
863 R"(code_signing_args: [string list] [deprecated] Args for the post-processing script.
866 pass to the post-processing script. Typically you would use source expansion
879 "post-processing step.";
881 R"(code_signing_outputs: [file list] [deprecated] Outputs of the post-processing step.
883 Outputs from the post-processing step of a create_bundle target. Must refer to
896 "post-processing step.";
898 R"(code_signing_script: [file name] [deprecated] Script for the post-processing step."
901 create_bundle target to perform the post-processing step.
913 "post
[all...]
H A Dparser.h85 // Generates a pre- and post-order traversal of the tree.
88 std::vector<const ParseNode*>* post);
/third_party/node/lib/
H A Dinspector.js116 post(method, params, callback) {
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/packaging/
H A Dutils.py89 if parsed.post is not None:
90 parts.append(f".post{parsed.post}")
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/
H A DTag.java46 public static final int post = Tag.intValue(new byte[]{'p', 'o', 's', 't'}); field in Tag
/third_party/libwebsockets/lib/secure-streams/protocols/
H A Dss-mqtt.c302 expand_metadata(lws_ss_handle_t *h, const char* str, const char* post, size_t max_len) in expand_metadata() argument
310 if (post) in expand_metadata()
311 post_len = strlen(post); in expand_metadata()
343 if (post) in expand_metadata()
344 strcat(expbuf, post); in expand_metadata()
/third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/src/
H A Dtime_zone_info.cc169 cl.pre = cl.trans = cl.post = tp; in MakeUnique()
183 cl.post = FromUnixSeconds(tr.unix_time - (tr.civil_sec - cs)); in MakeSkipped()
193 cl.post = FromUnixSeconds(tr.unix_time + (cs - tr.civil_sec)); in MakeRepeated()
759 cl.pre = cl.trans = cl.post = time_point<seconds>::max(); in TimeLocal()
763 for (auto* tp : {&cl.pre, &cl.trans, &cl.post}) { in TimeLocal()
H A Dtime_zone_lookup_test.cc1077 if (zi.lookup(cl_zi.pre).is_dst == zi.lookup(cl_zi.post).is_dst) { in TEST()
1106 EXPECT_EQ(cl_zi.post, cl_lc.post); in TEST()
1392 ExpectTime(cl1.post, tz, 1977, 4, 3, 0, 15, 0, 0 * 3600, false, "WET"); in TEST()
1399 ExpectTime(cl2.post, tz, 1978, 4, 2, 0, 15, 0, 0 * 3600, false, "WET"); in TEST()
/third_party/libwebsockets/lib/misc/cache-ttl/
H A Dheap.c86 goto post; in lws_cache_heap_item_destroy()
148 post: in lws_cache_heap_item_destroy()
/third_party/python/Lib/lib2to3/tests/
H A Dtest_refactor.py144 pre, post = rt.get_fixers()
147 self.check_instances(post, [FixFirst, FixParrot, FixLast])
/third_party/libuv/src/
H A Dthreadpool.c437 static void post(struct uv__queue* q, enum uv__work_kind kind) { in post() function
470 post(&exit_message, UV__WORK_CPU); in uv__threadpool_cleanup()
580 post(&w->wq, kind); in uv__work_submit()
/third_party/typescript/tests/baselines/reference/
H A DparserRealSource14.js509 // The AST walker skips comments, but we might be in one, so check the pre/post comments for this node manually
566 var post = function (cur: TypeScript.AST, parent: TypeScript.AST, walker: TypeScript.IAstWalker) { function
573 TypeScript.getAstWalkerFactory().walk(ast, pre, post, null, path);
1017 // The AST walker skips comments, but we might be in one, so check the pre/post comments for this node manually
1069 var post = function (cur, parent, walker) {
1075 TypeScript.getAstWalkerFactory().walk(ast, pre, post, null, path);
/third_party/python/Lib/test/
H A Dtest_nntplib.py526 """Flag that the client is expected to post a request body"""
1204 # First the prepared post with CRLF endings
1205 post = self.sample_post
1206 func_args = args + (file_factory(post),)
1210 # Then the same post with "normal" line endings - they should be
1211 # converted by NNTP.post and NNTP.ihave.
1212 post = self.sample_post.replace(b"\r\n", b"\n")
1213 func_args = args + (file_factory(post),)
1241 self.check_post_ihave(self.server.post, "240 Article received OK")
1244 self.server.post(sel
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
H A Dtls_openssl.c784 * @post: an array of commands and values that initialize an already loaded
786 * @id: the engine id of the engine to load (only required if post is not %NULL
793 const char *post[], const char *id) in tls_engine_load_dynamic_generic()
847 while (post && post[0]) { in tls_engine_load_dynamic_generic()
848 wpa_printf(MSG_DEBUG, "ENGINE: '%s' '%s'", post[0], post[1]); in tls_engine_load_dynamic_generic()
849 if (ENGINE_ctrl_cmd_string(engine, post[0], post[1], 0) == 0) { in tls_engine_load_dynamic_generic()
851 " %s %s [%s]", post[ in tls_engine_load_dynamic_generic()
792 tls_engine_load_dynamic_generic(const char *pre[], const char *post[], const char *id) tls_engine_load_dynamic_generic() argument
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/include/cctz/
H A Dtime_zone.h121 // of the given civil-time argument, and the pre, trans, and post
123 // offset, the transition point itself, and the post-transition offset,
137 // // jan01.post is 2011/01/01 00:00:00 -0800
144 // // mar13.post is 2011/03/13 01:15:00 -0800
151 // // nov06.post is 2011/11/06 01:15:00 -0800
154 UNIQUE, // the civil time was singular (pre == trans == post)
155 SKIPPED, // the civil time did not exist (pre >= trans > post)
156 REPEATED, // the civil time was ambiguous (pre < trans <= post)
160 time_point<seconds> post; // uses the post member
[all...]
/third_party/skia/platform_tools/android/apps/skottie/skottielib/src/main/java/org/skia/skottie/
H A DSkottieRunner.java156 mGLThread.post(wrapper); in runOnGLThread()
/third_party/node/lib/internal/repl/
H A Dutils.js307 session.post('Runtime.evaluate', {
343 session.post('Runtime.callFunctionOn', {
/third_party/node/deps/openssl/openssl/crypto/modes/asm/
H A Dghash-sparcv9.pl429 xor $C0,$C1,$C1 ! Karatsuba post-processing
510 xor $C0,$C1,$C1 ! Karatsuba post-processing
/third_party/openssl/crypto/modes/asm/
H A Dghash-sparcv9.pl429 xor $C0,$C1,$C1 ! Karatsuba post-processing
510 xor $C0,$C1,$C1 ! Karatsuba post-processing
/third_party/skia/third_party/externals/libjpeg-turbo/
H A Djdmaster.c386 * post-IDCT limiting thus:
392 * For the post-IDCT step, we want to convert the data from signed to unsigned
394 * So the post-IDCT limiting table ends up looking like this:
402 * We can save some space by overlapping the start of the post-IDCT table
403 * with the simpler range limiting table. The post-IDCT table begins at
424 table += CENTERJSAMPLE; /* Point to where post-IDCT table starts */ in prepare_range_limit_table()
425 /* End of simple table, rest of first half of post-IDCT table */ in prepare_range_limit_table()
428 /* Second half of post-IDCT table */ in prepare_range_limit_table()
619 (*cinfo->post->start_pass) (cinfo, JBUF_CRANK_DEST); in prepare_for_output_pass()
644 (*cinfo->post in prepare_for_output_pass()
[all...]
/third_party/libcoap/examples/
H A Doscore_testcases.sh178 timeout 10 $CLIENT -w -v8 -E $INDIR/interop/a_client.conf,/tmp/client_a -m post -e "%4a" -t 0 coap://$TARGET_IP:$S_PORT_B/oscore/hello/6 > /tmp/client_out 2>&1
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/
H A DTable.java202 } else if (tag == Tag.post) { in getBuilder()

Completed in 26 milliseconds

1234567