HomeSort by relevance Sort by last modified time
    Searched refs:strStart (Results 1 - 7 of 7) sorted by 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/libcxxabi/src/Unwind/
DwarfParser.hpp 290 pint_t strStart = p;
304 if (addressSpace.get8(strStart) == 'z') {
307 for (pint_t s = strStart; addressSpace.get8(s) != '\0'; ++s) {
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
DwarfParser.hpp 290 pint_t strStart = p;
304 if (addressSpace.get8(strStart) == 'z') {
307 for (pint_t s = strStart; addressSpace.get8(s) != '\0'; ++s) {
  /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 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.jdt.core/3.9.1.v20130905-0837/
org.eclipse.jdt.core-3.9.1.v20130905-0837.jar 

Completed in 652 milliseconds