Searched
refs:string (Results
2526 -
2550 of
46739) sorted by null
<<101102103104105106107108109110>>
| /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/re/re.syn/ |
| smatch.pass.cpp | 12 // typedef match_results<string::const_iterator> smatch; 20 static_assert((std::is_same<std::match_results<std::string::const_iterator>, std::smatch>::value), "");
|
| sregex_iterator.pass.cpp | 12 // typedef regex_iterator<string::const_iterator> sregex_iterator; 20 static_assert((std::is_same<std::regex_iterator<std::string::const_iterator>, std::sregex_iterator>::value), "");
|
| sregex_token_iterator.pass.cpp | 12 // typedef regex_token_iterator<string::const_iterator> sregex_token_iterator; 20 static_assert((std::is_same<std::regex_token_iterator<std::string::const_iterator>, std::sregex_token_iterator>::value), "");
|
| ssub_match.pass.cpp | 12 // typedef sub_match<string::const_iterator> ssub_match; 20 static_assert((std::is_same<std::sub_match<std::string::const_iterator>, std::ssub_match>::value), "");
|
| /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/strings/char.traits/char.traits.specializations/char.traits.specializations.char/ |
| eq.pass.cpp | 10 // <string> 16 #include <string>
|
| /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/strings/char.traits/char.traits.specializations/char.traits.specializations.char16_t/ |
| eof.pass.cpp | 10 // <string> 16 #include <string>
|
| /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/strings/char.traits/char.traits.specializations/char.traits.specializations.char32_t/ |
| eof.pass.cpp | 10 // <string> 16 #include <string>
|
| /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/optional/optional.specalg/ |
| make_optional_explicit.pass.cpp | 17 #include <string> 31 std::string s("123"); 32 auto opt = make_optional<std::string>(s); 42 auto opt = make_optional<std::string>(4, 'X');
|
| /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/variant/variant.variant/ |
| variant_array.fail.cpp | 20 #include <string>
|
| variant_void.fail.cpp | 20 #include <string>
|
| /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/support/ |
| demangle.h | 14 #include <string> 30 inline std::string demangle(const char* mangled_name) { 35 inline std::string demangle(const char* mangled_name) { 39 std::string res(out);
|
| /prebuilts/ndk/r16/sources/third_party/shaderc/libshaderc_util/include/libshaderc_util/ |
| shader_stage.h | 19 #include <string> 29 // Given a string representing a stage, returns the glslang EShLanguage for it. 30 // If the stage string is not recognized, returns EShLangCount.
|
| spirv_tools_wrapper.h | 18 #include <string> 31 spv_binary* binary, std::string* errors); 38 std::string* text_or_error); 53 std::vector<uint32_t>* binary, std::string* errors);
|
| /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/ |
| generated_enum_reflection.h | 42 #include <string> 62 // Helper for EnumType_Parse functions: try to parse the string 'name' as an 66 const string& name, 71 const string& name, 82 LIBPROTOBUF_EXPORT const string& NameOfEnum(const EnumDescriptor* descriptor, int value);
|
| /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/ |
| generated_enum_reflection.h | 42 #include <string> 59 // Helper for EnumType_Parse functions: try to parse the string 'name' as an 63 const string& name, 68 const string& name, 79 LIBPROTOBUF_EXPORT const string& NameOfEnum(const EnumDescriptor* descriptor, int value);
|
| /system/core/adb/sysdeps/ |
| errno.h | 20 #include <string.h>
|
| /system/core/base/include/android-base/ |
| stringprintf.h | 21 #include <string> 27 // use the same attribute for compile-time format string checking. On Windows, 39 // Returns a string corresponding to printf-like formatting of the arguments. 40 std::string StringPrintf(const char* fmt, ...) 44 void StringAppendF(std::string* dst, const char* fmt, ...) 48 void StringAppendV(std::string* dst, const char* format, va_list ap)
|
| /system/core/fs_mgr/ |
| fs_mgr_slotselect.cpp | 19 #include <string> 24 // Returns "_a" or "_b" based on androidboot.slot_suffix in kernel cmdline, or an empty string 26 std::string fs_mgr_get_slot_suffix() { 27 std::string ab_suffix; 36 std::string ab_suffix;
|
| /system/core/healthd/ |
| animation.h | 21 #include <string> 40 std::string font_file; 51 std::string animation_file; 52 std::string fail_file;
|
| /system/core/init/ |
| bootchart.h | 20 #include <string>
|
| /system/core/init/parser/ |
| tokenizer.h | 18 #include <string> 22 // Used to tokenize a std::string. 24 // indicating there are no more tokens left in the string. 29 // TOK_END - At the end of string 39 explicit Tokenizer(const std::string& data); 45 std::string text; 63 const std::string& data_;
|
| /system/core/logd/ |
| LogTags.h | 20 #include <string> 37 std::unordered_map<std::string, uint32_t> key2tag; 38 typedef std::unordered_map<std::string, uint32_t>::const_iterator 48 std::unordered_map<uint32_t, std::string> tag2name; 49 typedef std::unordered_map<uint32_t, std::string>::const_iterator 52 std::unordered_map<uint32_t, std::string> tag2format; 53 typedef std::unordered_map<uint32_t, std::string>::const_iterator 69 uint32_t nameToTag_locked(const std::string& name, const char* format, 73 std::unordered_map<std::string, size_t> file2watermark; 74 typedef std::unordered_map<std::string, size_t>::const_iterato [all...] |
| /system/core/property_service/libpropertyinfoserializer/ |
| property_info_serializer.cpp | 30 const std::string& default_context, const std::string& default_type, 31 std::string* serialized_trie, std::string* error) {
|
| /system/extras/perfprofd/ |
| config.h | 22 #include <string> 47 std::string destination_directory = "/data/misc/perfprofd"; 49 std::string config_directory = "/data/data/com.google.android.gms/files"; 51 std::string perf_path = "/system/xbin/simpleperf";
|
| /system/extras/simpleperf/ |
| test_util.h | 19 #include <string> 25 static const std::string SLEEP_SEC = "0.001"; 30 void ParseSymbol(const ElfFileSymbol& symbol, std::map<std::string, ElfFileSymbol>* symbols); 31 void CheckElfFileSymbols(const std::map<std::string, ElfFileSymbol>& symbols);
|
Completed in 1026 milliseconds
<<101102103104105106107108109110>>