Home
last modified time | relevance | path

Searched defs:result (Results 4201 - 4225 of 15657) sorted by relevance

1...<<161162163164165166167168169170>>...627

/third_party/skia/third_party/externals/icu/source/common/
H A Duvectr32.h296 int32_t result = 0; in popi() local
H A Duvectr64.h269 int64_t result = 0; in popi() local
/third_party/tzdata/
H A Ddate.c194 ptrdiff_t result; in timeout() local
/third_party/vixl/src/aarch64/
H A Dabi-aarch64.h77 GenericOperand result = abi.GetNextParameterGenericOperand<T>(); in GetReturnGenericOperand() local
/third_party/vixl/src/
H A Dcpu-features.cc155 CPUFeaturesConstIterator result = *this; in operator ++() local
/third_party/vixl/test/aarch64/
H A Dtest-disasm-aarch64.cc688 char result[RESULT_SIZE]; in TEST() local
695 COMPARE(and_(x0, x0, Operand(value)), result); in TEST() local
703 COMPARE(and_(x0, x0, Operand(value)), result); in TEST() local
711 COMPARE(and_(x0, x0, Operand(value)), result); in TEST() local
719 COMPARE(and_(x0, x0, Operand(value)), result); in TEST() local
727 COMPARE(and_(x0, x0, Operand(value)), result); TEST() local
[all...]
/third_party/skia/third_party/externals/dawn/src/tests/unittests/
H A DResultTests.cpp23 void TestError(Result<T, E>* result, E expectedError) { in TestError() argument
32 void TestSuccess(Result<T, E>* result, T expectedSuccess) { in TestSuccess() argument
59 TestSuccess(Result<Ref<T>, E>* result, T* expectedSuccess) TestSuccess() argument
103 Result<void, int> result = CreateError(); TEST() local
109 Result<void, int> result; TEST() local
116 Result<void, int> result; TEST() local
126 Result<void, int> result = CreateError(); TEST() local
152 Result<float*, int> result = CreateError(); TEST() local
173 Result<float*, int*> result = CreateSuccess(); TEST() local
197 Result<T*, int> result = std::move(resultChild); TEST() local
223 Result<const float*, int> result = CreateError(); TEST() local
244 Result<const float*, int> result = CreateSuccess(); TEST() local
269 Result<Ref<AClass>, int> result = CreateError(); TEST() local
299 Result<Ref<AClass>, int> result = CreateSuccess(); TEST() local
335 Result<Ref<Base>, int> result = std::move(resultChild); TEST() local
360 Result<std::vector<float>, int> result = CreateError(); TEST() local
381 Result<std::vector<float>, int> result = CreateSuccess(); TEST() local
[all...]
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_opcode_list.cpp91 uint32 result = dngVersion_None; in MinVersion() local
H A Ddng_temperature.cpp181 dng_xy_coord result; in Get_xy_coord() local
/third_party/protobuf/src/google/protobuf/compiler/
H A Dscc.h95 NodeData& result = cache_[descriptor]; in DFS() local
[all...]
/third_party/protobuf/src/google/protobuf/
H A Ddynamic_message.h162 std::vector<const Message*> result; in Sort() local
[all...]
H A Dgenerated_message_reflection_unittest.cc65 const FieldDescriptor* result = in F() local
/third_party/python/Python/
H A Dcondvar.h194 int result = _PyCOND_WAIT_MS(cv, cs, INFINITE); in PyCOND_WAIT() local
/third_party/python/Modules/
H A D_weakref.c91 PyObject *result = NULL; in _weakref_getweakrefs() local
/third_party/python/Objects/
H A Dboolobject.c20 PyObject *result; in PyBool_FromLong() local
/third_party/protobuf/src/google/protobuf/compiler/cpp/
H A Dmetadata_test.cc72 const bool result = atu::RunProtoCompiler(filename, cpp_out, &cli, file); in CaptureMetadata() local
/third_party/protobuf/src/google/protobuf/stubs/
H A Dstringprintf.cc67 int result = vsnprintf(space, kSpaceLength, format, backup_ap); in StringAppendV() local
112 string result; StringPrintf() local
[all...]
H A Dsubstitute.cc62 string result; in Substitute() local
/third_party/protobuf/src/google/protobuf/util/internal/
H A Djson_stream_parser_test.cc100 util::Status result = parser.Parse(single); in RunTest() local
112 util::Status result = parser.Parse(first); in RunTest() local
129 util::Status result = RunTest(json, split, setup); global() local
140 util::Status result = RunTest(json, split, setup); global() local
[all...]
/third_party/python/Lib/unittest/test/testmock/
H A Dtestcallable.py120 result = instance() variable in TestCallable.test_patch_spec_callable_class.Multi
/third_party/skia/third_party/externals/abseil-cpp/absl/hash/
H A Dhash_benchmark.cc104 absl::Cord result = absl::MakeFragmentedCord(chunks); in FragmentedCord() local
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
H A Dstr_cat.h400 result; in SixDigits() local
H A Dstr_cat.cc99 std::string result; in StrCat() local
111 std::string result; in StrCat() local
125 std::string result; StrCat() local
142 std::string result; CatPieces() local
[all...]
H A Dstr_cat_benchmark.cc63 std::string result = in BM_StrCat_By_Strings() local
74 std::string result = kStringOne; in BM_StrCat_By_StringOpPlus() local
88 std::string result = absl::StrCat(kStringOne, " ", kStringTwo, ":", i); in BM_StrCat_By_StrCat() local
98 std::string result = BM_HexCat_By_StrCat() local
109 std::string result = absl::Substitute( BM_HexCat_By_Substitute() local
121 std::string result = absl::StrCat(foo += 1.001f, " != ", int64_t{i}); BM_FloatToString_By_StrCat() local
132 std::string result = BM_DoubleToString_By_SixDigits() local
144 std::string result; BM_StrAppendImpl() local
[all...]
H A Dsubstitute.h499 std::string result; in Substitute() local
506 std::string result; in Substitute() local
514 std::string result; in Substitute() local
522 std::string result; in Substitute() local
531 std::string result; Substitute() local
540 std::string result; Substitute() local
550 std::string result; Substitute() local
560 std::string result; Substitute() local
571 std::string result; Substitute() local
582 std::string result; Substitute() local
594 std::string result; Substitute() local
[all...]

Completed in 17 milliseconds

1...<<161162163164165166167168169170>>...627