Home
last modified time | relevance | path

Searched refs:one (Results 251 - 275 of 924) sorted by relevance

1...<<11121314151617181920>>...37

/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
H A Dstr_cat_test.cc164 std::string one = in TEST() local
168 result = absl::StrCat("And a ", one.size(), " and a ", in TEST()
169 &result[2] - &result[0], " and a ", one, " 2 3 4", "!"); in TEST()
184 absl::StrCat("A hundred K and one and a half is ", absl::SixDigits(f)); in TEST()
185 EXPECT_EQ(result, "A hundred K and one and a half is 100002"); in TEST()
377 std::string one = in TEST() local
382 absl::StrAppend(&result, "And a ", one.size(), " and a ", in TEST()
383 &result[2] - &result[0], " and a ", one, " 2 3 4", "!"); in TEST()
/third_party/json/tests/src/
H A Dunit-deserialization.cpp228 ss1 << R"(["foo",1,2,3,false,{"one":1}])"; variable
229 ss2 << R"(["foo",1,2,3,false,{"one":1}])"; variable
230 ss3 << R"(["foo",1,2,3,false,{"one":1}])"; variable
233 CHECK(j == json({"foo", 1, 2, 3, false, {{"one", 1}}}));
242 "start_object()", "key(one)", "number_unsigned(1)",
249 const auto* s = R"(["foo",1,2,3,false,{"one":1}])";
252 CHECK(j == json({"foo", 1, 2, 3, false, {{"one", 1}}}));
261 "start_object()", "key(one)", "number_unsigned(1)",
268 json::string_t s = R"(["foo",1,2,3,false,{"one":1}])";
271 CHECK(j == json({"foo", 1, 2, 3, false, {{"one",
288 ss << R"(["foo",1,2,3,false,{"one":1}])"; global() variable
297 ss << R"(["foo",1,2,3,false,{"one":1}])"; global() variable
317 ss1 << R"(["foo",1,2,3,false,{"one":1})"; global() variable
318 ss3 << R"(["foo",1,2,3,false,{"one":1})"; global() variable
319 ss4 << R"(["foo",1,2,3,false,{"one":1})"; global() variable
320 ss5 << R"(["foo",1,2,3,false,{"one":1})"; global() variable
368 ss << R"(["foo",1,2,3,false,{"one":1})"; global() variable
376 ss << R"(["foo",1,2,3,false,{"one":1})"; global() variable
[all...]
/third_party/vulkan-loader/tests/
H A Dloader_unknown_ext_tests.cpp1081 using one = HelperTypedef<FunctionOne>;
1163 Functions::one::physical_device::add_to_driver(unknown_funcs.at(1), physical_device); in TEST()
1164 Functions::one::physical_device::add_to_layer(unknown_funcs.at(1), layer_0, D<0>{}); in TEST()
1184 Functions::one::device::add_to_driver(unknown_funcs.at(6), physical_device); in TEST()
1199 Functions::one::device::add_to_layer(unknown_funcs.at(11), layer_0, D<11>{}); in TEST()
1200 Functions::one::device::add_implementation_to_layer(unknown_funcs.at(11), layer_1); in TEST()
1211 unknown_funcs.at(1).check<Functions::one::physical_device>(env.vulkan_functions, inst.inst, phys_dev); in TEST()
1218 unknown_funcs.at(6).check<Functions::one::device>(env.vulkan_functions, inst.inst, dev.dev); in TEST()
1223 unknown_funcs.at(11).check<Functions::one::device>(env.vulkan_functions, inst.inst, dev.dev); in TEST()
1226 unknown_funcs.at(6).check<Functions::one in TEST()
[all...]
/third_party/mesa3d/src/compiler/glsl/glcpp/tests/
H A D097-paste-with-non-function-macro.c1 #define PASTE_MACRO one ## token
H A D040-token-pasting.c2 paste(one , token)
H A D019-define-func-1-arg-multi.c2 foo(this is more than one word)
H A D020-define-func-2-arg-multi.c2 foo(one fish, blue fish)
H A D096-paste-twice.c2 paste_twice(just, one, token)
/third_party/rust/crates/proc-macro-error/tests/ui/
H A Doption_ext.rs4 option_ext!(one, two);
H A Dexplicit_span_range.rs4 explicit_span_range!(one, two, three, four);
H A Dchildren_messages.rs4 children_messages!(one, two, three, four);
/third_party/node/deps/v8/src/objects/
H A Dstring.cc235 // sentinel maps: one for each InstanceType that may be migrated from. in MigrateStringMapUnderLockIfNeeded()
910 // common case of sequential one-byte right child. in WriteToFlat()
963 // Include one character beyond the end of script. The rewriter uses that in CalculateLineEndsImpl()
1024 // Fast check: if at least one ThinString is involved, dereference it/them in SlowEquals()
1075 bool String::SlowEquals(Isolate* isolate, Handle<String> one, in SlowEquals() argument
1078 const int one_length = one->length(); in SlowEquals()
1082 // Fast check: if at least one ThinString is involved, dereference it/them in SlowEquals()
1084 if (one->IsThinString() || two->IsThinString()) { in SlowEquals()
1085 if (one->IsThinString()) { in SlowEquals()
1086 one in SlowEquals()
[all...]
/third_party/mesa3d/src/compiler/glsl/
H A Dopt_algebraic.cpp239 * base types matched, and at least one of the operands of the 2 in reassociate_operands()
299 /* When eliminating an expression and just returning one of its operands,
552 /* Multiply found on one of the operands. Now check for an in handle_expression()
562 /* Inner addition found on one of the operands. Now check for in handle_expression()
563 * one of the operands of the inner addition to be the negative in handle_expression()
979 ir_constant *one; in handle_expression() local
983 one = new(mem_ctx) ir_constant(float16_t::one(), op2_components); in handle_expression()
986 one = new(mem_ctx) ir_constant(1.0f, op2_components); in handle_expression()
989 one in handle_expression()
[all...]
/third_party/node/deps/v8/src/codegen/s390/
H A Dassembler-s390.cc206 uint64_t one = static_cast<uint64_t>(1); in ProbeImpl() local
208 if (facilities[0] & (one << (63 - 45))) { in ProbeImpl()
212 if (facilities[0] & (one << (63 - 34))) { in ProbeImpl()
216 if (facilities[0] & (one << (63 - 37))) { in ProbeImpl()
220 if (facilities[2] & (one << (63 - (129 - 128))) && in ProbeImpl()
225 if (facilities[2] & (one << (63 - (135 - 128))) && in ProbeImpl()
230 if (facilities[2] & (one << (63 - (148 - 128))) && in ProbeImpl()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi_aos.c238 value = lp_build_min(&bld->bld_base.base, value, bld->bld_base.base.one); in lp_emit_store_aos()
425 * Emit LLVM for one TGSI instruction.
529 dst0 = lp_build_select(&bld->bld_base.base, tmp0, bld->bld_base.base.one, bld->bld_base.base.zero); in lp_emit_instruction_aos()
537 dst0 = lp_build_select(&bld->bld_base.base, tmp0, bld->bld_base.base.one, bld->bld_base.base.zero); in lp_emit_instruction_aos()
631 dst0 = lp_build_select(&bld->bld_base.base, tmp0, bld->bld_base.base.one, bld->bld_base.base.zero); in lp_emit_instruction_aos()
638 dst0 = lp_build_select(&bld->bld_base.base, tmp0, bld->bld_base.base.one, bld->bld_base.base.zero); in lp_emit_instruction_aos()
651 dst0 = lp_build_select(&bld->bld_base.base, tmp0, bld->bld_base.base.one, bld->bld_base.base.zero); in lp_emit_instruction_aos()
658 dst0 = lp_build_select(&bld->bld_base.base, tmp0, bld->bld_base.base.one, bld->bld_base.base.zero); in lp_emit_instruction_aos()
/third_party/pulseaudio/src/modules/rtp/
H A Dmodule-rtp-recv.c402 int af, fd = -1, r, one; in mcast_socket() local
416 one = 1; in mcast_socket()
417 if (setsockopt(fd, SOL_SOCKET, SO_TIMESTAMP, &one, sizeof(one)) < 0) { in mcast_socket()
426 one = 1; in mcast_socket()
427 if (setsockopt(fd, SOL_SOCKET, SO_REUSEADDR, &one, sizeof(one)) < 0) { in mcast_socket()
/third_party/libabigail/tests/data/test-annotate/
H A Dtest-anonymous-members-0.cc18 enum {one, two} e1; enumerator
/third_party/gptfdisk/
H A Dattributes.cc185 const uint64_t one = 1; in OperateOnAttributes() local
186 attributeBitMask = one << bitNum; in OperateOnAttributes()
/third_party/typescript/tests/baselines/reference/
H A DarrayAssignmentTest1.js25 * Type 2 of the following throws an error but shouldn't: () => void[], SomeClass[], and {one: 1}[].
27 * Type 2 of the following doesn't throw an error but should: {one: 1}, new() => SomeClass, SomeClass.
35 var o1 = {one : 1};
131 * Type 2 of the following throws an error but shouldn't: () => void[], SomeClass[], and {one: 1}[].
133 * Type 2 of the following doesn't throw an error but should: {one: 1}, new() => SomeClass, SomeClass.
141 var o1 = { one: 1 };
H A DnumericIndexerConstraint2.js4 var a: { one: number; };
/third_party/python/Lib/test/
H A D_testcppext.cpp75 PyObject *one = PyTuple_GET_ITEM(const_obj, 0); in Py_UNUSED() local
76 assert(PyLong_AsLong(one) == 1); in Py_UNUSED()
201 // When adding a new one, add a call there.
/third_party/googletest/googletest/include/gtest/hwext/
H A Dgtest-utils.h15 bool compareStringsByIgnoreCase(const char* one, const char* two);
/third_party/rust/crates/clap/examples/tutorial_builder/
H A D02_crate.rs7 .arg(arg!(--one <VALUE>).required(true)) in main()
15 "one: {:?}", in main()
16 matches.get_one::<String>("one").expect("required") in main()
/third_party/libunwind/libunwind/doc/
H A Dlibunwind-setjmp.tex29 library is that setting up a non-local goto via one of the
31 need to be saved in the jump-buffer (plus one call to
33 other hand, executing a non-local goto by calling one of the
/third_party/mesa3d/src/compiler/nir/
H A Dnir_lower_task_shader.c114 nir_ssa_def *one = nir_imm_int(b, 1); in append_launch_mesh_workgroups_to_nv_task() local
115 nir_ssa_def *dispatch_3d = nir_vec3(b, task_count, one, one); in append_launch_mesh_workgroups_to_nv_task()
365 * - Ensures that task shaders always have at least one
397 * executes a launch_mesh_workgroups, let's add one at the end. in nir_lower_task_shader()

Completed in 24 milliseconds

1...<<11121314151617181920>>...37