/external/libphonenumber/internal/prefixmapper/src/com/google/i18n/phonenumbers/prefixmapper/ |
D | FlyweightMapStorage.java | 201 int wordIndex = index * wordSize; in readExternalWord() local 203 outputBuffer.putShort(wordIndex, objectInput.readShort()); in readExternalWord() 205 outputBuffer.putInt(wordIndex, objectInput.readInt()); in readExternalWord() 221 int wordIndex = index * wordSize; in writeExternalWord() local 223 objectOutput.writeShort(inputBuffer.getShort(wordIndex)); in writeExternalWord() 225 objectOutput.writeInt(inputBuffer.getInt(wordIndex)); in writeExternalWord() 240 int wordIndex = index * wordSize; in readWordFromBuffer() local 241 return wordSize == SHORT_NUM_BYTES ? buffer.getShort(wordIndex) : buffer.getInt(wordIndex); in readWordFromBuffer() 256 int wordIndex = index * wordSize; in storeWordInBuffer() local 258 buffer.putShort(wordIndex, (short) value); in storeWordInBuffer() [all …]
|
/external/libphonenumber/repackaged/internal/prefixmapper/src/com/android/i18n/phonenumbers/prefixmapper/ |
D | FlyweightMapStorage.java | 202 int wordIndex = index * wordSize; in readExternalWord() local 204 outputBuffer.putShort(wordIndex, objectInput.readShort()); in readExternalWord() 206 outputBuffer.putInt(wordIndex, objectInput.readInt()); in readExternalWord() 222 int wordIndex = index * wordSize; in writeExternalWord() local 224 objectOutput.writeShort(inputBuffer.getShort(wordIndex)); in writeExternalWord() 226 objectOutput.writeInt(inputBuffer.getInt(wordIndex)); in writeExternalWord() 241 int wordIndex = index * wordSize; in readWordFromBuffer() local 242 return wordSize == SHORT_NUM_BYTES ? buffer.getShort(wordIndex) : buffer.getInt(wordIndex); in readWordFromBuffer() 257 int wordIndex = index * wordSize; in storeWordInBuffer() local 259 buffer.putShort(wordIndex, (short) value); in storeWordInBuffer() [all …]
|
/external/deqp-deps/SPIRV-Tools/source/ |
D | opcode.cpp | 170 for (uint16_t wordIndex = 0; wordIndex < wordCount; ++wordIndex) { in spvInstructionCopy() local 171 pInst->words[wordIndex] = spvFixWord(words[wordIndex], endian); in spvInstructionCopy() 172 if (!wordIndex) { in spvInstructionCopy() 175 spvOpcodeSplit(pInst->words[wordIndex], &thisWordCount, &thisOpcode); in spvInstructionCopy()
|
/external/swiftshader/third_party/SPIRV-Tools/source/ |
D | opcode.cpp | 170 for (uint16_t wordIndex = 0; wordIndex < wordCount; ++wordIndex) { in spvInstructionCopy() local 171 pInst->words[wordIndex] = spvFixWord(words[wordIndex], endian); in spvInstructionCopy() 172 if (!wordIndex) { in spvInstructionCopy() 175 spvOpcodeSplit(pInst->words[wordIndex], &thisWordCount, &thisOpcode); in spvInstructionCopy()
|
/external/cldr/tools/java/org/unicode/cldr/tool/ |
D | CLDRFilePseudolocalizer.java | 187 int wordIndex = 0; in end() local 189 String word = NUMBERS[wordIndex++ % NUMBERS.length]; in end()
|
/external/skia/src/sfnt/ |
D | SkOTTable_glyf.h | 193 } wordIndex; member
|
/external/skqp/src/sfnt/ |
D | SkOTTable_glyf.h | 193 } wordIndex; member
|
/external/mesa3d/include/GL/ |
D | glext.h | 10168 …AMBUFFERPARAMETERSFVNVPROC) (GLenum target, GLuint bindingIndex, GLuint wordIndex, GLsizei count, … 10169 …MBUFFERPARAMETERSIIVNVPROC) (GLenum target, GLuint bindingIndex, GLuint wordIndex, GLsizei count, … 10170 …BUFFERPARAMETERSIUIVNVPROC) (GLenum target, GLuint bindingIndex, GLuint wordIndex, GLsizei count, … 10172 …ProgramBufferParametersfvNV (GLenum target, GLuint bindingIndex, GLuint wordIndex, GLsizei count, … 10173 …rogramBufferParametersIivNV (GLenum target, GLuint bindingIndex, GLuint wordIndex, GLsizei count, … 10174 …ogramBufferParametersIuivNV (GLenum target, GLuint bindingIndex, GLuint wordIndex, GLsizei count, …
|
/external/swiftshader/include/GL/ |
D | glext.h | 10210 …AMBUFFERPARAMETERSFVNVPROC) (GLenum target, GLuint bindingIndex, GLuint wordIndex, GLsizei count, … 10211 …MBUFFERPARAMETERSIIVNVPROC) (GLenum target, GLuint bindingIndex, GLuint wordIndex, GLsizei count, … 10212 …BUFFERPARAMETERSIUIVNVPROC) (GLenum target, GLuint bindingIndex, GLuint wordIndex, GLsizei count, … 10214 …ProgramBufferParametersfvNV (GLenum target, GLuint bindingIndex, GLuint wordIndex, GLsizei count, … 10215 …rogramBufferParametersIivNV (GLenum target, GLuint bindingIndex, GLuint wordIndex, GLsizei count, … 10216 …ogramBufferParametersIuivNV (GLenum target, GLuint bindingIndex, GLuint wordIndex, GLsizei count, …
|
/external/kotlinc/lib/ |
D | kotlin-compiler.jar | META-INF/MANIFEST.MF
org/jetbrains/kotlin/utils/JavaSdkUtil.class
JavaSdkUtil ... |