/external/grpc-grpc/src/compiler/ |
python_generator.cc | 111 bool PrivateGenerator::PrintBetaServicer(const grpc_generator::Service* service, 114 service_dict["Service"] = service->name(); 116 out->Print(service_dict, "class Beta$Service$Servicer(object):\n"); 126 StringVector service_comments = service->GetAllComments(); 128 for (int i = 0; i < service->method_count(); ++i) { 129 auto method = service->method(i); 147 bool PrivateGenerator::PrintBetaStub(const grpc_generator::Service* service, 586 auto service = file->service(i); local 632 auto service = file->service(i); local 650 auto service = file->service(i); local [all...] |
/external/libchrome/mojo/public/cpp/bindings/tests/ |
interface_ptr_unittest.cc | 146 class ReentrantServiceImpl : public sample::Service { 150 explicit ReentrantServiceImpl(InterfaceRequest<sample::Service> request) 158 sample::Service::BazOptions baz, 160 const sample::Service::FrobinateCallback& callback) override { 174 Binding<sample::Service> binding_; 431 proxy->Frobinate(nullptr, sample::Service::BazOptions::REGULAR, nullptr, 434 proxy->Frobinate(nullptr, sample::Service::BazOptions::REGULAR, nullptr,
|
/development/samples/ApiDemos/src/com/example/android/apis/accessibility/ |
ClockBackService.java | 23 import android.app.Service; 52 * Providing application specific feedback — the service handles only 63 /** Tag for logging from this service. */ 66 // Fields for configuring how the system handles this accessibility service. 92 /** Start the TTS service. */ 95 /** Stop the TTS service. */ 199 * Handle to this service to enable inner classes to access the {@link Context}. 203 /** The feedback this service is currently providing. */ 223 /** {@link Handler} for executing messages on the service main thread. */ 328 // Get the vibrator service [all...] |
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Mtftp4Dxe/ |
Mtftp4Rrq.c | 555 Instance->Service->Controller,
556 Instance->Service->Image,
566 Instance->Service->Image,
|
/device/linaro/bootloader/edk2/NetworkPkg/Mtftp6Dxe/ |
Mtftp6Rrq.c | 555 Instance->Service->Controller,
556 Instance->Service->Image,
566 Instance->Service->Image,
|
Mtftp6Impl.h | 70 MTFTP6_SERVICE *Service;
102 // Control block for MTFTP6 service, it's per Nic handle.
277 in the Packet. Call the EFI Boot Service FreePool() to
313 - A download service function that is pointed to by Token.CheckPacket.
408 - A download service function that is pointed to by Token.CheckPacket.
|
/external/flatbuffers/src/ |
idl_gen_grpc.cpp | 100 class FlatBufService : public grpc_generator::Service { 102 FlatBufService(const ServiceDef *service) : service_(service) {} 240 std::unique_ptr<const grpc_generator::Service> service(int i) const { function in class:flatbuffers::FlatBufFile 241 return std::unique_ptr<const grpc_generator::Service>( 270 auto service = file.service(i); local 275 grpc_go_generator::GenerateServiceSource(&file, service.get(), &p); 342 auto service = file.service(i) local [all...] |
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Ip4Dxe/ |
Ip4Impl.h | 75 // The state of IP4 service. It starts from UNSTARTED. It transits
139 IP4_SERVICE *Service;
140 LIST_ENTRY Link; // Link to all the IP protocol from the service
197 // Low level protocol used by this service instance
255 @param[in] IpSb The IP4 service instance that is to be changed.
271 @param IpSb The IP4 service instance.
337 The heart beat timer of IP4 service instance. It times out
342 @param[in] Event The IP4 service instance's heart beat timer.
343 @param[in] Context The IP4 service instance.
|
/external/caliper/caliper/src/main/java/com/google/caliper/runner/ |
ServerSocketService.java | 28 import com.google.common.util.concurrent.Service; 47 * A {@link Service} that manages a {@link ServerSocket}. 49 * <p> This service provides two pieces of functionality: 56 * <p>The {@linkplain State states} of this service are as follows: 65 * <li>{@linkplain State#FAILED FAILED} : The service will transition to failed if it encounters 70 * necessary to dedicate a thread to this service (basically turn it into an AbstractIdleService). 133 checkState(isRunning(), "You can only get connections from a running service: %s", this);
|
TrialRunLoop.java | 30 import com.google.common.util.concurrent.Service.State;
|
/external/grpc-grpc/examples/android/helloworld/app/src/main/cpp/ |
grpc-helloworld.cc | 39 class GreeterServiceImpl final : public Greeter::Service { 54 GreeterServiceImpl service; local 58 // Register "service" as the instance through which we'll communicate with 59 // clients. In this case it corresponds to an *synchronous* service. 60 builder.RegisterService(&service);
|
/external/grpc-grpc/src/ruby/bin/ |
math_server.rb | 17 # Sample gRPC Ruby server that implements the Math::Calc service and helps 94 # The Math::Math:: module occurs because the service has the same name as its 96 class Calculator < Math::Math::Service
|
/external/grpc-grpc/test/cpp/end2end/ |
server_crash_test.cc | 48 class ServiceImpl final : public ::grpc::testing::EchoTestService::Service {
|
shutdown_test.cc | 45 class TestServiceImpl : public ::grpc::testing::EchoTestService::Service {
|
streaming_throughput_test.cc | 88 class TestServiceImpl : public ::grpc::testing::EchoTestService::Service {
|
/external/grpc-grpc/test/cpp/interop/ |
reconnect_interop_server.cc | 62 class ReconnectServiceImpl : public ReconnectService::Service { 165 ReconnectServiceImpl service(FLAGS_retry_port); 168 builder.RegisterService(&service); 174 service.Poll(5); 176 service.Shutdown();
|
/external/grpc-grpc/test/cpp/util/ |
cli_call_test.cc | 41 class TestServiceImpl : public ::grpc::testing::EchoTestService::Service {
|
/external/sl4a/Common/src/com/googlecode/android_scripting/activity/ |
FutureActivity.java | 20 import android.app.Service; 40 * {@link Service} is unable to do. For example: start another activity for result, show dialogs,
|
/external/tensorflow/tensorflow/compiler/xla/rpc/ |
grpc_service.cc | 17 #include "tensorflow/compiler/xla/service/platform_util.h" 26 ::xla::Service::NewService(platform));
|
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/eager/ |
grpc_eager_service.cc | 124 ::grpc::Service::MarkMethodAsync(i);
|
/external/u-boot/arch/arm/mach-omap2/omap5/ |
sec_entry_cpu1.S | 42 mov r12, #0x00 @ Secure Service ID in R12 48 b .Lend @ exit at end of the service execution 72 * u32 omap_smc_sec_cpu1(u32 service, u32 proc_id, u32 flag, u32 *params);
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/ |
BleConnectionPriorityClientService.java | 19 import android.app.Service;
50 public class BleConnectionPriorityClientService extends Service {
280 BluetoothGattService service = null;
local 283 service = mBluetoothGatt.getService(SERVICE_UUID);
284 if (service == null) {
285 showMessage("Service not found");
288 return service;
294 BluetoothGattService service = getService();
local 295 if (service != null) {
296 characteristic = service.getCharacteristic(uuid); [all...] |
BleConnectionPriorityServerService.java | 19 import android.app.Service;
45 public class BleConnectionPriorityServerService extends Service {
233 BluetoothGattService service =
local 235 // add characteristic to service
242 service.addCharacteristic(characteristic);
245 service.addCharacteristic(characteristic);
248 service.addCharacteristic(characteristic);
250 return service;
272 public void onServiceAdded(int status, BluetoothGattService service) {
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/ |
DeviceAdminTestReceiver.java | 21 import android.app.Service; 226 public void onServiceConnected(ComponentName name, IBinder service) { 228 consumer.accept(ICrossUserService.Stub.asInterface(service)); 241 public static final class PrimaryUserService extends Service {
|
/cts/tests/tests/os/src/android/os/cts/ |
SeccompTest.java | 19 import android.app.Service; 196 * service. This will perform various operations in an isolated process under a 213 final ISeccompIsolatedService service = peer.get(); local 216 assertTrue(service.installFilter()); 217 assertTrue(service.createThread()); 218 assertTrue(service.getSystemInfo()); 219 doFileWriteTest(service); 220 assertTrue(service.openAshmem()); 221 assertTrue(service.openDevFile()); 244 final ISeccompIsolatedService service = peer.get() local [all...] |