Home
last modified time | relevance | path

Searched refs:get (Results 11976 - 12000 of 13154) sorted by relevance

1...<<471472473474475476477478479480>>...527

/third_party/node/test/parallel/
H A Dtest-stream-pipeline.js572 http.get({ port: this.address().port }, (res) => {
1313 get then() {
/third_party/node/deps/googletest/src/
H A Dgtest-death-test.cc715 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 Dbuild.cc173 // 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 Drbt_pars.cpp185 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 Dtzgnames.cpp566 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 Daccessors.cc41 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 Dobject-stats.cc854 // 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 Djs-objects-inl.h357 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 Dabg-diff-utils.h773 {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 Dunix_events.py135 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 Dalsa-ucm.c278 /* 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.py10 # `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 DvktDrawMultipleClearsWithinRenderPass.cpp337 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 DvktDrawMultipleInterpolationTests.cpp335 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 DvktImageMismatchedWriteOpTests.cpp901 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 DvktMemoryBindingTests.cpp515 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 DvktSparseResourcesShaderIntrinsicsBase.cpp685 &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 DvktTestPackage.cpp350 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 DvktWsiDisplayControlTests.cpp211 // 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 DvktWsiDisplayTimingTests.cpp707 , 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 DvktWsiIncrementalPresentTests.cpp818 , 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 DvktWsiSharedPresentableImageTests.cpp743 , 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 DvktDrawMultipleClearsWithinRenderPass.cpp337 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 DvktDrawMultipleInterpolationTests.cpp337 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()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/
H A DvktImageMismatchedWriteOpTests.cpp904 Move<VkShaderModule> shaderModule = createShaderModule(vki, dev, m_context.getBinaryCollection().get("comp"), 0); in iterate()
938 vki.cmdBindDescriptorSets(*cmdBuffer, VK_PIPELINE_BIND_POINT_COMPUTE, *pipelineLayout, 0u, 1u, &descriptorSet.get(), 0u, DE_NULL); in iterate()

Completed in 67 milliseconds

1...<<471472473474475476477478479480>>...527