OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:atPos
(Results
1 - 6
of
6
) sorted by null
/frameworks/av/media/libstagefright/rtsp/
ARTSPConnection.cpp
155
ssize_t
atPos
= host->find("@");
157
if (
atPos
>= 0) {
160
AString userPass(*host, 0,
atPos
);
161
host->erase(0,
atPos
+ 1);
/frameworks/av/media/libstagefright/httplive/
M3UParser.cpp
982
ssize_t
atPos
= line.find("@", colonPos + 1);
985
if (
atPos
< 0) {
988
lenStr = AString(line, colonPos + 1,
atPos
- colonPos - 1);
1001
if (
atPos
>= 0) {
1002
AString offStr = AString(line,
atPos
+ 1, line.size() -
atPos
- 1);
[
all
...]
/packages/services/Telephony/src/com/android/phone/vvm/omtp/imap/
ImapHelper.java
284
int
atPos
= sender.indexOf('@');
285
if (
atPos
!= -1) {
287
sender = sender.substring(0,
atPos
);
/prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit-core-js/2.14/
htmlunit-core-js-2.14.jar
/prebuilts/tools/common/m2/repository/org/mozilla/rhino/1.7R3/
rhino-1.7R3.jar
/prebuilts/tools/common/m2/repository/net/sourceforge/pmd/pmd/5.1.1/
pmd-5.1.1.jar
Completed in 1251 milliseconds