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

  /device/generic/goldfish/opengl/shared/OpenglOsUtils/
osProcessUnix.cpp 46 char *strStart = NULL;
65 if (!strStart) {
67 strStart = &tmpcmd[i];
77 else if (tmpcmd[i] == *strStart) {
78 t = strStart;
79 strStart = NULL;
  /sdk/emulator/opengl/shared/OpenglOsUtils/
osProcessUnix.cpp 46 char *strStart = NULL;
65 if (!strStart) {
67 strStart = &tmpcmd[i];
77 else if (tmpcmd[i] == *strStart) {
78 t = strStart;
79 strStart = NULL;
  /cts/suite/audio_quality/lib/src/task/
TaskCase.cpp 244 size_t strStart = 0;
254 matchStart = strStart + pmatch[1].rm_so;
255 matchEnd = strStart + pmatch[1].rm_eo;
256 translated.append(StringUtil::substr(orig, strStart, pmatch[1].rm_so - 1)); //-1 for $
266 LOGD("match found strStart %d, matchStart %d, matchEnd %d, converted str %s",
267 strStart, matchStart, matchEnd, translated.string());
269 strStart += pmatch[1].rm_eo;
  /external/webkit/Source/WebCore/platform/
KURL.cpp     [all...]
  /frameworks/base/tools/aapt/
ResourceTable.cpp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 

Completed in 85 milliseconds