Searched refs:string (Results 1 - 25 of 2647) sorted by relevance

1234567891011>>

/frameworks/base/tools/streaming_proto/
H A Dstring_utils.h1 #include <string>
10 const string INDENT = " ";
13 * Capitalizes the string, removes underscores and makes the next letter
16 string to_camel_case(const string& str);
21 string make_constant_name(const string& str);
26 string file_base_name(const string& str);
31 string replace_strin
[all...]
/frameworks/base/tools/bit/
H A Daapt.h20 #include <string>
27 string package;
28 string runner;
29 vector<string> activities;
31 bool HasActivity(const string& className);
34 string full_class_name(const string& packageName, const string& className);
35 string pretty_component_name(const string
[all...]
H A Dmake.h21 #include <string>
28 string name;
29 vector<string> classes;
30 vector<string> paths;
31 vector<string> installed;
34 string get_build_var(const string& name, bool quiet);
41 * Returns the empty string if we can't find one.
43 string sniff_device_name(const string
[all...]
H A Dcommand.h21 #include <string>
28 Command(const string& prog);
31 void AddArg(const string& arg);
32 void AddEnv(const string& name, const string& value);
38 string GetCommandline() const;
40 string prog;
41 vector<string> args;
42 map<string,string> en
[all...]
/frameworks/base/rs/java/android/renderscript/
H A DRSDriverException.java25 public RSDriverException(String string) { argument
26 super(string);
H A DRSIllegalArgumentException.java25 public RSIllegalArgumentException(String string) { argument
26 super(string);
H A DRSInvalidStateException.java25 public RSInvalidStateException(String string) { argument
26 super(string);
H A DRSRuntimeException.java26 public RSRuntimeException(String string) { argument
27 super(string);
/frameworks/minikin/tests/util/
H A DPathUtils.h20 #include <string>
24 std::string getDirname(const std::string& path);
25 std::string getBasename(const std::string& path);
28 std::string getTestDataDir();
30 inline std::string getTestFontPath(const std::string& fontFilePath) {
H A DFileUtils.h17 #include <string>
20 std::vector<uint8_t> readWholeFile(const std::string& filePath);
/frameworks/av/services/minijail/
H A Dminijail.h18 #include <string>
21 int WritePolicyToPipe(const std::string& base_policy_content,
22 const std::string& additional_policy_content);
23 void SetUpMinijail(const std::string& base_policy_path, const std::string& additional_policy_path);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DAccessibilityContentDescriptions.java14 R.string.accessibility_no_phone,
15 R.string.accessibility_phone_one_bar,
16 R.string.accessibility_phone_two_bars,
17 R.string.accessibility_phone_three_bars,
18 R.string.accessibility_phone_signal_full
22 R.string.accessibility_no_data,
23 R.string.accessibility_data_one_bar,
24 R.string.accessibility_data_two_bars,
25 R.string.accessibility_data_three_bars,
26 R.string
[all...]
/frameworks/native/cmds/installd/
H A Dglobals.h22 #include <string>
31 extern std::string android_app_dir;
32 extern std::string android_app_ephemeral_dir;
33 extern std::string android_app_lib_dir;
34 extern std::string android_app_private_dir;
35 extern std::string android_asec_dir;
36 extern std::string android_data_dir;
37 extern std::string android_media_dir;
38 extern std::string android_mnt_expand_dir;
39 extern std::string android_profiles_di
[all...]
/frameworks/compile/libbcc/lib/
H A DRSStubsWhiteList.cpp21 std::vector<std::string> stubList = {
H A DRSStubsWhiteList.h22 #include <string>
24 extern std::vector<std::string> stubList;
/frameworks/native/opengl/tools/glgen/stubs/gles11/
H A DglShaderSource.java1 // C function void glShaderSource ( GLuint shader, GLsizei count, const GLchar ** string, const GLint* length )
5 String string
/frameworks/rs/script_api/
H A DGenerator.h21 bool generateHeaderFiles(const std::string& directory);
24 bool generateTestFiles(const std::string& directory, unsigned int versionOfTestFiles);
30 bool generateDocumentation(const std::string& director);
36 bool generateStubsWhiteList(const std::string& slangTestDirectory, unsigned int maxApiLevel);
H A DUtilities.h22 #include <string>
25 std::string capitalize(const std::string& source);
27 // Trim trailing and leading spaces from a string.
28 void trimSpaces(std::string* s);
30 // Replaces in string s all occurences of match with rep.
31 std::string stringReplace(std::string s, std::string match, std::string re
[all...]
/frameworks/av/services/audiopolicy/engineconfigurable/wrapper/
H A Daudio_policy_criteria_conf.h19 #include <string>
36 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
[all...]
/frameworks/minikin/include/minikin/
H A DLocaleList.h20 #include <string>
27 uint32_t registerLocaleList(const std::string& locales);
/frameworks/rs/support/java/src/android/support/v8/renderscript/
H A DRSDriverException.java25 public RSDriverException(String string) { argument
26 super(string);
H A DRSIllegalArgumentException.java25 public RSIllegalArgumentException(String string) { argument
26 super(string);
H A DRSInvalidStateException.java25 public RSInvalidStateException(String string) { argument
26 super(string);
/frameworks/base/core/proto/android/providers/settings/
H A Dcommon.proto24 optional string id = 1;
27 optional string name = 2;
30 optional string pkg = 3;
33 optional string value = 4;
36 optional string default_value = 5;
47 optional string operation = 2;
50 optional string setting = 3;
/frameworks/native/libs/ui/
H A DDebugUtils.cpp22 #include <string>
28 std::string decodeStandard(android_dataspace dataspace) {
32 return std::string("BT709");
35 return std::string("BT601_625");
38 return std::string("BT601_625_UNADJUSTED");
41 return std::string("BT601_525");
44 return std::string("BT601_525_UNADJUSTED");
47 return std::string("BT2020");
50 return std::string("BT2020 (constant luminance)");
53 return std::string("BT470
[all...]

Completed in 1102 milliseconds

1234567891011>>