/third_party/node/deps/v8/src/base/debug/ |
H A D | stack_trace_win.cc | 55 // 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 D | default-job.cc | 60 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 D | scope-info.h | 330 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 D | sampling-heap-profiler.h | 63 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 D | strings-storage.cc | 92 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 D | sandbox.cc | 223 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 D | unicode.h | 33 inline bool get(uchar c); 72 inline int get(uchar c, uchar n, uchar* result);
|
H A D | unicode-inl.h | 16 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 D | readable.js | 137 get bodyUsed () { 142 get body () {
|
/third_party/rust/crates/clang-sys/src/ |
H A D | link.rs | 18 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 D | common.rs | 64 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 D | sharedctypes.py | 48 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 D | hashlib.py | 84 constructor = cache.get(name) 119 constructor = cache.get(name)
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/postmortem/ |
H A D | vktPostmortemShaderTimeoutTests.cpp | 177 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 D | vktShaderObjectApiTests.cpp | 103 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 D | vktSparseResourcesShaderIntrinsics.cpp | 136 (*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 D | vktSpvAsmFromHlslTests.cpp | 159 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 D | vktSynchronizationOperation.hpp | 221 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 D | vktApiBufferAndImageAllocationUtil.cpp | 100 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 D | glslang_wrapper_utils.h | 149 const ShaderInterfaceVariableInfo &get(gl::ShaderType shaderType, 151 ShaderInterfaceVariableInfo &get(gl::ShaderType shaderType, const std::string &variableName);
|
H A D | angle_format.py | 218 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 D | GlobalSettings.java | 160 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 D | DWARFUnitIndex.cpp | 74 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 D | FuzzerCLI.cpp | 161 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 D | IRMutator.cpp | 28 Function *F = Function::Create(FunctionType::get(Type::getVoidTy(Context), {}, in createEmptyFunction() 63 RS.sample(Strategy.get(), in mutateModule()
|