Home
last modified time | relevance | path

Searched refs:result (Results 10276 - 10300 of 11448) sorted by relevance

1...<<411412413414415416417418419420>>...458

/third_party/skia/src/core/
H A DSkPixmap.cpp64 bool SkPixmap::extractSubset(SkPixmap* result, const SkIRect& subset) const { in extractSubset() argument
81 result->reset(fInfo.makeDimensions(r.size()), pixels, fRowBytes); in extractSubset()
/third_party/skia/src/gpu/ops/
H A DLatticeOp.cpp199 auto result = fHelper.finalizeProcessors(caps, clip, clampType, variable
204 return result;
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/Debug/
H A DServer.cpp462 response.result = val->get(fmt); in Impl()
476 response.result = val->get(fmt); in Impl()
/third_party/skia/third_party/externals/spirv-tools/source/
H A Dbinary.cpp212 // Maps a result ID to its type ID. By convention:
213 // - a result ID that is a type definition maps to itself.
214 // - a result ID without a type maps to 0. (E.g. for OpLabel)
233 const spv_result_t result = parseModule();
238 return result;
412 // We'll fill in this result as we go along.
448 // Save the result ID to type ID mapping.
449 // In the grammar, type ID always appears before result ID.
455 // have no type Id, and will map to 0. The result Id for a
473 << " does not reference an OpExtInstImport result I
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/
H A Dbinary.cpp212 // Maps a result ID to its type ID. By convention:
213 // - a result ID that is a type definition maps to itself.
214 // - a result ID without a type maps to 0. (E.g. for OpLabel)
233 const spv_result_t result = parseModule();
238 return result;
412 // We'll fill in this result as we go along.
448 // Save the result ID to type ID mapping.
449 // In the grammar, type ID always appears before result ID.
455 // have no type Id, and will map to 0. The result Id for a
473 << " does not reference an OpExtInstImport result I
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/
H A Ddead_branch_elim_test.cpp1913 auto result = SinglePassRunToBinary<DeadBranchElimPass>(text, true);
1914 EXPECT_EQ(std::get<1>(result), Pass::Status::SuccessWithoutChange);
/third_party/skia/third_party/externals/jinja2/
H A Dfilters.py701 result = s[: length - len(end)].rsplit(" ", 1)[0]
702 return result + end
1233 also mark the result as safe. Due to how this function escapes certain
/third_party/openssl/test/helpers/
H A Dpkcs12.c116 int result = pb->success; in end_pkcs12_builder() local
119 return result; in end_pkcs12_builder()
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ot-cff-common.hh166 bool result = this->serialize (c, offSize_, byteArray); in serialize() local
168 return result; in serialize()
/third_party/skia/third_party/externals/sfntly/cpp/src/test/tinyxml/
H A Dtinyxml.cpp600 const char* result = 0; in Attribute() local
603 result = attrib->Value(); in Attribute()
608 return result; in Attribute()
616 const std::string* result = 0; in Attribute() local
619 result = &attrib->ValueStr(); in Attribute()
624 return result; in Attribute()
632 const char* result = 0; in Attribute() local
635 result = attrib->Value(); in Attribute()
640 return result; in Attribute()
648 const std::string* result in Attribute() local
677 int result = node->QueryIntValue( &ival ); QueryUnsignedAttribute() local
689 int result = TIXML_WRONG_TYPE; QueryBoolAttribute() local
975 bool result = LoadFile( file, encoding ); LoadFile() local
[all...]
/third_party/python/Lib/test/
H A Dtest_queue.py48 # triggers the release. Returns the result of the blocking function. Caution:
64 self.result = block_func(*block_args)
69 return self.result
H A Dtest_bisect.py370 result = [grade(score) for score in [33, 99, 77, 70, 89, 90, 100]]
371 self.assertEqual(result, ['F', 'A', 'C', 'C', 'B', 'A', 'A'])
H A Dtest_poplib.py357 result = self.client.utf8()
358 self.assertEqual(result, expected)
H A Dtest_trace.py133 result = self.tracer.runfunc(traced_func_linear, 2, 5)
134 self.assertEqual(result, 7)
/third_party/python/Lib/test/test_sqlite3/
H A Dtest_types.py484 result = self.con.execute('select ? as "x [bin]"', (memoryview(zlib.compress(testdata)),)).fetchone()[0]
485 self.assertEqual(testdata, result)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DAMDGPUPrintfRuntimeBinding.cpp365 Value *result = in lowerPrintfForGpu() local
367 CI->replaceAllUsesWith(result); in lowerPrintfForGpu()
/third_party/skia/third_party/externals/tint/src/reader/wgsl/
H A Dparser_impl_variable_decoration_test.cc81 ast::Builtin result; member
104 EXPECT_EQ(builtin->builtin, params.result); in TEST_P()
/third_party/skia/third_party/externals/tint/src/writer/spirv/
H A Dbuilder_global_variable_test.cc325 SpvBuiltIn result; member
337 EXPECT_EQ(b.ConvertBuiltin(params.builtin, params.storage), params.result); in TEST_P()
/third_party/spirv-tools/source/
H A Dbinary.cpp222 // Maps a result ID to its type ID. By convention:
223 // - a result ID that is a type definition maps to itself.
224 // - a result ID without a type maps to 0. (E.g. for OpLabel)
243 const spv_result_t result = parseModule();
248 return result;
422 // We'll fill in this result as we go along.
458 // Save the result ID to type ID mapping.
459 // In the grammar, type ID always appears before result ID.
465 // have no type Id, and will map to 0. The result Id for a
483 << " does not reference an OpExtInstImport result I
[all...]
/third_party/skia/third_party/externals/icu/source/common/
H A Duchar.cpp43 #define GET_PROPS(c, result) ((result)=UTRIE2_GET16(&propsTrie, c))
/third_party/python/Python/
H A Dpreconfig.c533 _Py_str_to_int(const char *str, int *result) in _Py_str_to_int() argument
545 *result = (int)value; in _Py_str_to_int()
/third_party/protobuf/python/compatibility_tests/v2.5.0/tests/google/protobuf/internal/
H A Ddescriptor_test.py607 result = descriptor.MakeDescriptor(message_type)
608 self.assertEqual(result.fields[0].cpp_type,
/third_party/protobuf/src/google/protobuf/
H A Dunknown_field_set_unittest.cc204 uint8* result = WireFormat::SerializeUnknownFieldsToArray( in TEST_F() local
206 EXPECT_EQ(size, result - target); in TEST_F()
/third_party/python/Modules/_io/
H A Dstringio.c334 PyObject *result = make_intermediate(self); in _io_StringIO_read_impl() local
336 return result; in _io_StringIO_read_impl()
/third_party/skia/gm/
H A Dblurrect.cpp310 #if 0 // Uncomment to hairline stroke around blurred rect in red on top of the blur result.
385 auto result = accums[x] * accumScale; in prepareReferenceMasks()
386 *bmp.getAddr8(x, y) = SkToU8(sk_float_round2int(255.f * result)); in prepareReferenceMasks()

Completed in 30 milliseconds

1...<<411412413414415416417418419420>>...458