Searched
refs:string (Results
4076 -
4100 of
46739) sorted by null
<<161162163164165166167168169170>>
| /external/expat/lib/ |
| winconfig.h | 41 #include <string.h>
|
| /external/fec/ |
| decode_rs_8.c | 10 #include <string.h>
|
| decode_rs_char.c | 10 #include <string.h>
|
| decode_rs_int.c | 10 #include <string.h>
|
| /external/flatbuffers/tests/fuzzer/ |
| flatbuffers_verifier_fuzzer.cc | 6 #include <string>
|
| /external/google-benchmark/src/ |
| commandlineflags.cc | 27 bool ParseInt32(const std::string& src_text, const char* str, int32_t* value) { 32 // Has strtol() consumed all characters in the string? 61 bool ParseDouble(const std::string& src_text, const char* str, double* value) { 66 // Has strtol() consumed all characters in the string? 81 static std::string FlagToEnvVar(const char* flag) { 82 const std::string flag_str(flag); 84 std::string env_var; 96 const std::string env_var = FlagToEnvVar(flag); 106 const std::string env_var = FlagToEnvVar(flag); 114 if (!ParseInt32(std::string("Environment variable ") + env_var, string_value [all...] |
| /external/google-breakpad/src/common/windows/ |
| guid_string.h | 37 #include <string> 45 // Converts guid to a string in the format recommended by RFC 4122 and 46 // returns the string. 49 // Converts guid to a string formatted as uppercase hexadecimal, with 50 // no separators, and returns the string. This is the format used for 52 // on to the string.
|
| /external/google-breakpad/src/google_breakpad/processor/ |
| minidump_processor.h | 34 #include <string> 73 ProcessResult Process(const string &minidump_file, 100 // an empty string if this information cannot be determined. If address 106 static string GetCrashReason(Minidump* dump, uint64_t* address); 124 // in the minidump. Returns an empty string if this information 126 static string GetAssertion(Minidump* dump);
|
| stack_frame.h | 33 #include <string> 68 // Return a string describing how this stack frame was found 70 string trust_description() const { 120 string function_name; 127 string source_file_name;
|
| /external/google-breakpad/src/processor/ |
| simple_symbol_supplier.cc | 39 #include <string.h> 55 static bool file_exists(const string &file_name) { 62 string *symbol_file) { 82 string *symbol_file, 83 string *symbol_data) { 91 std::getline(in, *symbol_data, string::traits_type::to_char_type( 92 string::traits_type::eof())); 101 string *symbol_file, 107 string symbol_data_string; 132 map<string, char *>::iterator it = memory_buffers_.find(module->code_file()) [all...] |
| /external/google-tv-pairing-protocol/cpp/src/polo/pairing/ |
| pairinglistener.h | 18 #include <string>
|
| /external/gptfdisk/ |
| gdisk.cc | 10 #include <string.h> 16 string device = ""; 48 device = (string) argv[2]; 50 device = (string) argv[1];
|
| /external/libavc/decoder/mips/ |
| ih264d_function_selector.c | 44 #include <string.h>
|
| /external/libavc/encoder/mips/ |
| ih264e_function_selector.c | 49 #include <string.h>
|
| /external/libbrillo/brillo/ |
| flag_helper.h | 58 #include <string> 78 virtual bool SetValue(const std::string& value) = 0; 97 bool SetValue(const std::string& value) override; 113 bool SetValue(const std::string& value) override; 128 bool SetValue(const std::string& value) override; 143 bool SetValue(const std::string& value) override; 158 bool SetValue(const std::string& value) override; 169 std::string* value, 173 bool SetValue(const std::string& value) override; 178 std::string* value_ [all...] |
| /external/libchrome/base/ |
| base64.cc | 13 void Base64Encode(const StringPiece& input, std::string* output) { 14 std::string temp; 24 bool Base64Decode(const StringPiece& input, std::string* output) { 25 std::string temp;
|
| environment.h | 10 #include <string> 36 virtual bool GetVar(StringPiece variable_name, std::string* result) = 0; 43 const std::string& new_value) = 0; 64 // marked by a double-null terminator. The size of the returned string will 71 typedef std::string NativeEnvironmentString;
|
| /external/libchrome/base/json/ |
| json_string_value_serializer.h | 8 #include <string> 18 // |json_string| is the string that will be the destination of the 20 // string. |json_string| must not be null. 21 explicit JSONStringValueSerializer(std::string* json_string); 27 // into the string passed into the constructor. 41 std::string* json_string_; 57 // Attempt to deserialize the data structure encoded in the string passed 65 std::string* error_message) override;
|
| /external/libchrome/base/strings/ |
| nullable_string16.cc | 14 return value.is_null() ? out << "(null)" : out << UTF16ToUTF8(value.string());
|
| /external/libchrome/base/test/ |
| mock_entropy_provider.cc | 15 const std::string& trial_name,
|
| /external/libchrome/dbus/ |
| mock_object_manager.cc | 10 const std::string& service_name,
|
| mock_object_proxy.cc | 10 const std::string& service_name,
|
| /external/libcxx/test/libcxx/containers/unord/unord.map/ |
| db_iterators_7.pass.cpp | 19 #include <string> 30 typedef std::unordered_map<int, std::string> C; 41 typedef std::unordered_map<int, std::string, std::hash<int>, std::equal_to<int>, 42 min_allocator<std::pair<const int, std::string>>> C;
|
| db_iterators_8.pass.cpp | 19 #include <string> 30 typedef std::unordered_map<int, std::string> C; 39 typedef std::unordered_map<int, std::string, std::hash<int>, std::equal_to<int>, 40 min_allocator<std::pair<const int, std::string>>> C;
|
| db_local_iterators_8.pass.cpp | 19 #include <string> 30 typedef std::unordered_map<int, std::string> C; 38 typedef std::unordered_map<int, std::string, std::hash<int>, std::equal_to<int>, 39 min_allocator<std::pair<const int, std::string>>> C;
|
Completed in 1193 milliseconds
<<161162163164165166167168169170>>