| /system/tpm/attestation/common/ |
| crypto_utility_impl_test.cc | 18 #include <string> 48 std::string HexDecode(const std::string hex) { 51 return std::string(reinterpret_cast<char*>(output.data()), output.size()); 71 std::string random1; 73 std::string random2; 80 std::string buffer; 85 std::string key; 86 std::string sealed_key; 88 std::string data("test") [all...] |
| /frameworks/rs/script_api/ |
| Specification.h | 26 #include <string> 62 std::string type; 63 std::string name; 71 std::string testOption; 72 std::string documentation; 80 std::string rsType; // The Renderscript type, e.g. "uint3" 81 std::string rsBaseType; // As above but without the number, e.g. "uint" 82 std::string javaBaseType; // The type we need to declare in Java, e.g. "unsigned int" 83 std::string specType; // The type found in the spec, e.g. "f16" 88 std::string mVectorSize [all...] |
| /cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/ |
| EnterprisePrivacyTestListActivity.java | 41 private static final String ENTERPRISE_PRIVACY_PAGE = "ENTERPRISE_PRIVACY_PAGE"; 42 private static final String ENTERPRISE_PRIVACY_NETWORK_LOGGING 44 private static final String ENTERPRISE_PRIVACY_BUG_REPORT = "ENTERPRISE_PRIVACY_BUG_REPORT"; 45 private static final String ENTERPRISE_PRIVACY_SECURITY_LOGGING 47 private static final String ENTERPRISE_PRIVACY_ENTERPRISE_INSTALLED_APPS 49 private static final String ENTERPRISE_PRIVACY_LOCATION_ACCESS 51 private static final String ENTERPRISE_PRIVACY_MICROPHONE_ACCESS 53 private static final String ENTERPRISE_PRIVACY_CAMERA_ACCESS 55 private static final String ENTERPRISE_PRIVACY_DEFAULT_APPS 57 private static final String ENTERPRISE_PRIVACY_DEFAULT_IM [all...] |
| /external/ImageMagick/Magick++/lib/Magick++/ |
| Exception.h | 17 #include <string> 26 // Construct with message string 27 Exception(const std::string& what_); 29 // Construct with message string and nested exception 30 Exception(const std::string& what_, Exception* nested_); 41 // Get string identifying exception 56 std::string _what; 67 explicit Error(const std::string& what_); 68 explicit Error(const std::string& what_,Exception *nested_); 75 explicit ErrorBlob(const std::string& what_) [all...] |
| /bootable/recovery/otautil/include/otautil/ |
| DirUtil.h | 22 #include <string> 36 int mkdir_recursively(const std::string& path, mode_t mode, bool strip_filename,
|
| /build/kati/ |
| fileutil_bench.cc | 22 std::string shell = "/bin/bash"; 23 std::string shellflag = "-c"; 24 std::string cmd = "echo $((1+3))"; 26 std::string result; 33 std::string shell = "/bin/bash "; 34 std::string shellflag = "-c"; 35 std::string cmd = "echo $((1+3))"; 37 std::string result;
|
| /development/vndk/tools/header-checker/header-abi-dumper/src/ |
| ast_util.h | 20 #include <string> 28 ASTCaches(const std::string &translation_unit_source) 31 std::string GetTypeId(const std::string &qual_type) { 41 std::string translation_unit_source_; 42 std::set<std::string> type_cache_; 43 std::map<const clang::Decl *, std::string> decl_to_source_file_cache_; 44 std::map<std::string, uint64_t> qual_type_to_type_id_cache_;
|
| /device/linaro/bootloader/edk2/SecurityPkg/UserIdentification/UserIdentifyManagerDxe/ |
| UserIdentifyManagerStrings.uni | 2 String definitions for the User Identify Manager driver.
18 #string STR_TITLE #language en-US "User Identity Manager"
20 #string STR_USER_SELECT #language en-US "User Selection"
22 #string STR_PROVIDER_SELECT #language en-US "Provider Selection"
24 #string STR_NULL_STRING #language en-US ""
|
| /external/adhd/cras/src/tests/ |
| dbus_test.h | 9 #include <string> 152 std::string string_value; 154 std::vector<std::string> string_values; 158 DBusMatch& WithString(std::string value); 160 DBusMatch& WithObjectPath(std::string value); 161 DBusMatch& WithArrayOfStrings(std::vector<std::string> values); 162 DBusMatch& WithArrayOfObjectPaths(std::vector<std::string> values); 166 // should be wrapped into a property dictionary with a string for keys 176 DBusMatch& SendError(std::string error_name, std::string error_message) [all...] |
| /external/clang/include/clang/Basic/ |
| CommentOptions.h | 18 #include <string> 25 typedef std::vector<std::string> BlockCommandNamesTy;
|
| Version.h | 29 /// \brief A string that describes the Clang version number, e.g., "1.0". 37 /// \brief A string that describes the Clang version number, e.g., "1.0". 46 std::string getClangRepositoryPath(); 51 std::string getLLVMRepositoryPath(); 55 std::string getClangRevision(); 61 /// string as getClangRevision. 62 std::string getLLVMRevision(); 66 std::string getClangFullRepositoryVersion(); 68 /// \brief Retrieves a string representing the complete clang version, 71 std::string getClangFullVersion() [all...] |
| /external/clang/include/clang/Tooling/Core/ |
| Lookup.h | 18 #include <string> 40 std::string replaceNestedName(const NestedNameSpecifier *Use,
|
| /external/clang/test/SemaCXX/ |
| varargs.cpp | 3 class string; 4 void f(const string& s, ...) { // expected-note {{parameter of type 'const string &' is declared here}}
|
| /external/google-benchmark/src/ |
| string_util.h | 5 #include <string> 11 void AppendHumanReadable(int n, std::string* str); 13 std::string HumanReadableNumber(double n, double one_k = 1024.0); 15 std::string StringPrintF(const char* format, ...); 29 inline std::string StrCat(Args&&... args) { 35 void ReplaceAll(std::string* str, const std::string& from, 36 const std::string& to);
|
| /external/google-breakpad/src/processor/ |
| tokenize.h | 35 #include <string> 44 // line is a 0-terminated string that optionally ends with a newline 58 // You can call StringToVector on a string, and use &vec[0]. 59 void StringToVector(const string &str, std::vector<char> &vec);
|
| /external/libchrome/base/ |
| hash.cc | 12 std::hash<std::string> hash_fn; 13 return hash_fn(std::string(data, len));
|
| /external/libchrome/base/posix/ |
| safe_strerror.h | 10 #include <string> 26 // It will write the string form of error "err" to buffer buf of length len. 35 // in a C++ string. 39 // allocate a string. 40 BASE_EXPORT std::string safe_strerror(int err);
|
| /external/libchrome/base/strings/ |
| pattern.h | 13 // Returns true if the string passed in matches the pattern. The pattern 14 // string can contain wildcards like * and ? 19 BASE_EXPORT bool MatchPattern(const StringPiece& string, 21 BASE_EXPORT bool MatchPattern(const StringPiece16& string,
|
| /external/libchrome/base/trace_event/ |
| memory_infra_background_whitelist.h | 11 #include <string> 22 bool BASE_EXPORT IsMemoryAllocatorDumpNameWhitelisted(const std::string& name);
|
| /external/libcxx/test/libcxx/experimental/containers/sequences/dynarray/dynarray.overview/ |
| capacity.pass.cpp | 26 #include <string> 49 test ( { std::string("1"), std::string("1"), std::string("2"), std::string("3"), 50 std::string("5"), std::string("8")} ); 54 test<std::string> ( {} );
|
| /external/libcxx/test/libcxx/strings/basic.string/string.modifiers/ |
| erase_pop_back_db1.pass.cpp | 10 // <string> 18 #include <string> 27 std::string s;
|
| /external/libcxx/test/std/input.output/iostreams.base/ios.base/ios.base.locales/ |
| getloc.pass.cpp | 17 #include <string> 33 assert(t.getloc().name() == std::string("C"));
|
| /external/libcxx/test/std/input.output/iostreams.base/std.ios.manip/error.reporting/ |
| iostream_category.pass.cpp | 16 #include <string> 21 std::string m1 = e_cat1.name();
|
| /external/libcxx/test/std/iterators/iterators.general/ |
| gcc_workaround.pass.cpp | 12 #include <string> 15 void f(const std::string &s) { TEST_IGNORE_NODISCARD s.begin(); }
|
| /external/libcxx/test/std/re/re.submatch/re.submatch.members/ |
| compare_string_type.pass.cpp | 25 typedef SM::string_type string; typedef 27 assert(sm.compare(string()) == 0); 32 assert(sm.compare(string()) > 0); 33 assert(sm.compare(string("123")) == 0); 38 typedef SM::string_type string; typedef 40 assert(sm.compare(string()) == 0); 45 assert(sm.compare(string()) > 0); 46 assert(sm.compare(string(L"123")) == 0);
|