Searched defs:arraySize (Results 1 - 6 of 6) sorted by relevance

/packages/inputmethods/LatinIME/common/src/com/android/inputmethod/latin/common/
H A DCoordinateUtils.java54 public static int[] newCoordinateArray(final int arraySize) { argument
55 return new int[ELEMENT_SIZE * arraySize];
59 public static int[] newCoordinateArray(final int arraySize, argument
61 final int[] result = new int[ELEMENT_SIZE * arraySize];
62 for (int i = 0; i < arraySize; ++i) {
/packages/inputmethods/LatinIME/native/jni/src/utils/
H A Dchar_utils.h56 static AK_FORCE_INLINE int getCodePointCount(const int arraySize, const int *const codePoints) { argument
58 for (; size < arraySize; ++size) {
/packages/inputmethods/LatinIME/tools/make-keyboard-text/src/com/android/inputmethod/keyboard/tools/
H A DStringResourceMap.java95 public void setOutputArraySize(final int arraySize) { argument
96 mOutputArraySize = arraySize;
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/pt_common/
H A Ddynamic_pt_writing_utils.cpp41 if (!writePtNodeArraySizeAndAdvancePosition(buffer, 0 /* arraySize */, &writingPos)) {
55 BufferWithExtendableBuffer *const buffer, const size_t arraySize,
60 /*if (arraySize <= MAX_PTNODE_ARRAY_SIZE_TO_USE_SMALL_SIZE_FIELD) {
61 return buffer->writeUintAndAdvancePosition(arraySize, SMALL_PTNODE_ARRAY_SIZE_FIELD_SIZE,
64 if (arraySize <= MAX_PTNODE_ARRAY_SIZE) {
65 uint32_t data = arraySize | LARGE_PTNODE_ARRAY_SIZE_FIELD_SIZE_FLAG;
69 AKLOGI("PtNode array size cannot be written because arraySize is too large: %zd",
70 arraySize);
54 writePtNodeArraySizeAndAdvancePosition( BufferWithExtendableBuffer *const buffer, const size_t arraySize, int *const arraySizeFieldPos) argument
/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 839 milliseconds