Searched refs:WITH (Results 1 - 14 of 14) sorted by relevance
/third_party/skia/third_party/externals/tint/src/ |
H A D | clone_context.h | 322 /// 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 D | x64-test-dwarf-expressions.S | 30 # BE CAREFUL WITH rdi, rsi, rax HERE! The arguments to recover_register are
|
/third_party/node/deps/v8/src/parsing/ |
H A D | scanner-inl.h | 83 KEYWORD("with", Token::WITH) \
|
H A D | token.h | 160 K(WITH, "with", 0) \
|
H A D | parser.cc | 1362 if (FLAG_harmony_import_attributes && Check(Token::WITH)) { in ParseImportAssertClause()
|
H A D | parser-base.h | 5288 case Token::WITH: in ParseStatement() 5684 Consume(Token::WITH); in ParseWithStatement()
|
/third_party/rust/crates/serde/serde_derive_internals/src/ |
H A D | attr.rs | 894 } 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 D | attr.rs | 894 } 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 D | ssl-opt.sh | 1563 # - 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 D | afuc_test.asm | 19 ; OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
/third_party/ffmpeg/libavutil/x86/ |
H A D | x86inc.asm | 16 ;* 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 D | compile.c | 275 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 D | configure | 94 use rpath when linking programs (USE WITH CARE)
|
/third_party/sqlite/src/ |
H A D | sqlite3.c | 18608 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