Searched refs:indicies (Results 1 - 6 of 6) sorted by relevance
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/breakiter/ |
H A D | LSTMBreakEngine.java | 154 List<Integer> offsets, List<Integer> indicies); in vectorize() 168 List<Integer> offsets, List<Integer> indicies) { in vectorize() 174 indicies.add(getIndex(String.valueOf(c))); in vectorize() 198 List<Integer> offsets, List<Integer> indicies) { in vectorize() 206 indicies.add(index); in vectorize() 353 List<Integer> indicies = new ArrayList<Integer>(rangeEnd - rangeStart); in divideUpDictionaryRange() 355 fVectorizer.vectorize(fIter, rangeStart, rangeEnd, offsets, indicies); in divideUpDictionaryRange() 361 int inputSeqLength = indicies.size(); in divideUpDictionaryRange() 375 this.fData.fEmbedding[indicies.get(i)], in divideUpDictionaryRange() 388 this.fData.fEmbedding[indicies in divideUpDictionaryRange() 153 vectorize(CharacterIterator fIter, int rangeStart, int rangeEnd, List<Integer> offsets, List<Integer> indicies) vectorize() argument 167 vectorize(CharacterIterator fIter, int rangeStart, int rangeEnd, List<Integer> offsets, List<Integer> indicies) vectorize() argument 197 vectorize(CharacterIterator text, int startPos, int endPos, List<Integer> offsets, List<Integer> indicies) vectorize() argument [all...] |
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_buffer/ |
H A D | esextcTextureBufferActiveUniformValidation.cpp | 313 std::vector<glw::GLuint> indicies(n_active_uniforms); in iterate() 318 indicies[i] = i; in iterate() 321 gl.getActiveUniformsiv(m_po_id, n_active_uniforms, &indicies[0], GL_UNIFORM_TYPE, &types[0]); in iterate()
|
H A D | esextcTextureBufferOperations.cpp | 257 glw::GLfloat indicies[] = { 0.f, 0.f, static_cast<glw::GLfloat>(m_n_vectors_in_buffer_texture) * 1.f, in initSecondPhase() local 267 gl.bufferData(GL_ARRAY_BUFFER, sizeof(indicies), indicies, GL_STATIC_DRAW); in initSecondPhase()
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | RobustBufferAccessBehaviorTest.cpp | 202 const std::array<GLushort, 12> indicies{ in TEST_P() 209 glBufferData(GL_ELEMENT_ARRAY_BUFFER, sizeof(indicies), indicies.data(), GL_STATIC_DRAW); in TEST_P()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/ |
H A D | vktDrawInstancedTests.cpp | 781 const rr::DrawIndices indicies(m_indexes.data()); in iterate() 783 const rr::PrimitiveList primitives = rr::PrimitiveList(mapVkPrimitiveTopology(m_params.topology), (int)m_indexes.size(), indicies); in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/ |
H A D | vktDrawInstancedTests.cpp | 763 const rr::DrawIndices indicies(m_indexes.data()); in iterate() 765 const rr::PrimitiveList primitives = rr::PrimitiveList(mapVkPrimitiveTopology(m_params.topology), (int)m_indexes.size(), indicies); in iterate()
|
Completed in 8 milliseconds