Home
last modified time | relevance | path

Searched refs:get (Results 726 - 750 of 13019) sorted by relevance

1...<<21222324252627282930>>...521

/third_party/node/tools/
H A Dinstall.py152 if 'true' == variables.get('node_shared'):
161 output_lib = 'libnode.' + variables.get('shlib_suffix')
171 so_name = 'libnode.' + re.sub(r'\.x$', '.so', variables.get('shlib_suffix'))
172 action([output_prefix + so_name], variables.get('libdir') + '/' + so_name)
178 output_lib = 'libnode.' + variables.get('shlib_suffix')
179 action([output_prefix + output_lib], variables.get('libdir') + '/' + output_lib)
180 if 'true' == variables.get('node_use_dtrace'):
194 if 'true' == variables.get('node_install_npm'):
197 if 'true' == variables.get('node_install_corepack'):
287 if 'false' == variables.get('node_shared_libu
[all...]
/third_party/node/deps/npm/test/fixtures/
H A Dsandbox.js24 parent = chain.get(parent)
28 ? sandboxes.get(parent)
41 const _get = Symbol('sandbox.proxy.get')
76 get: this[_get].bind(this),
87 get config () {
91 get logs () {
95 get global () {
99 get home () {
103 get project () {
107 get cach
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/
H A DBPFInstrInfo.cpp36 BuildMI(MBB, I, DL, get(BPF::MOV_rr), DestReg) in copyPhysReg()
39 BuildMI(MBB, I, DL, get(BPF::MOV_rr_32), DestReg) in copyPhysReg()
78 BuildMI(*BB, MI, dl, get(LdOpc)) in expandMEMCPY()
81 BuildMI(*BB, MI, dl, get(StOpc)) in expandMEMCPY()
92 BuildMI(*BB, MI, dl, get(BPF::LDW)) in expandMEMCPY()
94 BuildMI(*BB, MI, dl, get(BPF::STW)) in expandMEMCPY()
99 BuildMI(*BB, MI, dl, get(BPF::LDH)) in expandMEMCPY()
101 BuildMI(*BB, MI, dl, get(BPF::STH)) in expandMEMCPY()
106 BuildMI(*BB, MI, dl, get(BPF::LDB)) in expandMEMCPY()
108 BuildMI(*BB, MI, dl, get(BP in expandMEMCPY()
[all...]
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
H A DMapLiteTest.java97 assertEquals(11, message.getInt32ToInt32Field().get(1).intValue()); in assertMapValuesSet()
98 assertEquals(22, message.getInt32ToInt32Field().get(2).intValue()); in assertMapValuesSet()
99 assertEquals(33, message.getInt32ToInt32Field().get(3).intValue()); in assertMapValuesSet()
102 assertEquals("11", message.getInt32ToStringField().get(1)); in assertMapValuesSet()
103 assertEquals("22", message.getInt32ToStringField().get(2)); in assertMapValuesSet()
104 assertEquals("33", message.getInt32ToStringField().get(3)); in assertMapValuesSet()
107 assertEquals(TestUtil.toBytes("11"), message.getInt32ToBytesField().get(1)); in assertMapValuesSet()
108 assertEquals(TestUtil.toBytes("22"), message.getInt32ToBytesField().get(2)); in assertMapValuesSet()
109 assertEquals(TestUtil.toBytes("33"), message.getInt32ToBytesField().get(3)); in assertMapValuesSet()
112 assertEquals(TestMap.EnumValue.FOO, message.getInt32ToEnumField().get( in assertMapValuesSet()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/
H A DTGParser.cpp117 BinOpInit::getStrConcat(CurRec.getNameInit(), StringInit::get(Scoper)); in QualifyName()
121 StringInit::get("::")); in QualifyName()
133 return QualifyName(Rec, MC, StringInit::get("NAME"), MC ? "::" : ":"); in QualifiedNameOfImplicitName()
189 Init *BI = V->getCastTo(BitsRecTy::get(BitList.size())); in SetValue()
208 V = BitsInit::get(NewBits); in SetValue()
267 VarInit::get(QualifiedNameOfImplicitName(*CurRec), StringRecTy::get()); in AddSubClass()
293 return AddSubClass(Entry.Rec.get(), SubClass); in AddSubClass()
336 VarInit::get(QualifiedNameOfImplicitName(CurMC), StringRecTy::get())); in AddSubMultiClass()
[all...]
H A DRecord.cpp84 BitsRecTy *BitsRecTy::get(unsigned Sz) { in get() function in BitsRecTy
157 RecordRecTy *RecordRecTy::get(ArrayRef<Record *> UnsortedClasses) { in get() function in RecordRecTy
259 return RecordRecTy::get(CommonSuperClasses);
298 UnsetInit *UnsetInit::get() {
311 BitInit *BitInit::get(bool V) {
323 return IntInit::get(getValue());
328 return BitsInit::get(const_cast<BitInit *>(this));
342 BitsInit *BitsInit::get(ArrayRef<Init *> Range) {
385 return IntInit::get(Result);
400 return BitsInit::get(NewBit
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DLocaleDisplayNamesImpl.java103 return cache.get(locale, dialectHandling); in getInstance()
109 return cache.get(locale, contexts); in getInstance()
121 CapitalizationContextUsage usage = contextUsageTypeMap.get(key.toString()); in put()
171 this.langData = LangDataTables.impl.get(locale, substituteHandling == DisplayContext.NO_SUBSTITUTE); in LocaleDisplayNamesImpl()
172 this.regionData = RegionDataTables.impl.get(locale, substituteHandling == DisplayContext.NO_SUBSTITUTE); in LocaleDisplayNamesImpl()
177 // That should get us the same data, I think. This way we don't have to explicitly in LocaleDisplayNamesImpl()
180 String sep = langData.get("localeDisplayPattern", "separator"); in LocaleDisplayNamesImpl()
187 String pattern = langData.get("localeDisplayPattern", "pattern"); in LocaleDisplayNamesImpl()
204 String keyTypePattern = langData.get("localeDisplayPattern", "keyTypePattern"); in LocaleDisplayNamesImpl()
434 String locIdName = langData.get("Language in localeIdName()
638 String get(String tableName, String code) { get() method in LocaleDisplayNamesImpl.DataTable
642 String get(String tableName, String subTableName, String code) { get() method in LocaleDisplayNamesImpl.DataTable
662 public String get(String tableName, String subTableName, String code) { get() method in LocaleDisplayNamesImpl.ICUDataTable
669 public abstract DataTable get(ULocale locale, boolean nullIfNotFound); get() method in LocaleDisplayNamesImpl.DataTables
692 public DataTable get(ULocale locale, boolean nullIfNotFound) { get() method in LocaleDisplayNamesImpl.ICUDataTables
737 public LocaleDisplayNames get(ULocale locale, DialectHandling dialectHandling) { get() method in LocaleDisplayNamesImpl.Cache
750 public LocaleDisplayNames get(ULocale locale, DisplayContext... contexts) { get() method in LocaleDisplayNamesImpl.Cache
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/rasterization/
H A DvktRasterizationFragShaderSideEffectsTests.cpp186 const float meshDepth = (m_params.depthBoundsParams ? m_params.depthBoundsParams.get().depthValue : 0.0f); in initPrograms()
355 const auto colorImageView = vk::makeImageView(vkd, device, colorImage.get(), vk::VK_IMAGE_VIEW_TYPE_2D, kColorFormat, colorSubresourceRange); in iterate()
361 depthStencilImageView = vk::makeImageView(vkd, device, depthStencilImage.get()->get(), vk::VK_IMAGE_VIEW_TYPE_2D, depthStencilFormat, depthStencilSubresourceRange); in iterate()
405 const auto pipelineLayout = vk::makePipelineLayout(vkd, device, descriptorSetLayout.get()); in iterate()
413 const auto descriptorSet = vk::makeDescriptorSet(vkd, device, descriptorPool.get(), descriptorSetLayout.get()); in iterate()
417 const auto descriptorBufferInfo = vk::makeDescriptorBufferInfo(storageBuffer.get(), 0u, storageBufferSize); in iterate()
418 updateBuilder.writeSingle(descriptorSet.get(), vk::DescriptorSetUpdateBuilder::Location::binding(0), vk::VK_DESCRIPTOR_TYPE_STORAGE_BUFFER, &descriptorBufferInfo); in iterate()
425 std::vector<vk::VkImageView> imageViews(1u, colorImageView.get()); in iterate()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/rasterization/
H A DvktRasterizationFragShaderSideEffectsTests.cpp186 const float meshDepth = (m_params.depthBoundsParams ? m_params.depthBoundsParams.get().depthValue : 0.0f); in initPrograms()
355 const auto colorImageView = vk::makeImageView(vkd, device, colorImage.get(), vk::VK_IMAGE_VIEW_TYPE_2D, kColorFormat, colorSubresourceRange); in iterate()
361 depthStencilImageView = vk::makeImageView(vkd, device, depthStencilImage.get()->get(), vk::VK_IMAGE_VIEW_TYPE_2D, depthStencilFormat, depthStencilSubresourceRange); in iterate()
405 const auto pipelineLayout = vk::makePipelineLayout(vkd, device, descriptorSetLayout.get()); in iterate()
413 const auto descriptorSet = vk::makeDescriptorSet(vkd, device, descriptorPool.get(), descriptorSetLayout.get()); in iterate()
417 const auto descriptorBufferInfo = vk::makeDescriptorBufferInfo(storageBuffer.get(), 0u, storageBufferSize); in iterate()
418 updateBuilder.writeSingle(descriptorSet.get(), vk::DescriptorSetUpdateBuilder::Location::binding(0), vk::VK_DESCRIPTOR_TYPE_STORAGE_BUFFER, &descriptorBufferInfo); in iterate()
425 std::vector<vk::VkImageView> imageViews(1u, colorImageView.get()); in iterate()
[all...]
/third_party/node/deps/npm/node_modules/qrcode-terminal/vendor/QRCode/
H A DQRPolynomial.js22 get : function(index) {
36 num[i + j] ^= QRMath.gexp(QRMath.glog(this.get(i) ) + QRMath.glog(e.get(j) ) );
49 var ratio = QRMath.glog(this.get(0) ) - QRMath.glog(e.get(0) );
54 num[i] = this.get(i);
58 num[x] ^= QRMath.gexp(QRMath.glog(e.get(x) ) + ratio);
/third_party/skia/third_party/externals/spirv-tools/test/reduce/
H A Dremove_unused_struct_member_test.cpp64 .GetAvailableOpportunities(context.get(), 0); in TEST()
69 CheckValid(env, context.get()); in TEST()
103 CheckEqual(env, expected, context.get()); in TEST()
146 .GetAvailableOpportunities(context.get(), 0); in TEST()
151 CheckValid(env, context.get()); in TEST()
185 CheckEqual(env, expected, context.get()); in TEST()
232 .GetAvailableOpportunities(context.get(), 0); in TEST()
H A Dstructured_construct_to_block_test.cpp88 .GetAvailableOpportunities(context.get(), 0); in TEST()
93 CheckValid(env, context.get()); in TEST()
97 CheckValid(env, context.get()); in TEST()
101 CheckValid(env, context.get()); in TEST()
136 CheckEqual(env, expected, context.get()); in TEST()
207 .GetAvailableOpportunities(context.get(), 0); in TEST()
239 .GetAvailableOpportunities(context.get(), 0); in TEST()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/reduce/
H A Dremove_unused_struct_member_test.cpp64 .GetAvailableOpportunities(context.get(), 0); in TEST()
69 CheckValid(env, context.get()); in TEST()
103 CheckEqual(env, expected, context.get()); in TEST()
146 .GetAvailableOpportunities(context.get(), 0); in TEST()
151 CheckValid(env, context.get()); in TEST()
185 CheckEqual(env, expected, context.get()); in TEST()
232 .GetAvailableOpportunities(context.get(), 0); in TEST()
H A Dstructured_construct_to_block_test.cpp88 .GetAvailableOpportunities(context.get(), 0); in TEST()
93 CheckValid(env, context.get()); in TEST()
97 CheckValid(env, context.get()); in TEST()
101 CheckValid(env, context.get()); in TEST()
136 CheckEqual(env, expected, context.get()); in TEST()
207 .GetAvailableOpportunities(context.get(), 0); in TEST()
239 .GetAvailableOpportunities(context.get(), 0); in TEST()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
H A DMCInstrAnalysis.h38 return Info->get(Inst.getOpcode()).isBranch(); in isBranch()
42 return Info->get(Inst.getOpcode()).isConditionalBranch(); in isConditionalBranch()
46 return Info->get(Inst.getOpcode()).isUnconditionalBranch(); in isUnconditionalBranch()
50 return Info->get(Inst.getOpcode()).isIndirectBranch(); in isIndirectBranch()
54 return Info->get(Inst.getOpcode()).isCall(); in isCall()
58 return Info->get(Inst.getOpcode()).isReturn(); in isReturn()
62 return Info->get(Inst.getOpcode()).isTerminator(); in isTerminator()
149 /// Given a branch instruction try to get the address the branch
155 /// Given an instruction tries to get the address of a memory operand. Returns
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DRegisterClassInfo.h42 return makeArrayRef(Order.get(), NumRegs); in operator ArrayRef()
73 const RCInfo &get(const TargetRegisterClass *RC) const { in get() function in llvm::RegisterClassInfo
90 return get(RC).NumRegs; in getNumAllocatableRegs()
97 return get(RC); in getOrder()
107 return get(RC).ProperSubClass; in isProperSubClass()
123 return get(RC).MinCost; in getMinCost()
131 return get(RC).LastCostChange; in getLastCostChange()
/third_party/skia/experimental/graphite/src/
H A DCommandBuffer.cpp40 this->onBindGraphicsPipeline(graphicsPipeline.get()); in bindGraphicsPipeline()
46 this->onBindUniformBuffer(uniformBuffer.get(), offset); in bindUniformBuffer()
53 this->onBindVertexBuffers(vertexBuffer.get(), vertexOffset, in bindVertexBuffers()
54 instanceBuffer.get(), instanceOffset); in bindVertexBuffers()
65 this->onBindIndexBuffer(indexBuffer.get(), bufferOffset); in bindIndexBuffer()
89 this->onCopyTextureToBuffer(texture.get(), srcRect, buffer.get(), bufferOffset, bufferRowBytes); in copyTextureToBuffer()
/third_party/spirv-tools/test/reduce/
H A Dremove_unused_struct_member_test.cpp64 .GetAvailableOpportunities(context.get(), 0); in TEST()
69 CheckValid(env, context.get()); in TEST()
103 CheckEqual(env, expected, context.get()); in TEST()
146 .GetAvailableOpportunities(context.get(), 0); in TEST()
151 CheckValid(env, context.get()); in TEST()
185 CheckEqual(env, expected, context.get()); in TEST()
232 .GetAvailableOpportunities(context.get(), 0); in TEST()
H A Dstructured_construct_to_block_test.cpp88 .GetAvailableOpportunities(context.get(), 0); in TEST()
93 CheckValid(env, context.get()); in TEST()
97 CheckValid(env, context.get()); in TEST()
101 CheckValid(env, context.get()); in TEST()
136 CheckEqual(env, expected, context.get()); in TEST()
207 .GetAvailableOpportunities(context.get(), 0); in TEST()
239 .GetAvailableOpportunities(context.get(), 0); in TEST()
/kernel/linux/linux-6.6/tools/testing/selftests/net/forwarding/
H A Dbridge_mdb.sh148 bridge mdb get dev br0 grp $grp vid 10 &> /dev/null
155 bridge mdb get dev br0 grp $grp vid 10 &> /dev/null
203 bridge mdb get dev br0 $grp_key vid 10 &> /dev/null
211 bridge mdb get dev br0 $grp_key vid 10 &> /dev/null
216 bridge -d mdb get dev br0 $grp_key vid 10 | grep -q "static"
221 bridge -d mdb get dev br0 $grp_key vid 10 | grep -q "123"
227 bridge mdb get dev br0 $grp_key vid 10 &> /dev/null
229 bridge mdb get dev br0 $grp_key vid 20 &> /dev/null
233 bridge mdb get dev br0 $grp_key vid 10 &> /dev/null
235 bridge mdb get de
[all...]
/kernel/linux/linux-6.6/tools/testing/selftests/drivers/net/dsa/
H A Dbridge_mdb.sh148 bridge mdb get dev br0 grp $grp vid 10 &> /dev/null
155 bridge mdb get dev br0 grp $grp vid 10 &> /dev/null
203 bridge mdb get dev br0 $grp_key vid 10 &> /dev/null
211 bridge mdb get dev br0 $grp_key vid 10 &> /dev/null
216 bridge -d mdb get dev br0 $grp_key vid 10 | grep -q "static"
221 bridge -d mdb get dev br0 $grp_key vid 10 | grep -q "123"
227 bridge mdb get dev br0 $grp_key vid 10 &> /dev/null
229 bridge mdb get dev br0 $grp_key vid 20 &> /dev/null
233 bridge mdb get dev br0 $grp_key vid 10 &> /dev/null
235 bridge mdb get de
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/
H A DvktRayTracingBarycentricCoordinatesTests.cpp274 const auto cmdBufferPtr = allocateCommandBuffer(vkd, device, cmdPool.get(), VK_COMMAND_BUFFER_LEVEL_PRIMARY); in iterate()
275 const auto cmdBuffer = cmdBufferPtr.get(); in iterate()
363 const auto pipelineLayout = makePipelineLayout(vkd, device, setLayout.get()); in iterate()
371 const auto descriptorSet = makeDescriptorSet(vkd, device, descriptorPool.get(), setLayout.get()); in iterate()
380 topLevelAS.get()->getPtr(), in iterate()
382 const auto uniformBufferInfo = makeDescriptorBufferInfo(directionsBuffer.get(), 0ull, VK_WHOLE_SIZE); in iterate()
383 const auto storageBufferInfo = makeDescriptorBufferInfo(barycoordsBuffer.get(), 0ull, VK_WHOLE_SIZE); in iterate()
386 updateBuilder.writeSingle(descriptorSet.get(), DescriptorSetUpdateBuilder::Location::binding(0u), VK_DESCRIPTOR_TYPE_ACCELERATION_STRUCTURE_KHR, &accelDescInfo); in iterate()
387 updateBuilder.writeSingle(descriptorSet.get(), DescriptorSetUpdateBuilde in iterate()
[all...]
/third_party/skia/third_party/externals/spirv-tools/test/opt/loop_optimizations/
H A Dfusion_compatibility.cpp110 LoopFusion fusion(context.get(), loops[0], loops[1]); in TEST_F()
195 LoopFusion fusion(context.get(), loops[0], loops[1]); in TEST_F()
281 LoopFusion fusion(context.get(), loops[0], loops[1]); in TEST_F()
368 LoopFusion fusion(context.get(), loops[0], loops[1]); in TEST_F()
456 LoopFusion fusion(context.get(), loops[0], loops[1]); in TEST_F()
544 LoopFusion fusion(context.get(), loops[0], loops[1]); in TEST_F()
642 LoopFusion fusion(context.get(), loops[0], loops[1]); in TEST_F()
743 LoopFusion fusion(context.get(), loops[0], loops[1]); in TEST_F()
843 LoopFusion fusion(context.get(), loops[0], loops[1]); in TEST_F()
946 LoopFusion fusion(context.get(), loop in TEST_F()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/loop_optimizations/
H A Dfusion_compatibility.cpp110 LoopFusion fusion(context.get(), loops[0], loops[1]); in TEST_F()
195 LoopFusion fusion(context.get(), loops[0], loops[1]); in TEST_F()
281 LoopFusion fusion(context.get(), loops[0], loops[1]); in TEST_F()
368 LoopFusion fusion(context.get(), loops[0], loops[1]); in TEST_F()
456 LoopFusion fusion(context.get(), loops[0], loops[1]); in TEST_F()
544 LoopFusion fusion(context.get(), loops[0], loops[1]); in TEST_F()
642 LoopFusion fusion(context.get(), loops[0], loops[1]); in TEST_F()
743 LoopFusion fusion(context.get(), loops[0], loops[1]); in TEST_F()
843 LoopFusion fusion(context.get(), loops[0], loops[1]); in TEST_F()
946 LoopFusion fusion(context.get(), loop in TEST_F()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/
H A DSparcInstrInfo.cpp255 BuildMI(&MBB, DL, get(SP::BA)).addMBB(TBB); in insertBranch()
263 BuildMI(&MBB, DL, get(SP::BCOND)).addMBB(TBB).addImm(CC); in insertBranch()
265 BuildMI(&MBB, DL, get(SP::FBCOND)).addMBB(TBB).addImm(CC); in insertBranch()
269 BuildMI(&MBB, DL, get(SP::BA)).addMBB(FBB); in insertBranch()
322 BuildMI(MBB, I, DL, get(SP::ORrr), DestReg).addReg(SP::G0) in copyPhysReg()
330 BuildMI(MBB, I, DL, get(SP::FMOVS), DestReg) in copyPhysReg()
334 BuildMI(MBB, I, DL, get(SP::FMOVD), DestReg) in copyPhysReg()
345 BuildMI(MBB, I, DL, get(SP::FMOVQ), DestReg) in copyPhysReg()
361 BuildMI(MBB, I, DL, get(SP::WRASRrr), DestReg) in copyPhysReg()
366 BuildMI(MBB, I, DL, get(S in copyPhysReg()
[all...]

Completed in 21 milliseconds

1...<<21222324252627282930>>...521