Home
last modified time | relevance | path

Searched refs:With (Results 1 - 25 of 110) sorted by relevance

12345

/third_party/rust/crates/bindgen/bindgen/codegen/
H A Dbitfield_unit_tests.rs80 With $storage:expr , then get($start:expr, $len:expr) is $expected:expr;
104 With [0b11100010], then get(0, 1) is 0;
105 With [0b11100010], then get(1, 1) is 1;
106 With [0b11100010], then get(2, 1) is 0;
107 With [0b11100010], then get(3, 1) is 0;
108 With [0b11100010], then get(4, 1) is 0;
109 With [0b11100010], then get(5, 1) is 1;
110 With [0b11100010], then get(6, 1) is 1;
111 With [0b11100010], then get(7, 1) is 1;
113 With [
[all...]
/third_party/protobuf/src/google/protobuf/util/internal/
H A Dprotostream_objectwriter_test.cc554 .With(Args<0>(HasObjectLocation("i32"))); in TEST_P()
557 .With(Args<0>(HasObjectLocation("u32"))); in TEST_P()
560 .With(Args<0>(HasObjectLocation("sf64"))); in TEST_P()
563 .With(Args<0>(HasObjectLocation("bool"))); in TEST_P()
587 .With(Args<0>(HasObjectLocation("i32"))); in TEST_P()
590 .With(Args<0>(HasObjectLocation("u32"))); in TEST_P()
593 .With(Args<0>(HasObjectLocation("sf64"))); in TEST_P()
596 .With(Args<0>(HasObjectLocation("bool"))); in TEST_P()
671 .With(Args<0>(HasObjectLocation("author"))); in TEST_P()
767 .With(Arg in TEST_P()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
H A DSimplifyLibCalls.h116 static void replaceAllUsesWithDefault(Instruction *I, Value *With) { in replaceAllUsesWithDefault() argument
117 I->replaceAllUsesWith(With); in replaceAllUsesWithDefault()
124 void replaceAllUsesWith(Instruction *I, Value *With);
130 void substituteInParent(Instruction *I, Value *With) { in substituteInParent() argument
131 replaceAllUsesWith(I, With); in substituteInParent()
/third_party/googletest/googlemock/test/
H A Dgmock_output_test_.cc171 EXPECT_CALL(foo_, Bar2(_, _)).With(Ge()); in TEST_F()
190 EXPECT_CALL(foo_, Bar2(Ge(2), Ge(1))).With(Ge()); in TEST_F()
192 foo_.Bar2(2, 3); // Mismatch With() in TEST_F()
197 EXPECT_CALL(foo_, Bar2(Ge(2), Ge(1))).With(Ge()); in TEST_F()
199 foo_.Bar2(1, 3); // Mismatch arguments and mismatch With() in TEST_F()
H A Dgmock-spec-builders_test.cc214 ON_CALL(a, DoA(_)).With(_).WillByDefault(Return()); in TEST()
223 .With(_) in TEST()
224 .With(_) in TEST()
227 ".With() cannot appear more than once in an ON_CALL()"); in TEST()
277 EXPECT_CALL(a, DoA(6)).With(_).Times(0); in TEST()
285 EXPECT_CALL(a, DoA(6)).With(_).With(_); in TEST()
287 ".With() cannot appear more than once in an EXPECT_CALL()"); in TEST()
297 EXPECT_CALL(a, DoA(1)).Times(1).With(_); in TEST()
299 ".With() mus in TEST()
[all...]
/third_party/gn/src/gn/
H A Drust_variables.cc41 With the addition of `aliased_deps`, above target would instead compile with:
H A Dcommand_check.cc75 until after a build. With this flag, those generated files that
162 headers as public sources. With only header files, the source set will be a
/third_party/jinja2/
H A Didtracking.py222 def visit_With(self, node: nodes.With, **kwargs: t.Any) -> None:
303 def visit_With(self, node: nodes.With, **kwargs: t.Any) -> None:
/third_party/rust/crates/serde/test_suite/tests/
H A Dtest_gen.rs50 struct With<T> { in test_gen() structure names
55 assert::<With<i32>>(); in test_gen()
/third_party/googletest/googlemock/include/gmock/
H A Dgmock-spec-builders.h38 // .With(multi-argument-matcher)
41 // where the .With() clause is optional.
47 // .With(multi-argument-matchers)
294 // Implements the .With() clause.
295 OnCallSpec& With(const Matcher<const ArgumentTuple&>& m) { in With() function in testing::internal::OnCallSpec
298 ".With() cannot appear " in With()
336 // .With(multi-argument-matcher)
706 // If this mock method has an extra matcher (i.e. .With(matcher)),
906 // Implements the .With() clause.
907 TypedExpectation& With(cons
[all...]
/third_party/typescript/tests/baselines/reference/
H A DparserRealSource8.js408 else if (ast.nodeType == NodeType.With) {
445 else if (ast.nodeType == NodeType.With) {
817 else if (ast.nodeType == NodeType.With) {
852 else if (ast.nodeType == NodeType.With) {
H A DparserRealSource3.js108 With,
229 NodeType[NodeType["With"] = 98] = "With";
H A DparserRealSource10.js61 With,
250 setTokenInfo(TokenID.With, Reservation.TypeScriptAndJS, OperatorPrecedence.None, NodeType.None, OperatorPrecedence.None, NodeType.With, "with", ErrorRecoverySet.Stmt);
533 TokenID[TokenID["With"] = 51] = "With";
722 setTokenInfo(TokenID.With, Reservation.TypeScriptAndJS, OperatorPrecedence.None, NodeType.None, OperatorPrecedence.None, NodeType.With, "with", ErrorRecoverySet.Stmt);
/third_party/python/Python/
H A Dast.c789 if (!validate_nonempty_seq(stmt->v.With.items, "items", "With")) in validate_stmt()
791 for (Py_ssize_t i = 0; i < asdl_seq_LEN(stmt->v.With.items); i++) { in validate_stmt()
792 withitem_ty item = asdl_seq_GET(stmt->v.With.items, i); in validate_stmt()
797 ret = validate_body(state, stmt->v.With.body, "With"); in validate_stmt()
/third_party/vixl/test/
H A Dtest-api.cc494 VIXL_CHECK(cpu.Has(auth.With(CPUFeatures::kCRC32, in TEST()
547 CPUFeatures os_with_id_regs = os_only.With(id_regs); in TEST()
/third_party/vixl/src/
H A Dcpu-features.h264 // f.With(CPUFeatures::kPmull1Q).Without(CPUFeatures::kCRC32);
364 CPUFeatures With(T... others) const { in With() function in vixl::CPUFeatures
/third_party/vixl/test/aarch64/
H A Dtest-assembler-aarch64.h177 simulator.GetCPUFeatures()->With(CPUFeatures::kNEON); \
/third_party/libunwind/libunwind/doc/
H A Dlibunwind-ptrace.tex43 process. With the right set of call-back routines, it is therefore
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm_avx2/
H A Dconfigdata.pm27781 # With no arguments, re-create the build file
28107 With at least one option, it will instead get the information you ask for, or
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm/
H A Dconfigdata.pm27674 # With no arguments, re-create the build file
28000 With at least one option, it will instead get the information you ask for, or
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/no-asm/
H A Dconfigdata.pm27471 # With no arguments, re-create the build file
27797 With at least one option, it will instead get the information you ask for, or
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/
H A Dconfigdata.pm27764 # With no arguments, re-create the build file
28090 With at least one option, it will instead get the information you ask for, or
/third_party/node/deps/openssl/config/archs/linux-armv4/no-asm/
H A Dconfigdata.pm27519 # With no arguments, re-create the build file
27845 With at least one option, it will instead get the information you ask for, or
/third_party/node/deps/openssl/config/archs/linux-elf/asm_avx2/
H A Dconfigdata.pm27683 # With no arguments, re-create the build file
28009 With at least one option, it will instead get the information you ask for, or
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm_avx2/
H A Dconfigdata.pm27674 # With no arguments, re-create the build file
28000 With at least one option, it will instead get the information you ask for, or

Completed in 166 milliseconds

12345