HomeSort by relevance Sort by last modified time
    Searched full:toffset (Results 1 - 15 of 15) sorted by null

  /external/libvncserver/webclients/novnc/include/
playback.js 47 var frame, foffset, toffset, delay;
70 toffset = (new Date()).getTime() - istart_time;
71 delay = foffset - toffset;
  /external/apache-xml/src/main/java/org/apache/xml/utils/
XMLStringDefault.java 271 * @param toffset where to begin looking in the string.
274 * at index <code>toffset</code>; <code>false</code> otherwise.
275 * The result is <code>false</code> if <code>toffset</code> is
280 * this.subString(toffset).startsWith(prefix)
285 public boolean startsWith(String prefix, int toffset)
287 return m_str.startsWith(prefix, toffset);
295 * @param toffset where to begin looking in the string.
298 * at index <code>toffset</code>; <code>false</code> otherwise.
299 * The result is <code>false</code> if <code>toffset</code> is
304 * this.subString(toffset).startsWith(prefix
    [all...]
XMLString.java 226 * @param toffset where to begin looking in the string.
229 * at index <code>toffset</code>; <code>false</code> otherwise.
230 * The result is <code>false</code> if <code>toffset</code> is
235 * this.subString(toffset).startsWith(prefix)
240 public abstract boolean startsWith(String prefix, int toffset);
247 * @param toffset where to begin looking in the string.
250 * at index <code>toffset</code>; <code>false</code> otherwise.
251 * The result is <code>false</code> if <code>toffset</code> is
256 * this.subString(toffset).startsWith(prefix)
261 public abstract boolean startsWith(XMLString prefix, int toffset);
    [all...]
  /external/apache-xml/src/main/java/org/apache/xpath/objects/
XString.java 490 * @param toffset where to begin looking in the string.
493 * at index <code>toffset</code>; <code>false</code> otherwise.
494 * The result is <code>false</code> if <code>toffset</code> is
499 * this.subString(toffset).startsWith(prefix)
504 public boolean startsWith(String prefix, int toffset)
506 return str().startsWith(prefix, toffset);
533 * @param toffset where to begin looking in the string.
536 * at index <code>toffset</code>; <code>false</code> otherwise.
537 * The result is <code>false</code> if <code>toffset</code> is
542 * this.subString(toffset).startsWith(prefix
    [all...]
XStringForFSB.java 594 * @param toffset where to begin looking in the string.
597 * at index <code>toffset</code>; <code>false</code> otherwise.
598 * The result is <code>false</code> if <code>toffset</code> is
603 * this.subString(toffset).startsWith(prefix)
608 public boolean startsWith(XMLString prefix, int toffset)
612 int to = m_start + toffset;
617 // Note: toffset might be near -1>>>1.
618 if ((toffset < 0) || (toffset > m_length - pc))
  /libcore/luni/src/test/java/libcore/java/lang/
OldStringTest.java 141 assertFalse("Returned true for toffset+len is greater than the length.",
154 assertFalse("Returned true for toffset+len is greater than the length.",
  /external/skia/src/core/
SkReadBuffer.cpp 233 " data size: %d\n\tOffset: (%d, %d)\n",
  /external/fio/t/
dedupe.c 476 printf("\toffset %llu\n", (unsigned long long) e->offset);
  /external/linux-tools-perf/src/tools/perf/
builtin-probe.c 284 "\t\tOFF:\tOffset from function entry (in byte)\n"
  /external/mesa3d/src/mesa/main/
varray.c 857 const GLint toffset = 0; /* always zero */ local
994 (GLubyte *) pointer + toffset );
    [all...]
  /frameworks/base/core/java/android/text/
TextUtils.java 237 public static boolean regionMatches(CharSequence one, int toffset,
247 getChars(one, toffset, toffset + len, temp, 0);
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64BranchRelaxation.cpp 125 dbgs() << format("BB#%u\toffset=%08x\t", MBB.getNumber(), BBI.Offset)
  /external/mesa3d/src/gallium/drivers/radeon/
AMDILPeepholeOptimizer.cpp 565 dbgs() << "\toffset(E) = " << rhsMaskOffset << "\n";
    [all...]
  /hardware/ti/omap4-aah/domx/omx_core/inc/
OMX_TI_Video.h     [all...]
  /prebuilts/sdk/19/
android.jar 

Completed in 4509 milliseconds