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

  /frameworks/native/opengl/tools/glgen/stubs/gles11/
glGetShaderSource.java 9 int sourceOffset
glGetShaderSource.cpp 4 (JNIEnv *_env, jobject _this, jint shader, jint bufsize, jintArray length_ref, jint lengthOffset, jbyteArray source_ref, jint sourceOffset) {
38 if (sourceOffset < 0) {
41 _exceptionMessage = "sourceOffset < 0";
44 _sourceRemaining = _env->GetArrayLength(source_ref) - sourceOffset;
47 source = source_base + sourceOffset;
  /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);
  /libcore/luni/src/main/native/
libcore_icu_NativeConverter.cpp 120 jint* sourceOffset = &myData[0];
122 const jchar* mySource = uSource.get() + *sourceOffset;
128 *sourceOffset = (mySource - uSource.get()) - *sourceOffset;
175 jint* sourceOffset = &myData[0];
177 const char* mySource = reinterpret_cast<const char*>(uSource.get() + *sourceOffset);
183 *sourceOffset = mySource - reinterpret_cast<const char*>(uSource.get()) - *sourceOffset;
  /external/icu4c/i18n/
msgfmt.cpp     [all...]
choicfmt.cpp 553 const UnicodeString &source, int32_t sourceOffset) {
562 if (length != 0 && 0 != source.compare(sourceOffset, length, msgString, prevIndex, length)) {
  /external/webkit/Source/JavaScriptCore/bytecode/
CodeBlock.h 206 CodeBlock(ScriptExecutable* ownerExecutable, CodeType, JSGlobalObject*, PassRefPtr<SourceProvider>, unsigned sourceOffset, SymbolTable* symbolTable, bool isConstructor);
333 unsigned sourceOffset() const { return m_sourceOffset; }
570 GlobalCodeBlock(ScriptExecutable* ownerExecutable, CodeType codeType, JSGlobalObject* globalObject, PassRefPtr<SourceProvider> sourceProvider, unsigned sourceOffset)
571 : CodeBlock(ownerExecutable, codeType, globalObject, sourceProvider, sourceOffset, &m_unsharedSymbolTable, false)
616 FunctionCodeBlock(FunctionExecutable* ownerExecutable, CodeType codeType, JSGlobalObject* globalObject, PassRefPtr<SourceProvider> sourceProvider, unsigned sourceOffset, bool isConstructor)
617 : CodeBlock(ownerExecutable, codeType, globalObject, sourceProvider, sourceOffset, SharedSymbolTable::create().leakRef(), isConstructor)
CodeBlock.cpp     [all...]
  /external/icu4c/common/
ucnv_ct.c 470 int32_t sourceOffset = 0;
518 sourceOffset = uprv_strlen((char*)escSeqCompoundText[currentState]) - args->converter->toULength;
520 mySource += sourceOffset;
538 sourceOffset = findNextEsc(mySource, mySourceLimit);
540 tmpSourceLimit = mySource + sourceOffset;
  /external/icu4c/i18n/unicode/
choicfmt.h 592 * against the source string starting at sourceOffset.
598 const UnicodeString &source, int32_t sourceOffset);
  /external/webkit/Source/JavaScriptCore/bytecompiler/
BytecodeGenerator.h 234 divot -= m_codeBlock->sourceOffset();
  /frameworks/base/opengl/java/android/opengl/
GLES20.java     [all...]
  /frameworks/base/core/jni/
android_opengl_GLES20.cpp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 2109 milliseconds