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

  /external/skia/src/gpu/gl/
GrGLUtil.cpp 153 int extLength = strlen(ext);
157 if (n == extLength && 0 == strncmp(ext, extensionString, n)) {
  /frameworks/base/media/jni/mediaeditor/
VideoEditorPropertiesMain.cpp 339 M4OSA_UInt32 extLength = strlen((const char *)pExtension);
346 if ((3 == extLength) || (4 == extLength))
349 for (index = 0; index < extLength ; index++)
  /external/skia/src/utils/win/
SkWGL_win.cpp 22 int extLength = strlen(ext);
26 if (n == extLength && 0 == strncmp(ext, extensionString, n)) {
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.runtime.compatibility_3.2.100.v20100505.jar 

Completed in 68 milliseconds