Searched refs:string (Results 126 - 150 of 1337) sorted by relevance

1234567891011>>

/frameworks/base/tools/aapt2/
H A DLocale.h21 #include <string>
38 * Initialize this LocaleValue from a config string.
40 bool initFromFilterString(const std::string& config);
45 ssize_t initFromParts(std::vector<std::string>::iterator iter,
46 std::vector<std::string>::iterator end);
58 std::string toDirName() const;
H A DFlag.h7 #include <string>
17 std::function<bool(const StringPiece&, std::string*)> action);
29 const std::vector<std::string>& getArgs();
H A DNameMangler.h20 #include <string>
42 if (pivot == std::string::npos) {
/frameworks/compile/libbcc/include/bcc/Support/
H A DFileBase.h22 #include <string>
71 std::string mName;
106 FileBase(const std::string &pFilename, unsigned pOpenFlags, unsigned pFlags);
142 inline std::string getErrorMessage() const
145 inline const std::string &getName() const
/frameworks/base/media/mca/filterfw/native/core/
H A Dshader_program.h22 #include <string>
80 explicit ShaderProgram(GLEnv* gl_env, const std::string& fragment_shader);
89 const std::string& vertex_shader,
90 const std::string& fragment_shader);
175 ProgramVar GetUniform(const std::string& name) const;
204 bool SetUniformValue(const std::string& name, const Value& value);
208 Value GetUniformValue(const std::string& name);
212 static std::string InputTextureUniformName(int index);
232 ProgramVar GetAttribute(const std::string& name) const;
307 static const std::string
[all...]
/frameworks/compile/libbcc/tools/bcc_compat/
H A DMain.cpp17 #include <string>
48 llvm::cl::list<std::string>
52 llvm::cl::opt<std::string>
56 llvm::cl::opt<std::string>
60 llvm::cl::opt<std::string>
92 llvm::cl::opt<std::string>
117 const llvm::cl::list<std::string> &pBitcodeFiles) {
121 const std::string &input_bitcode = pBitcodeFiles[i];
162 if (config->getTriple().find("arm") != std::string::npos) {
163 std::vector<std::string> f
[all...]
/frameworks/av/services/audiopolicy/engineconfigurable/src/
H A DInputSource.h34 Element(const std::string &name)
43 * @returns string representing the name of this policy element
45 const std::string &getName() const { return mName; }
65 * or a string.
78 std::string mName; /**< Unique literal Identifier of a policy base element*/
H A DStrategy.h34 Element(const std::string &name)
43 * @returns string representing the name of this policy element
45 const std::string &getName() const { return mName; }
65 * or a string.
78 std::string mName; /**< Unique literal Identifier of a policy base element*/
H A DUsage.h34 Element(const std::string &name)
43 * @returns string representing the name of this policy element
45 const std::string &getName() const { return mName; }
65 * or a string.
78 std::string mName; /**< Unique literal Identifier of a policy base element*/
/frameworks/base/libs/androidfw/tests/
H A DTestHelpers.h12 return out << str.string();
16 return out << android::String8(str).string();
28 return out << c.toString().string();
H A DObbFile_test.cpp28 #include <string.h>
46 int fd = ::open(mFileName.string(), O_CREAT | O_TRUNC, S_IRUSR | S_IWUSR);
48 FAIL() << "Couldn't create " << mFileName.string() << " for tests";
72 EXPECT_TRUE(mObbFile->writeTo(mFileName.string()))
77 EXPECT_TRUE(mObbFile->readFrom(mFileName.string()))
82 const char* currentPackageName = mObbFile->getPackageName().string();
H A DSplit_test.cpp84 ssize_t block = table.getResource(base::R::string::test1, &val, MAY_NOT_BE_BAG, 0, NULL, &config);
86 // The returned block should tell us which string pool to get the value, if it is a string.
107 ssize_t block = table.getResource(base::R::string::test1, &val, MAY_NOT_BE_BAG, 0, NULL, &config);
126 EXPECT_TRUE(table.getResourceName(base::R::string::test1, false, &baseName));
131 EXPECT_TRUE(table.getResourceName(base::R::string::test1, false, &frName));
155 ssize_t block = table.getResource(base::R::string::test1, &val, MAY_NOT_BE_BAG, 0, &specFlags, NULL);
163 block = table.getResource(base::R::string::test1, &val, MAY_NOT_BE_BAG, 0, &frSpecFlags, NULL);
180 EXPECT_TRUE(IsStringEqual(table, base::R::string::density, "hdpi"));
184 EXPECT_TRUE(IsStringEqual(table, base::R::string
[all...]
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMToARMStub.h14 #include <string>
38 const std::string& name() const;
64 std::string m_Name;
H A DARMToTHMStub.h14 #include <string>
38 const std::string& name() const;
64 std::string m_Name;
H A DTHMToARMStub.h14 #include <string>
37 const std::string& name() const;
67 std::string m_Name;
H A DTHMToTHMStub.h14 #include <string>
37 const std::string& name() const;
67 std::string m_Name;
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonAbsoluteStub.h14 #include <string>
38 const std::string& name() const;
61 std::string m_Name;
/frameworks/compile/slang/
H A Dslang_rs_export_var.h20 #include <string>
37 std::string mName;
53 inline const std::string &getName() const { return mName; }
/frameworks/native/opengl/libs/tools/
H A Dglapigen21 my $string = shift;
22 $string =~ s/\s+$//;
23 return $string;
H A Dgltracegen21 my $string = shift;
22 $string =~ s/\s+$//;
23 return $string;
/frameworks/rs/api/
H A DScanner.cpp29 Scanner::Scanner(const string& fileName, FILE* file)
45 void Scanner::readUpTo(char delimiter, string* segment) {
58 void Scanner::readRestOfLine(string* segment) {
78 string comment;
148 void Scanner::parseDocumentation(string* s, string* documentation) {
150 if (docStart == string::npos) {
155 if (last == string::npos) {
164 string s = mValue;
169 if (optionStart != string
[all...]
H A DGenerateHeaderFiles.cpp26 // Convert a file name into a string that can be used to guard the include file with #ifdef...
27 static string makeGuardString(const string& filename) {
28 string s;
84 static void writeComment(GeneratedFile* file, const string& name, const string& briefComment,
85 const vector<string>& comment, bool addDeprecatedWarning,
100 string s = stripHtml(comment[ct]);
114 const string name = constant.getName();
129 const string
[all...]
H A DGenerateTestFiles.cpp29 static void convertToRsType(const string& name, string* dataType, char* vectorSize) {
30 string s = name;
69 string mRsKernelName;
70 string mJavaArgumentsClassName;
71 string mJavaArgumentsNClassName;
72 string mJavaVerifierComputeMethodName;
73 string mJavaVerifierVerifyMethodName;
74 string mJavaCheckMethodName;
75 string mJavaVerifyMethodNam
[all...]
/frameworks/av/media/libmedia/
H A DMediaResourcePolicy.cpp45 str.appendFormat("%s:%s", mType.string(), mValue.string());
/frameworks/base/tools/layoutlib/bridge/tests/res/testApp/MyApplication/build/intermediates/classes/debug/com/android/layoutlib/test/myapplication/
H A DR$string.class ... android.layoutlib.test.myapplication.R$string extends java.lang.Object { public static final int ...

Completed in 660 milliseconds

1234567891011>>