Home
last modified time | relevance | path

Searched refs:toffset (Results 1 – 25 of 28) sorted by relevance

12

/external/apache-xml/src/main/java/org/apache/xpath/objects/
DXString.java504 public boolean startsWith(String prefix, int toffset) in startsWith() argument
506 return str().startsWith(prefix, toffset); in startsWith()
547 public boolean startsWith(XMLString prefix, int toffset) in startsWith() argument
550 int to = toffset; in startsWith()
556 if ((toffset < 0) || (toffset > tlim - pc)) in startsWith()
DXStringForFSB.java608 public boolean startsWith(XMLString prefix, int toffset) in startsWith() argument
612 int to = m_start + toffset; in startsWith()
618 if ((toffset < 0) || (toffset > m_length - pc)) in startsWith()
/external/apache-xml/src/main/java/org/apache/xml/utils/
DXMLStringDefault.java285 public boolean startsWith(String prefix, int toffset) in startsWith() argument
287 return m_str.startsWith(prefix, toffset); in startsWith()
309 public boolean startsWith(XMLString prefix, int toffset) in startsWith() argument
311 return m_str.startsWith(prefix.toString(), toffset); in startsWith()
DXMLString.java240 public abstract boolean startsWith(String prefix, int toffset); in startsWith() argument
261 public abstract boolean startsWith(XMLString prefix, int toffset); in startsWith() argument
/external/mesa3d/src/gallium/drivers/r600/sb/
Dsb_valtable.cpp339 unsigned toffset = 0; in delete_all() local
345 toffset += aligned_elt_size; in delete_all()
346 if (toffset >= total_size) in delete_all()
/external/webrtc/webrtc/api/objctests/
DRTCSessionDescriptionTest.mm104 "a=extmap:2 urn:ietf:params:rtp-hdrext:toffset\r\n"
/external/deqp/external/vulkancts/framework/vulkan/
DvkStrUtilImpl.inl2770 s << "\toffset = " << value.offset << '\n';
2864 s << "\toffset = " << value.offset << '\n';
2968 s << "\toffset = " << value.offset << '\n';
2999 s << "\toffset = " << value.offset << '\n';
3074 s << "\toffset = " << value.offset << '\n';
3121 s << "\toffset = " << value.offset << '\n';
3197 s << "\toffset = " << value.offset << '\n';
3372 s << "\toffset = " << value.offset << '\n';
3489 s << "\toffset = " << value.offset << '\n';
3803 s << "\toffset = " << value.offset << '\n';
[all …]
/external/mesa3d/src/mesa/main/
Dvarray.c1662 const GLint toffset = 0; /* always zero */ in _mesa_InterleavedArrays() local
1799 (GLubyte *) pointer + toffset ); in _mesa_InterleavedArrays()
/external/e2fsprogs/po/
Duk.po5686 "\toffset=<offset to create the file system>\n"
5710 "\toffset=<відступ для створення файлової системи>\n"
Dsr.po5683 "\toffset=<offset to create the file system>\n"
5706 "\toffset=<померај за стварање система датотека>\n"
Dzh_CN.po5482 "\toffset=<offset to create the file system>\n"
5504 "\toffset=<文件系统的偏移量>\n"
Dpl.po5571 "\toffset=<offset to create the file system>\n"
5594 "\toffset=<przesunięcie systemu plików do utworzenia>\n"
Dsv.po5582 "\toffset=<offset to create the file system>\n"
5606 "\toffset=<avstånd att skapa filsystemet på>\n"
Des.po5755 "\toffset=<offset to create the file system>\n"
5778 "\toffset=<desplazamiento para crear el sistema de ficheros>\n"
Dcs.po5629 "\toffset=<offset to create the file system>\n"
5652 "\toffset=<pozice, na které vytvořit souborový systém>\n"
Dhu.po5663 "\toffset=<offset to create the file system>\n"
5687 "\toffset=<eltolás a fájlrendszer létrehozásához>\n"
Dca.po5663 "\toffset=<offset to create the file system>\n"
5686 "\toffset=<desplaçament per crear el sistema de fitxers>\n"
Dde.po5746 "\toffset=<offset to create the file system>\n"
5769 "\toffset=<Offset für das Dateisystem>\n"
Dvi.po5522 "\toffset=<offset to create the file system>\n"
5545 "\toffset=<vị trí tương đối để tạo hệ thống tập tin>\n"
De2fsprogs.pot5223 "\toffset=<offset to create the file system>\n"
Dfi.po5307 "\toffset=<offset to create the file system>\n"
Dms.po5526 "\toffset=<offset to create the file system>\n"
Dda.po5431 "\toffset=<offset to create the file system>\n"
Deo.po5463 "\toffset=<offset to create the file system>\n"
Did.po5579 "\toffset=<offset to create the file system>\n"

12