Searched refs:arrays (Results 1 - 4 of 4) sorted by relevance

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/
H A DBinaryDictEncoderUtils.java356 * Initializes the cached addresses of node arrays and their containing nodes from their size.
358 * @param flatNodes the list of node arrays.
379 * Updates the cached addresses of node arrays after recomputing their new positions.
381 * @param flatNodes the list of node arrays.
393 * Compute the addresses and sizes of an ordered list of PtNode arrays.
395 * This method takes a list of PtNode arrays and will update their cached address and size
397 * PtNode arrays can be given the addresses of its children and attributes, and store that into
403 * @param flatNodes the ordered list of PtNode arrays
451 * This method checks a list of PtNode arrays for juxtaposition, that is, it will do
456 * @param arrays th
458 checkFlatPtNodeArrayList(final ArrayList<PtNodeArray> arrays) argument
[all...]
/packages/providers/CalendarProvider/src/com/android/providers/calendar/
H A DCalendarProvider2.java1118 * Combine a set of arrays in the order they are passed in. All arrays must
1121 private static <T> T[] combine(T[]... arrays) { argument
1122 if (arrays.length == 0) {
1127 for (T[] array : arrays) {
1131 T[] finalArray = (T[]) (Array.newInstance(arrays[0].getClass().getComponentType(),
1135 for (T[] array : arrays) {
/packages/services/Telecomm/libs/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/util/ ...
/packages/apps/Messaging/build/gcheckstyle/
H A Dgoogle-style-checker_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com/google/ com/google/ ...

Completed in 117 milliseconds