/third_party/typescript/tests/baselines/reference/ |
H A D | circularObjectLiteralAccessors.js | 6 get foo(): string { 20 get foo() {
|
H A D | commentsOnObjectLiteral3.js | 11 get a() { 31 get a() {
|
H A D | computedPropertyNamesDeclarationEmit5_ES5.js | 5 get ["" + ""]() { return 0; }, 15 get: function () { return 0; },
|
H A D | contextualTypingOfAccessors.js | 9 get foo() { 20 get foo() {
|
H A D | getsetReturnTypes.js | 4 get x() { return x; } 13 get x() { return x; }
|
H A D | accessorAccidentalCallDiagnostic.js | 4 get property(): number { return 1; } 17 get: function () { return 1; },
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_shading_rate/ |
H A D | vktFragmentShadingRateBasic.cpp | 28 * fragment shader does an atomic add to a memory location to get a unique 930 // Combine rate 0 and 1, get a mask of possible clamped rates in Simulate() 1594 [](const Move<VkDescriptorSetLayout>& elem) { return elem.get(); }); in iterate() 1609 const Unique<VkShaderModule> cs (createShaderModule(vk, device, m_context.getBinaryCollection().get("comp"), 0)); in iterate() 1724 const auto mainDescriptorSet = descriptorSets.front().get(); in iterate() 1792 descriptorSets.front().get(), // dstSet in iterate() 1851 const auto extraBufferInfo = makeDescriptorBufferInfo(vertexBuffer->get(), 0ull, vertexBufferSize); in iterate() 1856 descriptorSets.back().get(), // dstSet in iterate() 2307 ShaderWrapper fragShader = ShaderWrapper(vk, device, binaries.get("frag"), 0); in iterate() 2314 meshShader = ShaderWrapper(vk, device, binaries.get("mes in iterate() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/ |
H A D | vktShaderExecutor.cpp | 1022 de::MovePtr<Allocation> colorImageAlloc = memAlloc.allocate(getImageMemoryRequirements(vk, vkDevice, *((const VkImage*) colorImages.back().get())), MemoryRequirement::Any); in execute() 1023 VK_CHECK(vk.bindImageMemory(vkDevice, colorImages.back().get()->get(), colorImageAlloc->getMemory(), colorImageAlloc->getOffset())); in execute() 1045 colorImages.back().get()->get(), // VkImage image; in execute() 1077 colorImages.back().get()->get(), // image in execute() 1099 colorImages.back().get()->get(), // image in execute() 1150 views[i] = colorImageViews[i].get() in execute() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/ |
H A D | vktShaderExecutor.cpp | 1022 de::MovePtr<Allocation> colorImageAlloc = memAlloc.allocate(getImageMemoryRequirements(vk, vkDevice, *((const VkImage*) colorImages.back().get())), MemoryRequirement::Any); in execute() 1023 VK_CHECK(vk.bindImageMemory(vkDevice, colorImages.back().get()->get(), colorImageAlloc->getMemory(), colorImageAlloc->getOffset())); in execute() 1045 colorImages.back().get()->get(), // VkImage image; in execute() 1077 colorImages.back().get()->get(), // image in execute() 1099 colorImages.back().get()->get(), // image in execute() 1150 views[i] = colorImageViews[i].get() in execute() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/compute/ |
H A D | vktComputeBasicComputeShaderTests.cpp | 237 const Unique<VkShaderModule> shaderModule(createShaderModule(vk, device, m_context.getBinaryCollection().get("comp"), 0u)); in iterate() 251 vk.cmdBindDescriptorSets(*cmdBuffer, VK_PIPELINE_BIND_POINT_COMPUTE, *pipelineLayout, 0u, 1u, &descriptorSet.get(), 0u, DE_NULL); in iterate() 408 const Unique<VkShaderModule> shaderModule(createShaderModule(vk, device, m_context.getBinaryCollection().get("comp"), 0u)); in iterate() 422 vk.cmdBindDescriptorSets(*cmdBuffer, VK_PIPELINE_BIND_POINT_COMPUTE, *pipelineLayout, 0u, 1u, &descriptorSet.get(), 0u, DE_NULL); in iterate() 581 const Unique<VkShaderModule> shaderModule(createShaderModule(vk, device, m_context.getBinaryCollection().get("comp"), 0u)); in iterate() 595 vk.cmdBindDescriptorSets(*cmdBuffer, VK_PIPELINE_BIND_POINT_COMPUTE, *pipelineLayout, 0u, 1u, &descriptorSet.get(), 0u, DE_NULL); in iterate() 775 const Unique<VkShaderModule> shaderModule(createShaderModule(vk, device, m_context.getBinaryCollection().get("comp"), 0u)); 792 vk.cmdBindDescriptorSets(*cmdBuffer, VK_PIPELINE_BIND_POINT_COMPUTE, *pipelineLayout, 0u, 1u, &descriptorSet.get(), 0u, DE_NULL); 958 const Unique<VkShaderModule> shaderModule(createShaderModule(vkd, data.device, m_context.getBinaryCollection().get("comp"), 0u)); 981 vkd.cmdBindDescriptorSets(*cmdBuffer, VK_PIPELINE_BIND_POINT_COMPUTE, *pipelineLayout, 0u, 1u, &descriptorSet.get(), [all...] |
/base/hiviewdfx/hiview/plugins/reliability/bbox_detectors/test/moduletest/ |
H A D | bbox_detector_module_test.cpp | 72 EXPECT_CALL(*(eventLoop.get()), GetMockInterval()).WillRepeatedly(Return(1));
in HWTEST_F() 112 EXPECT_CALL(*(eventLoop.get()), GetMockInterval()).WillRepeatedly(Return(1));
in HWTEST_F() 152 EXPECT_CALL(*(eventLoop.get()), GetMockInterval()).WillRepeatedly(Return(1));
in HWTEST_F() 191 EXPECT_CALL(*(eventLoop.get()), GetMockInterval()).WillRepeatedly(Return(1));
in HWTEST_F()
|
/base/sensors/sensor/utils/ipc/include/ |
H A D | stream_buffer.h | 104 const char *s = StreamBufferGetErrorStatusRemark(streamBufferPtr_.get()); in Read() 106 s, sizeof(data), StreamBufferGetRcount(streamBufferPtr_.get()) + 1); in Read() 121 const char *s = StreamBufferGetErrorStatusRemark(streamBufferPtr_.get()); in Write() 123 s, sizeof(data), StreamBufferGetWcount(streamBufferPtr_.get()) + 1); in Write()
|
/base/telephony/sms_mms/frameworks/native/mms/src/ |
H A D | mms_encode_buffer.cpp | 76 if (memcpy_s(pduBuffer_.get() + curPosition_, len, buff.pduBuffer_.get(), len) != EOK) {
in WriteBuffer() 95 if (memcpy_s(pduBuffer_.get() + curPosition_, length, input.get(), length) != EOK) {
in WriteBuffer()
|
/kernel/linux/linux-5.10/drivers/siox/ |
H A D | siox-bus-gpio.c | 45 u8 set = 0, get = 0; in siox_gpio_pushpull() local 52 get <<= 1; in siox_gpio_pushpull() 54 get |= 1; in siox_gpio_pushpull() 66 getbuf[i] = get; in siox_gpio_pushpull() 106 dev_err(dev, "Failed to get %s GPIO: %d\n", "din", ret); in siox_gpio_probe() 113 dev_err(dev, "Failed to get %s GPIO: %d\n", "dout", ret); in siox_gpio_probe() 120 dev_err(dev, "Failed to get %s GPIO: %d\n", "dclk", ret); in siox_gpio_probe() 127 dev_err(dev, "Failed to get %s GPIO: %d\n", "dld", ret); in siox_gpio_probe()
|
/kernel/linux/linux-6.6/drivers/siox/ |
H A D | siox-bus-gpio.c | 45 u8 set = 0, get = 0; in siox_gpio_pushpull() local 52 get <<= 1; in siox_gpio_pushpull() 54 get |= 1; in siox_gpio_pushpull() 66 getbuf[i] = get; in siox_gpio_pushpull() 106 "Failed to get din GPIO\n"); in siox_gpio_probe() 113 "Failed to get dout GPIO\n"); in siox_gpio_probe() 120 "Failed to get dclk GPIO\n"); in siox_gpio_probe() 127 "Failed to get dld GPIO\n"); in siox_gpio_probe()
|
/kernel/linux/linux-6.6/drivers/base/ |
H A D | map.c | 25 kobj_probe_t *get; member 50 p->get = probe; in kobj_map() 116 probe = p->get; in kobj_lookup() 149 base->get = base_probe; in kobj_map_init()
|
/test/testfwk/developer_test/src/core/testkit/ |
H A D | kit_lite.py | 75 source_file = args.get("source_file", None) 100 cmd_com = device.device.com_dict.get(ComType.cmd_com) 124 deploy_serial_port = device.device.com_dict.get( 127 get(ComType.deploy_com).baud_rate
|
/third_party/gn/src/gn/ |
H A D | import_manager.cc | 38 ScopePerFileProvider per_file_provider(scope.get(), false); in UncachedImport() 41 node->Execute(scope.get(), err); in UncachedImport() 94 import_info = info_ptr.get(); in DoImport() 140 import_scope = import_info->scope.get(); in DoImport()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
H A D | EasterHoliday.java | 172 int dayOfYear = calendar.get(Calendar.DAY_OF_YEAR); in isOn() 176 return calendar.get(Calendar.DAY_OF_YEAR) == dayOfYear; in isOn() 205 calendar.get(Calendar.YEAR); // JDK 1.1.2 bug workaround in doFirstBetween() 226 * lands on in this year, and then add the offset for this holiday to get 239 int year = cal.get(Calendar.YEAR); in computeInYear()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/ |
H A D | EasterHoliday.java | 174 int dayOfYear = calendar.get(Calendar.DAY_OF_YEAR); in isOn() 178 return calendar.get(Calendar.DAY_OF_YEAR) == dayOfYear; in isOn() 207 calendar.get(Calendar.YEAR); // JDK 1.1.2 bug workaround in doFirstBetween() 228 * lands on in this year, and then add the offset for this holiday to get 241 int year = cal.get(Calendar.YEAR); in computeInYear()
|
/third_party/mesa3d/src/gallium/frontends/clover/llvm/codegen/ |
H A D | native.cpp | 51 get(const std::vector<char> &code) { in get() function 100 const auto elf = elf::get(code); in get_symbol_offsets() 101 const auto symtab = elf::get_symbol_table(elf.get()); in get_symbol_offsets() 105 return elf::get_symbol_offsets(elf.get(), symtab); in get_symbol_offsets()
|
/third_party/node/lib/internal/modules/esm/ |
H A D | fetch_module.js | 52 * @param {Parameters<import('https').get>[0]} input - The URI to fetch. 53 * @param {Parameters<import('https').get>[1]} options - See https.get() options. 60 return https.get(input, { 71 * @param {Parameters<import('http').get>[0]} input - The URI to fetch. 72 * @param {Parameters<import('http').get>[1]} options - See http.get() options. 79 return http.get(input, { 142 const existing = cacheForGET.get(parsed.href); 267 const existing = cacheForGET.get(hre [all...] |
/third_party/node/lib/internal/modules/ |
H A D | helpers.js | 99 const mod = BuiltinModule.map.get(id); 157 let filepath = urlToFileCache.get(href); 265 get: () => { 273 get: () => lib,
|
/third_party/node/test/parallel/ |
H A D | test-whatwg-transformstream.js | 133 assert.throws(() => Reflect.get(TransformStream.prototype, 'readable', {}), { 136 assert.throws(() => Reflect.get(TransformStream.prototype, 'writable', {}), { 144 Reflect.get(TransformStreamDefaultController.prototype, 'desiredSize', {}); 192 get: common.mustNotCall('get %Object.prototype%.type'),
|
/third_party/node/deps/npm/node_modules/postcss-selector-parser/dist/selectors/ |
H A D | node.js | 164 get: function get() { 177 get: function get() {
|