HomeSort by relevance Sort by last modified time
    Searched refs:rm_so (Results 1 - 25 of 79) sorted by null

1 2 3 4

  /cts/suite/audio_quality/lib/src/audio/
AudioHardware.cpp 56 pmatch[0].rm_so, pmatch[0].rm_eo,
57 pmatch[1].rm_so, pmatch[1].rm_eo,
58 pmatch[2].rm_so, pmatch[2].rm_eo);
60 if (pmatch[1].rm_so == -1) {
63 if (pmatch[2].rm_so == -1) {
66 android::String8 product = StringUtil::substr(resultStr, pmatch[1].rm_so,
67 pmatch[1].rm_eo - pmatch[1].rm_so);
69 android::String8 cardNumber = StringUtil::substr(resultStr, pmatch[2].rm_so,
70 pmatch[2].rm_eo - pmatch[2].rm_so);
  /external/libmicrohttpd/src/examples/
mhd2spdy_structures.c 88 asprintf(&((*uri)->scheme), "%.*s",pmatch[2].rm_eo - pmatch[2].rm_so, &full_uri[pmatch[2].rm_so]);
89 asprintf(&((*uri)->host_and_port), "%.*s",pmatch[4].rm_eo - pmatch[4].rm_so, &full_uri[pmatch[4].rm_so]);
90 asprintf(&((*uri)->path), "%.*s",pmatch[5].rm_eo - pmatch[5].rm_so, &full_uri[pmatch[5].rm_so]);
91 asprintf(&((*uri)->path_and_more), "%.*s",pmatch[9].rm_eo - pmatch[5].rm_so, &full_uri[pmatch[5].rm_so]);
92 asprintf(&((*uri)->query), "%.*s",pmatch[7].rm_eo - pmatch[7].rm_so, &full_uri[pmatch[7].rm_so]);
    [all...]
  /external/mesa3d/src/gallium/drivers/r300/compiler/tests/
rc_test_helpers.c 32 return matches[index].rm_eo - matches[index].rm_so;
57 matches[i].rm_so, matches[i].rm_eo);
106 tokens.Negate.String = src_str + matches[1].rm_so;
108 tokens.Abs.String = src_str + matches[2].rm_so;
110 tokens.File.String = src_str + matches[3].rm_so;
112 tokens.Index.String = src_str + matches[4].rm_so;
114 tokens.Swizzle.String = src_str + matches[5].rm_so;
232 tokens.File.String = dst_str + matches[1].rm_so;
234 tokens.Index.String = dst_str + matches[2].rm_so;
236 tokens.WriteMask.String = dst_str + matches[3].rm_so;
    [all...]
  /external/toybox/toys/posix/
grep.c 134 matches.rm_so = (s-line);
144 if (matches.rm_so || line[matches.rm_eo]) rc = 1;
149 if ((start+matches.rm_so)!=line) {
150 c = start[matches.rm_so-1];
158 start += matches.rm_so+1;
167 else if (!matches.rm_so) {
170 } else matches.rm_eo = matches.rm_so;
175 matches.rm_so = 0;
193 if (matches.rm_eo == matches.rm_so)
198 ((toys.optflags & FLAG_o) ? matches.rm_so : 0)
    [all...]
  /external/llvm/lib/Support/
Regex.cpp 65 pm[0].rm_so = 0;
84 if (pm[i].rm_so == -1) {
89 assert(pm[i].rm_eo >= pm[i].rm_so);
90 Matches->push_back(StringRef(String.data()+pm[i].rm_so,
91 pm[i].rm_eo-pm[i].rm_so));
regex_impl.h 44 llvm_regoff_t rm_so; /* start of match */ member in struct:__anon17506
  /system/core/toolbox/upstream-netbsd/usr.bin/grep/
fastgrep.c 210 if (pmatch->rm_so == (ssize_t)len)
213 if (fg->bol && pmatch->rm_so != 0) {
214 pmatch->rm_so = len;
233 pmatch->rm_so = j;
244 pmatch->rm_so = j - fg->len;
256 j = pmatch->rm_so;
259 pmatch->rm_so = j;
  /system/keymaster/
keymaster_configuration.cpp 54 if (match.rm_so == -1)
57 size_t len = match.rm_eo - match.rm_so;
58 std::string s(expression + match.rm_so, len);
  /bionic/libc/include/
regex.h 57 regoff_t rm_so; /* start of match */ member in struct:__anon207
  /bionic/tests/
regex_test.cpp 45 ASSERT_EQ(1, matches[0].rm_so);
  /development/ndk/platforms/android-21/include/
regex.h 56 regoff_t rm_so; /* start of match */ member in struct:__anon2156
  /development/ndk/platforms/android-8/include/
regex.h 56 regoff_t rm_so; /* start of match */ member in struct:__anon2555
  /ndk/sources/host-tools/ndk-stack/regex/
regex.h 60 regoff_t rm_so; /* start of match */ member in struct:__anon35810
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/
regex.h 56 regoff_t rm_so; /* start of match */ member in struct:__anon45178
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/
regex.h 56 regoff_t rm_so; /* start of match */ member in struct:__anon45631
  /prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/
regex.h 56 regoff_t rm_so; /* start of match */ member in struct:__anon46086
  /prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/
regex.h 56 regoff_t rm_so; /* start of match */ member in struct:__anon46494
  /prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/
regex.h 56 regoff_t rm_so; /* start of match */ member in struct:__anon46954
  /prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/
regex.h 56 regoff_t rm_so; /* start of match */ member in struct:__anon47416
  /prebuilts/ndk/current/platforms/android-14/arch-arm/usr/include/
regex.h 56 regoff_t rm_so; /* start of match */ member in struct:__anon47826
  /prebuilts/ndk/current/platforms/android-14/arch-mips/usr/include/
regex.h 56 regoff_t rm_so; /* start of match */ member in struct:__anon48288
  /prebuilts/ndk/current/platforms/android-14/arch-x86/usr/include/
regex.h 56 regoff_t rm_so; /* start of match */ member in struct:__anon48752
  /prebuilts/ndk/current/platforms/android-15/arch-arm/usr/include/
regex.h 56 regoff_t rm_so; /* start of match */ member in struct:__anon49162
  /prebuilts/ndk/current/platforms/android-15/arch-mips/usr/include/
regex.h 56 regoff_t rm_so; /* start of match */ member in struct:__anon49624
  /prebuilts/ndk/current/platforms/android-15/arch-x86/usr/include/
regex.h 56 regoff_t rm_so; /* start of match */ member in struct:__anon50088

Completed in 2002 milliseconds

1 2 3 4