Searched refs:string (Results 51 - 75 of 1337) sorted by relevance

1234567891011>>

/frameworks/compile/mclinker/include/mcld/Script/
H A DAssertCmd.h14 #include <string>
27 AssertCmd(RpnExpr& pRpnExpr, const std::string& pMessage);
36 const std::string& message() const { return m_Message; }
48 std::string m_Message;
H A DStrToken.h15 #include <string>
33 StrToken(Kind pKind, const std::string& pString);
40 const std::string& name() const { return m_Name; }
47 static StrToken* create(const std::string& pString);
53 std::string m_Name;
/frameworks/compile/mclinker/include/mcld/
H A DTargetOptions.h14 #include <string>
29 explicit TargetOptions(const std::string& pTriple);
35 void setTriple(const std::string& pTriple);
39 const std::string& getArch() const { return m_ArchName; }
41 void setArch(const std::string& pArchName);
43 const std::string& getTargetCPU() const { return m_TargetCPU; }
45 void setTargetCPU(const std::string& pCPU);
63 std::string m_ArchName;
64 std::string m_TargetCPU;
/frameworks/compile/mclinker/lib/Core/
H A DTargetOptions.cpp19 TargetOptions::TargetOptions(const std::string& pTriple)
30 void TargetOptions::setTriple(const std::string& pTriple) {
34 void TargetOptions::setArch(const std::string& pArchName) {
38 void TargetOptions::setTargetCPU(const std::string& pCPU) {
/frameworks/compile/slang/
H A Dslang_diagnostic_buffer.h21 #include <string>
39 std::set<std::string> mIncludedMessages;
40 std::string mDiags;
50 inline const std::string &str() const {
H A Dslang_rs_reflection_cpp.h23 #include <string>
31 RSReflectionCpp(const RSContext *Context, const std::string &OutputDirectory,
32 const std::string &RSSourceFileName,
33 const std::string &BitCodeFileName);
40 typedef std::vector<std::pair<std::string, std::string> > ArgumentList;
46 std::string mRSSourceFilePath;
48 std::string mBitCodeFilePath;
50 std::string mOutputDirectory;
53 std::string mCleanedRSFileNam
[all...]
H A Drs_cc_options.h27 #include <string>
45 std::vector<std::string> mIncludePaths;
49 std::string mBitcodeOutputDir;
62 std::string mJavaReflectionPathBase;
66 std::string mJavaReflectionPackageName;
70 std::string mRSPackageName;
80 std::string mDependencyOutputDir;
84 std::vector<std::string> mAdditionalDepTargets;
H A Dslang_pragma_recorder.h21 #include <string>
33 typedef std::list< std::pair<std::string, std::string> > PragmaList;
40 std::string &PragmaName);
43 std::string &PragmaValue);
/frameworks/wilhelm/tools/hashgen/
H A Dpart1.c24 #include <string.h>
H A Dfrag2.c6 #include <string.h>
/frameworks/av/media/mtp/
H A DMtpDeviceInfo.cpp63 MtpStringBuffer string; local
70 if (!packet.getString(string)) return false;
71 mVendorExtensionDesc = strdup((const char *)string);
85 if (!packet.getString(string)) return false;
86 mManufacturer = strdup((const char *)string);
87 if (!packet.getString(string)) return false;
88 mModel = strdup((const char *)string);
89 if (!packet.getString(string)) return false;
90 mVersion = strdup((const char *)string);
91 if (!packet.getString(string)) retur
[all...]
H A DMtpStorageInfo.cpp49 MtpStringBuffer string; local
59 if (!packet.getString(string)) return false;
60 mStorageDescription = strdup((const char *)string);
61 if (!packet.getString(string)) return false;
62 mVolumeIdentifier = strdup((const char *)string);
/frameworks/base/core/java/android/util/
H A DSize.java80 * Return the size represented as a string with the format {@code "WxH"}
82 * @return string representation of the size
94 * Parses the specified string as a size value.
106 * where <i>width</i> and <i>height</i> are string integers potentially
115 * @param string the string representation of a size value.
116 * @return the size value represented by {@code string}.
118 * @throws NumberFormatException if {@code string} cannot be parsed
120 * @throws NullPointerException if {@code string} was {@code null}
122 public static Size parseSize(String string) argument
[all...]
/frameworks/base/tools/aapt2/
H A DPng.h24 #include <string>
34 const Options& options, std::string* outError);
/frameworks/compile/mclinker/include/mcld/Support/
H A DSystemUtils.h16 #include <string>
29 std::string getDefaultTargetTriple();
/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64.h11 #include <string>
25 const std::string&);
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARM.h11 #include <string>
25 TargetLDBackend* createARMLDBackend(const llvm::Target&, const std::string&);
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagon.h11 #include <string>
25 const std::string&);
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86.h11 #include <string>
25 TargetLDBackend* createX86LDBackend(const llvm::Target&, const std::string&);
/frameworks/base/media/mca/filterfw/native/core/
H A Dnative_program.cpp23 #include <string>
45 bool NativeProgram::OpenLibrary(const std::string& lib_name) {
57 bool NativeProgram::BindProcessFunction(const std::string& func_name) {
68 bool NativeProgram::BindInitFunction(const std::string& func_name) {
75 bool NativeProgram::BindSetValueFunction(const std::string& func_name) {
82 bool NativeProgram::BindGetValueFunction(const std::string& func_name) {
89 bool NativeProgram::BindResetFunction(const std::string& func_name) {
96 bool NativeProgram::BindTeardownFunction(const std::string& func_name) {
126 bool NativeProgram::CallSetValue(const std::string& key, const std::string
[all...]
/frameworks/compile/libbcc/include/bcc/Support/
H A DCompilerConfig.h20 #include <string>
40 std::string mTriple;
43 std::string mCPU;
58 std::string mFeatureString;
73 inline const std::string &getTriple() const
76 inline const std::string &getCPU() const
78 inline void setCPU(const std::string &pCPU)
116 inline const std::string &getFeatureString() const
118 void setFeatureString(const std::vector<std::string> &pAttrs);
120 CompilerConfig(const std::string
[all...]
/frameworks/native/libs/input/
H A DKeyLayoutMap.cpp58 ALOGE("Error %d opening key layout map file %s.", status, filename.string());
73 tokenizer->getFilename().string(), tokenizer->getLineNumber(),
201 ALOGD("Parsing %s: '%s'.", mTokenizer->getLocation().string(),
202 mTokenizer->peekRemainderOfLine().string());
222 ALOGE("%s: Expected keyword, got '%s'.", mTokenizer->getLocation().string(),
223 keywordToken.string());
230 mTokenizer->getLocation().string(),
231 mTokenizer->peekRemainderOfLine().string());
251 int32_t code = int32_t(strtol(codeToken.string(), &end, 0));
253 ALOGE("%s: Expected key %s number, got '%s'.", mTokenizer->getLocation().string(),
[all...]
/frameworks/av/media/img_utils/src/
H A DFileOutput.cpp28 ALOGW("%s: Destructor called with %s still open.", __FUNCTION__, mPath.string());
35 ALOGW("%s: Open called when file %s already open.", __FUNCTION__, mPath.string());
40 ALOGE("%s: Could not open file %s", __FUNCTION__, mPath.string());
49 ALOGE("%s: Could not write file %s, file not open.", __FUNCTION__, mPath.string());
57 ALOGE("%s: Error %d occurred while writing file %s.", __FUNCTION__, error, mPath.string());
65 ALOGW("%s: Close called when file %s already close.", __FUNCTION__, mPath.string());
71 ALOGE("%s: Failed to close file %s.", __FUNCTION__, mPath.string());
/frameworks/base/core/jni/android/graphics/
H A DPaint.h21 #include <string>
48 void setFontFeatureSettings(const std::string &fontFeatureSettings) {
52 std::string getFontFeatureSettings() const {
56 void setTextLocale(const std::string &textLocale) {
60 const std::string& getTextLocale() const {
82 std::string mFontFeatureSettings;
83 std::string mTextLocale;
/frameworks/base/tools/aidl/
H A Dsearch_path.cpp4 #include <string.h>
10 static vector<string> g_importPaths;
13 set_import_paths(const vector<string>& importPaths)
21 string expected = given;
32 vector<string>& paths = g_importPaths;
33 for (vector<string>::iterator it=paths.begin(); it!=paths.end(); it++) {
34 string f = *it;

Completed in 1324 milliseconds

1234567891011>>