/third_party/typescript/tests/baselines/reference/ |
H A D | cloduleGenericOnSelfMember.js | 5 class Service extends ServiceBase<typeof Service.Base> { 7 namespace Service { 35 var Service = /** @class */ (function (_super) {
36 __extends(Service, _super);
37 function Service() {
40 return Service;
42 (function (Service) {
43 Service.Base = {
47 })(Service || (Servic [all...] |
H A D | decoratorMetadata.js | 4 export default class Service { 7 import Service from "./service"; 13 constructor(public Service: Service) { 24 var Service = /** @class */ (function () {
25 function Service() {
27 return Service;
29 exports.default = Service;
44 function MyComponent(Service) {
45 this.Service [all...] |
H A D | decoratorMetadataWithTypeOnlyImport2.js | 5 export class Service {} 14 field: Services.Service; 24 var Service = /** @class */ (function () {
25 function Service() {
27 return Service;
29 Services.Service = Service;
|
H A D | genericIndexedAccessMethodIntersectionCanBeAccessed.js | 9 type Service<T> = { 14 ServiceCtr: ExtendedService<T> & Service<T>
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/external_memory/ |
H A D | MemoryServiceNull.cpp | 20 Service::Service(Device* device) : mDevice(device) { in Service() function in dawn_native::vulkan::external_memory::Service 25 Service::~Service() = default; 28 bool Service::CheckSupport(const VulkanDeviceInfo& deviceInfo) { in CheckSupport() 32 bool Service::SupportsImportMemory(VkFormat format, in SupportsImportMemory() 40 bool Service::SupportsCreateImage(const ExternalImageDescriptor* descriptor, in SupportsCreateImage() 46 ResultOrError<MemoryImportParams> Service::GetMemoryImportParams( in GetMemoryImportParams() 52 ResultOrError<VkDeviceMemory> Service::ImportMemory(ExternalMemoryHandle handle, in ImportMemory() 58 ResultOrError<VkImage> Service [all...] |
H A D | MemoryServiceZirconHandle.cpp | 25 Service::Service(Device* device) in Service() function in dawn_native::vulkan::external_memory::Service 29 Service::~Service() = default; 32 bool Service::CheckSupport(const VulkanDeviceInfo& deviceInfo) { in CheckSupport() 36 bool Service::SupportsImportMemory(VkFormat format, in SupportsImportMemory() 82 bool Service::SupportsCreateImage(const ExternalImageDescriptor* descriptor, in SupportsCreateImage() 88 ResultOrError<MemoryImportParams> Service::GetMemoryImportParams( in GetMemoryImportParams() 102 ResultOrError<VkDeviceMemory> Service::ImportMemory(ExternalMemoryHandle handle, in ImportMemory() 133 ResultOrError<VkImage> Service [all...] |
H A D | MemoryServiceOpaqueFD.cpp | 25 Service::Service(Device* device) in Service() function in dawn_native::vulkan::external_memory::Service 29 Service::~Service() = default; 32 bool Service::CheckSupport(const VulkanDeviceInfo& deviceInfo) { in CheckSupport() 36 bool Service::SupportsImportMemory(VkFormat format, in SupportsImportMemory() 82 bool Service::SupportsCreateImage(const ExternalImageDescriptor* descriptor, in SupportsCreateImage() 88 ResultOrError<MemoryImportParams> Service::GetMemoryImportParams( in GetMemoryImportParams() 102 ResultOrError<VkDeviceMemory> Service::ImportMemory(ExternalMemoryHandle handle, in ImportMemory() 132 ResultOrError<VkImage> Service [all...] |
H A D | MemoryServiceDmaBuf.cpp | 63 Service::Service(Device* device) in Service() function in dawn_native::vulkan::external_memory::Service 67 Service::~Service() = default; 70 bool Service::CheckSupport(const VulkanDeviceInfo& deviceInfo) { in CheckSupport() 75 bool Service::SupportsImportMemory(VkFormat format, in SupportsImportMemory() 83 bool Service::SupportsCreateImage(const ExternalImageDescriptor* descriptor, in SupportsCreateImage() 154 ResultOrError<MemoryImportParams> Service::GetMemoryImportParams( in GetMemoryImportParams() 188 ResultOrError<VkDeviceMemory> Service::ImportMemory(ExternalMemoryHandle handle, in ImportMemory() 219 ResultOrError<VkImage> Service [all...] |
H A D | MemoryService.h | 35 class Service { class 37 explicit Service(Device* device); 38 ~Service();
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/external_semaphore/ |
H A D | SemaphoreServiceNull.cpp | 20 Service::Service(Device* device) : mDevice(device) { in Service() function in dawn_native::vulkan::external_semaphore::Service 25 Service::~Service() = default; 28 bool Service::CheckSupport(const VulkanDeviceInfo& deviceInfo, in CheckSupport() 34 bool Service::Supported() { in Supported() 38 ResultOrError<VkSemaphore> Service::ImportSemaphore(ExternalSemaphoreHandle handle) { in ImportSemaphore() 42 ResultOrError<VkSemaphore> Service::CreateExportableSemaphore() { in CreateExportableSemaphore() 46 ResultOrError<ExternalSemaphoreHandle> Service::ExportSemaphore(VkSemaphore semaphore) { in ExportSemaphore()
|
H A D | SemaphoreServiceZirconHandle.cpp | 23 Service::Service(Device* device) in Service() function in dawn_native::vulkan::external_semaphore::Service 30 Service::~Service() = default; 33 bool Service::CheckSupport(const VulkanDeviceInfo& deviceInfo, in CheckSupport() 58 bool Service::Supported() { in Supported() 62 ResultOrError<VkSemaphore> Service::ImportSemaphore(ExternalSemaphoreHandle handle) { in ImportSemaphore() 98 ResultOrError<VkSemaphore> Service::CreateExportableSemaphore() { in CreateExportableSemaphore() 118 ResultOrError<ExternalSemaphoreHandle> Service::ExportSemaphore(VkSemaphore semaphore) { in ExportSemaphore()
|
H A D | SemaphoreServiceFD.cpp | 30 Service::Service(Device* device) in Service() function in dawn_native::vulkan::external_semaphore::Service 37 Service::~Service() = default; 40 bool Service::CheckSupport(const VulkanDeviceInfo& deviceInfo, in CheckSupport() 65 bool Service::Supported() { in Supported() 69 ResultOrError<VkSemaphore> Service::ImportSemaphore(ExternalSemaphoreHandle handle) { in ImportSemaphore() 102 ResultOrError<VkSemaphore> Service::CreateExportableSemaphore() { in CreateExportableSemaphore() 121 ResultOrError<ExternalSemaphoreHandle> Service::ExportSemaphore(VkSemaphore semaphore) { in ExportSemaphore()
|
H A D | SemaphoreService.h | 30 class Service { class 32 explicit Service(Device* device); 33 ~Service();
|
/third_party/protobuf/src/google/protobuf/ |
H A D | service.h | 117 class Service; 130 // interface can be used to call the methods of the Service without knowing 132 class PROTOBUF_EXPORT Service { class 134 inline Service() {} in Service() function in google::protobuf::Service 135 virtual ~Service(); 157 // used by this Service. For stubs, the "correct type" depends on the 158 // RpcChannel which the stub is using. Server-side Service 193 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(Service); 263 // communication line to a Service which can be used to call that Service' [all...] |
H A D | service.cc | 40 Service::~Service() {} in ~Service()
|
/third_party/skia/third_party/externals/swiftshader/tests/regres/cmd/export_to_sheets/ |
H A D | main.go | 250 func fetchRow(srv *sheets.Service, spreadsheet *sheets.Spreadsheet, sheet *sheets.Sheet, row int) ([]interface{}, error) { 260 func fetchColumn(srv *sheets.Service, spreadsheet *sheets.Spreadsheet, sheet *sheets.Sheet, row int) ([]interface{}, error) { 276 func insertRows(srv *sheets.Service, spreadsheet *sheets.Spreadsheet, sheet *sheets.Sheet, aboveRow, count int) error { 297 func createTestListSheets(srv *sheets.Service, testlists testlist.Lists) error { 345 func createSheetsService(authdir string) (*sheets.Service, error) {
|
/third_party/vk-gl-cts/android/package/src/com/drawelements/deqp/execserver/ |
H A D | ExecService.java | 26 import android.app.Service; 42 public class ExecService extends Service {
|
/third_party/libwebsockets/test-apps/android/app/src/main/java/org/libwebsockets/client/ |
H A D | ThreadService.java | 23 import android.app.Service; 34 public abstract class ThreadService extends Service { 35 /** Messages that can be send to the Service: **/ 43 * Messages that may be send from the Service
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
H A D | TextureVk.h | 57 external_memory::Service* externalMemoryService); 107 external_memory::Service* externalMemoryService);
|
H A D | DeviceVk.h | 175 std::unique_ptr<external_memory::Service> mExternalMemoryService; 176 std::unique_ptr<external_semaphore::Service> mExternalSemaphoreService;
|
H A D | AdapterVk.cpp | 330 return external_memory::Service::CheckSupport(mDeviceInfo) && in SupportsExternalImages() 331 external_semaphore::Service::CheckSupport(mDeviceInfo, mPhysicalDevice, in SupportsExternalImages()
|
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
H A D | Service.java | 46 public interface Service { interface 61 * Service. For stubs, the "correct type" depends on the RpcChannel which the stub is using. 62 * Server-side Service implementations are expected to accept whatever type of {@code 104 * getResponsePrototype()} is generally not needed because the {@code Service} implementation
|
/third_party/protobuf/python/google/protobuf/ |
H A D | service.py | 51 class Service(object): class 82 used by this Service. For stubs, the "correct type" depends on the 210 construct a stub {@link Service} wrapping it. Example: 224 procedure looks the same as Service.CallMethod(), but the requirements
|
/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/ |
H A D | MethodDescriptor.cs | 51 public ServiceDescriptor Service { get { return service; } } property in Google.Protobuf.Reflection.MethodDescriptor
|
/third_party/protobuf/java/compatibility_tests/v2.5.0/tests/src/main/java/com/google/protobuf/test/ |
H A D | ServiceTest.java | 78 /** Tests Service.callMethod(). */ 99 /** Tests Service.get{Request,Response}Prototype(). */ 174 Service service = ServiceWithNoOuter.newReflectiveService(impl); in testNewReflectiveService() 249 if (!Service.class.isAssignableFrom(innerClass) && in testNoGenericServices()
|