OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sourcestr
(Results
1 - 9
of
9
) sorted by null
/external/skia/src/gpu/gl/builders/
GrGLShaderStringBuilder.cpp
37
const GrGLchar*
sourceStr
= prettySource.c_str();
39
GR_GL_CALL(gli, ShaderSource(shaderId, 1, &
sourceStr
, &sourceLength));
/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)),
/frameworks/compile/libbcc/tools/bcc/
Main.cpp
175
std::string
sourceStr
= s.substr(0, found);
178
std::cerr << "source " <<
sourceStr
<< ", slot " << slotStr << std::endl;
180
int source = std::stoi(
sourceStr
);
/external/chromium-trace/catapult/third_party/Paste/paste/util/
PySourceColor.py
[
all
...]
/external/icu/icu4c/source/common/
caniter.cpp
68
CanonicalIterator::CanonicalIterator(const UnicodeString &
sourceStr
, UErrorCode &status) :
78
setSource(
sourceStr
, status);
/external/deqp/modules/glshared/
glsLifetimeTests.cpp
430
const char* const
sourceStr
= source.c_str();
432
GLU_CHECK_CALL_ERROR(glShaderSource(shader, 1, &
sourceStr
, DE_NULL), gl().getError());
438
TCU_CHECK_MSG(compileStatus != 0,
sourceStr
);
[
all
...]
/external/deqp/framework/qphelper/
qpTestLog.c
1029
const char*
sourceStr
= ((log->flags & QP_TEST_LOG_EXCLUDE_SHADER_SOURCES) == 0 || !compileOk) ? source : "";
1040
!qpXmlWriter_writeStringElement(log->writer, "ShaderSource",
sourceStr
) ||
[
all
...]
/external/v8/src/
log.cc
1239
base::SmartArrayPointer<char>
sourcestr
= String::cast(source)->ToCString(
local
[
all
...]
Completed in 307 milliseconds