/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/ |
H A D | FormatHandler.java | 722 dfs.setMonths((String[]) cannedMonthNames.get(key)); in getCannedDateFormatSymbols() 723 dfs.setShortMonths((String[]) cannedShortMonthNames.get(key)); in getCannedDateFormatSymbols() 1003 setSymbols(dfs, (String[]) cannedDecimalFormatSymbols.get(uloc.toString())); in getCannedDecimalFormatSymbols() 1224 // divisor, and the integral quotient is used to get the text 1368 // at 72, we have to repeat the rule for 60 to get us to 79 1681 String cannedRules = (String) cannedData.get(locales[l].toString() + "/" + typeNames[t]); in getTestObjects() 1926 formats[i] = getCannedSimpleDateFormat((String)cannedPatterns.get(uloc.toString()), uloc); in getTestObjects() 2199 cdfs[i].setMonths((String[]) cannedMonthNames.get(uloc.toString())); in getTestObjects()
|
/third_party/node/deps/v8/tools/mb/ |
H A D | mb.py | 277 help='The command to get help for.') 470 for sub_mixin in self.mixins[mixin].get('mixins', []): 551 gn_args = ' '.join(contents.get('gn_args', [])) 568 self.luci_tryservers = contents.get('luci_tryservers', {}) 733 isolate_map[target].get('label_type') == 'group'): 880 args_file = vals.get('args_file', None) 1191 if kwargs.get('stream', sys.stdout) == sys.stdout:
|
/third_party/node/src/ |
H A D | js_native_api_v8_inspector.cc | 143 static T* get(MainThreadInterface* thread, int id) { in get() function in v8impl::__anon15371::DeletableWrapper 145 static_cast<DeletableWrapper<T>*>(thread->GetObject(id))->object_.get(); in get() 197 fn_(DeletableWrapper<Target>::get(thread, id_)); 402 return iterator->second.get(); in GetObjectIfExists() 906 runtime_agent_->Wire(node_dispatcher_.get()); in ChannelImpl() 928 node_dispatcher_->parseCommand(value.get(), &call_id, &method); in dispatchProtocolMessage()
|
H A D | node_http2.h | 194 return options_.get(); in operator *() 284 Http2Session* session() { return session_.get(); } in session() 285 const Http2Session* session() const { return session_.get(); } in session() 495 // then), we tell nghttp2 that we consumed that data to get proper 614 nghttp2_session* session() const { return session_.get(); } in session() 616 nghttp2_session* operator*() { return session_.get(); } in operator *() 725 Http2State* http2_state() const { return http2_state_.get(); } in http2_state()
|
/third_party/libabigail/src/ |
H A D | abg-hash.cc | 459 {return operator()(p.get());} in operator ()() 490 {return operator()(t.get());} in operator ()() 540 {return operator()(t.get());} in operator ()() 783 {return template_parameter::dynamic_hash()(t.get());} in operator ()() 898 v = hashing::combine_hashes(v, hash_type(t.get_composed_type().get())); in operator ()() 1036 {return type_base::dynamic_hash()(t.get());} in operator ()()
|
/third_party/rust/crates/cxx/src/ |
H A D | cxx.cc | 572 const std::string *cxxbridge1$unique_ptr$std$string$get( 574 return ptr.get(); 613 *cxxbridge1$unique_ptr$std$vector$##RUST_TYPE##$get( \ 615 return ptr.get(); \ 710 const CXX_TYPE *cxxbridge1$std$shared_ptr$##RUST_TYPE##$get( \ 712 return self.get(); \
|
/third_party/python/Tools/unicode/ |
H A D | makeunicodedata.py | 164 i = cache.get(item) 437 sc = unicode.special_casing.get(char) 438 cf = unicode.case_folding.get(char, [char]) 499 i = cache.get(item) 633 l = words.get(w) 1310 you'll get. 1335 index = bincache.get(bin)
|
/third_party/python/Lib/multiprocessing/ |
H A D | managers.py | 277 typeid = gettypeid and gettypeid.get(methodname, None) 565 # get address of server 739 # Subclass of set which get cleared after a fork 762 tls_idset = BaseProxy._address_to_local.get(token.address, None) 1019 def get(self): member in Value 1025 value = property(get, set) 1139 _exposed_ = ('get', 'set') 1140 def get(self): member in ValueProxy 1141 return self._callmethod('get') 1144 value = property(get, se [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/compute/ |
H A D | vktComputeZeroInitializeWorkgroupMemoryTests.cpp | 112 ComputePipelineWrapper pipeline(vk, device, m_computePipelineConstructionType, context.getBinaryCollection().get("comp")); 113 pipeline.setDescriptorSetLayout(descriptorSetLayout.get()); 137 submitCommandsAndWait(vk, device, queue, cmdBuffer.get()); 1298 &descriptorSetLayout.get(), in iterate() 1310 const Unique<VkShaderModule> shader(createShaderModule(vk, device, context.getBinaryCollection().get("comp"), 0)); in iterate() 1359 submitCommandsAndWait(vk, device, queue, cmdBuffer.get()); in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineInterfaceMatchingTests.cpp | 254 &m_colorAttachmentView.get(), // const VkImageView* pAttachments; in iterate() 288 m_vertShaderModule = ShaderWrapper(vk, device, m_context.getBinaryCollection().get("vert"), 0); in iterate() 289 m_fragShaderModule = ShaderWrapper(vk, device, m_context.getBinaryCollection().get("frag"), 0); in iterate() 292 m_tescShaderModule = ShaderWrapper(vk, device, m_context.getBinaryCollection().get("tesc"), 0); in iterate() 293 m_teseShaderModule = ShaderWrapper(vk, device, m_context.getBinaryCollection().get("tese"), 0); in iterate() 303 m_geomShaderModule = ShaderWrapper(vk, device, m_context.getBinaryCollection().get("geom"), 0); in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/robustness/ |
H A D | vktRobustnessVertexAccessTests.cpp | 400 de::MovePtr<vk::DeviceDriverSC, vk::DeinitDeviceDeleter> deviceDriver = de::MovePtr<DeviceDriverSC, DeinitDeviceDeleter>(new DeviceDriverSC(context.getPlatformInterface(), context.getInstance(), *device, context.getTestContext().getCommandLine(), context.getResourceInterface(), context.getDeviceVulkanSC10Properties(), context.getDeviceProperties(), context.getUsedApiVersion()), vk::DeinitDeviceDeleter(context.getResourceInterface().get(), *device)); in createInstance() 457 de::MovePtr<vk::DeviceDriverSC, vk::DeinitDeviceDeleter> deviceDriver = de::MovePtr<DeviceDriverSC, DeinitDeviceDeleter>(new DeviceDriverSC(context.getPlatformInterface(), context.getInstance(), *device, context.getTestContext().getCommandLine(), context.getResourceInterface(), context.getDeviceVulkanSC10Properties(), context.getDeviceProperties(), context.getUsedApiVersion()), vk::DeinitDeviceDeleter(context.getResourceInterface().get(), *device)); in createInstance() 721 &m_descriptorSetLayout.get() // const VkDescriptorSetLayout* pSetLayouts; in VertexAccessInstance() 806 VK_CHECK(vk.resetFences(*m_device, 1, &m_fence.get())); in iterate() 808 VK_CHECK(vk.waitForFences(*m_device, 1, &m_fence.get(), true, ~(0ull) /* infinity */)); in iterate() 1275 addVertexFormatTests(testCtx, vertexAccessTests.get()); in createVertexAccessTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/ |
H A D | vktSynchronizationUtil.cpp | 140 DE_ASSERT(m_vertexShaderModule.get() == DE_NULL); in setShader() 146 DE_ASSERT(m_tessControlShaderModule.get() == DE_NULL); in setShader() 152 DE_ASSERT(m_tessEvaluationShaderModule.get() == DE_NULL); in setShader() 158 DE_ASSERT(m_geometryShaderModule.get() == DE_NULL); in setShader() 164 DE_ASSERT(m_fragmentShaderModule.get() == DE_NULL); in setShader() 1018 VK_CHECK(vk.waitForFences(device, 1u, &fence.get(), DE_TRUE, ~0ull)); in submitCommandsAndWait()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/compute/ |
H A D | vktComputeIndirectComputeDispatchTests.cpp | 386 m_device = m_customDevice.get(); in iterate() 390 m_deviceDriver = de::MovePtr<vk::DeviceDriverSC, vk::DeinitDeviceDeleter>(new vk::DeviceDriverSC(m_context.getPlatformInterface(), m_customInstance, m_device, m_context.getTestContext().getCommandLine(), m_context.getResourceInterface(), m_context.getDeviceVulkanSC10Properties(), m_context.getDeviceProperties()), vk::DeinitDeviceDeleter(m_context.getResourceInterface().get(), m_device)); in iterate() 403 vk::Allocator& allocator = m_allocator.get() ? *m_allocator : m_context.getDefaultAllocator(); in iterate() 433 vkdi, m_device, m_context.getBinaryCollection().get("indirect_dispatch_" + m_name + "_verify"), 0u)); in iterate() 682 vkdi, m_device, m_context.getBinaryCollection().get("indirect_dispatch_" + m_name + "_generate"), 0u)); in fillIndirectBufferData() 714 vkdi.cmdBindDescriptorSets(commandBuffer, vk::VK_PIPELINE_BIND_POINT_COMPUTE, *m_pipelineLayout, 0u, 1u, &m_descriptorSet.get(), 0u, DE_NULL); in fillIndirectBufferData()
|
H A D | vktComputeZeroInitializeWorkgroupMemoryTests.cpp | 113 &descriptorSetLayout.get(), 121 const Unique<VkShaderModule> shader(createShaderModule(vk, device, context.getBinaryCollection().get("comp"), 0)); 165 submitCommandsAndWait(vk, device, queue, cmdBuffer.get()); 1298 &descriptorSetLayout.get(), in iterate() 1310 const Unique<VkShaderModule> shader(createShaderModule(vk, device, context.getBinaryCollection().get("comp"), 0)); in iterate() 1359 submitCommandsAndWait(vk, device, queue, cmdBuffer.get()); in iterate()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFAcceleratorTable.cpp | 281 if (std::get<0>(Tuple).first == Atom) in lookup() 282 return std::get<1>(Tuple); in lookup() 535 if (std::get<0>(Tuple).Index == Index) in lookup() 536 return std::get<1>(Tuple); in lookup() 569 W.startLine() << formatv("{0}: ", std::get<0>(Tuple).Index); in dump() 570 std::get<1>(Tuple).dump(W.getOStream()); in dump()
|
/third_party/skia/third_party/externals/spirv-tools/test/opt/dominator_tree/ |
H A D | generated.cpp | 118 EXPECT_EQ(entry, fn->entry().get()) in TEST_F() 285 EXPECT_EQ(entry, fn->entry().get()) in TEST_F() 406 EXPECT_EQ(entry, fn->entry().get()) in TEST_F() 603 EXPECT_EQ(entry, fn->entry().get()) in TEST_F() 734 EXPECT_EQ(entry, fn->entry().get()) in TEST_F() 838 EXPECT_EQ(entry, fn->entry().get()) in TEST_F()
|
/third_party/skia/src/gpu/ |
H A D | GrBackendSurface.cpp | 686 *outInfo = fVkInfo.snapImageInfo(fMutableState.get()); in getVkImageInfo() 795 return fVkInfo.snapImageInfo(fMutableState.get()).fImage == in isSameTexture() 796 that.fVkInfo.snapImageInfo(that.fMutableState.get()).fImage; in isSameTexture() 830 auto info = fVkInfo.snapImageInfo(fMutableState.get()); in getBackendFormat() 1130 *outInfo = fVkInfo.snapImageInfo(fMutableState.get()); in getVkImageInfo() 1197 auto info = fVkInfo.snapImageInfo(fMutableState.get()); in getBackendFormat()
|
/third_party/skia/src/image/ |
H A D | SkImage_Gpu.cpp | 196 auto copy = GrSurfaceProxy::Copy(rContext.get(), in MakeWithVolatileSrc() 246 return dContext->priv().flushSurface(proxy.get(), in onFlush() 277 direct->priv().flushSurface(proxy.get()); in onGetBackendTexture() 613 auto proxy = SkImage_GpuBase::MakePromiseImageLazyProxy(threadSafeProxy.get(), in MakePromiseTexture() 676 std::unique_ptr<GrSemaphore> sema = gpu->prepareTextureForCrossContextUsage(texture.get()); in MakeCrossContextFromPixmap() 859 std::get<0>(this->asView(rContext, mm)), in onAsFragmentProcessor()
|
/third_party/skia/third_party/externals/swiftshader/src/Device/ |
H A D | Renderer.cpp | 208 const sw::SpirvShader *fragmentShader = pipeline->getShader(VK_SHADER_STAGE_FRAGMENT_BIT).get(); in draw() 209 const sw::SpirvShader *vertexShader = pipeline->getShader(VK_SHADER_STAGE_VERTEX_BIT).get(); in draw() 510 processVertices(device, draw.get(), batch.get()); in run() 514 processPrimitives(device, draw.get(), batch.get()); in run()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/dominator_tree/ |
H A D | generated.cpp | 118 EXPECT_EQ(entry, fn->entry().get()) in TEST_F() 285 EXPECT_EQ(entry, fn->entry().get()) in TEST_F() 406 EXPECT_EQ(entry, fn->entry().get()) in TEST_F() 603 EXPECT_EQ(entry, fn->entry().get()) in TEST_F() 734 EXPECT_EQ(entry, fn->entry().get()) in TEST_F() 838 EXPECT_EQ(entry, fn->entry().get()) in TEST_F()
|
/third_party/skia/src/shaders/ |
H A D | SkImageShader.cpp | 134 buffer.writeImage(fImage.get()); in flatten() 234 as_IB(fImage.get()), rec, alloc); in onMakeContext() 246 return const_cast<SkImage*>(fImage.get()); in onIsAImage() 286 auto fp = as_IB(fImage.get())->asFragmentProcessor(args.fContext, in asFragmentProcessor() 406 auto* access = SkMipmapAccessor::Make(alloc, fImage.get(), matrix, sampling.mipmap); in doStages() 686 auto* access = SkMipmapAccessor::Make(alloc, fImage.get(), baseInv, sampling.mipmap); in makeProgram() 912 // Alpha-only images get their color from the paint (already converted to dst color space). in makeProgram()
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-font.cc | 567 ffuncs->get = _hb_font_funcs_default.get; in hb_font_funcs_create() 723 ffuncs->get.f.name = func; \ 727 ffuncs->get.f.name = hb_font_get_##name##_default; \ 739 return this->klass->get.array[i] != _hb_font_funcs_default.get.array[i]; in has_func_set()
|
/third_party/python/Lib/test/ |
H A D | test_threading.py | 53 def get(self): member in Counter 74 print(self.nrunning.get(), 'tasks are running') 75 self.testcase.assertLessEqual(self.nrunning.get(), 3) 83 self.testcase.assertGreaterEqual(self.nrunning.get(), 0) 86 (self.name, self.nrunning.get())) 196 self.assertEqual(numrunning.get(), 0) 241 # thread to get made in the threading._active map. 259 # exposed at the Python level. This test relies on ctypes to get at it. 291 # The exception was raised too quickly for us to get the result. 328 print(" waiting for worker thread to get starte [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
H A D | ModuleSummaryIndex.h | 94 Temp /= Scaled64::get(EntryFreq); in updateRelBlockFreq() 430 /// This is the Aliasee in the same module as alias (could get from VI, trades 692 const TypeIdInfo *getTypeIdInfo() const { return TIdInfo.get(); }; in getTypeIdInfo() 1028 dyn_cast<FunctionSummary>(V.getSummaryList().front().get()); in discoverNodes() 1056 !isa<FunctionSummary>(S.second.SummaryList.front().get())) in calculateCallGraphRoot() 1211 return Summary->get(); in findSummaryInModule() 1228 assert(GV.hasName() && "Can't get GlobalValueSummary for GV with no name"); in getGlobalValueSummary() 1369 ModuleToDefinedGVSummaries[Summary->modulePath()][GUID] = Summary.get(); in collectDefinedGVSummariesPerModule()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
H A D | MemCpyOptimizer.cpp | 440 MemoryLocation StoreLoc = MemoryLocation::get(SI); in moveUp() 460 const MemoryLocation LoadLoc = MemoryLocation::get(LI); in moveUp() 497 auto ML = MemoryLocation::get(C); in moveUp() 549 MemoryLocation LoadLoc = MemoryLocation::get(LI); in processStore() 579 if (!AA.isNoAlias(MemoryLocation::get(SI), LoadLoc)) in processStore() 624 MemoryLocation StoreLoc = MemoryLocation::get(SI); in processStore() 736 // Deliberately get the source and destination with bitcasts stripped away, in performCallSlotOptzn()
|