Home
last modified time | relevance | path

Searched refs:post (Results 176 - 200 of 299) sorted by relevance

12345678910>>...12

/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/
H A Dnv05.c133 .post = nv04_devinit_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/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/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()
/kernel/linux/linux-5.10/drivers/usb/chipidea/
H A Dusbmisc_imx.c144 int (*post)(struct imx_usbmisc_data *data); member
944 .post = usbmisc_imx25_post,
1019 if (!usbmisc->ops->post) in imx_usbmisc_init_post()
1021 return usbmisc->ops->post(data); in imx_usbmisc_init_post()
/kernel/linux/linux-6.6/drivers/usb/chipidea/
H A Dusbmisc_imx.c146 int (*post)(struct imx_usbmisc_data *data); member
1021 .post = usbmisc_imx25_post,
1101 if (usbmisc->ops->post) in imx_usbmisc_init_post()
1102 ret = usbmisc->ops->post(data); in imx_usbmisc_init_post()
1104 dev_err(data->dev, "post init failed, ret=%d\n", ret); in imx_usbmisc_init_post()
/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);
/kernel/linux/linux-5.10/drivers/video/fbdev/
H A Dpm3fb.c150 int f, pre, post; in pm3fb_calculate_clock() local
157 for (post = 0; post < 5; post++) { in pm3fb_calculate_clock()
158 freq = ((2*PM3_REF_CLOCK * f) >> post) / pre; in pm3fb_calculate_clock()
166 *postscale = post; in pm3fb_calculate_clock()
/kernel/linux/linux-6.6/drivers/video/fbdev/
H A Dpm3fb.c151 int f, pre, post; in pm3fb_calculate_clock() local
158 for (post = 0; post < 5; post++) { in pm3fb_calculate_clock()
159 freq = ((2*PM3_REF_CLOCK * f) >> post) / pre; in pm3fb_calculate_clock()
167 *postscale = post; in pm3fb_calculate_clock()
/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/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()
/kernel/linux/linux-5.10/drivers/md/
H A Ddm-crypt.c102 int (*post)(struct crypt_config *cc, u8 *iv, member
1083 .post = crypt_iv_lmk_post
1092 .post = crypt_iv_tcw_post
1110 .post = crypt_iv_elephant_post
1370 if (!r && cc->iv_gen_ops && cc->iv_gen_ops->post) in crypt_convert_block_aead()
1371 r = cc->iv_gen_ops->post(cc, org_iv, dmreq); in crypt_convert_block_aead()
1447 if (!r && cc->iv_gen_ops && cc->iv_gen_ops->post) in crypt_convert_block_skcipher()
1448 r = cc->iv_gen_ops->post(cc, org_iv, dmreq); in crypt_convert_block_skcipher()
2173 if (!error && cc->iv_gen_ops && cc->iv_gen_ops->post) in kcryptd_async_done()
2174 error = cc->iv_gen_ops->post(c in kcryptd_async_done()
[all...]
/kernel/linux/linux-6.6/drivers/md/
H A Ddm-crypt.c109 int (*post)(struct crypt_config *cc, u8 *iv, member
1098 .post = crypt_iv_lmk_post
1107 .post = crypt_iv_tcw_post
1125 .post = crypt_iv_elephant_post
1392 if (!r && cc->iv_gen_ops && cc->iv_gen_ops->post) in crypt_convert_block_aead()
1393 r = cc->iv_gen_ops->post(cc, org_iv, dmreq); in crypt_convert_block_aead()
1469 if (!r && cc->iv_gen_ops && cc->iv_gen_ops->post) in crypt_convert_block_skcipher()
1470 r = cc->iv_gen_ops->post(cc, org_iv, dmreq); in crypt_convert_block_skcipher()
2245 if (!error && cc->iv_gen_ops && cc->iv_gen_ops->post) in kcryptd_async_done()
2246 error = cc->iv_gen_ops->post(c in kcryptd_async_done()
[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...]
/kernel/linux/linux-5.10/arch/arm/mach-omap2/
H A Dsram242x.S150 cmp r0, #0x1 @ going to half speed (post branch link)
164 moveq r9, #0x1 @ if speed down, post down, drop volt

Completed in 35 milliseconds

12345678910>>...12