Searched
refs:string (Results
2701 -
2725 of
46739) sorted by null
<<101102103104105106107108109110>>
| /external/google-benchmark/cmake/ |
| gnu_posix_regex.cpp | 2 #include <string> 4 std::string str = "test0159";
|
| posix_regex.cpp | 2 #include <string> 4 std::string str = "test0159";
|
| std_regex.cpp | 2 #include <string> 4 const std::string str = "test0159";
|
| /external/google-benchmark/src/ |
| complexity.h | 21 #include <string> 50 // Function to return an string for the calculated complexity 51 std::string GetBigOString(BigO complexity);
|
| /external/google-breakpad/src/common/linux/ |
| crc32.h | 35 #include <string> 47 inline uint32_t ComputeCrc32(const std::string& str) {
|
| file_id.h | 37 #include <string> 64 // Convert the |identifier| data to a NULL terminated string. The string will 73 std::string path_;
|
| /external/google-breakpad/src/google_breakpad/processor/ |
| microdump_processor.h | 36 #include <string> 55 google_breakpad::ProcessResult Process(const string& microdump_contents,
|
| /external/google-breakpad/src/processor/ |
| basic_source_line_resolver_types.h | 41 #include <string> 60 Function(const string &function_name, 76 explicit Module(const string &name) : name_(name), is_corrupt_(false) { } 114 typedef std::map<int, string> FileMap; 119 const string &message, 143 string name_; 165 RangeMap<MemAddr, string> cfi_initial_rules_; 172 std::map<MemAddr, string> cfi_delta_rules_;
|
| /external/google-tv-pairing-protocol/cpp/src/polo/pairing/message/ |
| polomessage.h | 18 #include <string> 50 // Gets a string representation of this message. 51 virtual std::string ToString() const = 0;
|
| secretackmessage.h | 19 #include <string> 38 virtual std::string ToString() const;
|
| secretmessage.h | 19 #include <string> 39 virtual std::string ToString() const;
|
| /external/googletest/googletest/include/gtest/internal/custom/ |
| gtest.h | 46 static inline std::string GetAndroidTempDir() { 54 std::string result = "./";
|
| /external/gptfdisk/ |
| support.h | 6 #include <string> 74 string ReadString(void); 75 int GetNumber(int low, int high, int def, const string & prompt); 77 uint64_t GetSectorNum(uint64_t low, uint64_t high, uint64_t def, uint64_t sSize, const std::string& prompt); 78 uint64_t IeeeToInt(string IeeeValue, uint64_t sSize, uint64_t low, uint64_t high, uint64_t def = 0); 79 string BytesToIeee(uint64_t size, uint32_t sectorSize); 80 unsigned char StrToHex(const string & input, unsigned int position); 81 int IsHex(string input); // Returns 1 if input can be hexadecimal number....
|
| /external/icu/icu4c/source/tools/tzcode/ |
| ialloc.c | 29 icpyalloc(const char *const string) 31 return icatalloc(NULL, string);
|
| /external/iptables/iptables/ |
| xtables-config-syntax.l | 13 #include <string.h> 28 string [a-zA-Z][a-zA-Z0-9\.\-\_]* 38 {string} { yylval.string = strdup(yytext); return T_STRING; }
|
| /external/libbrillo/brillo/ |
| map_utils_unittest.cc | 7 #include <string> 23 std::map<std::string, int> map_; 27 std::set<std::string> keys = GetMapKeys(map_); 28 EXPECT_EQ((std::set<std::string>{"key1", "key2", "key3", "key4", "key5"}), 33 std::vector<std::string> keys = GetMapKeysAsVector(map_); 34 EXPECT_EQ((std::vector<std::string>{"key1", "key2", "key3", "key4", "key5"}), 44 std::vector<std::pair<std::string, int>> elements = MapToVector(map_); 45 std::vector<std::pair<std::string, int>> expected{
|
| /external/libbrillo/policy/ |
| device_policy.h | 11 #include <string> 52 std::vector<std::string>* user_whitelist) const = 0; 97 virtual bool GetReleaseChannel(std::string* release_channel) const = 0; 111 std::string* target_version_prefix) const = 0; 123 std::set<std::string>* connection_types) const = 0; 128 std::string* open_network_configuration) const = 0; 131 // devices, this will be an empty string. 133 virtual bool GetOwner(std::string* owner) const = 0; 156 std::string* app_id_out) const = 0;
|
| mock_device_policy.h | 9 #include <string> 58 MOCK_CONST_METHOD1(GetUserWhitelist, bool(std::vector<std::string>*)); 79 MOCK_CONST_METHOD1(GetReleaseChannel, bool(std::string*)); 84 MOCK_CONST_METHOD1(GetTargetVersionPrefix, bool(std::string*)); 88 bool(std::set<std::string>*)); 89 MOCK_CONST_METHOD1(GetOpenNetworkConfiguration, bool(std::string*)); 90 MOCK_CONST_METHOD1(GetOwner, bool(std::string*)); 99 MOCK_CONST_METHOD1(GetAutoLaunchedKioskAppId, bool(std::string*));
|
| policy_util.h | 8 #include <string> 33 std::string* policy_data_str_out,
|
| /external/libchrome/base/strings/ |
| sys_string_conversions.h | 8 // Provides system-dependent string type conversions for cases where it's 14 #include <string> 32 // Converts between wide and UTF-8 representations of a string. On error, the 34 BASE_EXPORT std::string SysWideToUTF8(const std::wstring& wide); 37 // Converts between wide and the system multi-byte representations of a string. 40 BASE_EXPORT std::string SysWideToNativeMB(const std::wstring& wide); 52 BASE_EXPORT std::string SysWideToMultiByte(const std::wstring& wide, 63 // Creates a string, and returns it with a refcount of 1. You are responsible 65 BASE_EXPORT CFStringRef SysUTF8ToCFStringRef(const std::string& utf8); 69 BASE_EXPORT NSString* SysUTF8ToNSString(const std::string& utf8) [all...] |
| /external/libchrome/base/trace_event/ |
| event_name_filter.h | 9 #include <string> 23 // hashtable which requires char* to std::string conversion. It could be smarter 28 using EventNamesWhitelist = std::unordered_set<std::string>;
|
| heap_profiler_type_name_deduplicator.h | 9 #include <string> 30 void AppendAsTraceFormat(std::string* out) const override;
|
| /external/libchrome/crypto/ |
| sha2.h | 10 #include <string> 23 // Computes the SHA-256 hash of the input string 'str' and stores the first 30 // string. 31 CRYPTO_EXPORT std::string SHA256HashString(const base::StringPiece& str);
|
| /external/libcxx/test/libcxx/experimental/containers/sequences/dynarray/dynarray.overview/ |
| indexing.pass.cpp | 31 #include <string> 69 test ( { std::string("1"), std::string("1"), std::string("2"), std::string("3"), 70 std::string("5"), std::string("8")} ); 74 test<std::string> ( {} );
|
| /external/libcxx/test/libcxx/memory/ |
| is_allocator.pass.cpp | 20 #include <string> 40 test_allocators<std::string>();
|
Completed in 1000 milliseconds
<<101102103104105106107108109110>>