HomeSort by relevance Sort by last modified time
    Searched refs:sourceOffset (Results 1 - 10 of 10) sorted by null

  /external/protobuf/java/src/main/java/com/google/protobuf/micro/
ByteStringMicro.java 134 * @param sourceOffset offset within these bytes
138 public void copyTo(final byte[] target, final int sourceOffset,
141 System.arraycopy(bytes, sourceOffset, target, targetOffset, size);
  /external/protobuf/java/src/main/java/com/google/protobuf/
ByteString.java 186 * @param sourceOffset offset within these bytes
190 public void copyTo(final byte[] target, final int sourceOffset,
193 System.arraycopy(bytes, sourceOffset, target, targetOffset, size);
  /external/webkit/JavaScriptCore/bytecode/
CodeBlock.h 264 CodeBlock(ScriptExecutable* ownerExecutable, CodeType, PassRefPtr<SourceProvider>, unsigned sourceOffset, SymbolTable* symbolTable);
381 unsigned sourceOffset() const { return m_sourceOffset; }
570 GlobalCodeBlock(ScriptExecutable* ownerExecutable, CodeType codeType, PassRefPtr<SourceProvider> sourceProvider, unsigned sourceOffset, JSGlobalObject* globalObject)
571 : CodeBlock(ownerExecutable, codeType, sourceProvider, sourceOffset, &m_unsharedSymbolTable)
627 FunctionCodeBlock(FunctionExecutable* ownerExecutable, CodeType codeType, PassRefPtr<SourceProvider> sourceProvider, unsigned sourceOffset)
628 : CodeBlock(ownerExecutable, codeType, sourceProvider, sourceOffset, new SharedSymbolTable)
CodeBlock.cpp     [all...]
  /external/chromium/third_party/icu/source/i18n/
msgfmt.cpp     [all...]
  /external/icu4c/i18n/
msgfmt.cpp     [all...]
  /libcore/luni/src/main/native/
NativeConverter.cpp 102 jint* sourceOffset = &myData[0];
104 const jchar* mySource = uSource.get() + *sourceOffset;
110 *sourceOffset = (mySource - uSource.get()) - *sourceOffset;
154 jint* sourceOffset = &myData[0];
156 const char* mySource = reinterpret_cast<const char*>(uSource.get() + *sourceOffset);
162 *sourceOffset = mySource - reinterpret_cast<const char*>(uSource.get()) - *sourceOffset;
  /external/webkit/JavaScriptCore/bytecompiler/
BytecodeGenerator.h 210 divot -= m_codeBlock->sourceOffset();
  /frameworks/base/core/jni/
android_opengl_GLES20.cpp     [all...]
  /frameworks/base/opengl/java/android/opengl/
GLES20.java     [all...]

Completed in 179 milliseconds