HomeSort by relevance Sort by last modified time
    Searched refs:location (Results 401 - 425 of 5941) sorted by null

<<11121314151617181920>>

  /cts/tests/tests/location/src/android/location/cts/asn1/supl2/ulp_version_2_parameter_extensions/
GanssRequestedGenericAssistanceDataList.java 17 package android.location.cts.asn1.supl2.ulp_version_2_parameter_extensions;
25 import android.location.cts.asn1.base.Asn1Null;
26 import android.location.cts.asn1.base.Asn1SequenceOf;
27 import android.location.cts.asn1.base.Asn1Tag;
28 import android.location.cts.asn1.base.BitStream;
29 import android.location.cts.asn1.base.BitStreamReader;
PosProtocolVersion3GPP2.java 17 package android.location.cts.asn1.supl2.ulp_version_2_parameter_extensions;
25 import android.location.cts.asn1.base.Asn1Null;
26 import android.location.cts.asn1.base.Asn1SequenceOf;
27 import android.location.cts.asn1.base.Asn1Tag;
28 import android.location.cts.asn1.base.BitStream;
29 import android.location.cts.asn1.base.BitStreamReader;
SatellitesListRelatedDataList.java 17 package android.location.cts.asn1.supl2.ulp_version_2_parameter_extensions;
25 import android.location.cts.asn1.base.Asn1Null;
26 import android.location.cts.asn1.base.Asn1SequenceOf;
27 import android.location.cts.asn1.base.Asn1Tag;
28 import android.location.cts.asn1.base.BitStream;
29 import android.location.cts.asn1.base.BitStreamReader;
  /cts/tests/tests/location/src/android/location/cts/asn1/supl2/ver2_ulp_components/
MCC.java 17 package android.location.cts.asn1.supl2.ver2_ulp_components;
25 import android.location.cts.asn1.base.Asn1Null;
26 import android.location.cts.asn1.base.Asn1SequenceOf;
27 import android.location.cts.asn1.base.Asn1Tag;
28 import android.location.cts.asn1.base.BitStream;
29 import android.location.cts.asn1.base.BitStreamReader;
MNC.java 17 package android.location.cts.asn1.supl2.ver2_ulp_components;
25 import android.location.cts.asn1.base.Asn1Null;
26 import android.location.cts.asn1.base.Asn1SequenceOf;
27 import android.location.cts.asn1.base.Asn1Tag;
28 import android.location.cts.asn1.base.BitStream;
29 import android.location.cts.asn1.base.BitStreamReader;
MeasResultListEUTRA.java 17 package android.location.cts.asn1.supl2.ver2_ulp_components;
25 import android.location.cts.asn1.base.Asn1Null;
26 import android.location.cts.asn1.base.Asn1SequenceOf;
27 import android.location.cts.asn1.base.Asn1Tag;
28 import android.location.cts.asn1.base.BitStream;
29 import android.location.cts.asn1.base.BitStreamReader;
MultipleLocationIds.java 17 package android.location.cts.asn1.supl2.ver2_ulp_components;
25 import android.location.cts.asn1.base.Asn1Null;
26 import android.location.cts.asn1.base.Asn1SequenceOf;
27 import android.location.cts.asn1.base.Asn1Tag;
28 import android.location.cts.asn1.base.BitStream;
29 import android.location.cts.asn1.base.BitStreamReader;
PolygonDescription.java 17 package android.location.cts.asn1.supl2.ver2_ulp_components;
25 import android.location.cts.asn1.base.Asn1Null;
26 import android.location.cts.asn1.base.Asn1SequenceOf;
27 import android.location.cts.asn1.base.Asn1Tag;
28 import android.location.cts.asn1.base.BitStream;
29 import android.location.cts.asn1.base.BitStreamReader;
ThirdParty.java 17 package android.location.cts.asn1.supl2.ver2_ulp_components;
25 import android.location.cts.asn1.base.Asn1Null;
26 import android.location.cts.asn1.base.Asn1SequenceOf;
27 import android.location.cts.asn1.base.Asn1Tag;
28 import android.location.cts.asn1.base.BitStream;
29 import android.location.cts.asn1.base.BitStreamReader;
WimaxNMRList.java 17 package android.location.cts.asn1.supl2.ver2_ulp_components;
25 import android.location.cts.asn1.base.Asn1Null;
26 import android.location.cts.asn1.base.Asn1SequenceOf;
27 import android.location.cts.asn1.base.Asn1Tag;
28 import android.location.cts.asn1.base.BitStream;
29 import android.location.cts.asn1.base.BitStreamReader;
  /external/bison/src/
muscle-tab.h 26 # include "location.h"
88 in addition, issue a synchronization line for the location LOC. */
90 void muscle_code_grow (const char *key, const char *value, location loc);
104 location loc);
122 void muscle_percent_define_insert (char const *variable, location variable_loc,
135 a Bison error. Otherwise, return its definition location in a form
139 location muscle_percent_define_get_loc (char const *variable);
143 that's a Bison error. Otherwise, return its definition location as a
186 void muscle_percent_code_grow (char const *qualifier, location qualifier_loc,
187 char const *code, location code_loc)
    [all...]
  /external/doclava/res/assets/templates/assets/
jquery-history.js 15 return msie.getDoc().location.hash;
21 d.location.hash = hash;
26 var hash = msie.iframe ? msie.getHash() : location.hash;
30 location.hash = currentHash;
43 location.hash = currentHash = hash;
71 currentHash = location.hash;
  /frameworks/base/services/core/java/com/android/server/location/
GeofenceState.java 18 package com.android.server.location;
21 import android.location.Geofence;
22 import android.location.Location;
36 private final Location mLocation;
58 mLocation = new Location("");
64 * Process a new location.
67 public int processLocation(Location location) {
68 mDistanceToCenter = mLocation.distanceTo(location);
    [all...]
  /frameworks/ml/nn/runtime/test/generated/vts_models/
avg_pool_float_2.model.cpp 12 .location = {.poolIndex = 0, .offset = 0, .length = 0},
21 .location = {.poolIndex = 0, .offset = 0, .length = 4},
30 .location = {.poolIndex = 0, .offset = 4, .length = 4},
39 .location = {.poolIndex = 0, .offset = 8, .length = 4},
48 .location = {.poolIndex = 0, .offset = 12, .length = 4},
57 .location = {.poolIndex = 0, .offset = 0, .length = 0},
avg_pool_float_3.model.cpp 12 .location = {.poolIndex = 0, .offset = 0, .length = 0},
21 .location = {.poolIndex = 0, .offset = 0, .length = 4},
30 .location = {.poolIndex = 0, .offset = 4, .length = 4},
39 .location = {.poolIndex = 0, .offset = 8, .length = 4},
48 .location = {.poolIndex = 0, .offset = 12, .length = 4},
57 .location = {.poolIndex = 0, .offset = 0, .length = 0},
avg_pool_float_4.model.cpp 12 .location = {.poolIndex = 0, .offset = 0, .length = 0},
21 .location = {.poolIndex = 0, .offset = 0, .length = 4},
30 .location = {.poolIndex = 0, .offset = 4, .length = 4},
39 .location = {.poolIndex = 0, .offset = 8, .length = 4},
48 .location = {.poolIndex = 0, .offset = 12, .length = 4},
57 .location = {.poolIndex = 0, .offset = 0, .length = 0},
avg_pool_quant8_2.model.cpp 12 .location = {.poolIndex = 0, .offset = 0, .length = 0},
21 .location = {.poolIndex = 0, .offset = 0, .length = 4},
30 .location = {.poolIndex = 0, .offset = 4, .length = 4},
39 .location = {.poolIndex = 0, .offset = 8, .length = 4},
48 .location = {.poolIndex = 0, .offset = 12, .length = 4},
57 .location = {.poolIndex = 0, .offset = 0, .length = 0},
avg_pool_quant8_3.model.cpp 12 .location = {.poolIndex = 0, .offset = 0, .length = 0},
21 .location = {.poolIndex = 0, .offset = 0, .length = 4},
30 .location = {.poolIndex = 0, .offset = 4, .length = 4},
39 .location = {.poolIndex = 0, .offset = 8, .length = 4},
48 .location = {.poolIndex = 0, .offset = 12, .length = 4},
57 .location = {.poolIndex = 0, .offset = 0, .length = 0},
local_response_norm_float_1.model.cpp 12 .location = {.poolIndex = 0, .offset = 0, .length = 0},
21 .location = {.poolIndex = 0, .offset = 0, .length = 4},
30 .location = {.poolIndex = 0, .offset = 4, .length = 4},
39 .location = {.poolIndex = 0, .offset = 8, .length = 4},
48 .location = {.poolIndex = 0, .offset = 12, .length = 4},
57 .location = {.poolIndex = 0, .offset = 0, .length = 0},
local_response_norm_float_2.model.cpp 12 .location = {.poolIndex = 0, .offset = 0, .length = 0},
21 .location = {.poolIndex = 0, .offset = 0, .length = 4},
30 .location = {.poolIndex = 0, .offset = 4, .length = 4},
39 .location = {.poolIndex = 0, .offset = 8, .length = 4},
48 .location = {.poolIndex = 0, .offset = 12, .length = 4},
57 .location = {.poolIndex = 0, .offset = 0, .length = 0},
local_response_norm_float_3.model.cpp 12 .location = {.poolIndex = 0, .offset = 0, .length = 0},
21 .location = {.poolIndex = 0, .offset = 0, .length = 4},
30 .location = {.poolIndex = 0, .offset = 4, .length = 4},
39 .location = {.poolIndex = 0, .offset = 8, .length = 4},
48 .location = {.poolIndex = 0, .offset = 12, .length = 4},
57 .location = {.poolIndex = 0, .offset = 0, .length = 0},
local_response_norm_float_4.model.cpp 12 .location = {.poolIndex = 0, .offset = 0, .length = 0},
21 .location = {.poolIndex = 0, .offset = 0, .length = 4},
30 .location = {.poolIndex = 0, .offset = 4, .length = 4},
39 .location = {.poolIndex = 0, .offset = 8, .length = 4},
48 .location = {.poolIndex = 0, .offset = 12, .length = 4},
57 .location = {.poolIndex = 0, .offset = 0, .length = 0},
max_pool_float_2.model.cpp 12 .location = {.poolIndex = 0, .offset = 0, .length = 0},
21 .location = {.poolIndex = 0, .offset = 0, .length = 4},
30 .location = {.poolIndex = 0, .offset = 4, .length = 4},
39 .location = {.poolIndex = 0, .offset = 8, .length = 4},
48 .location = {.poolIndex = 0, .offset = 12, .length = 4},
57 .location = {.poolIndex = 0, .offset = 0, .length = 0},
max_pool_float_3.model.cpp 12 .location = {.poolIndex = 0, .offset = 0, .length = 0},
21 .location = {.poolIndex = 0, .offset = 0, .length = 4},
30 .location = {.poolIndex = 0, .offset = 4, .length = 4},
39 .location = {.poolIndex = 0, .offset = 8, .length = 4},
48 .location = {.poolIndex = 0, .offset = 12, .length = 4},
57 .location = {.poolIndex = 0, .offset = 0, .length = 0},
max_pool_quant8_2.model.cpp 12 .location = {.poolIndex = 0, .offset = 0, .length = 0},
21 .location = {.poolIndex = 0, .offset = 0, .length = 4},
30 .location = {.poolIndex = 0, .offset = 4, .length = 4},
39 .location = {.poolIndex = 0, .offset = 8, .length = 4},
48 .location = {.poolIndex = 0, .offset = 12, .length = 4},
57 .location = {.poolIndex = 0, .offset = 0, .length = 0},

Completed in 4103 milliseconds

<<11121314151617181920>>