OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:rm_so
(Results
76 - 90
of
90
) sorted by null
1
2
3
4
/ndk/sources/host-tools/ndk-stack/
ndk-stack-parser.c
215
fprintf(parser->out_handle, "%s\n", line + match.
rm_so
);
224
fprintf(parser->out_handle, "%s\n", line + match.
rm_so
);
246
return ParseFrame(parser, line + match.
rm_so
);
/cts/suite/audio_quality/lib/src/task/
TaskCase.cpp
254
matchStart = strStart + pmatch[1].
rm_so
;
256
translated.append(StringUtil::substr(orig, strStart, pmatch[1].
rm_so
- 1)); //-1 for $
/ndk/sources/host-tools/sed-4.2.1/lib/
regexec.c
245
start = pmatch[0].
rm_so
;
500
assert (pmatch[0].
rm_so
== start);
504
rval = pmatch[0].
rm_so
;
569
regs->start[i] = pmatch[i].
rm_so
;
913
pmatch[reg_idx].
rm_so
= pmatch[reg_idx].rm_eo = -1;
916
pmatch[0].
rm_so
= 0;
934
if (pmatch[reg_idx].
rm_so
!= -1)
939
pmatch[reg_idx].
rm_so
=
940
(pmatch[reg_idx].
rm_so
== mctx.input.valid_len
942
: mctx.input.offsets[pmatch[reg_idx].
rm_so
]);
[
all
...]
regex.h
549
regoff_t
rm_so
; /* Byte offset from string's start to substring's start. */
545
regoff_t
rm_so
; \/* Byte offset from string's start to substring's start. *\/
member in struct:__anon43040
/bionic/libc/upstream-netbsd/lib/libc/regex/
regex2.h
84
= regoff_t
rm_so
; // start of match
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
regex.h
468
regoff_t
rm_so
; /* Byte offset from string's start to substring's start. */
464
regoff_t
rm_so
; \/* Byte offset from string's start to substring's start. *\/
member in struct:__anon46320
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
regex.h
468
regoff_t
rm_so
; /* Byte offset from string's start to substring's start. */
464
regoff_t
rm_so
; \/* Byte offset from string's start to substring's start. *\/
member in struct:__anon48056
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/lib32/
libc-2.11.1.so
libc.so.6
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/lib32/
libc-2.11.1.so
libc.so.6
/prebuilts/ndk/5/platforms/android-8/arch-arm/usr/lib/
libc.so
/prebuilts/ndk/6/platforms/android-8/arch-arm/usr/lib/
libc.so
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/lib64/
libiberty.a
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/lib64/
libiberty.a
[
all
...]
Completed in 662 milliseconds
1
2
3
4