Home
last modified time | relevance | path

Searched refs:objectStart (Results 1 – 8 of 8) sorted by relevance

/external/flatbuffers/lua/flatbuffers/
Dbuilder.lua30 local function vtableEqual(a, objectStart, b)
31 UOffsetT:EnforceNumber(objectStart)
39 local y = objectStart - elem
139 local objectStart = #self.bytes - objectOffset
140 self.bytes:Set(SOffsetT:Pack(self:Offset() - objectOffset),objectStart)
144 local objectStart = #self.bytes - objectOffset
145 self.head = objectStart
/external/flatbuffers/python/flatbuffers/
Dbuilder.py254 objectStart = SOffsetTFlags.py_type(len(self.Bytes) - objectOffset)
255 encode.Write(packer.soffset, self.Bytes, objectStart,
264 objectStart = SOffsetTFlags.py_type(len(self.Bytes) - objectOffset)
265 self.head = UOffsetTFlags.py_type(objectStart)
735 def vtableEqual(a, objectStart, b): argument
738 N.enforce_number(objectStart, N.UOffsetTFlags)
750 y = objectStart - elem
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/text/
DBidi.java2478 int objectStart, in reorderVisually() argument
2481 java.text.Bidi.reorderVisually(levels, levelStart, objects, objectStart, count); in reorderVisually()
/external/flatbuffers/go/
Dbuilder.go171 objectStart := SOffsetT(len(b.Bytes)) - SOffsetT(objectOffset)
172 WriteSOffsetT(b.Bytes[objectStart:],
181 objectStart := SOffsetT(len(b.Bytes)) - SOffsetT(objectOffset)
182 b.head = UOffsetT(objectStart)
571 func vtableEqual(a []UOffsetT, objectStart UOffsetT, b []byte) bool {
584 y := SOffsetT(objectStart) - SOffsetT(a[i])
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DBidi.java5682 int objectStart, in reorderVisually() argument
5689 System.arraycopy(objects, objectStart, temp, 0, count); in reorderVisually()
5691 objects[objectStart + i] = temp[indexMap[i]]; in reorderVisually()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DBidi.java5588 int objectStart, in reorderVisually() argument
5595 System.arraycopy(objects, objectStart, temp, 0, count); in reorderVisually()
5597 objects[objectStart + i] = temp[indexMap[i]]; in reorderVisually()
/external/deqp/external/vulkancts/modules/vulkan/multiview/
DvktMultiViewRenderTests.cpp2586 const size_t objectStart = objectNdx * m_verticesPerPrimitive; in createVertexData() local
2596 const float occludedObjectVertexXCoord = m_vertexCoord[objectStart + vertexNdx][0] * xRatio; in createVertexData()
2597 const float occludedObjectVertexYCoord = m_vertexCoord[objectStart + vertexNdx][1] * yRatio; in createVertexData()
2600 appendVertex(occludedObjectVertexCoord, m_vertexColor[objectStart + vertexNdx]); in createVertexData()
/external/cldr/tools/java/libs/
Dicu4j.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ ...