Home
last modified time | relevance | path

Searched defs:Services (Results 1 – 25 of 110) sorted by relevance

12345

/aosp_15_r20/external/golang-protobuf/internal/filedesc/
H A Ddesc_list_gen.go284 type Services struct { struct
285 List []Service
286 once sync.Once
287 byName map[protoreflect.Name]*Service // protected by once
290 func (p *Services) Len() int {
293 func (p *Services) Get(i int) protoreflect.ServiceDescriptor {
296 func (p *Services) ByName(s protoreflect.Name) protoreflect.ServiceDescriptor {
302 func (p *Services) Format(s fmt.State, r rune) {
305 func (p *Services) ProtoInternal(pragma.DoNotImplement) {}
306 func (p *Services) lazyInit() *Services {
H A Dbuild.go82 Services []Service member
/aosp_15_r20/build/soong/jar/
H A Dservices.go29 type Services struct { struct
30 services map[string]*ServiceFile
42 func (Services) IsServiceFile(entry *zip.File) bool {
48 func (j *Services) AddServiceFile(entry *zip.File) error {
87 func (j *Services) ServiceFiles() []ServiceFile {
/aosp_15_r20/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/services/
H A DServices.java36 public final class Services { class
150 private Services() { in Services() method in Services
/aosp_15_r20/external/pigweed/pw_rpc/
H A Ddesign.rst65 Services section in Overview
85 .. _module-pw_rpc-design-status-codes:
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/
H A DSimpleRemoteEPCServer.h80 std::vector<std::unique_ptr<ExecutorBootstrapService>> Services; variable
171 std::vector<std::unique_ptr<ExecutorBootstrapService>> Services; variable
/aosp_15_r20/external/googleapis/google/cloud/run/v2/
H A Dservice.proto40 service Services { service
46 rpc CreateService(CreateServiceRequest)
/aosp_15_r20/external/google-cloud-java/java-run/proto-google-cloud-run-v2/src/main/proto/google/cloud/run/v2/
H A Dservice.proto40 service Services { service
46 rpc CreateService(CreateServiceRequest)
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ExecutionEngine/Orc/TargetProcess/
DSimpleRemoteEPCServer.h92 std::vector<std::unique_ptr<ExecutorBootstrapService>> Services; variable
185 std::vector<std::unique_ptr<ExecutorBootstrapService>> Services; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ExecutionEngine/Orc/TargetProcess/
DSimpleRemoteEPCServer.h92 std::vector<std::unique_ptr<ExecutorBootstrapService>> Services; variable
185 std::vector<std::unique_ptr<ExecutorBootstrapService>> Services; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ExecutionEngine/Orc/TargetProcess/
DSimpleRemoteEPCServer.h92 std::vector<std::unique_ptr<ExecutorBootstrapService>> Services; variable
185 std::vector<std::unique_ptr<ExecutorBootstrapService>> Services; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ExecutionEngine/Orc/TargetProcess/
DSimpleRemoteEPCServer.h92 std::vector<std::unique_ptr<ExecutorBootstrapService>> Services; variable
185 std::vector<std::unique_ptr<ExecutorBootstrapService>> Services; variable
/aosp_15_r20/external/coreboot/Documentation/infrastructure/
H A Dindex.md5 ## Services section in Project infrastructure & services
/aosp_15_r20/out/soong/.intermediates/device/google/trout/hal/dumpstate/1.1/config/dumpstate_hal_configuration_V1_0/gen/cpp/include/
Ddumpstate_hal_configuration_V1_0.h25 class Services; variable
/aosp_15_r20/device/google/trout/hal/dumpstate/1.1/config/
Ddumpstate_hal_configuration_V1_0.h38 class Services; variable
/aosp_15_r20/platform_testing/tools/automotive/proxy/
H A Dproxy_config.json4 "Services": [ array
/aosp_15_r20/system/core/init/
H A DREADME.md188 Services section
/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/linux/mgmt/test/migrate/
Dfake_bluez_info.toml6 Services=0000110b-0000-1000-8000-00805f9b34fb;0000110c-0000-1000-8000-00805f9b34fb; qkey
/aosp_15_r20/external/pigweed/pw_log_rpc/py/pw_log_rpc/
H A Drpc_log_stream.py37 self, rpcs: pw_rpc.client.Services, decoder: LogStreamDecoder
/aosp_15_r20/external/google-cloud-java/java-appengine-admin/proto-google-cloud-appengine-admin-v1/src/main/proto/google/appengine/v1/
H A Dappengine.proto145 service Services { service
153 rpc ListServices(ListServicesRequest) returns (ListServicesResponse) { argument
/aosp_15_r20/external/googleapis/google/appengine/v1/
H A Dappengine.proto145 service Services { service
153 rpc ListServices(ListServicesRequest) returns (ListServicesResponse) { argument
/aosp_15_r20/external/googleapis/google/appengine/v1beta/
H A Dappengine.proto143 service Services { service
151 rpc ListServices(ListServicesRequest) returns (ListServicesResponse) { argument
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/prost-0.12.3/
H A DREADME.md288 ### Services subsection
/aosp_15_r20/external/pigweed/pw_unit_test/py/pw_unit_test/
H A Drpc.py152 rpcs: Services,
/aosp_15_r20/external/aws-sdk-java-v2/services/pricing/src/main/resources/codegen-resources/
H A Dexamples-1.json14 "Services": [ array

12345