/third_party/mesa3d/src/compiler/clc/ |
H A D | clc_helpers.cpp | 997 if (!::llvm::writeSpirv(mod.get(), spirv_opts, spv_stream, log)) { in llvm_mod_to_spirv() 1070 return llvm_mod_to_spirv(std::move(mod.get()), llvm_ctx, NULL, logger, out_spirv); in clc_spir_to_spirv()
|
/third_party/node/test/parallel/ |
H A D | test-stream-pipeline.js | 572 http.get({ port: this.address().port }, (res) => { 1313 get then() {
|
/third_party/node/deps/googletest/src/ |
H A D | gtest-death-test.cc | 715 GTEST_DEATH_TEST_CHECK_(false); // Should not get here. in Wait() 897 // letting other handlers process the event. We will get a kProcessKey in Wait() 1038 status = fdio_spawn_etc(child_job, FDIO_SPAWN_CLONE_ALL, argv[0], argv.get(), in AssumeRole() 1314 // amount is subtracted from size of the stack space to get an address in ExecDeathTestSpawnChild() 1390 const pid_t child_pid = ExecDeathTestSpawnChild(argv.get(), pipe_fd[0]); in AssumeRole()
|
/third_party/ninja/src/ |
H A D | build.cc | 173 // This edge has already been scheduled. We can get here again if an edge
in ScheduleWork() 560 if (command_runner_.get()) {
in Cleanup() 642 if (!command_runner_.get()) {
in Build() 726 // If we get here, we cannot make any more progress.
in Build()
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | rbt_pars.cpp | 185 return (const UnicodeString*) variableNames->get(name); in lookup() 1583 // filled in later by setSegmentObject(). We know that we will get in getSegmentStandin() 1641 const UnicodeString* s = (const UnicodeString*) variableNames.get(name); in appendVariableDef() 1667 * Glue method to get around access restrictions in C++.
|
H A D | tzgnames.cpp | 566 locname = name.isEmpty() ? nullptr : fStringPool.get(name, status); in getGenericLocationName() 605 // Try to get a name from time zone first in formatGenericNonLocationName() 659 // We may get a wrong answer in edge case, but it should practically work OK. in formatGenericNonLocationName() 714 // you may get incorrect results because of time overlap at DST->STD in formatGenericNonLocationName() 816 uplname = fStringPool.get(name, status); in getPartialLocationName()
|
/third_party/node/deps/v8/src/builtins/ |
H A D | accessors.cc | 41 Handle<Object> get = v8::FromCData(isolate, getter); in MakeAccessor() local 44 info->set_getter(*get); in MakeAccessor()
|
/third_party/node/deps/v8/src/heap/ |
H A D | object-stats.cc | 854 // to get a better picture of what's going on in MapSpace. This in RecordVirtualMapDetails() 983 Object entry = array.get(i); in RecordVirtualObjectsForConstantPoolOrEmbeddedObjects() 1000 Object entry = constant_pool.get(i); in RecordVirtualBytecodeArrayDetails()
|
/third_party/node/deps/v8/src/objects/ |
H A D | js-objects-inl.h | 357 return property_array(cage_base).get(cage_base, in RawFastPropertyAt() 375 return property_array(cage_base).get(cage_base, in RawFastPropertyAt() 389 // object migration. Specifically, the object can get smaller. Initially, this in RawInobjectPropertyAt()
|
/third_party/libabigail/include/ |
H A D | abg-diff-utils.h | 773 {return operator()(first.get(), second.get());} in operator ()() 883 // Now get the value of y from the equation k = x -y. in end_of_fr_d_path_in_k() 1161 // That way, to get the furthest reaching point on diagonal 0 (k == in compute_middle_snake() 1302 /// at index 0, we just get some non-used value. 1390 /// at index 0, we just get some non-used value.
|
/third_party/python/Lib/asyncio/ |
H A D | unix_events.py | 135 handle = self._signal_handlers.get(sig) 415 # We can get here for different reasons, the main 951 existing = self._callbacks.get(pid)
|
/third_party/pulseaudio/src/modules/alsa/ |
H A D | alsa-ucm.c | 278 /* fallback, get the control element identifier */ in ucm_get_mixer_id() 400 /* get direction and channels */ in ucm_get_device_property() 403 /* get channels */ in ucm_get_device_property() 409 /* get pcm */ in ucm_get_device_property() 424 /* get channels */ in ucm_get_device_property() 430 /* get pcm */ in ucm_get_device_property() 443 /* get rate and priority of device */ in ucm_get_device_property() 445 /* get rate */ in ucm_get_device_property() 456 /* get priority from ucm config */ in ucm_get_device_property() 474 /* get rat in ucm_get_device_property() [all...] |
/third_party/python/Lib/importlib/ |
H A D | _bootstrap_external.py | 10 # `make regen-importlib` followed by `make` in order to get the frozen version 485 # `C:\Bytecode`; the idea here is that if we get `Foo\Bar`, we first 1712 loader = ns.get('__loader__') 1713 spec = ns.get('__spec__')
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/ |
H A D | vktDrawMultipleClearsWithinRenderPass.cpp | 337 const Unique<VkShaderModule> vertexModule (createShaderModule(vk, device, m_context.getBinaryCollection().get("vert"), 0)); in MultipleClearsTest() 338 const Unique<VkShaderModule> fragmentModule (createShaderModule(vk, device, m_context.getBinaryCollection().get(hasColor ? "frag" : "frag_depthonly"), 0)); in MultipleClearsTest()
|
H A D | vktDrawMultipleInterpolationTests.cpp | 335 const vk::Unique<vk::VkShaderModule> vs (createShaderModule(vk, device, m_context.getBinaryCollection().get(vsName), 0)); in render() 336 const vk::Unique<vk::VkShaderModule> fs (createShaderModule(vk, device, m_context.getBinaryCollection().get(fsName), 0)); in render()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/ |
H A D | vktImageMismatchedWriteOpTests.cpp | 901 Move<VkShaderModule> shaderModule = createShaderModule(vki, dev, m_context.getBinaryCollection().get("comp"), 0); in iterate() 935 vki.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/memory/ |
H A D | vktMemoryBindingTests.cpp | 515 vk::VkDevice getDevice (void) { return (m_params.priorityMode == PRIORITY_MODE_DYNAMIC) ? m_logicalDevice.get() : m_context.getDevice(); } in getDevice() 516 const DeviceInterface& getDeviceInterface (void) { return (m_params.priorityMode == PRIORITY_MODE_DYNAMIC) ? *m_logicalDeviceInterface.get() : m_context.getDeviceInterface(); } in getDeviceInterface()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/ |
H A D | vktSparseResourcesShaderIntrinsicsBase.cpp | 685 &memoryBindSemaphore.get() //const VkSemaphore* pSignalSemaphores; in iterate() 918 submitCommandsAndWait(deviceInterface, getDevice(), extractQueue.queueHandle, *commandBuffer, 1u, &memoryBindSemaphore.get(), stageBits); in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ |
H A D | vktTestPackage.cpp | 350 str << sessionInfo.get() << std::endl; in TestCaseExecutor() 361 testCtx.getLog().writeSessionInfo(sessionInfo.get()); in TestCaseExecutor()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/wsi/ |
H A D | vktWsiDisplayControlTests.cpp | 211 // get number of display modes for this display in createSurface() 217 // get first display mode of this display in createSurface() 224 // get capabielieties for first plane of this display in createSurface() 230 // get plane properties count in createSurface() 236 // get plane properties in createSurface() 722 , m_vertexShaderModule (createShaderModule(m_vkd, *m_device, context.getBinaryCollection().get("quad-vert"), 0u)) in SwapchainCounterTestInstance() 723 , m_fragmentShaderModule (createShaderModule(m_vkd, *m_device, context.getBinaryCollection().get("quad-frag"), 0u)) in SwapchainCounterTestInstance() 963 // get number of displays in getDisplays() 985 // get display properties in getDisplays() 1002 // get al in testDisplayPowerControl() [all...] |
H A D | vktWsiDisplayTimingTests.cpp | 707 , m_vertexShaderModule (vk::createShaderModule(m_vkd, *m_device, context.getBinaryCollection().get("quad-vert"), 0u)) in DisplayTimingTestInstance() 708 , m_fragmentShaderModule (vk::createShaderModule(m_vkd, *m_device, context.getBinaryCollection().get("quad-frag"), 0u)) in DisplayTimingTestInstance()
|
H A D | vktWsiIncrementalPresentTests.cpp | 818 , m_vertexShaderModule (vk::createShaderModule(m_vkd, *m_device, context.getBinaryCollection().get("quad-vert"), 0u)) in IncrementalPresentTestInstance() 819 , m_fragmentShaderModule (vk::createShaderModule(m_vkd, *m_device, context.getBinaryCollection().get("quad-frag"), 0u)) in IncrementalPresentTestInstance()
|
H A D | vktWsiSharedPresentableImageTests.cpp | 743 , m_vertexShaderModule (vk::createShaderModule(m_vkd, *m_device, context.getBinaryCollection().get("quad-vert"), 0u)) in SharedPresentableImageTestInstance() 744 , m_fragmentShaderModule (vk::createShaderModule(m_vkd, *m_device, context.getBinaryCollection().get("quad-frag"), 0u)) in SharedPresentableImageTestInstance()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/ |
H A D | vktDrawMultipleClearsWithinRenderPass.cpp | 337 const Unique<VkShaderModule> vertexModule (createShaderModule(vk, device, m_context.getBinaryCollection().get("vert"), 0)); in MultipleClearsTest() 338 const Unique<VkShaderModule> fragmentModule (createShaderModule(vk, device, m_context.getBinaryCollection().get(hasColor ? "frag" : "frag_depthonly"), 0)); in MultipleClearsTest()
|
H A D | vktDrawMultipleInterpolationTests.cpp | 337 const vk::Unique<vk::VkShaderModule> vs (createShaderModule(vk, device, m_context.getBinaryCollection().get(vsName), 0)); in render() 338 const vk::Unique<vk::VkShaderModule> fs (createShaderModule(vk, device, m_context.getBinaryCollection().get(fsName), 0)); in render()
|