Home
last modified time | relevance | path

Searched refs:WITH (Results 1 - 14 of 14) sorted by relevance

/third_party/skia/third_party/externals/tint/src/
H A Dclone_context.h322 /// overload of Replace() that take a function for the `WITH` argument.
332 typename WITH,
333 typename = traits::EnableIfIsType<WITH, Cloneable>>
334 CloneContext& Replace(const WHAT* what, const WITH* with) { in Replace()
354 template <typename WHAT, typename WITH, typename = std::result_of_t<WITH()>>
355 CloneContext& Replace(const WHAT* what, WITH&& with) { in Replace()
/third_party/libunwind/libunwind/tests/
H A Dx64-test-dwarf-expressions.S30 # BE CAREFUL WITH rdi, rsi, rax HERE! The arguments to recover_register are
/third_party/node/deps/v8/src/parsing/
H A Dscanner-inl.h83 KEYWORD("with", Token::WITH) \
H A Dtoken.h160 K(WITH, "with", 0) \
H A Dparser.cc1362 if (FLAG_harmony_import_attributes && Check(Token::WITH)) { in ParseImportAssertClause()
H A Dparser-base.h5288 case Token::WITH: in ParseStatement()
5684 Consume(Token::WITH); in ParseWithStatement()
/third_party/rust/crates/serde/serde_derive_internals/src/
H A Dattr.rs894 } else if meta.path == WITH { in from_ast()
896 if let Some(path) = parse_lit_into_expr_path(cx, WITH, &meta)? { in from_ast()
1176 } else if meta.path == WITH { in from_ast()
1178 if let Some(path) = parse_lit_into_expr_path(cx, WITH, &meta)? { in from_ast()
/third_party/rust/crates/serde/serde_derive/src/internals/
H A Dattr.rs894 } else if meta.path == WITH { in from_ast()
896 if let Some(path) = parse_lit_into_expr_path(cx, WITH, &meta)? { in from_ast()
1176 } else if meta.path == WITH { in from_ast()
1178 if let Some(path) = parse_lit_into_expr_path(cx, WITH, &meta)? { in from_ast()
/third_party/mbedtls/tests/
H A Dssl-opt.sh1563 # - we can force a ciphersuite which contains "WITH" in its name, meaning
1759 "$P_CLI debug_level=4 force_ciphersuite=TLS-ECDHE-RSA-WITH-AES-128-GCM-SHA256 groups=$1" \
1789 force_ciphersuite=TLS-ECDHE-ECDSA-WITH-AES-128-CCM max_frag_len=$1" \
1808 force_ciphersuite=TLS-ECDHE-ECDSA-WITH-AES-128-CCM" \
2026 requires_ciphersuite_enabled TLS-ECDHE-RSA-WITH-CHACHA20-POLY1305-SHA256
2035 -s "Ciphersuite is TLS-ECDHE-RSA-WITH-CHACHA20-POLY1305-SHA256" \
2042 requires_ciphersuite_enabled TLS-ECDHE-RSA-WITH-CHACHA20-POLY1305-SHA256
2048 -s "Ciphersuite is TLS-ECDHE-RSA-WITH-CHACHA20-POLY1305-SHA256"
2057 run_test "key size: TLS-ECDHE-ECDSA-WITH-CHACHA20-POLY1305-SHA256" \
2059 "$P_CLI force_ciphersuite=TLS-ECDHE-ECDSA-WITH
[all...]
/third_party/mesa3d/src/freedreno/.gitlab-ci/traces/
H A Dafuc_test.asm19 ; OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
/third_party/ffmpeg/libavutil/x86/
H A Dx86inc.asm16 ;* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
21 ;* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
/third_party/python/Python/
H A Dcompile.c275 WITH, ASYNC_WITH, HANDLER_CLEANUP, POP_VALUE, EXCEPTION_HANDLER, enumerator
2062 case WITH: in compiler_unwind_fblock()
5774 if (!compiler_push_fblock(c, WITH, block, final, s)) { in compiler_with()
5797 compiler_pop_fblock(c, WITH, block); in compiler_with()
/third_party/ffmpeg/
H A Dconfigure94 use rpath when linking programs (USE WITH CARE)
/third_party/sqlite/src/
H A Dsqlite3.c18608 unsigned isRecursive :1; /* True for recursive reference in WITH */
18839 With *pWith; /* WITH clause attached to this select. Or NULL. */
19209 With *pWith; /* Current WITH clause, or NULL */
19651 ** An instance of the With object represents a WITH clause containing
19655 int nCte; /* Number of CTEs in the WITH clause */
19657 With *pOuter; /* Containing WITH clause, or NULL */
19658 Cte a[1]; /* For each CTE in the WITH clause.... */
[all...]

Completed in 181 milliseconds