Searched refs:string (Results 151 - 175 of 1337) sorted by relevance

1234567891011>>

/frameworks/compile/slang/
H A Dslang_rs_context.h23 #include <string>
71 std::string mPrecision;
82 std::string *mLicenseNote;
83 std::string mReflectJavaPackageName;
84 std::string mReflectJavaPathName;
86 std::string mRSPackageName;
137 inline void setLicenseNote(const std::string &S) {
138 mLicenseNote = new std::string(S);
140 inline const std::string *getLicenseNote() const { return mLicenseNote; }
142 inline void addExportType(const std::string
[all...]
/frameworks/ml/bordeaux/learning/multiclass_pa/native/
H A Dutil.cpp21 #include <string>
31 MulticlassPA* CreateMulticlassPA(const string& version,
/frameworks/base/tools/aidl/
H A DType.h5 #include <string>
26 Type(const string& name, int kind, bool canWriteToParcel,
28 Type(const string& package, const string& name,
30 const string& declFile = "", int declLine = -1);
33 inline string Package() const { return m_package; }
34 inline string Name() const { return m_name; }
35 inline string QualifiedName() const { return m_qualifiedName; }
37 inline string DeclFile() const { return m_declFile; }
43 virtual string ImportTyp
[all...]
/frameworks/base/core/java/android/util/
H A DRational.java248 * Return a string representation of this rational, e.g. {@code "1/2"}.
549 * Parses the specified string as a rational value.
560 * where <i>num</i> and <i>den</i> are string integers potentially
569 * @param string the string representation of a rational value.
570 * @return the rational value represented by {@code string}.
572 * @throws NumberFormatException if {@code string} cannot be parsed
574 * @throws NullPointerException if {@code string} was {@code null}
576 public static Rational parseRational(String string) argument
578 checkNotNull(string, "strin
[all...]
/frameworks/base/tools/aapt2/
H A DFlag.cpp7 #include <string>
14 std::string name;
15 std::string description;
16 std::function<bool(const StringPiece&, std::string*)> action;
24 static std::vector<std::string> sArgs;
26 static std::function<bool(const StringPiece&, std::string*)> wrap(
28 return [action](const StringPiece& arg, std::string*) -> bool {
48 std::function<bool(const StringPiece&, std::string*)> action) {
70 std::string command = flag.name;
81 std::string errorSt
[all...]
H A DLocale.cpp22 #include <string>
65 static inline bool isAlpha(const std::string& str) {
69 static inline bool isNumber(const std::string& str) {
73 bool LocaleValue::initFromFilterString(const std::string& str) {
76 std::vector<std::string> parts = util::splitAndLowercase(str, '_');
81 const std::string& lang = parts[0];
93 const std::string& part2 = parts[1];
110 const std::string& part3 = parts[2];
124 const std::string& part4 = parts[3];
138 ssize_t LocaleValue::initFromParts(std::vector<std::string>
[all...]
H A DResChunkPullParser.h21 #include <string>
61 const std::string& getLastError() const;
74 std::string mLastError;
112 inline const std::string& ResChunkPullParser::getLastError() const {
H A DSource.h21 #include <string>
34 std::string path;
44 std::string path;
55 std::string path;
H A DStringPiece_test.cpp19 #include <string>
50 std::string testing("testing");
51 std::string banana("banana");
52 std::string car("car");
/frameworks/rs/api/
H A DGenerateDocumentation.cpp28 string htmlDeclaration;
36 static void writeHeader(GeneratedFile* file, bool forVerification, const string& title) {
68 static void skipPrefix(ostringstream* stream, string* input, const string& prefix) {
96 static string getHtmlStringForType(const ParameterDefinition& parameter) {
97 string s = parameter.rsType;
106 string anchor = systemSpecification.getHtmlAnchor(s);
119 static string getDetailedHtmlDeclaration(const FunctionPermutation& permutation) {
153 map<string, DetailedFunctionEntry>* entries) {
159 const string
[all...]
/frameworks/base/tools/aapt/
H A DCommand.cpp27 #include <string>
109 * Return a short string describing the compression method.
261 printf("%s='%s'", attrLabel.string(),
262 ResTable::normalizeForOutput(result.string()).string());
265 printf("%s='%d'", attrLabel.string(), value.data);
267 printf("%s='0x%x'", attrLabel.string(), (int)value.data);
348 *outError = "failed to get XML element name (bad string pool)";
370 printf("uses-permission: name='%s'", ResTable::normalizeForOutput(name.string()).string());
[all...]
/frameworks/av/drm/mediadrm/plugins/clearkey/
H A DClearKeyUUID.cpp17 #include <string.h>
/frameworks/av/services/audiopolicy/engineconfigurable/parameter-framework/plugin/
H A DVolumeProfile.cpp24 using std::string;
26 VolumeProfile::VolumeProfile(const string &mappingValue,
56 bool VolumeProfile::receiveFromHW(string & /*error*/)
61 bool VolumeProfile::sendToHW(string & /*error*/)
/frameworks/base/media/mca/filterpacks/native/base/
H A Dtime_util.cpp42 NamedStopWatch::NamedStopWatch(const std::string& name)
71 static NamedStopWatch* GetWatchForName(const std::string& watch_name) {
74 static std::map<std::string, NamedStopWatch*> watches;
84 ScopedTimer::ScopedTimer(const std::string& stop_watch_name) {
/frameworks/base/tools/layoutlib/bridge/tests/res/testApp/MyApplication/build/intermediates/classes/debug/com/android/layoutlib/test/myapplication/
H A DArraysCheckWidget.class ... i int[] arr$ int len$ int i$ String string String[] arr$ int len$ int i$
/frameworks/base/tools/layoutlib/bridge/tests/res/testApp/MyApplication/src/main/java/com/android/layoutlib/test/myapplication/
H A DArraysCheckWidget.java30 for (String string : resources.getStringArray(R.array.string_array)) {
31 addTextView(context, string);
35 private void addTextView(Context context, CharSequence string) { argument
37 textView.setText(string);
/frameworks/base/tools/split-select/
H A DRule_test.cpp24 #include <string>
42 std::string expected(
71 std::string result(rule.toJson().string());
/frameworks/compile/libbcc/include/bcc/Support/
H A DInputFile.h28 InputFile(const std::string &pFilename, unsigned pFlags = 0);
/frameworks/compile/mclinker/include/mcld/MC/
H A DSearchDirs.h18 #include <string>
49 sys::fs::Path* find(const std::string& pNamespec,
52 const sys::fs::Path* find(const std::string& pNamespec,
67 bool insert(const std::string& pDirectory);
/frameworks/compile/mclinker/include/mcld/Object/
H A DSectionMap.h18 #include <string>
37 Input(const std::string& pName, InputSectDesc::KeepPolicy pPolicy);
74 explicit Output(const std::string& pName);
77 const std::string& name() const { return m_Name; }
129 std::string m_Name;
160 const_mapping find(const std::string& pInputFile,
161 const std::string& pInputSection) const;
162 mapping find(const std::string& pInputFile, const std::string& pInputSection);
164 const_iterator find(const std::string
[all...]
/frameworks/compile/mclinker/include/mcld/Target/
H A DELFAttributeValue.h12 #include <string>
30 // The value contains string data.
34 // string for string type) has special meaning for them. That is, the
53 const std::string& getStringValue() const { return m_StringValue; }
55 void setStringValue(const std::string& pStringValue) {
108 std::string m_StringValue;
/frameworks/compile/mclinker/lib/Core/
H A DLinkerConfig.cpp29 LinkerConfig::LinkerConfig(const std::string& pTripleString)
/frameworks/compile/mclinker/lib/Script/
H A DEntryCmd.cpp20 EntryCmd::EntryCmd(const std::string& pEntry)
H A DInputToken.cpp19 InputToken::InputToken(Type pType, const std::string& pName, bool pAsNeeded)
H A DOutputArchCmd.cpp17 OutputArchCmd::OutputArchCmd(const std::string& pArch)

Completed in 1412 milliseconds

1234567891011>>