HomeSort by relevance Sort by last modified time
    Searched refs:SERVICE (Results 1 - 25 of 227) sorted by null

1 2 3 4 5 6 7 8 910

  /test/vti/test_serving/gae/script/
deploy-webapp.sh 23 SERVICE="vtslab-schedule-prod"
25 SERVICE="vtslab-schedule-test"
31 echo "Deploying the web app to $SERVICE ..."
33 gcloud app deploy app.yaml index.yaml cron.yaml --project=$SERVICE
build.sh 23 SERVICE="vtslab-schedule-prod.appspot.com"
25 SERVICE="vtslab-schedule-test.appspot.com"
28 echo "Building the webapp for $SERVICE ..."
30 python lib/endpoints/endpointscfg.py get_openapi_spec webapp.src.endpoint.build_info.BuildInfoApi --hostname $SERVICE
31 python lib/endpoints/endpointscfg.py get_openapi_spec webapp.src.endpoint.host_info.HostInfoApi --hostname $SERVICE
32 python lib/endpoints/endpointscfg.py get_openapi_spec webapp.src.endpoint.schedule_info.ScheduleInfoApi --hostname $SERVICE
33 python lib/endpoints/endpointscfg.py get_openapi_spec webapp.src.endpoint.lab_info.LabInfoApi --hostname $SERVICE
deploy-endpoint.sh 23 SERVICE="vtslab-schedule-prod.appspot.com"
25 SERVICE="vtslab-schedule-test.appspot.com"
28 echo "Depolying the endpoint API implementation to $SERVICE ..."
34 gcloud endpoints configs list --service=$SERVICE
  /frameworks/native/libs/binder/include/binder/
BinderService.h 33 template<typename SERVICE>
40 return sm->addService(String16(SERVICE::getServiceName()), new SERVICE(), allowIsolated,
  /cts/hostsidetests/systemui/src/android/host/systemui/
ActiveTileServiceTest.java 23 private static final String SERVICE = "TestActiveTileService";
32 super(SERVICE);
40 // Open quick settings and verify that this service doesn't get put in
TileServiceTest.java 23 private static final String SERVICE = "TestTileService";
32 super(SERVICE);
38 // Verify that the service starts up and gets a onTileAdded callback.
47 // Verify that the service starts up and gets a onTileAdded callback.
  /external/nist-sip/java/gov/nist/javax/sip/header/extensions/
ReferencesHeader.java 28 public static final String SERVICE = "service";
  /cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/
RenderScriptTask.java 48 VIEWER, SERVICE
  /external/jmdns/src/javax/jmdns/impl/
NameRegister.java 22 * This name represents a service name
24 SERVICE,
  /frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/
RenderScriptTask.java 36 VIEWER, SERVICE
  /test/vts-testcase/nbu/src/
ble_test.py 20 # UUID for test service.
106 # Service data in json format for Ble Server.
107 SERVICE = {
126 for service in result['ScanRecord']['Services']:
127 if service[UUID] == TEST_BLE_SERVICE_UUID and service['Data'] == DATA:
159 for service in result['ScanRecord']['Services']:
160 if service[UUID] == TEST_BLE_SERVICE_UUID and service['Data'] == DATA:
163 if (service[UUID] == TEST_SCAN_RESPONSE_UUID an
    [all...]
  /frameworks/base/core/proto/android/service/
procstats.proto 24 package android.service.procstats;
140 // Background process running a service.
141 SERVICE = 6;
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowPendingIntent.java 33 private enum Type {ACTIVITY, BROADCAST, SERVICE}
81 return create(context, new Intent[] {intent}, Type.SERVICE, requestCode, flags);
152 * @return {@code true} iff sending this PendingIntent will start a service
155 return type == Type.SERVICE;
  /external/smali/smalidea/src/main/java/org/jf/smalidea/findUsages/
SmaliClassReferenceSearcher.java 100 PsiSearchHelper helper = PsiSearchHelper.SERVICE.getInstance(element.getProject());
  /frameworks/base/core/java/android/view/textclassifier/
TextClassification.java 114 @IntDef(value = {IntentType.UNSUPPORTED, IntentType.ACTIVITY, IntentType.SERVICE})
118 int SERVICE = 1;
295 case IntentType.SERVICE:
321 return IntentType.SERVICE;
325 return IntentType.SERVICE;
  /system/core/init/
init.cpp 103 parser.AddSectionParser("service", std::make_unique<ServiceParser>(&service_list, subcontexts));
168 // if there are other pending events to process or if init is waiting on an exec service or
178 // TODO: once property service is removed from init, this will never happen from a builtin,
179 // but rather from a callback from the property service socket, in which case this hack can
214 static Result<Success> DoControlStart(Service* service) {
215 return service->Start();
218 static Result<Success> DoControlStop(Service* service) {
219 service->Stop()
    [all...]
  /frameworks/base/services/core/java/com/android/server/storage/
DeviceStorageMonitorService.java 67 * Service that monitors and maintains free space on storage volumes.
70 * {@link StorageManager#getStorageLowBytes(File)}, this service will clear out
155 static final String SERVICE = "devicestoragemonitor";
294 publishBinderService(SERVICE, mRemoteService);
412 pw.println("Device storage monitor service (devicestoragemonitor) commands:");
  /developers/build/prebuilts/gradle/LNotifications/Application/src/main/java/com/example/android/lnotifications/
OtherMetadataFragment.java 305 SERVICE("service"),
  /developers/samples/android/notification/LNotifications/Application/src/main/java/com/example/android/lnotifications/
OtherMetadataFragment.java 305 SERVICE("service"),
  /development/samples/browseable/LNotifications/src/com.example.android.lnotifications/
OtherMetadataFragment.java 305 SERVICE("service"),
  /frameworks/base/core/java/com/android/internal/app/procstats/
DumpUtils.java 24 import android.service.procstats.ProcessStatsProto;
63 STATE_NAMES[STATE_SERVICE] = "Service";
79 STATE_NAMES_CSV[STATE_SERVICE] = "service";
80 STATE_NAMES_CSV[STATE_SERVICE_RESTARTING] = "service-rs";
111 STATE_PROTO_ENUMS[STATE_SERVICE] = ProcessStatsProto.State.SERVICE;
130 // State enum is defined in frameworks/base/core/proto/android/service/procstats.proto
  /external/protobuf/src/google/protobuf/
descriptor.cc 266 NULL_SYMBOL, MESSAGE, FIELD, ONEOF, ENUM, ENUM_VALUE, SERVICE, METHOD,
288 || type == ENUM || type == SERVICE;
302 CONSTRUCTOR(ServiceDescriptor , SERVICE , service_descriptor )
315 case SERVICE : return service_descriptor ->file();
316 case METHOD : return method_descriptor ->service()->file();
    [all...]
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.osgi.services_3.3.100.v20130513-1956.jar 
  /frameworks/base/services/core/java/com/android/server/notification/
ManagedServices.java 50 import android.service.notification.ManagedServiceInfoProto;
51 import android.service.notification.ManagedServicesProto;
52 import android.service.notification.ManagedServicesProto.ServiceProto;
86 * - A remote interface definition (aidl) provided by the service used for communication.
167 abstract protected boolean checkType(IInterface service);
180 private ManagedServiceInfo newServiceInfo(IInterface service,
183 return new ManagedServiceInfo(service, component, userId, isSystem, connection,
219 + " (user " + info.userid + "): " + info.service
272 Slog.d(TAG, "Restored managed service setting: " + element);
566 private ManagedServiceInfo getServiceFromTokenLocked(IInterface service) {
1130 public IInterface service; field in class:ManagedServices.ManagedServiceInfo
    [all...]
  /frameworks/base/services/core/java/com/android/server/job/controllers/
JobStatus.java 199 * service (not necessarily the caller) was in the foreground and the job has no time
268 /** Provide a handle to the service that this job will be run on. */
    [all...]

Completed in 537 milliseconds

1 2 3 4 5 6 7 8 910