OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sourcestr
(Results
1 - 8
of
8
) sorted by null
/cts/tests/tests/util/src/android/util/cts/
XmlEncodingTest.java
57
final String
sourceStr
= "<" + TAG_TEST + "><" + TAG_SON + " " + ATT_NAME + "=\"" + STR_ABC
76
Xml.parse(new ByteArrayInputStream(
sourceStr
.getBytes(STR_US_ASCII)),
108
Xml.parse(new ByteArrayInputStream(
sourceStr
.getBytes(STR_UTF_8)),
140
Xml.parse(new ByteArrayInputStream(
sourceStr
.getBytes(STR_UTF_16)),
172
Xml.parse(new ByteArrayInputStream(
sourceStr
.getBytes(STR_ISO_8859_1)),
XmlTest.java
84
final String
sourceStr
= "<" + TAG_TEST + "><" + TAG_SON + " " + ATT_NAME + "=\"" + STR_ABC
189
for (int i = 0; i <
sourceStr
.length(); i++) {
191
dout.write(
sourceStr
.charAt(i));
239
Xml.parse(new ByteArrayInputStream(
sourceStr
.getBytes(STR_US_ASCII)),
271
Xml.parse(new ByteArrayInputStream(
sourceStr
.getBytes(STR_UTF_8)),
303
Xml.parse(new ByteArrayInputStream(
sourceStr
.getBytes(STR_UTF_16)),
335
Xml.parse(new ByteArrayInputStream(
sourceStr
.getBytes(STR_ISO_8859_1)),
/external/chromium_org/third_party/icu/source/common/
caniter.cpp
67
CanonicalIterator::CanonicalIterator(const UnicodeString &
sourceStr
, UErrorCode &status) :
77
setSource(
sourceStr
, status);
/external/icu4c/common/
caniter.cpp
68
CanonicalIterator::CanonicalIterator(const UnicodeString &
sourceStr
, UErrorCode &status) :
78
setSource(
sourceStr
, status);
/external/chromium_org/third_party/skia/src/gpu/gl/
GrGLShaderBuilder.cpp
646
const GrGLchar*
sourceStr
= shaderSrc.c_str();
648
GR_GL_CALL(gli, ShaderSource(shaderId, 1, &
sourceStr
, &sourceLength));
[
all
...]
/external/skia/src/gpu/gl/
GrGLShaderBuilder.cpp
646
const GrGLchar*
sourceStr
= shaderSrc.c_str();
648
GR_GL_CALL(gli, ShaderSource(shaderId, 1, &
sourceStr
, &sourceLength));
[
all
...]
/external/v8/src/
log.cc
1006
SmartArrayPointer<char>
sourcestr
=
local
1015
*
sourcestr
,
[
all
...]
/external/chromium_org/v8/src/
log.cc
1475
SmartArrayPointer<char>
sourcestr
=
local
[
all
...]
Completed in 561 milliseconds