Home
last modified time | relevance | path

Searched refs:get (Results 2951 - 2975 of 15658) sorted by relevance

1...<<111112113114115116117118119120>>...627

/third_party/node/deps/v8/src/base/
H A Dfile-utils.cc25 if (basename_start > 0) memcpy(buffer.get(), exec_path, basename_start); in RelativePath()
26 memcpy(buffer.get() + basename_start, name, name_length); in RelativePath()
/third_party/python/Lib/lib2to3/fixes/
H A Dfix_exec.py30 b = results.get("b")
31 c = results.get("c")
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkYCbCrImageWithMemory.hpp48 const vk::VkImage& get (void) const { return *m_image; } in get() function in vk::YCbCrImageWithMemory
49 const vk::VkImage& operator* (void) const { return get(); } in operator *()
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/spec_tools/
H A Dutil.py13 return elem.get('name', default)
22 return elem.get('type', default)
/third_party/skia/third_party/externals/spirv-tools/test/fuzz/fact_manager/
H A Ddead_block_facts_test.cpp56 ASSERT_TRUE(fuzzerutil::IsValidAndWellFormed(context.get(), validator_options, in TEST()
59 FactManager fact_manager(context.get()); in TEST()
/third_party/skia/third_party/externals/spirv-tools/test/fuzz/
H A Dinstruction_descriptor_test.cpp58 ASSERT_TRUE(fuzzerutil::IsValidAndWellFormed(context.get(), validator_options, in TEST()
66 context.get())); in TEST()
/third_party/skia/src/gpu/d3d/
H A DGrD3DCommandSignature.h28 ID3D12CommandSignature* commandSignature() const { return fCommandSignature.get(); } in commandSignature()
35 fCommandSignature.get(), this->getRefCnt());
H A DGrD3DPipeline.h23 SkDebugf("GrD3DPipeline: %p (%d refs)\n", fPipelineState.get(), this->getRefCnt());
31 ID3D12PipelineState* d3dPipelineState() const { return fPipelineState.get(); } in d3dPipelineState()
H A DGrD3DRootSignature.h31 ID3D12RootSignature* rootSignature() const { return fRootSignature.get(); } in rootSignature()
38 fRootSignature.get(), fNumTextureSamplers, this->getRefCnt());
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dinstruction_list.cpp22 Instruction* first_node = list.front().get(); in InsertBefore()
32 i.get()->InsertBefore(node_); in InsertBefore()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dinstruction_list.cpp22 Instruction* first_node = list.front().get(); in InsertBefore()
32 i.get()->InsertBefore(node_); in InsertBefore()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/fuzz/fact_manager/
H A Ddead_block_facts_test.cpp56 ASSERT_TRUE(fuzzerutil::IsValidAndWellFormed(context.get(), validator_options, in TEST()
59 FactManager fact_manager(context.get()); in TEST()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/fuzz/
H A Dinstruction_descriptor_test.cpp58 ASSERT_TRUE(fuzzerutil::IsValidAndWellFormed(context.get(), validator_options, in TEST()
66 context.get())); in TEST()
/third_party/skia/third_party/externals/oboe/src/common/
H A DSourceI16Caller.cpp31 int32_t bytesRead = mBlockReader.read((uint8_t *) mConversionBuffer.get(), numBytes); in onProcess()
35 const int16_t *shortData = mConversionBuffer.get(); in onProcess()
/third_party/skia/src/sksl/
H A DSkSLOutputStream.cpp32 vsnprintf(bigBuffer.get(), length + 1, format, copy); in appendVAList()
33 this->write(bigBuffer.get(), length); in appendVAList()
/third_party/skia/third_party/externals/tint/src/inspector/
H A Dtest_inspector_runner.cc29 program_ = std::make_unique<Program>(reader::wgsl::Parse(file_.get())); in Initialize()
34 inspector_ = std::make_unique<Inspector>(program_.get()); in Initialize()
/third_party/typescript/tests/baselines/reference/
H A DclassWithOnlyPublicMembersEquivalentToInterface.js7 public get z() { return 1; }
35 get: function () { return 1; },
H A DclassWithOnlyPublicMembersEquivalentToInterface2.js7 public get z() { return 1; }
37 get: function () { return 1; },
H A DcommentsOnRequireStatement.js38 Object.defineProperty(exports, "subject", { enumerable: true, get: function () { return _0_1.subject; } });
41 Object.defineProperty(exports, "subject1", { enumerable: true, get: function () { return _1_1.subject1; } });
H A DconstEnumPropertyAccess1.js25 get [G.B]() {
45 get [2 /* G.B */]() {
H A DdeclFileObjectLiteralWithAccessors.js5 get x() { return x; },
17 get x() { return x; },
H A DdeclarationEmitPrefersPathKindBasedOnBundling.js16 get xs() {
35 get xs() {
H A DdivergentAccessors1.js6 get foo(): number;
17 get foo(): number;
H A DemitCompoundExponentiationAssignmentWithIndexingOnLHS3.js4 get 0() {
19 get 0() {
H A DgetAndSetNotIdenticalType2.js6 get x(): A<T> {
28 get: function () {

Completed in 13 milliseconds

1...<<111112113114115116117118119120>>...627