/third_party/skia/src/core/ |
H A D | SkPixmap.cpp | 64 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 D | LatticeOp.cpp | 199 auto result = fHelper.finalizeProcessors(caps, clip, clampType, variable 204 return result;
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/Debug/ |
H A D | Server.cpp | 462 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 D | binary.cpp | 212 // 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 D | binary.cpp | 212 // 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 D | dead_branch_elim_test.cpp | 1913 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 D | filters.py | 701 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 D | pkcs12.c | 116 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 D | hb-ot-cff-common.hh | 166 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 D | tinyxml.cpp | 600 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 D | test_queue.py | 48 # triggers the release. Returns the result of the blocking function. Caution: 64 self.result = block_func(*block_args) 69 return self.result
|
H A D | test_bisect.py | 370 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 D | test_poplib.py | 357 result = self.client.utf8() 358 self.assertEqual(result, expected)
|
H A D | test_trace.py | 133 result = self.tracer.runfunc(traced_func_linear, 2, 5) 134 self.assertEqual(result, 7)
|
/third_party/python/Lib/test/test_sqlite3/ |
H A D | test_types.py | 484 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 D | AMDGPUPrintfRuntimeBinding.cpp | 365 Value *result = in lowerPrintfForGpu() local 367 CI->replaceAllUsesWith(result); in lowerPrintfForGpu()
|
/third_party/skia/third_party/externals/tint/src/reader/wgsl/ |
H A D | parser_impl_variable_decoration_test.cc | 81 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 D | builder_global_variable_test.cc | 325 SpvBuiltIn result; member 337 EXPECT_EQ(b.ConvertBuiltin(params.builtin, params.storage), params.result); in TEST_P()
|
/third_party/spirv-tools/source/ |
H A D | binary.cpp | 222 // 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 D | uchar.cpp | 43 #define GET_PROPS(c, result) ((result)=UTRIE2_GET16(&propsTrie, c))
|
/third_party/python/Python/ |
H A D | preconfig.c | 533 _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 D | descriptor_test.py | 607 result = descriptor.MakeDescriptor(message_type) 608 self.assertEqual(result.fields[0].cpp_type,
|
/third_party/protobuf/src/google/protobuf/ |
H A D | unknown_field_set_unittest.cc | 204 uint8* result = WireFormat::SerializeUnknownFieldsToArray( in TEST_F() local 206 EXPECT_EQ(size, result - target); in TEST_F()
|
/third_party/python/Modules/_io/ |
H A D | stringio.c | 334 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 D | blurrect.cpp | 310 #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()
|