OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:commaPos
(Results
1 - 13
of
13
) sorted by null
/frameworks/av/media/libstagefright/
DataURISource.cpp
31
const char *
commaPos
= strrchr(uri, ',');
33
if (
commaPos
== NULL) {
39
AString tmp(&uri[5],
commaPos
- &uri[5]);
42
AString encoded(
commaPos
+ 1);
62
memcpy(buffer->data(),
commaPos
+ 1, dataLen);
/frameworks/av/media/libstagefright/rtsp/
APacketSource.cpp
132
ssize_t
commaPos
= val.find(",", start);
133
size_t end = (
commaPos
< 0) ? val.size() :
commaPos
;
158
if (
commaPos
< 0) {
162
start =
commaPos
+ 1;
/frameworks/base/tools/bit/
main.cpp
465
size_t
commaPos
;
467
commaPos
= arg.find(',', beginPos);
468
if (
commaPos
== string::npos) {
470
target->actions.push_back(string(arg, beginPos,
commaPos
));
474
if (
commaPos
!= beginPos) {
475
target->actions.push_back(string(arg, beginPos,
commaPos
-beginPos));
477
beginPos =
commaPos
+1;
[
all
...]
/external/v8/src/inspector/
v8-debugger.cc
97
size_t
commaPos
= dataString.find(",");
98
if (
commaPos
== String16::kNotFound) return 0;
99
size_t commaPos2 = dataString.find(",",
commaPos
+ 1);
101
return dataString.substring(
commaPos
+ 1, commaPos2 -
commaPos
- 1)
112
size_t
commaPos
= dataString.find(",");
113
if (
commaPos
== String16::kNotFound) return 0;
114
return dataString.substring(0,
commaPos
).toInteger();
[
all
...]
/frameworks/av/media/libstagefright/httplive/
M3UParser.cpp
441
ssize_t
commaPos
= -1;
443
while ((
commaPos
= codecs.find(",", offset)) >= 0) {
444
AString codec(codecs, offset,
commaPos
- offset);
451
offset =
commaPos
+ 1;
[
all
...]
/frameworks/av/media/libstagefright/wifi-display/source/
WifiDisplaySource.cpp
785
const char *
commaPos
= strchr(s, ',');
786
if (
commaPos
!= NULL) {
787
s =
commaPos
+ 1;
[
all
...]
/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/gradle-plugin/com/android/tools/external/com-intellij/uast/171.2455.10/
uast-171.2455.10.jar
/prebuilts/gradle-plugin/com/android/tools/external/com-intellij/uast/171.3780.107/
uast-171.3780.107.jar
/prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.0.0/
kotlin-compiler-embeddable-1.0.0.jar
/prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.0.2/
kotlin-compiler-embeddable-1.0.2.jar
/prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.0.5/
kotlin-compiler-embeddable-1.0.5.jar
Completed in 193 milliseconds