/third_party/node/deps/npm/test/fixtures/ |
H A D | sandbox.js | 24 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 D | BPFInstrInfo.cpp | 36 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/icu/icu4c/source/test/intltest/ |
H A D | tzbdtest.cpp | 214 int32_t offset = time_zone->getOffset((uint8_t)gc->get(UCAL_ERA, status), in verifyDST() 215 gc->get(UCAL_YEAR, status), gc->get(UCAL_MONTH, status), in verifyDST() 216 gc->get(UCAL_DATE, status), (uint8_t)gc->get(UCAL_DAY_OF_WEEK, status), in verifyDST() 217 ((gc->get(UCAL_HOUR_OF_DAY, status) * 60 + gc->get(UCAL_MINUTE, status)) * 60 + gc->get(UCAL_SECOND, status)) * 1000 + gc->get(UCAL_MILLISECOND, status), in verifyDST() 219 if (failure(status, "GregorianCalendar::get")) retur in verifyDST() [all...] |
/third_party/skia/third_party/externals/spirv-tools/test/fuzz/fact_manager/ |
H A D | constant_uniform_facts_test.cpp | 209 ASSERT_TRUE(fuzzerutil::IsValidAndWellFormed(context.get(), validator_options, in TEST() 261 FactManager fact_manager(context.get()); in TEST() 369 context.get(), SpvOpConstant, type_int32_id, 50, operands)); in TEST() 372 context.get(), SpvOpConstant, type_int32_id, 51, operands)); in TEST() 376 context.get(), SpvOpConstant, type_int64_id, 52, operands)); in TEST() 379 context.get(), SpvOpConstant, type_uint32_id, 53, operands)); in TEST() 383 context.get(), SpvOpConstant, type_uint64_id, 54, operands)); in TEST() 387 context.get(), SpvOpConstant, type_uint64_id, 55, operands)); in TEST() 390 context.get(), SpvOpConstant, type_float_id, 56, operands)); in TEST() 394 context.get(), SpvOpConstan in TEST() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/fuzz/fact_manager/ |
H A D | constant_uniform_facts_test.cpp | 209 ASSERT_TRUE(fuzzerutil::IsValidAndWellFormed(context.get(), validator_options, in TEST() 261 FactManager fact_manager(context.get()); in TEST() 369 context.get(), SpvOpConstant, type_int32_id, 50, operands)); in TEST() 372 context.get(), SpvOpConstant, type_int32_id, 51, operands)); in TEST() 376 context.get(), SpvOpConstant, type_int64_id, 52, operands)); in TEST() 379 context.get(), SpvOpConstant, type_uint32_id, 53, operands)); in TEST() 383 context.get(), SpvOpConstant, type_uint64_id, 54, operands)); in TEST() 387 context.get(), SpvOpConstant, type_uint64_id, 55, operands)); in TEST() 390 context.get(), SpvOpConstant, type_float_id, 56, operands)); in TEST() 394 context.get(), SpvOpConstan in TEST() [all...] |
/third_party/skia/tests/ |
H A D | TextBlobCacheTest.cpp | 139 memcpy(run.glyphs, text.get(), maxTotalText * sizeof(uint16_t)); in text_blob_cache_inner() 281 text.get(), mallocSize, SkTextEncoding::kUTF8, glyphs.get(), maxGlyphLen); 298 SkBitmap base = draw_blob(blob.get(), surface.get(), {40, y + 0.0f}); 322 SkBitmap base = draw_blob(blob.get(), surface.get(), {40, y + 0.0f}); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 323 SkBitmap half = draw_blob(blob.get(), surface.get(), {40, y + 0.5f}); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 324 SkBitmap unit = draw_blob(blob.get(), surfac in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() [all...] |
H A D | TypefaceTest.cpp | 36 data = dataCopy.get(); in TypefaceStyle_test() 92 sk_sp<SkData> data(SkData::MakeFromStream(stream.get(), stream->getLength())); in DEF_TEST() 96 TypefaceStyle_test(reporter, weight, 5, data.get()); in DEF_TEST() 99 TypefaceStyle_test(reporter, 400, width, data.get()); in DEF_TEST() 142 SkFontDescriptor::Deserialize(stream.detachAsStream().get(), &descD); in DEF_TEST() 176 actualCount = typeface->getVariationDesignPosition(actual.get(), actualCount); in DEF_TEST() 232 test(typeface.get(), Variation{&defaultPosition[0], 2}, -1); in DEF_TEST() 253 test(typeface.get(), Variation{&position[1], 2}, 1); in DEF_TEST() 273 test(typeface.get(), Variation{&position[1], 1}, -1); in DEF_TEST() 278 test(clone.get(), Variatio in DEF_TEST() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
H A D | DerivedTypes.h | 63 static IntegerType *get(LLVMContext &C, unsigned NumBits); 116 static FunctionType *get(Type *Result, 120 static FunctionType *get(Type *Result, bool isVarArg); 222 /// always have a body when created. You can get one of these by using one of 223 /// the StructType::get() forms. 229 /// (have no body specified). You get one of these by using one of the 279 static StructType *get(LLVMContext &Context, ArrayRef<Type*> Elements, 283 static StructType *get(LLVMContext &Context, bool isPacked = false); 291 get(Type *elt1, Tys *... elts) { in get() function in llvm::StructType 295 return llvm::StructType::get(Ct in get() 460 static VectorType *get(Type *ElementType, unsigned NumElements, get() function in llvm::VectorType [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
H A D | PointerUnion.h | 81 /// X = P.get<int*>(); // ok. 82 /// Y = P.get<float*>(); // runtime assertion failure. 83 /// Z = P.get<double*>(); // compile time failure. 85 /// Y = P.get<float*>(); // ok. 86 /// X = P.get<int*>(); // runtime assertion failure. 135 template <typename T> T get() const { 144 return get<T>(); 148 /// If the union is set to the first pointer type get an address pointing to 154 /// If the union is set to the first pointer type get an address pointing to 159 get<PT in getAddrOfPtr1() 244 template <typename T> T get() const { get() function 253 template <typename T> T get() const { return Val.template get<T>(); } get() function 281 template <typename T> T get() const { get() function in llvm::PointerUnion3 385 template <typename T> T get() const { get() function in llvm::PointerUnion4 [all...] |
/third_party/spirv-tools/test/fuzz/fact_manager/ |
H A D | constant_uniform_facts_test.cpp | 209 ASSERT_TRUE(fuzzerutil::IsValidAndWellFormed(context.get(), validator_options, in TEST() 261 FactManager fact_manager(context.get()); in TEST() 369 context.get(), spv::Op::OpConstant, type_int32_id, 50, operands)); in TEST() 372 context.get(), spv::Op::OpConstant, type_int32_id, 51, operands)); in TEST() 376 context.get(), spv::Op::OpConstant, type_int64_id, 52, operands)); in TEST() 379 context.get(), spv::Op::OpConstant, type_uint32_id, 53, operands)); in TEST() 383 context.get(), spv::Op::OpConstant, type_uint64_id, 54, operands)); in TEST() 387 context.get(), spv::Op::OpConstant, type_uint64_id, 55, operands)); in TEST() 390 context.get(), spv::Op::OpConstant, type_float_id, 56, operands)); in TEST() 394 context.get(), sp in TEST() [all...] |
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/ |
H A D | ICUResourceBundleTest.java | 102 errln("Did not get the expected output for Weekend data"); in TestResourceBundleWrapper() 115 errln("Did not get the expected exception"); in TestResourceBundleWrapper() 145 UResourceBundle obj = bundle.get("NumberElements").get("latn").get("patterns"); in TestOpen() 152 sub = obj.get(i); in TestOpen() 155 errln("Failed to get the items from number patterns table in bundle: "+ in TestOpen() 162 obj = bundle.get("NumberElements").get("latn").get("symbol in TestOpen() [all...] |
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
H A D | ICUResourceBundleTest.java | 99 errln("Did not get the expected output for Weekend data"); in TestResourceBundleWrapper() 112 errln("Did not get the expected exception"); in TestResourceBundleWrapper() 142 UResourceBundle obj = bundle.get("NumberElements").get("latn").get("patterns"); in TestOpen() 149 sub = obj.get(i); in TestOpen() 152 errln("Failed to get the items from number patterns table in bundle: "+ in TestOpen() 159 obj = bundle.get("NumberElements").get("latn").get("symbol in TestOpen() [all...] |
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/ |
H A D | KeyTypeData.java | 132 KeyData keyData = KEYMAP.get(key); in toBcpKey() 141 KeyData keyData = KEYMAP.get(key); in toLegacyKey() 161 KeyData keyData = KEYMAP.get(key); in toBcpType() 166 Type t = keyData.typeMap.get(type); in toBcpType() 198 KeyData keyData = KEYMAP.get(key); in toLegacyType() 203 Type t = keyData.typeMap.get(type); in toLegacyType() 228 getKeyInfo(keyTypeDataRes.get("keyInfo")); in initFromResourceBundle() 229 getTypeInfo(keyTypeDataRes.get("typeInfo")); in initFromResourceBundle() 231 UResourceBundle keyMapRes = keyTypeDataRes.get("keyMap"); in initFromResourceBundle() 232 UResourceBundle typeMapRes = keyTypeDataRes.get("typeMa in initFromResourceBundle() [all...] |
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/locale/ |
H A D | KeyTypeData.java | 128 KeyData keyData = KEYMAP.get(key); in toBcpKey() 137 KeyData keyData = KEYMAP.get(key); in toLegacyKey() 157 KeyData keyData = KEYMAP.get(key); in toBcpType() 162 Type t = keyData.typeMap.get(type); in toBcpType() 194 KeyData keyData = KEYMAP.get(key); in toLegacyType() 199 Type t = keyData.typeMap.get(type); in toLegacyType() 224 getKeyInfo(keyTypeDataRes.get("keyInfo")); in initFromResourceBundle() 225 getTypeInfo(keyTypeDataRes.get("typeInfo")); in initFromResourceBundle() 227 UResourceBundle keyMapRes = keyTypeDataRes.get("keyMap"); in initFromResourceBundle() 228 UResourceBundle typeMapRes = keyTypeDataRes.get("typeMa in initFromResourceBundle() [all...] |
/third_party/python/Lib/idlelib/idle_test/ |
H A D | test_format.py | 291 self.assertEqual(self.text.get('1.0', 'insert'), "Short line\n" ) 301 result = text.get('1.0', 'insert') 313 result = text.get('1.0', 'insert') 327 result = text.get('2.0', 'insert') 342 result = text.get('1.0', 'insert') 356 result = text.get('1.0', 'insert') 365 # Lines 2 and 3 get pasted together even though the previous block left 371 ## result = text.get('3.0', 'insert') 437 get = self.formatter.get_region 447 eq(get(), ('7. [all...] |
/third_party/python/Lib/test/test_asyncio/ |
H A D | test_queues.py | 28 # Start a task that waits to get. 29 getter = tg.create_task(q.get()) 33 # resume q.get coroutine to finish generator 72 self.assertEqual(1, await q.get()) 88 items = [await q.get() for _ in range(3)] 108 self.assertEqual(0, await q.get()) 113 self.assertEqual(1, await q.get()) 114 self.assertEqual(2, await q.get()) 126 self.assertEqual(1, await q.get()) 137 self.assertEqual(1, await q.get()) [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/ |
H A D | vktImageSampleDrawnCubeFaceTests.cpp | 278 const VkDescriptorImageInfo descriptorImageInfo = makeDescriptorImageInfo(cubemapSampler.get(), *sampledImageView, VK_IMAGE_LAYOUT_SHADER_READ_ONLY_OPTIMAL); in iterate() 281 .addSingleSamplerBinding(VK_DESCRIPTOR_TYPE_COMBINED_IMAGE_SAMPLER, VK_SHADER_STAGE_FRAGMENT_BIT, &cubemapSampler.get()) in iterate() 325 Move<VkFramebuffer> framebuffer1 = makeFramebuffer(vk, device, *renderPass1, cubemapImageView.get(), renderSize.width, renderSize.height); in iterate() 327 const Move<VkShaderModule> vertexModule1 = createShaderModule (vk, device, m_context.getBinaryCollection().get("vert1"), 0u); in iterate() 328 const Move<VkShaderModule> fragmentModule1 = createShaderModule (vk, device, m_context.getBinaryCollection().get("frag1"), 0u); in iterate() 331 const Move<VkPipeline> graphicsPipeline1 = makeGraphicsPipeline(vk, device, pipelineLayout1.get(), vertexModule1.get(), in iterate() 332 DE_NULL, DE_NULL, DE_NULL, fragmentModule1.get(), renderPass1.get(), in iterate() 338 Move<VkFramebuffer> framebuffer2 = makeFramebuffer(vk, device, *renderPass2, targetImageView.get(), renderSiz in iterate() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/ |
H A D | vktImageSampleDrawnCubeFaceTests.cpp | 278 const VkDescriptorImageInfo descriptorImageInfo = makeDescriptorImageInfo(cubemapSampler.get(), *sampledImageView, VK_IMAGE_LAYOUT_SHADER_READ_ONLY_OPTIMAL); in iterate() 281 .addSingleSamplerBinding(VK_DESCRIPTOR_TYPE_COMBINED_IMAGE_SAMPLER, VK_SHADER_STAGE_FRAGMENT_BIT, &cubemapSampler.get()) in iterate() 325 Move<VkFramebuffer> framebuffer1 = makeFramebuffer(vk, device, *renderPass1, cubemapImageView.get(), renderSize.width, renderSize.height); in iterate() 327 const Move<VkShaderModule> vertexModule1 = createShaderModule (vk, device, m_context.getBinaryCollection().get("vert1"), 0u); in iterate() 328 const Move<VkShaderModule> fragmentModule1 = createShaderModule (vk, device, m_context.getBinaryCollection().get("frag1"), 0u); in iterate() 331 const Move<VkPipeline> graphicsPipeline1 = makeGraphicsPipeline(vk, device, pipelineLayout1.get(), vertexModule1.get(), in iterate() 332 DE_NULL, DE_NULL, DE_NULL, fragmentModule1.get(), renderPass1.get(), in iterate() 338 Move<VkFramebuffer> framebuffer2 = makeFramebuffer(vk, device, *renderPass2, targetImageView.get(), renderSiz in iterate() [all...] |
/third_party/skia/third_party/externals/spirv-cross/ |
H A D | spirv_reflect.cpp | 295 (!type.array.empty() && type_is_top_level_physical_pointer(get<SPIRType>(type.parent_type))); in type_is_reference() 313 if (!naturally_emit_type(this->get<SPIRType>(type.parent_type)) && in emit_types() 333 auto &type = get<SPIRType>(type_id); in emit_type() 382 auto &membertype = get<SPIRType>(type.member_types[index]); in emit_type_member() 426 auto &membertype = get<SPIRType>(type.member_types[index]); in emit_type_member_qualifiers() 432 if (dec.decoration_flags.get(DecorationLocation)) in emit_type_member_qualifiers() 434 if (dec.decoration_flags.get(DecorationOffset)) in emit_type_member_qualifiers() 442 if (dec.decoration_flags.get(DecorationMatrixStride)) in emit_type_member_qualifiers() 444 if (dec.decoration_flags.get(DecorationRowMajor)) in emit_type_member_qualifiers() 570 bool is_block = get_decoration_bitset(type.self).get(DecorationBloc in emit_resources() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/ |
H A D | AVRFrameLowering.cpp | 64 BuildMI(MBB, MBBI, DL, TII.get(AVR::BSETs)) in emitPrologue() 71 BuildMI(MBB, MBBI, DL, TII.get(AVR::PUSHWRr)) in emitPrologue() 80 BuildMI(MBB, MBBI, DL, TII.get(AVR::PUSHWRr)) in emitPrologue() 84 BuildMI(MBB, MBBI, DL, TII.get(AVR::INRdA), AVR::R0) in emitPrologue() 87 BuildMI(MBB, MBBI, DL, TII.get(AVR::PUSHRr)) in emitPrologue() 90 BuildMI(MBB, MBBI, DL, TII.get(AVR::EORRdRr)) in emitPrologue() 114 BuildMI(MBB, MBBI, DL, TII.get(AVR::SPREAD), AVR::R29R28) in emitPrologue() 131 MachineInstr *MI = BuildMI(MBB, MBBI, DL, TII.get(Opcode), AVR::R29R28) in emitPrologue() 139 BuildMI(MBB, MBBI, DL, TII.get(AVR::SPWRITE), AVR::SP) in emitPrologue() 170 BuildMI(MBB, MBBI, DL, TII.get(AV in emitEpilogue() [all...] |
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/ |
H A D | IBMCalendarTest.java | 192 int e = cal.get(Calendar.ERA); in quasiGregorianTest() 193 int y = cal.get(Calendar.YEAR); in quasiGregorianTest() 195 logln("OK: " + D + " => " + cal.get(Calendar.ERA) + ":" + in quasiGregorianTest() 196 cal.get(Calendar.YEAR) + "/" + in quasiGregorianTest() 197 (cal.get(Calendar.MONTH)+1) + "/" + cal.get(Calendar.DATE)); in quasiGregorianTest() 199 logln("Fail: " + D + " => " + cal.get(Calendar.ERA) + ":" + in quasiGregorianTest() 200 cal.get(Calendar.YEAR) + "/" + in quasiGregorianTest() 201 (cal.get(Calendar.MONTH)+1) + "/" + cal.get(Calenda in quasiGregorianTest() [all...] |
/foundation/arkui/ace_engine/advanced_ui_component/chip/interfaces/ |
H A D | chip.js | 756 get chipSize() { 757 return this.n2.get(); 762 get allowClose() { 763 return this.o2.get(); 768 get closeOptions() { 769 return this.q2.get(); 774 get chipDirection() { 775 return this.s2.get(); 780 get prefixIcon() { 781 return this.t2.get(); [all...] |
/foundation/graphic/graphic_2d/rosen/test/2d_engine/fuzztest/hm_symbol/hmsymbolrun_fuzzer/ |
H A D | hm_symbol_run_fuzzer.cpp | 47 hmSymbolRun.DrawSymbol(rsCanvas.get(), textblob1.get(), paint, symbolText); in DrawSymbolFuzzTest() 51 hmSymbolRun.DrawSymbol(rsCanvas.get(), textblob1.get(), paint, symbolText); in DrawSymbolFuzzTest() 56 hmSymbolRun.DrawSymbol(rsCanvas.get(), textblob2.get(), paint, symbolText); in DrawSymbolFuzzTest()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/normalizer/ |
H A D | NormalizerData.java | 41 return canonicalClass.get(ch); in getCanonicalClass() 52 return compose.get(((long)first << 32) | second); in getPairwiseComposition() 67 String decomp = decompose.get(ch); in getRecursiveDecomposition() 68 if (decomp != null && !(canonical && isCompatibility.get(ch))) { in getRecursiveDecomposition() 98 return isExcluded.get(ch); in getExcluded() 105 return decompose.get(ch); in getRawDecompositionMapping()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/ |
H A D | NormalizerData.java | 38 return canonicalClass.get(ch); in getCanonicalClass() 49 return compose.get(((long)first << 32) | second); in getPairwiseComposition() 64 String decomp = decompose.get(ch); in getRecursiveDecomposition() 65 if (decomp != null && !(canonical && isCompatibility.get(ch))) { in getRecursiveDecomposition() 95 return isExcluded.get(ch); in getExcluded() 102 return decompose.get(ch); in getRawDecompositionMapping()
|