/packages/services/Car/tests/obd2_test/src/com/android/car/obd2/test/ |
D | Utils.java | 33 static int[] concatIntArrays(int[]... arrays) { in concatIntArrays() argument 35 if (0 == arrays.length) return new int[] {}; in concatIntArrays() 36 if (1 == arrays.length) return arrays[0]; in concatIntArrays() 39 int totalSize = Arrays.stream(arrays).mapToInt((int[] array) -> array.length).sum(); in concatIntArrays() 40 int[] newArray = Arrays.copyOf(arrays[0], totalSize); in concatIntArrays() 41 int usedSize = arrays[0].length; in concatIntArrays() 42 for (int i = 1; i < arrays.length; ++i) { in concatIntArrays() 43 int[] array = arrays[i]; in concatIntArrays()
|
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/ |
D | BinaryDictEncoderUtils.java | 458 /* package */ static void checkFlatPtNodeArrayList(final ArrayList<PtNodeArray> arrays) { in checkFlatPtNodeArrayList() argument 461 for (final PtNodeArray ptNodeArray : arrays) { in checkFlatPtNodeArrayList()
|
/packages/apps/Test/connectivity/sl4n/rapidjson/doc/ |
D | tutorial.md | 45 …ON document can be any JSON value. In earlier RFC 4627, only objects or arrays were allowed as ro… 369 …h lacks allocator parameter. For string literals (or constant character arrays), simply passing t…
|
/packages/providers/CalendarProvider/src/com/android/providers/calendar/ |
D | CalendarProvider2.java | 1284 private static <T> T[] combine(T[]... arrays) { in combine() argument 1285 if (arrays.length == 0) { in combine() 1290 for (T[] array : arrays) { in combine() 1294 T[] finalArray = (T[]) (Array.newInstance(arrays[0].getClass().getComponentType(), in combine() 1298 for (T[] array : arrays) { in combine()
|
/packages/services/Telecomm/libs/ |
D | guava.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
/packages/services/Car/tests/BugReportApp/libs/ |
D | auto-value-1.5.2.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
/packages/apps/TV/libs/m2/ |
D | guava-28.0-android.jar | META-INF/MANIFEST.MF
META-INF/
META-INF/maven/
META- ... |
D | guava-28.0-jre.jar | META-INF/MANIFEST.MF
META-INF/
META-INF/maven/
META- ... |
D | auto-value-1.5.3.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
/packages/apps/Messaging/build/gcheckstyle/ |
D | google-style-checker_deploy.jar | META-INF/
META-INF/MANIFEST.MF
build-data.properties
com/
com ... |
/packages/apps/TV/libs/ |
D | google-java-format-1.7-all-deps.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
/packages/inputmethods/LatinIME/dictionaries/ |
D | en_GB_wordlist.combined.gz | 1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ... |
D | en_US_wordlist.combined.gz | 1dictionary=main:en_us,locale=en_US,description=English (US),date ... |
D | en_wordlist.combined.gz | 1dictionary=main:en,locale=en,description=English,date=1414726273, ... |
D | de_wordlist.combined.gz | 1dictionary=main:de,locale=de,description=Deutsch,date=1414726263, ... |