Home
last modified time | relevance | path

Searched refs:Types (Results 1 – 25 of 43) sorted by relevance

12

/packages/modules/GeoTZ/validation/geonames/src/main/java/com/android/timezone/location/validation/
DGeonamesComparison.java22 import com.android.timezone.location.validation.Types.KnownDifference;
23 import com.android.timezone.location.validation.Types.KnownDifferenceMismatch;
24 import com.android.timezone.location.validation.Types.KnownDifferences;
25 import com.android.timezone.location.validation.Types.Result;
26 import com.android.timezone.location.validation.Types.TestCaseId;
177 private static Types.KnownDifference createNewKnownDifference( in createNewKnownDifference()
179 return new Types.KnownDifference( in createNewKnownDifference()
180 testCaseId, referenceDataResult, actualResult, Types.KnownDifference.Type.UNKNOWN, in createNewKnownDifference()
196 public Map<TestCaseId, Types.KnownDifference> mutableKnownDifferencesMap = new HashMap<>();
197 public List<Types.KnownDifference> newKnownDifferences = new ArrayList<>();
[all …]
DTypes.java41 class Types { class
43 private Types() { in Types() method in Types
97 return Types.toProtoText(knownDifferencesProto); in toProtoText()
268 return Types.toProtoText(proto); in toProtoText()
/packages/modules/GeoTZ/data_pipeline/src/debug/java/com/android/timezone/location/data_pipeline/tools/
DPrintTzS2RangeStats.java19 import com.android.timezone.location.data_pipeline.steps.Types;
20 import com.android.timezone.location.data_pipeline.steps.Types.ProtoStorageFormat;
21 import com.android.timezone.location.data_pipeline.steps.Types.TzS2Range;
22 import com.android.timezone.location.data_pipeline.steps.Types.TzS2Ranges;
52 ProtoStorageFormat storageFormat = Types.DEFAULT_PROTO_STORAGE_FORMAT; in main()
DPrintTzS2CellUnionStats.java19 import com.android.timezone.location.data_pipeline.steps.Types;
20 import com.android.timezone.location.data_pipeline.steps.Types.ProtoStorageFormat;
21 import com.android.timezone.location.data_pipeline.steps.Types.TzS2CellUnion;
57 ProtoStorageFormat storageFormat = Types.DEFAULT_PROTO_STORAGE_FORMAT; in main()
/packages/modules/NeuralNetworks/common/types/include/nnapi/
DResult.h73 template <typename... Types>
74 inline detail::ErrorBuilder<std::decay_t<Types>...> error(Types&&... args) { in error()
75 return detail::ErrorBuilder<std::decay_t<Types>...>(std::forward<Types>(args)...); in error()
/packages/modules/GeoTZ/data_pipeline/src/main/proto/
Ds2_protos.proto24 // Types used for storing intermediate data in the reference time zone geolocation pipeline.
26 // The proto equivalent to Types.TzS2Polygons.
51 // The proto equivalent to Types.TzS2CellUnion.
59 // The proto equivalent to Types.TzS2Range.
69 // The proto equivalent to Types.TzS2Ranges.
/packages/modules/NeuralNetworks/tools/api/
Dgenerate_api.sh56 doit canonical $(dirname $0)/Types.t ${CANONICALDIR}/Types.h
68 check canonical $(dirname $0)/Types.t ${CANONICALDIR}/Types.h
DREADME.md3 There are certain pieces of `NeuralNetworksTypes.h`, `Types.h`,
32 * `--output OUTPUT` path to generated output file (such as `Types.h`)
41 `Types.h`, `OperandTypes.h`, and `OperationTypes.h`), `hal_1.0` (when generating
/packages/apps/Settings/src/com/android/settings/network/apn/
DApnNetworkTypes.kt24 private val Types = listOf( in <lambda>() constant
48 Types.map { type -> in <lambda>()
64 networkType = networkType or TelephonyManager.getBitMaskForNetworkType(Types[index]) in <lambda>()
/packages/modules/GeoTZ/data_pipeline/src/main/java/com/android/timezone/location/data_pipeline/steps/
DTzS2CellUnionsToTzS2Ranges.java21 import com.android.timezone.location.data_pipeline.steps.Types.Pair;
22 import com.android.timezone.location.data_pipeline.steps.Types.ProtoStorageFormat;
23 import com.android.timezone.location.data_pipeline.steps.Types.TzS2CellUnion;
24 import com.android.timezone.location.data_pipeline.steps.Types.TzS2Range;
25 import com.android.timezone.location.data_pipeline.steps.Types.TzS2Ranges;
116 ProtoStorageFormat protoStorageFormat = Types.DEFAULT_PROTO_STORAGE_FORMAT; in main()
DCreateTzS2ProtoDataFile.java21 import com.android.timezone.location.data_pipeline.steps.Types.ProtoStorageFormat;
22 import com.android.timezone.location.data_pipeline.steps.Types.TzS2Range;
23 import com.android.timezone.location.data_pipeline.steps.Types.TzS2Ranges;
91 ProtoStorageFormat inputStorageFormat = Types.DEFAULT_PROTO_STORAGE_FORMAT; in main()
DTzS2PolygonsToTzS2CellUnions.java21 import com.android.timezone.location.data_pipeline.steps.Types.Pair;
22 import com.android.timezone.location.data_pipeline.steps.Types.ProtoStorageFormat;
23 import com.android.timezone.location.data_pipeline.steps.Types.TzS2CellUnion;
24 import com.android.timezone.location.data_pipeline.steps.Types.TzS2Polygons;
118 ProtoStorageFormat protoStorageFormat = Types.DEFAULT_PROTO_STORAGE_FORMAT; in main()
DCanonicalizeTzS2Polygons.java21 import com.android.timezone.location.data_pipeline.steps.Types.ProtoStorageFormat;
22 import com.android.timezone.location.data_pipeline.steps.Types.TzS2Polygons;
133 ProtoStorageFormat storageFormat = Types.DEFAULT_PROTO_STORAGE_FORMAT; in main()
DMergeTzS2Ranges.java21 import com.android.timezone.location.data_pipeline.steps.Types.ProtoStorageFormat;
22 import com.android.timezone.location.data_pipeline.steps.Types.TzS2Range;
23 import com.android.timezone.location.data_pipeline.steps.Types.TzS2Ranges;
112 ProtoStorageFormat protoStorageFormat = Types.DEFAULT_PROTO_STORAGE_FORMAT; in main()
DTypes.java46 public final class Types { class
50 private Types() { in Types() method in Types
271 return Types.listFiles(dir, fileFilter); in listFiles()
392 return Types.listFiles(dir, fileFilter); in listFiles()
499 return Types.listFiles(dir, fileFilter); in listFiles()
DGeoJsonTzToTzS2Polygons.java23 import com.android.timezone.location.data_pipeline.steps.Types.ProtoStorageFormat;
24 import com.android.timezone.location.data_pipeline.steps.Types.TzS2Polygons;
138 ProtoStorageFormat protoStorageFormat = Types.DEFAULT_PROTO_STORAGE_FORMAT; in main()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/mcp/
DSearchRequest.java73 public static final class Types { class in SearchRequest
84 private Types() { in Types() method in SearchRequest.Types
/packages/modules/GeoTZ/data_pipeline/src/test/java/com/android/timezone/location/data_pipeline/steps/geojsontz_to_tzs2polygons/
DGeoJsonTzToTzS2PolygonsTest.java26 import com.android.timezone.location.data_pipeline.steps.Types.ProtoStorageFormat;
27 import com.android.timezone.location.data_pipeline.steps.Types.TzS2Polygons;
/packages/modules/GeoTZ/data_pipeline/src/test/java/com/android/timezone/location/data_pipeline/steps/tzs2polygons_tzs2cellunions/
DTzS2PolygonsToTzS2CellUnionsTest.java25 import com.android.timezone.location.data_pipeline.steps.Types.ProtoStorageFormat;
26 import com.android.timezone.location.data_pipeline.steps.Types.TzS2CellUnion;
/packages/modules/GeoTZ/data_pipeline/src/test/java/com/android/timezone/location/data_pipeline/steps/tzs2cellunions_to_tzs2ranges/
DTzS2CellUnionsToTzS2RangesTest.java25 import com.android.timezone.location.data_pipeline.steps.Types.ProtoStorageFormat;
26 import com.android.timezone.location.data_pipeline.steps.Types.TzS2Ranges;
/packages/modules/GeoTZ/data_pipeline/src/test/java/com/android/timezone/location/data_pipeline/steps/mergetzs2ranges/
DMergeTzS2RangesTest.java26 import com.android.timezone.location.data_pipeline.steps.Types.ProtoStorageFormat;
27 import com.android.timezone.location.data_pipeline.steps.Types.TzS2Ranges;
/packages/modules/GeoTZ/data_pipeline/src/test/java/com/android/timezone/location/data_pipeline/steps/canonicalizetzs2polygons/
DCanonicalizeTzS2PolygonsTest.java21 import static com.android.timezone.location.data_pipeline.steps.Types.DEFAULT_PROTO_STORAGE_FORMAT;
29 import com.android.timezone.location.data_pipeline.steps.Types.TzS2Polygons;
/packages/modules/NeuralNetworks/common/types/
DAndroid.bp60 "src/Types.cpp",
114 "src/Types.cpp",
/packages/apps/TV/libs/m2/
Djavac-shaded-9-dev-r4023-3.jarorg/openjdk/tools/sjavac/server/log/LoggingOutputStream.class LoggingOutputStream.java package ...
/packages/modules/GeoTZ/data_pipeline/src/test/java/com/android/timezone/location/data_pipeline/steps/createtzs2protodatafile/
DCreateTzS2ProtoDataFileTest.java26 import com.android.timezone.location.data_pipeline.steps.Types.ProtoStorageFormat;

12