OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:string
(Results
5451 - 5475
of
46739
) sorted by null
<<
211
212
213
214
215
216
217
218
219
220
>>
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Dialogs/
BaseResultsDialog.java
55
String
title = getString(R.
string
.passed);
58
mTextViews.get(resultType).setText(getString(R.
string
.passed));
60
title = getString(R.
string
.failed);
61
mTextViews.get(resultType).setText(getString(R.
string
.failed));
68
.setPositiveButton(R.
string
.got_it, null);
/cts/hostsidetests/sustainedperf/shadertoy_android/jni/
utils.cpp
25
bool CompileShader(GLuint shader, const std::
string
& shader_string) {
26
std::
string
prefix = "#version 300 es\n";
27
std::
string
string_with_prefix = prefix + shader_string;
66
GLenum GLCheckErrorStr(std::
string
msg) {
68
std::
string
str;
/developers/build/prebuilts/gradle/EmojiCompat/app/src/androidTest/java/com/example/android/emojicompat/
MainActivityTest.java
44
R.
string
.emoji_text_view,
45
R.
string
.emoji_edit_text,
46
R.
string
.emoji_button,
47
R.
string
.regular_text_view,
48
R.
string
.custom_text_view,
51
final
String
text = rule.getActivity().getString(resId, MainActivity.EMOJI);
/developers/samples/android/views/EmojiCompat/app/src/androidTest/java/com/example/android/emojicompat/
MainActivityTest.java
44
R.
string
.emoji_text_view,
45
R.
string
.emoji_edit_text,
46
R.
string
.emoji_button,
47
R.
string
.regular_text_view,
48
R.
string
.custom_text_view,
51
final
String
text = rule.getActivity().getString(resId, MainActivity.EMOJI);
/development/samples/training/AnimationsDemo/src/com/example/android/animationsdemo/
MainActivity.java
46
public
String
toString() {
64
new Sample(R.
string
.title_crossfade, CrossfadeActivity.class),
65
new Sample(R.
string
.title_card_flip, CardFlipActivity.class),
66
new Sample(R.
string
.title_screen_slide, ScreenSlideActivity.class),
67
new Sample(R.
string
.title_zoom, ZoomActivity.class),
68
new Sample(R.
string
.title_layout_changes, LayoutChangesActivity.class),
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
ANTLRFileStream.cs
67
public ANTLRFileStream(
string
fileName) :
76
public ANTLRFileStream(
string
fileName, Encoding encoding)
85
override public
string
SourceName
101
public virtual void Load(
string
fileName, Encoding encoding)
133
protected
string
fileName;
MismatchedNotSetException.cs
43
public MismatchedNotSetException(
string
message)
47
public MismatchedNotSetException(
string
message, Exception innerException)
55
public MismatchedNotSetException(
string
message, BitSet expecting, IIntStream input)
59
public MismatchedNotSetException(
string
message, BitSet expecting, IIntStream input, Exception innerException)
67
public override
string
ToString() {
MismatchedSetException.cs
46
public MismatchedSetException(
string
message)
50
public MismatchedSetException(
string
message, Exception innerException)
59
public MismatchedSetException(
string
message, BitSet expecting, IIntStream input)
64
public MismatchedSetException(
string
message, BitSet expecting, IIntStream input, Exception innerException)
91
public override
string
ToString() {
MismatchedTreeNodeException.cs
47
public MismatchedTreeNodeException(
string
message)
51
public MismatchedTreeNodeException(
string
message, Exception innerException)
60
public MismatchedTreeNodeException(
string
message, int expecting, ITreeNodeStream input)
65
public MismatchedTreeNodeException(
string
message, int expecting, ITreeNodeStream input, Exception innerException)
92
public override
string
ToString() {
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
IDebugEventListener.cs
57
void EnterRule(
string
grammarFileName,
string
ruleName);
75
void ExitRule(
string
grammarFileName,
string
ruleName);
247
void SemanticPredicate(bool result,
string
predicate);
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Debug/
IDebugEventListener.cs
59
void EnterRule(
string
grammarFileName,
string
ruleName );
77
void ExitRule(
string
grammarFileName,
string
ruleName );
249
void SemanticPredicate( bool result,
string
predicate );
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
MismatchedNotSetException.cs
46
public MismatchedNotSetException(
string
message)
51
public MismatchedNotSetException(
string
message, Exception innerException)
61
public MismatchedNotSetException(
string
message, BitSet expecting, IIntStream input)
66
public MismatchedNotSetException(
string
message, BitSet expecting, IIntStream input, Exception innerException)
76
public override
string
ToString()
MismatchedSetException.cs
49
public MismatchedSetException(
string
message)
54
public MismatchedSetException(
string
message, Exception innerException)
65
public MismatchedSetException(
string
message, BitSet expecting, IIntStream input)
71
public MismatchedSetException(
string
message, BitSet expecting, IIntStream input, Exception innerException)
103
public override
string
ToString()
MismatchedTreeNodeException.cs
50
public MismatchedTreeNodeException(
string
message)
55
public MismatchedTreeNodeException(
string
message, Exception innerException)
66
public MismatchedTreeNodeException(
string
message, int expecting, ITreeNodeStream input)
72
public MismatchedTreeNodeException(
string
message, int expecting, ITreeNodeStream input, Exception innerException)
104
public override
string
ToString()
/external/clang/include/clang/Frontend/
LogDiagnosticPrinter.h
25
std::
string
Message;
28
std::
string
Filename;
40
std::
string
WarningOption;
62
std::
string
MainFilename;
63
std::
string
DwarfDebugFlags;
/external/clang/include/clang/Tooling/
JSONCompilationDatabase.h
27
#include <
string
>
65
loadFromFile(StringRef FilePath, std::
string
&ErrorMessage);
71
loadFromBuffer(StringRef DatabaseString, std::
string
&ErrorMessage);
84
std::vector<std::
string
> getAllFiles() const override;
100
bool parse(std::
string
&ErrorMessage);
/external/clang/unittests/AST/
EvaluateAsRValueTest.cpp
22
#include <
string
>
29
typedef std::map<std::
string
, bool> VarInfoMap;
88
std::
string
ModesToTest[] = {"-std=c++03", "-std=c++11", "-std=c++1y"};
89
for (std::
string
const &Mode : ModesToTest) {
90
std::vector<std::
string
> Args(1, Mode);
/external/compiler-rt/test/asan/TestCases/Posix/
dlclose-test.cc
30
#include <
string
.h>
34
#include <
string
>
43
using std::
string
;
48
string
path =
string
(argv[0]) + "-so.so";
/external/deqp/executor/
xeContainerFormatParser.hpp
50
ContainerParseError (const std::
string
& message) : ParseError(message) {}
84
void error (const std::
string
& what);
97
END_OF_STRING = 0, //!< End of
string
(0).
103
void parseContainerValue (std::
string
& dst, int& offset) const;
108
std::
string
m_attribute;
109
std::
string
m_value;
/external/deqp/external/openglcts/modules/runner/
glcTestRunner.hpp
30
#include <
string
>
59
std::vector<std::
string
> args;
60
std::
string
logFilename;
68
std::
string
configLogFilename;
131
std::
string
m_logDirPath;
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktShaderExecutor.hpp
33
#include <
string
>
43
std::
string
name; //!< Symbol name.
47
Symbol (const std::
string
& name_, const glu::VarType& varType_) : name(name_), varType(varType_) {}
56
std::
string
globalDeclarations; //!< These are placed into global scope. Can contain uniform declarations for example.
57
std::
string
source; //!< Source snippet to be executed.
/external/deqp/framework/common/
tcuResultCollector.cpp
59
ResultCollector::ResultCollector (TestLog& log, const std::
string
& prefix)
75
void ResultCollector::addResult (qpTestResult result, const std::
string
& msg)
87
bool ResultCollector::checkResult (bool condition, qpTestResult result, const std::
string
& msg)
94
void ResultCollector::fail (const std::
string
& msg)
99
bool ResultCollector::check (bool condition, const std::
string
& msg)
/external/deqp/framework/delibs/decpp/
dePoolString.cpp
21
* \brief Memory pool -backed
string
.
32
void PoolString::toString (std::
string
& str) const
47
void PoolString::append (const std::
string
& str)
63
std::ostream& operator<< (std::ostream& stream, const PoolString&
string
)
65
for (PoolString::ConstIterator i =
string
.begin(); i !=
string
.end(); i++)
/external/deqp/framework/opengl/wrapper/
glwInitFunctions.cpp
27
#include <
string
>
112
using std::
string
;
115
const set<
string
> extSet(extensions, extensions+numExtensions);
123
using std::
string
;
126
const set<
string
> extSet(extensions, extensions+numExtensions);
/external/deqp/modules/gles2/performance/
es2pTextureCountTests.cpp
32
using std::
string
;
77
string
name =
string
(texFormats[formatNdx].name) + "_" + de::toString(numTextures);
78
string
description =
string
(glu::getTextureFormatName(format)) + ", " + glu::getTypeName(dataType);
Completed in 1464 milliseconds
<<
211
212
213
214
215
216
217
218
219
220
>>