Searched refs:std (Results 1 - 25 of 655) sorted by relevance

1234567891011>>

/frameworks/compile/libbcc/lib/Renderscript/
H A DRSStubsWhiteList.cpp21 std::vector<std::string> stubList = {
H A DRSStubsWhiteList.h24 extern std::vector<std::string> stubList;
/frameworks/rs/api/
H A DUtilities.h25 std::string capitalize(const std::string& source);
28 void trimSpaces(std::string* s);
31 std::string stringReplace(std::string s, std::string match, std::string rep);
34 bool charRemoved(char c, std::string* s);
37 std::string stripHtml(const std
[all...]
H A DScanner.h27 std::string mFileName;
33 std::string mTag;
35 std::string mValue;
48 void readUpTo(char delimiter, std::string* segment);
52 void readRestOfLine(std::string* segment);
65 Scanner(const std::string& fileName, FILE* file);
67 std::string getValue() { return mValue; }
68 std::string getNextTag() {
86 std::ostream& error();
87 std
[all...]
H A DSpecification.h61 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 mVectorSize;
91 std
[all...]
H A DGenerator.h21 bool generateHeaderFiles(const std::string& directory);
24 bool generateTestFiles(const std::string& directory, int versionOfTestFiles);
30 bool generateDocumentation(const std::string& director, bool forVerification);
36 bool generateStubsWhiteList(const std::string& slangTestDirectory, int maxApiLevel);
/frameworks/ml/bordeaux/learning/multiclass_pa/native/
H A Dmulticlass_pa.h49 float Score(const std::vector<float>& inputs,
50 const std::vector<float>& parameters) const;
51 float SparseScore(const std::vector<std::pair<int, float> >& inputs,
52 const std::vector<float>& parameters) const;
55 float L2NormSquare(const std::vector<float>& inputs) const;
56 float SparseL2NormSquare(const std::vector<std::pair<int, float> >& inputs) const;
61 virtual float TrainOneExample(const std::vector<float>& inputs, int target);
63 const std
[all...]
/frameworks/av/services/audiopolicy/engineconfigurable/wrapper/
H A Daudio_policy_criteria_conf.h36 static const std::string &gPolicyConfTag = "Policy";
37 static const std::string &gDefaultTag = "Default";
38 static const std::string &gTypeTag = "Type";
43 static const std::string &gInclusiveCriterionTypeTag = "InclusiveCriterionType";
44 static const std::string &gExclusiveCriterionTypeTag = "ExclusiveCriterionType";
45 static const std::string &gCriterionTag = "Criterion";
50 static const std::string &gInputDeviceCriterionTag = "AvailableInputDevices";
51 static const std::string &gOutputDeviceCriterionTag = "AvailableOutputDevices";
52 static const std::string &gPhoneStateCriterionTag = "TelephonyMode";
57 static const std
[all...]
/frameworks/compile/slang/
H A Dslang_rs_reflect_utils.h45 const std::string *licenseNote;
54 static std::string GetFileNameStem(const char *fileName);
59 static std::string ComputePackagedPath(const char *prefixPath,
67 static std::string JavaClassNameFromRSFileName(const char *rsFileName);
78 static std::string BCFileNameFromRSFileName(const char *rsFileName);
85 static std::string JavaBitcodeClassNameFromRSFileName(const char *rsFileName);
95 std::string JoinPath(const std::string &path1, const std::string &path2);
102 std
[all...]
H A Dslang_rs_reflection.h46 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 mClassName;
77 std
[all...]
/frameworks/base/tools/aapt2/
H A DLogger.h30 Log(std::ostream& out, std::ostream& err);
33 std::ostream& out;
34 std::ostream& err;
39 static void setLog(const std::shared_ptr<Log>& log);
41 static std::ostream& error();
42 static std::ostream& error(const Source& source);
43 static std::ostream& error(const SourceLine& sourceLine);
45 static std::ostream& warn();
46 static std
[all...]
H A DSourceXmlPullParser.h33 SourceXmlPullParser(std::istream& in);
38 const std::string& getLastError() const override ;
41 const std::u16string& getComment() const override;
45 const std::u16string& getText() const override;
47 const std::u16string& getNamespacePrefix() const override;
48 const std::u16string& getNamespaceUri() const override;
49 bool applyPackageAlias(std::u16string* package,
50 const std::u16string& defaultPackage) const override;
53 const std::u16string& getElementNamespace() const override;
54 const std
[all...]
H A DBindingXmlPullParser.h30 BindingXmlPullParser(const std::shared_ptr<XmlPullParser>& parser);
34 const std::string& getLastError() const override;
37 const std::u16string& getComment() const override;
41 const std::u16string& getText() const override;
43 const std::u16string& getNamespacePrefix() const override;
44 const std::u16string& getNamespaceUri() const override;
45 bool applyPackageAlias(std::u16string* package, const std::u16string& defaultPackage)
48 const std::u16string& getElementNamespace() const override;
49 const std
[all...]
H A DFlag.cpp14 std::string name;
15 std::string description;
16 std::function<bool(const StringPiece&, std::string*)> action;
23 static std::vector<Flag> sFlags;
24 static std::vector<std::string> sArgs;
26 static std::function<bool(const StringPiece&, std::string*)> wrap(
27 const std
[all...]
H A DProguardRules.h34 inline void addClass(const SourceLine& source, const std::u16string& className) {
38 inline void addMethod(const SourceLine& source, const std::u16string& methodName) {
43 friend bool writeKeepSet(std::ostream* out, const KeepSet& keepSet);
45 std::map<std::u16string, std::set<SourceLine>> mKeepSet;
46 std::map<std::u16string, std::set<SourceLine>> mKeepMethodSet;
53 bool writeKeepSet(std
[all...]
H A DMaybe_test.cpp28 std::cerr << "Construct Dummy{0x" << (void *) this
30 << std::endl;
39 std::cerr << "CopyConstruct Dummy{0x" << (void *) this
41 << "}" << std::endl;
47 std::cerr << "MoveConstruct Dummy{0x" << (void *) this
49 << "}" << std::endl;
60 std::cerr << "CopyAssign Dummy{0x" << (void *) this
62 << "}" << std::endl;
70 std::cerr << "MoveAssign Dummy{0x" << (void *) this
72 << "}" << std
[all...]
H A DJavaClassGenerator.h44 JavaClassGenerator(const std::shared_ptr<const ResourceTable>& table, Options options);
53 bool generate(const std::u16string& package, std::ostream& out);
60 const std::string& getError() const;
63 bool generateType(const std::u16string& package, size_t packageId,
64 const ResourceTableType& type, std::ostream& out);
66 std::shared_ptr<const ResourceTable> mTable;
68 std::string mError;
71 inline const std::string& JavaClassGenerator::getError() const {
H A DDebug.cpp34 std::cout << "(attr) type=";
35 attr.printMask(std::cout);
40 std::cout << "\n "
48 std::cout << "(style)";
50 std::cout << " parent=";
52 std::cout << style.parent.name << " ";
56 std::cout << style.parent.id;
61 std::cout << "\n ";
63 std::cout << entry.key.name.package << ":" << entry.key.name.entry;
67 std
[all...]
H A DDebug.h28 static void printTable(const std::shared_ptr<ResourceTable>& table);
29 static void printStyleGraph(const std::shared_ptr<ResourceTable>& table,
H A DLogger.cpp24 Log::Log(std::ostream& _out, std::ostream& _err) : out(_out), err(_err) {
27 std::shared_ptr<Log> Logger::sLog(std::make_shared<Log>(std::cerr, std::cerr));
29 void Logger::setLog(const std::shared_ptr<Log>& log) {
33 std::ostream& Logger::error() {
37 std::ostream& Logger::error(const Source& source) {
41 std
[all...]
H A DAppInfo.h32 std::u16string package;
/frameworks/av/services/audiopolicy/engineconfigurable/include/
H A DEngineDefinition.h22 typedef std::vector<VolumeCurvePoint> VolumeCurvePoints;
/frameworks/base/media/mca/filterfw/native/core/
H A Dnative_program.h44 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& value);
55 std
[all...]
/frameworks/base/tools/aapt/tests/
H A DTestHelper.h27 inline std::ostream& operator<<(std::ostream& stream, const String8& str) {
/frameworks/compile/mclinker/include/mcld/Support/
H A DDemangle.h16 std::string demangleName(const std::string& mangled_name);

Completed in 315 milliseconds

1234567891011>>