/third_party/typescript/tests/baselines/reference/ |
H A D | symbolProperty1.js | 6 get [s]() { 16 get [s]() {
|
H A D | symbolProperty2.js | 6 get [s]() { 16 get [s]() {
|
H A D | symbolProperty3.js | 6 get [s]() { 16 get [s]() {
|
H A D | computedPropertyNamesSourceMap2_ES5.js | 6 get ["goodbye"]() { 18 get: function () {
|
H A D | objectLiteralWithGetAccessorInsideFunction.js | 4 get _extraOccluded() { 14 get _extraOccluded() {
|
H A D | objectLiteralWithSemicolons5.js | 2 var v = { foo() { }; a: b; get baz() { }; }
5 var v = { foo: function () { }, a: b, get baz() { } };
|
H A D | parserES5ComputedPropertyName4.js | 2 var v = { get [e]() { } };
7 get: function () { },
|
H A D | symbolProperty7.js | 6 get [Symbol()]() { 18 get [Symbol()]() {
|
H A D | computedPropertyNames1_ES5.js | 3 get [0 + 1]() { return 0 }, 11 get: function () { return 0; },
|
/foundation/distributeddatamgr/pasteboard/framework/innerkits/src/ |
H A D | pasteboard_utils.cpp | 216 auto plainText = static_cast<UDMF::PlainText *>(record.get()); in PlainText2PasteRecord() 218 PASTEBOARD_HILOGD(PASTEBOARD_MODULE_CLIENT, "get PLAIN_TEXT record failed."); in PlainText2PasteRecord() 257 auto want = static_cast<UDMF::UnifiedRecord *>(record.get()); in Want2PasteRecord() 259 PASTEBOARD_HILOGD(PASTEBOARD_MODULE_CLIENT, "get want record failed."); in Want2PasteRecord() 265 PASTEBOARD_HILOGD(PASTEBOARD_MODULE_CLIENT, "get want from unified record failed."); in Want2PasteRecord() 281 PASTEBOARD_HILOGE(PASTEBOARD_MODULE_CLIENT, "get want from paste record failed."); in PasteRecord2Want() 289 auto html = static_cast<UDMF::Html *>(record.get()); in Html2PasteRecord() 291 PASTEBOARD_HILOGD(PASTEBOARD_MODULE_CLIENT, "get HTML record failed."); in Html2PasteRecord() 330 auto link = static_cast<UDMF::Link *>(record.get()); in Link2PasteRecord() 332 PASTEBOARD_HILOGD(PASTEBOARD_MODULE_CLIENT, "get Lin in Link2PasteRecord() [all...] |
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
H A D | DateFormat.java | 66 * If you are formatting multiple numbers, it is more efficient to get the format and use it multiple times so that the 88 * There are many static factory methods available. Use getDateInstance to get the normal date format for that country. 89 * Use getTimeInstance to get the time format for that country. Use getDateTimeInstance to get a date and time format. 119 * (or want to give your users more control), you can try casting the DateFormat you get from the factory methods to a 1380 return get(-1, DEFAULT, ULocale.getDefault(Category.FORMAT), null); in getTimeInstance() 1395 return get(-1, style, ULocale.getDefault(Category.FORMAT), null); in getTimeInstance() 1411 return get(-1, style, ULocale.forLocale(aLocale), null); in getTimeInstance() 1427 return get(-1, style, locale, null); in getTimeInstance() 1439 return get(DEFAUL in getDateInstance() 1862 private static DateFormat get(int dateStyle, int timeStyle, ULocale loc, Calendar cal) { get() method in DateFormat [all...] |
/third_party/icu/icu4c/source/common/ |
H A D | lstmbe.cpp | 42 virtual float get(int32_t i) const = 0; 48 printf("%0.8e ", get(i)); in print() 68 virtual float get(int32_t i, int32_t j) const = 0; 97 virtual float get(int32_t i) const override { 136 float get(int32_t i, int32_t j) const override { 186 virtual float get(int32_t i) const override { 218 data_[i] += a.get(j) * b.get(j, i); 228 data_[i] *= a.get(i); 238 data_[i] += a.get( [all...] |
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
H A D | DateFormat.java | 67 * If you are formatting multiple numbers, it is more efficient to get the format and use it multiple times so that the 89 * There are many static factory methods available. Use getDateInstance to get the normal date format for that country. 90 * Use getTimeInstance to get the time format for that country. Use getDateTimeInstance to get a date and time format. 120 * (or want to give your users more control), you can try casting the DateFormat you get from the factory methods to a 1284 return get(-1, DEFAULT, ULocale.getDefault(Category.FORMAT), null); in getTimeInstance() 1298 return get(-1, style, ULocale.getDefault(Category.FORMAT), null); in getTimeInstance() 1313 return get(-1, style, ULocale.forLocale(aLocale), null); in getTimeInstance() 1328 return get(-1, style, locale, null); in getTimeInstance() 1339 return get(DEFAUL in getDateInstance() 1736 private static DateFormat get(int dateStyle, int timeStyle, ULocale loc, Calendar cal) { get() method in DateFormat [all...] |
/third_party/node/lib/ |
H A D | _http_outgoing.js | 163 get() { 170 get() { 177 get() { 188 get() { 195 get() { 202 get() { 209 get() { 217 get: internalUtil.deprecate(function() { 238 get: function() { 248 get [all...] |
/third_party/node/deps/icu-small/source/common/ |
H A D | lstmbe.cpp | 42 virtual float get(int32_t i) const = 0; 48 printf("%0.8e ", get(i)); in print() 68 virtual float get(int32_t i, int32_t j) const = 0; 97 virtual float get(int32_t i) const override { 136 float get(int32_t i, int32_t j) const override { 186 virtual float get(int32_t i) const override { 218 data_[i] += a.get(j) * b.get(j, i); 228 data_[i] *= a.get(i); 238 data_[i] += a.get( [all...] |
/third_party/node/deps/npm/node_modules/socks/build/client/ |
H A D | socksclient.js | 20 Object.defineProperty(exports, "SocksClientError", { enumerable: true, get: function () { return util_1.SocksClientError; } }); 261 const excessData = this.receiveBuffer.get(this.receiveBuffer.length); 425 const data = this.receiveBuffer.get(8); 458 const data = this.receiveBuffer.get(8); 506 const data = this.receiveBuffer.get(2); 585 authResult = yield this.handleSocks5AuthenticationNoAuthHandshakeResponse(this.receiveBuffer.get(2)); 589 yield this.handleSocks5AuthenticationUserPassHandshakeResponse(this.receiveBuffer.get(2)); 592 authResult = yield this.handleSocks5CustomAuthHandshakeResponse(this.receiveBuffer.get(this.options.proxy.custom_auth_response_size)); 635 // Peek at available data (we need at least 5 bytes to get the hostname length) 653 buff = smart_buffer_1.SmartBuffer.fromBuffer(this.receiveBuffer.get(dataNeede [all...] |
/third_party/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/ |
H A D | CharsetLMBCS.java | 520 * Before we get to the main body of code, here's how we hook up the rest 560 //get the Opt Group number for the LMBCS converter in CharsetLMBCS() 579 short HighCh = (short)(ppLMBCSin.get() & UConverterConstants.UNSIGNED_BYTE_MASK); in GetUniFromLMBCSUni() 580 short LowCh = (short)(ppLMBCSin.get() & UConverterConstants.UNSIGNED_BYTE_MASK); in GetUniFromLMBCSUni() 626 CurByte = (short)(source.get() & UConverterConstants.UNSIGNED_BYTE_MASK); in LMBCSGetNextUCharWorker() 655 C0C1byte = (short)(source.get() & UConverterConstants.UNSIGNED_BYTE_MASK); in LMBCSGetNextUCharWorker() 681 if (source.get(source.position()) == group) { in LMBCSGetNextUCharWorker() 683 source.get(); in LMBCSGetNextUCharWorker() 685 source.get(); in LMBCSGetNextUCharWorker() 689 source.get(); in LMBCSGetNextUCharWorker() [all...] |
/third_party/littlefs/scripts/ |
H A D | summary.py | 256 for t in fields.get(k, TYPES.values()): 308 types_[k] = ops.get(k, OPS['sum'])([t()]).__class__ 314 **{k: r.get(k, '') for k in by}, 330 return ops.get(k, OPS['sum'])(object.__getattribute__(self, k)) 417 getattr(table.get(n), k, None), 418 getattr(diff_table.get(n), k, None)) 426 if getattr(table.get(n), k, None) is not None else () 507 r = table.get(name) 512 diff_r = diff_table.get(name) 581 for k in args.get( [all...] |
/third_party/python/Lib/multiprocessing/ |
H A D | pool.py | 103 get = inqueue.get 114 task = get() 360 return self.apply_async(func, args, kwds).get() 367 return self._map_async(func, iterable, mapstar, chunksize).get() 375 return self._map_async(func, iterable, starmapstar, chunksize).get() 504 change_notifier.get() 531 for taskseq, set_length in iter(taskqueue.get, None): 574 def _handle_results(outqueue, get, cache): 579 task = get() 767 def get(self, timeout=None): global() member in ApplyResult [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
H A D | vktApiSmokeTests.cpp | 115 const Unique<VkShaderModule> shader (createShaderModule(vk, vkDevice, context.getBinaryCollection().get("test"), 0)); in createShaderModuleTest() 447 const Unique<VkShaderModule> vertShaderModule (createShaderModule(vk, vkDevice, context.getBinaryCollection().get("vert"), 0)); in renderTriangleTest() 448 const Unique<VkShaderModule> fragShaderModule (createShaderModule(vk, vkDevice, context.getBinaryCollection().get("frag"), 0)); in renderTriangleTest() 540 vk.cmdBindVertexBuffers(*cmdBuf, 0u, 1u, &vertexBuffer.get(), &bindingOffset); in renderTriangleTest() 552 submitCommandsAndWait(vk, vkDevice, queue, cmdBuf.get()); in renderTriangleTest() 755 const Unique<VkShaderModule> vertShaderModule (createShaderModule(vk, vkDevice, context.getBinaryCollection().get("vert"), 0)); in renderTriangleUnusedResolveAttachmentTest() 756 const Unique<VkShaderModule> fragShaderModule (createShaderModule(vk, vkDevice, context.getBinaryCollection().get("frag"), 0)); in renderTriangleUnusedResolveAttachmentTest() 848 vk.cmdBindVertexBuffers(*cmdBuf, 0u, 1u, &vertexBuffer.get(), &bindingOffset); in renderTriangleUnusedResolveAttachmentTest() 860 submitCommandsAndWait(vk, vkDevice, queue, cmdBuf.get()); in renderTriangleUnusedResolveAttachmentTest() 901 addFunctionCase (smokeTests.get(), "create_sample in createSmokeTests() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/ |
H A D | vktRayTracingBuildIndirectTests.cpp | 105 Move<VkShaderModule> raygenShader = createShaderModule(vkd, device, collection.get(shaderName), 0); in makePipeline() 123 Move<VkShaderModule> raygenShader = createShaderModule(vkd, device, collection.get("rgen"), 0); in makePipeline() 124 Move<VkShaderModule> hitShader = createShaderModule(vkd, device, collection.get("chit"), 0); in makePipeline() 125 Move<VkShaderModule> missShader = createShaderModule(vkd, device, collection.get("miss"), 0); in makePipeline() 451 const Move<VkPipelineLayout> pipelineLayout = makePipelineLayout(vkd, device, descriptorSetLayout.get()); in prepareBuffer() 460 const VkStridedDeviceAddressRegionKHR raygenShaderBindingTableRegion = makeStridedDeviceAddressRegionKHR(getBufferDeviceAddress(vkd, device, shaderBindingTable->get(), 0), shaderGroupHandleSize, shaderGroupHandleSize); in prepareBuffer() 471 vkd.cmdBindDescriptorSets(*cmdBuffer, VK_PIPELINE_BIND_POINT_RAY_TRACING_KHR, *pipelineLayout, 0, 1, &descriptorSet.get(), 0, DE_NULL); in prepareBuffer() 485 submitCommandsAndWait(vkd, device, queue, cmdBuffer.get()); in prepareBuffer() 515 const Move<VkPipelineLayout> pipelineLayout = makePipelineLayout(vkd, device, descriptorSetLayout.get()); in runTest() 524 const VkStridedDeviceAddressRegionKHR raygenShaderBindingTableRegion = makeStridedDeviceAddressRegionKHR(getBufferDeviceAddress(vkd, device, raygenShaderBindingTable->get(), in runTest() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
H A D | vktApiSmokeTests.cpp | 115 const Unique<VkShaderModule> shader (createShaderModule(vk, vkDevice, context.getBinaryCollection().get("test"), 0)); in createShaderModuleTest() 447 const Unique<VkShaderModule> vertShaderModule (createShaderModule(vk, vkDevice, context.getBinaryCollection().get("vert"), 0)); in renderTriangleTest() 448 const Unique<VkShaderModule> fragShaderModule (createShaderModule(vk, vkDevice, context.getBinaryCollection().get("frag"), 0)); in renderTriangleTest() 540 vk.cmdBindVertexBuffers(*cmdBuf, 0u, 1u, &vertexBuffer.get(), &bindingOffset); in renderTriangleTest() 552 submitCommandsAndWait(vk, vkDevice, queue, cmdBuf.get()); in renderTriangleTest() 755 const Unique<VkShaderModule> vertShaderModule (createShaderModule(vk, vkDevice, context.getBinaryCollection().get("vert"), 0)); in renderTriangleUnusedResolveAttachmentTest() 756 const Unique<VkShaderModule> fragShaderModule (createShaderModule(vk, vkDevice, context.getBinaryCollection().get("frag"), 0)); in renderTriangleUnusedResolveAttachmentTest() 848 vk.cmdBindVertexBuffers(*cmdBuf, 0u, 1u, &vertexBuffer.get(), &bindingOffset); in renderTriangleUnusedResolveAttachmentTest() 860 submitCommandsAndWait(vk, vkDevice, queue, cmdBuf.get()); in renderTriangleUnusedResolveAttachmentTest() 901 addFunctionCase (smokeTests.get(), "create_sample in createSmokeTests() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
H A D | WasmEmitter.cpp | 553 if (auto S = dyn_cast<WasmYAML::CustomSection>(Sec.get())) in writeWasm() 562 if (auto S = dyn_cast<WasmYAML::CustomSection>(Sec.get())) in writeWasm() 564 else if (auto S = dyn_cast<WasmYAML::TypeSection>(Sec.get())) in writeWasm() 566 else if (auto S = dyn_cast<WasmYAML::ImportSection>(Sec.get())) in writeWasm() 568 else if (auto S = dyn_cast<WasmYAML::FunctionSection>(Sec.get())) in writeWasm() 570 else if (auto S = dyn_cast<WasmYAML::TableSection>(Sec.get())) in writeWasm() 572 else if (auto S = dyn_cast<WasmYAML::MemorySection>(Sec.get())) in writeWasm() 574 else if (auto S = dyn_cast<WasmYAML::GlobalSection>(Sec.get())) in writeWasm() 576 else if (auto S = dyn_cast<WasmYAML::EventSection>(Sec.get())) in writeWasm() 578 else if (auto S = dyn_cast<WasmYAML::ExportSection>(Sec.get())) in writeWasm() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/ |
H A D | RISCVInstrInfo.cpp | 93 BuildMI(MBB, MBBI, DL, get(RISCV::ADDI), DstReg) in copyPhysReg() 108 BuildMI(MBB, MBBI, DL, get(Opc), DstReg) in copyPhysReg() 134 BuildMI(MBB, I, DL, get(Opcode)) in storeRegToStackSlot() 161 BuildMI(MBB, I, DL, get(Opcode), DstReg).addFrameIndex(FI).addImm(0); in loadRegFromStackSlot() 189 BuildMI(MBB, MBBI, DL, get(RISCV::LUI), Result) in movImm() 193 BuildMI(MBB, MBBI, DL, get(Inst.Opc), Result) in movImm() 351 MachineInstr &MI = *BuildMI(&MBB, DL, get(RISCV::PseudoBR)).addMBB(TBB); in insertBranch() 360 *BuildMI(&MBB, DL, get(Opc)).add(Cond[1]).add(Cond[2]).addMBB(TBB); in insertBranch() 369 MachineInstr &MI = *BuildMI(&MBB, DL, get(RISCV::PseudoBR)).addMBB(FBB); in insertBranch() 402 MachineInstr &LuiMI = *BuildMI(MBB, II, DL, get(RISC in insertIndirectBranch() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/ |
H A D | vktRayTracingBuildIndirectTests.cpp | 105 Move<VkShaderModule> raygenShader = createShaderModule(vkd, device, collection.get(shaderName), 0); in makePipeline() 123 Move<VkShaderModule> raygenShader = createShaderModule(vkd, device, collection.get("rgen"), 0); in makePipeline() 124 Move<VkShaderModule> hitShader = createShaderModule(vkd, device, collection.get("chit"), 0); in makePipeline() 125 Move<VkShaderModule> missShader = createShaderModule(vkd, device, collection.get("miss"), 0); in makePipeline() 451 const Move<VkPipelineLayout> pipelineLayout = makePipelineLayout(vkd, device, descriptorSetLayout.get()); in prepareBuffer() 460 const VkStridedDeviceAddressRegionKHR raygenShaderBindingTableRegion = makeStridedDeviceAddressRegionKHR(getBufferDeviceAddress(vkd, device, shaderBindingTable->get(), 0), shaderGroupHandleSize, shaderGroupHandleSize); in prepareBuffer() 471 vkd.cmdBindDescriptorSets(*cmdBuffer, VK_PIPELINE_BIND_POINT_RAY_TRACING_KHR, *pipelineLayout, 0, 1, &descriptorSet.get(), 0, DE_NULL); in prepareBuffer() 485 submitCommandsAndWait(vkd, device, queue, cmdBuffer.get()); in prepareBuffer() 515 const Move<VkPipelineLayout> pipelineLayout = makePipelineLayout(vkd, device, descriptorSetLayout.get()); in runTest() 524 const VkStridedDeviceAddressRegionKHR raygenShaderBindingTableRegion = makeStridedDeviceAddressRegionKHR(getBufferDeviceAddress(vkd, device, raygenShaderBindingTable->get(), in runTest() [all...] |