Searched
refs:string (Results
4401 -
4425 of
46739) sorted by null
<<171172173174175176177178179180>>
| /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/strings/basic.string.hash/ |
| strings.pass.cpp | 21 #include <string> 37 std::string g1 = "1234567890"; 38 std::string g2 = "1234567891"; 46 test<std::string>();
|
| /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/strings/char.traits/char.traits.specializations/char.traits.specializations.char/ |
| to_char_type.pass.cpp | 10 // <string> 16 #include <string>
|
| to_int_type.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/ |
| eq.pass.cpp | 10 // <string> 16 #include <string>
|
| lt.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/ |
| eq.pass.cpp | 10 // <string> 16 #include <string>
|
| lt.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.wchar.t/ |
| eq.pass.cpp | 10 // <string> 16 #include <string>
|
| lt.pass.cpp | 10 // <string> 16 #include <string>
|
| /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/utility/exchange/ |
| exchange.pass.cpp | 17 #include <string> 40 const std::string s1 ( "Hi Mom!" ); 41 const std::string s2 ( "Yo Dad!" ); 42 std::string s3 = s1; // Mom
|
| /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/utils/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...] |
| /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
| test_future2.py | 3 from __future__ import nested_scopes; import string
|
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
| test_future2.py | 3 from __future__ import nested_scopes; import string
|
| /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/ |
| any.h | 34 #include <string> 62 void PackFrom(const Message& message, const string& type_url_prefix); 95 bool ParseAnyTypeUrl(const string& type_url, string* full_type_name);
|
| /prebuilts/tools/linux-x86_64/kythe/proto/ |
| cxx.proto | 28 string path = 1; 55 // Matches if the include path has this string as a prefix. 56 string prefix = 1;
|
| /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/ |
| FmExtractLettersMethod.java | 26 * Method invoked by FreeMarker to extract letters from a string; this will remove 35 String string = args.get(0).toString(); local 36 StringBuilder sb = new StringBuilder(string.length()); 37 for (int i = 0, n = string.length(); i < n; i++) { 38 char c = string.charAt(i);
|
| /system/bt/internal_include/ |
| stack_config.h | 34 const std::string* (*get_pts_smp_options)(void);
|
| /system/bt/service/common/bluetooth/ |
| adapter_state.cc | 21 std::string AdapterStateToString(AdapterState state) {
|
| /system/bt/service/test/ |
| mock_adapter.h | 37 MOCK_CONST_METHOD0(GetName, std::string()); 38 MOCK_METHOD1(SetName, bool(const std::string&)); 39 MOCK_CONST_METHOD0(GetAddress, std::string()); 41 MOCK_METHOD1(IsDeviceConnected, bool(const std::string&));
|
| /system/bt/types/ |
| raw_address.h | 21 #include <string> 46 std::string ToString() const; 48 // Converts |string| to RawAddress and places it in |to|. If |from| does 51 static bool FromString(const std::string& from, RawAddress& to); 57 static bool IsValidAddress(const std::string& address);
|
| /system/bt/vendor_libs/test_vendor_lib/include/ |
| bt_address.h | 20 #include <string> 42 static bool IsValid(const std::string& addr); 69 bool FromString(const std::string& str); 78 // Return a string representation of the Bluetooth address, in this format: 80 std::string ToString() const;
|
| /system/core/fastboot/ |
| udp.h | 33 #include <string> 44 std::unique_ptr<Transport> Connect(const std::string& hostname, int port, std::string* error); 75 std::unique_ptr<Transport> Connect(std::unique_ptr<Socket> sock, std::string* error);
|
| /system/core/init/ |
| action_parser.h | 20 #include <string> 35 Result<Success> ParseSection(std::vector<std::string>&& args, const std::string& filename, 37 Result<Success> ParseLineSection(std::vector<std::string>&& args, int line) override;
|
| security.h | 20 #include <string>
|
| /system/core/storaged/include/ |
| uid_info.h | 19 #include <string> 54 std::string comm; 57 bool parse_task_io_stats(std::string&& s); 63 std::string name; // package name
|
Completed in 1699 milliseconds
<<171172173174175176177178179180>>