Searched refs:string (Results 26 - 50 of 1337) sorted by relevance

1234567891011>>

/frameworks/base/tools/aidl/
H A Dsearch_path.h8 #include <string>
19 void set_import_paths(const vector<string>& importPaths);
/frameworks/rs/api/
H A DUtilities.cpp45 string capitalize(const string& source) {
47 string result;
62 void trimSpaces(string* s) {
64 if (end == string::npos) {
77 string stringReplace(string s, string match, string rep) {
81 if (p == string
[all...]
H A DSpecification.h25 #include <string>
61 std::string type;
62 std::string name;
70 std::string testOption;
71 std::string documentation;
79 std::string rsType; // The Renderscript type, e.g. "uint3"
80 std::string rsBaseType; // As above but without the number, e.g. "uint"
81 std::string javaBaseType; // The type we need to declare in Java, e.g. "unsigned int"
82 std::string specType; // The type found in the spec, e.g. "f16"
87 std::string mVectorSiz
[all...]
/frameworks/compile/slang/
H A Dslang_rs_reflection.h24 #include <string>
46 std::string mPackageName;
50 std::string mRSPackageName;
54 std::string mOutputBaseDirectory;
58 std::string mOutputDirectory;
61 std::string mRSSourceFileName;
63 std::string mBitCodeFileName;
67 std::string mResourceId;
70 std::string mScriptClassName;
74 std::string mClassNam
[all...]
/frameworks/base/tools/aapt2/
H A DAppInfo.h20 #include <string>
H A DFiles.h25 #include <string>
54 std::vector<std::string> listFiles(const StringPiece& root);
59 void appendPath(std::string* base, const StringPiece& part);
66 void appendPath(std::string* base, const StringPiece& part, const Ts&... parts);
77 std::string getStem(const StringPiece& path);
81 * processed by AAPT. Takes a pattern string supplied by the user.
83 * FileFilter::setPattern(const std::string&) method.
98 * - Otherwise the full string is matched.
106 bool operator()(const std::string& filename, FileType type) const;
109 std::vector<std::string> mPatternToken
[all...]
/frameworks/base/media/mca/filterfw/native/core/
H A Dnative_program.h21 #include <string>
44 bool OpenLibrary(const std::string& lib_name);
46 bool BindInitFunction(const std::string& func_name);
47 bool BindSetValueFunction(const std::string& func_name);
48 bool BindGetValueFunction(const std::string& func_name);
49 bool BindProcessFunction(const std::string& func_name);
50 bool BindResetFunction(const std::string& func_name);
51 bool BindTeardownFunction(const std::string& func_name);
54 bool CallSetValue(const std::string& key, const std::string
[all...]
H A Dtime_util.h20 #include <string>
34 explicit NamedStopWatch(const string& name);
38 void SetName(const string& name) { mName = name; }
43 const string& Name() const { return mName; }
48 string mName;
57 explicit ScopedTimer(const string& stop_watch_name);
/frameworks/native/opengl/libs/tools/
H A Dglentrygen21 my $string = shift;
22 $string =~ s/\s+$//;
23 return $string;
/frameworks/av/services/audiopolicy/engineconfigurable/wrapper/include/
H A DParameterManagerWrapper.h25 #include <string>
45 typedef std::map<std::string, ISelectionCriterionInterface *> CriterionCollection;
46 typedef std::map<std::string, ISelectionCriterionTypeInterface *> CriterionTypeCollection;
147 void addCriterionType(const std::string &typeName, bool isInclusive);
156 void addCriterionTypeValuePair(const std::string &typeName, uint32_t numeric,
157 const std::string &literal);
166 void addCriterion(const std::string &name,
167 const std::string &typeName,
168 const std::string &defaultLiteralValue);
219 void parseChildren(cnode *root, std::string
[all...]
/frameworks/compile/mclinker/include/mcld/Script/
H A DOutputFormatCmd.h14 #include <string>
27 typedef std::vector<std::string> FormatList;
32 explicit OutputFormatCmd(const std::string& pFormat);
33 OutputFormatCmd(const std::string& pDefault,
34 const std::string& pBig,
35 const std::string& pLittle);
H A DEntryCmd.h14 #include <string>
26 explicit EntryCmd(const std::string& pEntry);
38 std::string m_Entry;
H A DOutputArchCmd.h14 #include <string>
26 explicit OutputArchCmd(const std::string& pArch);
38 std::string m_Arch;
H A DOutputCmd.h14 #include <string>
26 explicit OutputCmd(const std::string& pOutputFile);
39 std::string m_OutputFile;
H A DSearchDirCmd.h14 #include <string>
26 explicit SearchDirCmd(const std::string& pPath);
38 std::string m_Path;
/frameworks/av/media/libstagefright/codecs/amrnb/common/src/
H A Dcopy.cpp54 #include <string.h>
/frameworks/av/services/audiopolicy/engineconfigurable/parameter-framework/plugin/
H A DInputSource.cpp21 using std::string;
23 InputSource::InputSource(const string &mappingValue,
41 bool InputSource::receiveFromHW(string & /*error*/)
47 bool InputSource::sendToHW(string & /*error*/)
H A DInputSource.h23 #include <string>
30 InputSource(const std::string &mappingValue,
35 virtual bool receiveFromHW(std::string &error);
36 virtual bool sendToHW(std::string &error);
H A DStrategy.cpp21 using std::string;
24 Strategy::Strategy(const string &mappingValue,
43 bool Strategy::receiveFromHW(string & /*error*/)
49 bool Strategy::sendToHW(string & /*error*/)
H A DStrategy.h23 #include <string>
30 Strategy(const std::string &mappingValue,
35 virtual bool receiveFromHW(std::string &error);
36 virtual bool sendToHW(std::string &error);
H A DStream.h23 #include <string>
30 Stream(const std::string &mappingValue,
35 virtual bool receiveFromHW(std::string &error);
36 virtual bool sendToHW(std::string &error);
H A DUsage.h23 #include <string>
30 Usage(const std::string &mappingValue,
35 virtual bool receiveFromHW(std::string &error);
36 virtual bool sendToHW(std::string &error);
H A DVolumeProfile.h24 #include <string>
39 VolumeProfile(const std::string &mappingValue,
44 virtual bool receiveFromHW(std::string &error);
45 virtual bool sendToHW(std::string &error);
/frameworks/base/core/java/android/util/
H A DSizeF.java90 * Return the size represented as a string with the format {@code "WxH"}
92 * @return string representation of the size
104 * Parses the specified string as a size value.
116 * where <i>width</i> and <i>height</i> are string floats potentially
118 * an {@code 'x'} (such as a float in hexadecimal string format).</p>
126 * @param string the string representation of a size value.
127 * @return the size value represented by {@code string}.
129 * @throws NumberFormatException if {@code string} cannot be parsed
131 * @throws NullPointerException if {@code string} wa
133 parseSizeF(String string) argument
[all...]
/frameworks/compile/mclinker/include/mcld/MC/
H A DMCLDDirectory.h16 #include <string>
28 explicit MCLDDirectory(const std::string& pName);
39 const std::string& name() const { return m_Name; }
42 std::string m_Name;

Completed in 1063 milliseconds

1234567891011>>