HomeSort by relevance Sort by last modified time
    Searched full:endpoints (Results 1 - 25 of 590) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /test/vti/test_serving/gae/
requirements.txt 4 # google-endpoints==2.4.5
5 # google-endpoints-api-management==1.3.0
app.yaml 18 # The endpoints handler must be mapped to /_ah/api.
41 - name: endpoints
  /frameworks/base/services/tests/servicestests/assets/KeyStoreRecoveryControllerTest/xml/
invalid-cert-file-no-endpoint-cert.xml 22 <endpoints>
23 </endpoints>
invalid-cert-file-no-refresh-interval.xml 19 <endpoints>
39 </endpoints>
invalid-cert-file-no-serial.xml 19 <endpoints>
39 </endpoints>
invalid-cert-file-two-refresh-intervals.xml 25 <endpoints>
45 </endpoints>
invalid-cert-file-two-serials.xml 25 <endpoints>
45 </endpoints>
valid-cert-file-no-intermediates.xml 22 <endpoints>
42 </endpoints>
  /test/vti/test_serving/gae/script/
deploy-endpoint.sh 30 gcloud endpoints services deploy build_infov1openapi.json
31 gcloud endpoints services deploy host_infov1openapi.json
32 gcloud endpoints services deploy lab_infov1openapi.json
33 gcloud endpoints services deploy schedule_infov1openapi.json
34 gcloud endpoints configs list --service=$SERVICE
build.sh 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
  /external/conscrypt/benchmark-base/src/main/java/org/conscrypt/
EndpointFactory.java 6 * Utility for creating test client and server endpoints.
  /external/mesa3d/src/mesa/main/
texcompress_bptc.c 360 uint8_t endpoints[][4])
372 endpoints[subset * 2 + endpoint][component] =
383 endpoints[subset * 2 + endpoint][3] =
393 endpoints[subset * 2 + endpoint][3] = 255;
406 endpoints[subset * 2 + endpoint][component] <<= 1;
407 endpoints[subset * 2 + endpoint][component] |= pbit;
418 endpoints[subset * 2 + endpoint][component] <<= 1;
419 endpoints[subset * 2 + endpoint][component] |= pbit;
429 endpoints[subset * 2 + endpoint][component] =
430 expand_component(endpoints[subset * 2 + endpoint][component]
554 uint8_t endpoints[3 * 2][4]; local
856 int32_t endpoints[2 * 2][3]; local
1212 uint8_t endpoints[2][4]; local
1526 float endpoints[2][3]; local
    [all...]
  /test/vti/test_serving/gae/webapp/src/endpoint/
lab_info.py 15 """Lab Info APIs implemented using Google Cloud Endpoints."""
18 import endpoints
28 SCHEDULE_INFO_RESOURCE = endpoints.ResourceContainer(
32 @endpoints.api(name='lab_info', version='v1')
36 @endpoints.method(
51 @endpoints.method(
build_info.py 15 """Build Info APIs implemented using Google Cloud Endpoints."""
18 import endpoints
26 BUILD_INFO_RESOURCE = endpoints.ResourceContainer(
30 @endpoints.api(name="build_info", version="v1")
34 @endpoints.method(
schedule_info.py 15 """Schedule Info APIs implemented using Google Cloud Endpoints."""
18 import endpoints
27 SCHEDULE_INFO_RESOURCE = endpoints.ResourceContainer(
31 @endpoints.api(name="schedule_info", version="v1")
35 @endpoints.method(
51 @endpoints.method(
90 @endpoints.api(name="green_schedule_info", version="v1")
94 @endpoints.method(
110 @endpoints.method(
host_info.py 14 """Host Info APIs implemented using Google Cloud Endpoints."""
17 import endpoints
26 HOST_INFO_RESOURCE = endpoints.ResourceContainer(model.HostInfoMessage)
59 @endpoints.api(name='host_info', version='v1')
63 @endpoints.method(
  /frameworks/base/services/usb/java/com/android/server/usb/descriptors/
UsbInterfaceDescriptor.java 38 protected byte mNumEndpoints; // 4:1 Number of Endpoints used for this interface
101 + " " + mEndpointDescriptors.size() + " endpoints.");
106 UsbEndpoint[] endpoints = new UsbEndpoint[mEndpointDescriptors.size()]; local
108 endpoints[index] = mEndpointDescriptors.get(index).toAndroid(parser);
110 ntrface.setEndpoints(endpoints);
133 canvas.writeListItem("Endpoints: " + getNumEndpoints());
  /development/samples/USB/AdbTest/
README.txt 11 - Asynchronous IO on bulk endpoints
  /external/llvm/lib/DebugInfo/DWARF/
DWARFDebugAranges.cpp 65 Endpoints.clear();
74 Endpoints.emplace_back(LowPC, CUOffset, true);
75 Endpoints.emplace_back(HighPC, CUOffset, false);
81 std::sort(Endpoints.begin(), Endpoints.end());
83 for (const auto &E : Endpoints) {
85 // If the address range between two endpoints is described by some
107 // Endpoints are not needed now.
109 EmptyEndpoints.swap(Endpoints);
  /external/skia/include/effects/
SkDiscretePathEffect.h 19 /** Break the path into segments of segLength length, and randomly move the endpoints
25 segments' endpoints. If not supplied it defaults to 0,
  /external/skqp/include/effects/
SkDiscretePathEffect.h 19 /** Break the path into segments of segLength length, and randomly move the endpoints
25 segments' endpoints. If not supplied it defaults to 0,
  /frameworks/av/media/mtp/
MtpFfsCompatHandle.h 42 * Open ffs endpoints and allocate necessary kernel and user memory.
43 * Will sleep until endpoints are enabled, for up to 1 second.
  /test/vti/test_serving/gae/webapp/src/
endpoint_main.py 18 import endpoints
26 api = endpoints.api_server([
  /frameworks/base/core/java/android/hardware/usb/
UsbInterface.java 46 /** All endpoints of this interface, only null during creation */
127 * @return the number of endpoints
146 public void setEndpoints(Parcelable[] endpoints) {
147 mEndpoints = Preconditions.checkArrayElementsNotNull(endpoints, "endpoints");
174 Parcelable[] endpoints = in.readParcelableArray(UsbEndpoint.class.getClassLoader());
176 intf.setEndpoints(endpoints);
  /external/icu/icu4c/source/i18n/
number_patternstring.h 26 struct U_I18N_API Endpoints {
54 Endpoints prefixEndpoints;
55 Endpoints suffixEndpoints;
56 Endpoints paddingEndpoints;
69 static int32_t getLengthFromEndpoints(const Endpoints &endpoints);
115 const Endpoints &getEndpoints(int32_t flags) const;
124 void consumeAffix(Endpoints &endpoints, UErrorCode &status);

Completed in 495 milliseconds

1 2 3 4 5 6 7 8 91011>>