Home
last modified time | relevance | path

Searched refs:get (Results 4901 - 4925 of 10762) sorted by relevance

1...<<191192193194195196197198199200>>...431

/third_party/node/deps/v8/src/base/debug/
H A Dstack_trace_win.cc55 // Defer symbol load until they're needed, use undecorated names, and get line in InitializeSymbols()
69 // into the executable will get off. To still retrieve symbols correctly, in InitializeSymbols()
77 if (!SymGetSearchPathW(GetCurrentProcess(), symbols_path.get(), in InitializeSymbols()
86 // To get the path without the filename, we just need to remove the final in InitializeSymbols()
89 std::wstring(symbols_path.get()) + L";" + in InitializeSymbols()
184 // so that downstream exception handlers get the right context. The incoming in InitTrace()
/third_party/node/deps/v8/src/libplatform/
H A Ddefault-job.cc60 shared_from_this(), job_task_.get())); in NotifyConcurrencyIncrease()
175 shared_from_this(), job_task_.get())); in DidRunTask()
/third_party/node/deps/v8/src/objects/
H A Dscope-info.h330 V8_EXPORT_PRIVATE Object get(int index) const;
331 Object get(PtrComprCageBase cage_base, int index) const;
/third_party/node/deps/v8/src/profiler/
H A Dsampling-heap-profiler.h63 return it != children_.end() ? it->second.get() : nullptr; in FindChildNode()
68 return children_.emplace(id, std::move(node)).first->second.get(); in AddChildNode()
H A Dstrings-storage.cc92 snprintf(str_result, str_length, "<symbol %s>", data.get()); in GetSymbol()
124 snprintf(cons_result, cons_length, "%s%s", prefix, data.get()); in GetConsName()
/third_party/node/deps/v8/src/sandbox/
H A Dsandbox.cc223 address_space_.get()); in Initialize()
243 // Use a custom random number generator here to ensure that we get uniformly in InitializeAsPartiallyReservedSandbox()
291 address_space_.get()); in InitializeAsPartiallyReservedSandbox()
/third_party/node/deps/v8/src/strings/
H A Dunicode.h33 inline bool get(uchar c);
72 inline int get(uchar c, uchar n, uchar* result);
H A Dunicode-inl.h16 bool Predicate<T, s>::get(uchar code_point) { in get() function in unibrow::Predicate
30 int Mapping<T, s>::get(uchar c, uchar n, uchar* result) { in get() function in unibrow::Mapping
/third_party/node/deps/undici/src/lib/api/
H A Dreadable.js137 get bodyUsed () {
142 get body () {
/third_party/rust/crates/clang-sys/src/
H A Dlink.rs18 let symbol = unsafe { library.library.get(stringify!($name).as_bytes()) }.ok();
100 if self.library.get::<unsafe extern fn()>($fn).is_ok() { in version()
/third_party/rust/crates/clang-sys/build/
H A Dcommon.rs64 if let Some(errors) = errors.get("llvm-config") { in drop()
78 if let Some(errors) = errors.get("xcode-select") { in drop()
/third_party/python/Lib/multiprocessing/
H A Dsharedctypes.py48 type_ = typecode_to_type.get(typecode_or_type, typecode_or_type)
58 type_ = typecode_to_type.get(typecode_or_type, typecode_or_type)
158 def get%s(self):
170 %s = property(get%s, set%s)
/third_party/python/Lib/
H A Dhashlib.py84 constructor = cache.get(name)
119 constructor = cache.get(name)
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/postmortem/
H A DvktPostmortemShaderTimeoutTests.cpp177 const Unique<VkShaderModule> shaderModule(createShaderModule(vk, device, m_context.getBinaryCollection().get("comp"), 0u)); in iterate()
194 vk.cmdBindDescriptorSets(*cmdBuffer, VK_PIPELINE_BIND_POINT_COMPUTE, *pipelineLayout, 0u, 1u, &descriptorSet.get(), 0u, DE_NULL); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shader_object/
H A DvktShaderObjectApiTests.cpp103 de::MovePtr<vk::DeviceDriver> vkd (new vk::DeviceDriver(vkp, instance, device.get(), m_context.getUsedApiVersion())); in iterate()
104 const auto& vk = *vkd.get(); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/
H A DvktSparseResourcesShaderIntrinsics.cpp136 (*addCaseFunctionPtr)(caseParams, testCtx, formatGroup.get()); in createSparseResourcesShaderIntrinsicsTests()
143 (*addCaseFunctionPtr)(caseParams, testCtx, formatGroup.get()); in createSparseResourcesShaderIntrinsicsTests()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsmFromHlslTests.cpp159 const Unique<VkShaderModule> shaderModule(createShaderModule(vk, device, m_context.getBinaryCollection().get("comp"), 0u)); in iterate()
193 vk.cmdBindDescriptorSets(*cmdBuffer, VK_PIPELINE_BIND_POINT_COMPUTE, *pipelineLayout, 0u, 1u, &descriptorSet.get(), 0u, DE_NULL); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
H A DvktSynchronizationOperation.hpp221 const BufferResource& getBuffer (void) const { DE_ASSERT(m_bufferData.get()); return *m_bufferData; } in getBuffer()
222 const ImageResource& getImage (void) const { DE_ASSERT(m_imageData.get()); return *m_imageData; } in getImage()
269 virtual Data getData (void) const = 0; // get raw data that was written to or read from actual resource
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiBufferAndImageAllocationUtil.cpp100 memory = allocateDedicated(vkInstance, vk, vkPhysicalDevice, vkDevice, buffer.get(), requirement); in createTestBuffer()
182 memory = allocateDedicated(vkInstance, vk, vkPhysicalDevice, vkDevice, image.get(), requirement); in createTestImage()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
H A Dglslang_wrapper_utils.h149 const ShaderInterfaceVariableInfo &get(gl::ShaderType shaderType,
151 ShaderInterfaceVariableInfo &get(gl::ShaderType shaderType, const std::string &variableName);
H A Dangle_format.py218 redbits = bits and bits.get('R')
224 redbits = bits and bits.get('R')
/third_party/skia/third_party/externals/angle2/src/android_system_settings/src/com/android/angle/common/
H A DGlobalSettings.java160 return mGlobalSettingsDriverValues.get(pkgIndex); in getDriverForPkg()
266 if (mGlobalSettingsDriverPkgs.get(pkgIndex).equals(pkgName)) in getGlobalSettingsPkgIndex()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
H A DDWARFUnitIndex.cpp74 Contribs[Index - 1] = Rows[i].Contributions.get(); in parseImpl()
138 if (auto *Contribs = Row.Contributions.get()) { in dump()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/FuzzMutate/
H A DFuzzerCLI.cpp161 std::unique_ptr<MemoryBuffer> Buf = std::move(BufOrErr.get()); in runFuzzerOnInputs()
173 // We get bogus data given an empty corpus - just create a new module. in parseModule()
186 return std::move(M.get()); in parseModule()
H A DIRMutator.cpp28 Function *F = Function::Create(FunctionType::get(Type::getVoidTy(Context), {}, in createEmptyFunction()
63 RS.sample(Strategy.get(), in mutateModule()

Completed in 16 milliseconds

1...<<191192193194195196197198199200>>...431