Searched defs:lat (Results 1 - 18 of 18) sorted by relevance

/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowGeoPoint.java13 private int lat; field in class:ShadowGeoPoint
16 public void __constructor__(int lat, int lng) { argument
17 this.lat = lat;
23 return lat;
41 if (lat != that.lat) return false;
49 int result = lat;
57 "lat=" + fromE6(lat)
[all...]
H A DShadowGeocoder.java99 * @param lat latitude for simulated response
102 public void setSimulatedLatLong(double lat, double lng) { argument
103 this.simulatedLatitude = lat;
/external/blktrace/btt/
H A Dplat.c70 double lat = TO_SEC(latency); local
78 pp->tl = lat;
87 pp->tl = lat;
91 pp->tl += lat;
/external/tcpdump/
H A Dprint-geonet.c87 uint32_t lat, lon; local
95 lat = EXTRACT_32BITS(bp+12);
96 ND_PRINT((ndo, "lat:%d ", lat));
/external/icu/icu4c/source/i18n/
H A Dastro.h83 * @param lat The ecliptic latitude, measured in radians.
87 Ecliptic(double lat = 0, double lon = 0) {
88 latitude = lat;
94 * @param lat The ecliptic latitude, measured in radians.
98 void set(double lat, double lon) { argument
99 latitude = lat;
/external/tensorflow/tensorflow/core/distributed_runtime/
H A Dmaster.cc101 int64 lat = entry.second->last_access_time_usec(); local
102 if (static_cast<int64>(env->NowMicros()) - lat > num_micros) {
/external/blktrace/btt/doc/
H A Dbtt.tex465 section~\ref{sec:lat}.
676 \newpage\section{\label{sec:lat}\label{sec:lat-q2d}\label{sec:lat-q2c}\label{sec:lat-d2c}Latency Data Files}
913 discussed in section~\ref{sec:lat-d2c}.
957 discussed in section~\ref{sec:lat-q2c}.
1114 discussed in section~\ref{sec:lat-q2d}.
/external/icu/android_icu4j/src/main/java/android/icu/impl/
H A DCalendarAstronomer.java947 // // sin(h0) - sin(lat) * sin(Dec)
949 // // cos(lat) * cos(Dec)
954 // // cos(HA0) = - tan(lat) * tan(Dec)
1502 * @param lat The ecliptic latitude, measured in radians.
1506 public Ecliptic(double lat, double lon) { argument
1507 latitude = lat;
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DCalendarAstronomer.java945 // // sin(h0) - sin(lat) * sin(Dec)
947 // // cos(lat) * cos(Dec)
952 // // cos(HA0) = - tan(lat) * tan(Dec)
1500 * @param lat The ecliptic latitude, measured in radians.
1504 public Ecliptic(double lat, double lon) { argument
1505 latitude = lat;
/external/autotest/client/tests/aiostress/
H A Daio-stress.c289 struct io_latency *lat)
296 if (delta > lat->max)
297 lat->max = delta;
298 if (!lat->min || delta < lat->min)
299 lat->min = delta;
300 lat->total_io++;
301 lat->total_lat += delta;
304 lat->deviations[i]++;
418 static void print_lat(char *str, struct io_latency *lat) { argument
288 calc_latency(struct timeval *start_tv, struct timeval *stop_tv, struct io_latency *lat) argument
437 struct io_latency *lat = &t->io_submit_latency; local
443 struct io_latency *lat = &t->io_completion_latency; local
[all...]
/external/fio/
H A Dgclient.c828 static GtkWidget *gfio_output_lat_buckets(double *lat, const char **labels, argument
864 if (lat[i] <= 0.0)
867 sprintf(fbuf, "%3.2f%%", lat[i]);
875 static struct graph *setup_lat_bucket_graph(const char *title, double *lat, argument
892 graph_add_data(g, l, lat[i]);
/external/ltp/testcases/kernel/io/ltp-aiodio/
H A Daio-stress.c291 struct io_latency *lat)
298 if (delta > lat->max)
299 lat->max = delta;
300 if (!lat->min || delta < lat->min)
301 lat->min = delta;
302 lat->total_io++;
303 lat->total_lat += delta;
306 lat->deviations[i]++;
429 static void print_lat(char *str, struct io_latency *lat) argument
290 calc_latency(struct timeval *start_tv, struct timeval *stop_tv, struct io_latency *lat) argument
450 struct io_latency *lat = &t->io_submit_latency; local
456 struct io_latency *lat = &t->io_completion_latency; local
[all...]
/external/robolectric/v3/runtime/
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...

Completed in 1732 milliseconds