Searched
refs:string (Results
1051 -
1075 of
46739) sorted by null
<<41424344454647484950>>
| /external/libcxx/test/std/strings/basic.string/string.cons/ |
| initializer_list_assignment.pass.cpp | 12 // <string> 16 #include <string> 24 std::string s;
|
| /external/libcxx/test/std/strings/basic.string/string.modifiers/string_op_plus_equal/ |
| initializer_list.pass.cpp | 12 // <string> 16 #include <string> 24 std::string s("123");
|
| /external/libcxx/test/std/strings/basic.string.hash/ |
| enabled_hashes.pass.cpp | 12 // <string> 14 // Test that <string> provides all of the arithmetic, enum, and pointer 17 #include <string> 24 test_hash_enabled_for_type<std::string>();
|
| /external/libcxx/test/std/utilities/type.index/type.index.members/ |
| name.pass.cpp | 17 #include <string> 24 assert(std::string(t1.name()) == ti.name());
|
| /external/libcxx/test/std/utilities/utility/pairs/pairs.pair/ |
| dtor.pass.cpp | 25 #include <string> 35 std::pair<int, std::string> >::value), "");
|
| /external/libcxx/utils/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/libtextclassifier/util/strings/ |
| numbers.h | 20 #include <string> 26 // Parses an int32 from a C-style string. 36 // radix-10 digit). Parsing a string that does not contain any digit (e.g., "") 46 // Converts an integer to string. Accepts (via implicit conversions) all common 48 std::string IntToString(int64 input);
|
| /external/llvm/lib/ExecutionEngine/Orc/ |
| NullResolver.cpp | 17 RuntimeDyld::SymbolInfo NullResolver::findSymbol(const std::string &Name) { 22 NullResolver::findSymbolInLogicalDylib(const std::string &Name) {
|
| /external/mesa3d/src/gallium/state_trackers/clover/tgsi/ |
| invocation.hpp | 30 module compile_program(const std::string &source, 31 std::string &r_log);
|
| /external/parameter-framework/upstream/parameter/ |
| Component.h | 34 #include <string> 39 CComponent(const std::string &strName, const CTypeElement *pTypeElement)
|
| MappingContext.h | 35 #include <string> 44 const std::string *strKey{nullptr}; 45 const std::string *strItem{nullptr}; 61 bool setItem(size_t itemType, const std::string *pStrKey, const std::string *pStrItem); 62 const std::string &getItem(size_t itemType) const; 71 const std::string *getItem(const std::string &strKey) const;
|
| ParameterBlock.h | 34 #include <string> 39 CParameterBlock(const std::string &strName, const CTypeElement *pTypeElement)
|
| SimulatedBackSynchronizer.h | 35 #include <string> 50 std::string _strError;
|
| XmlDomainSerializingContext.h | 34 #include <string> 39 CXmlDomainSerializingContext(std::string &strError, bool bWithSettings)
|
| /external/parameter-framework/upstream/test/functional-tests/include/ |
| Config.hpp | 32 #include <string> 54 std::string subsystemMapping; 61 std::string instances; 63 std::string domains; 65 std::string components; 69 using Location = std::string; 70 using Name = std::string; 79 std::string subsystemType = "Virtual";
|
| /external/perfetto/include/perfetto/tracing/ipc/ |
| producer_ipc_client.h | 21 #include <string> 47 const std::string& producer_name,
|
| /external/perfetto/src/ftrace_reader/ |
| cpu_stats_parser.h | 20 #include <string> 28 bool DumpCpuStats(std::string text, FtraceCpuStats*);
|
| /external/perfetto/src/traced/probes/filesystem/ |
| fs_mount.h | 22 #include <string> 30 std::multimap<BlockDeviceID, std::string> ParseMounts(
|
| /external/proguard/src/proguard/util/ |
| NotMatcher.java | 42 public boolean matches(String string) 44 return !matcher.matches(string);
|
| SettableMatcher.java | 42 public boolean matches(String string) 44 return matcher.matches(string);
|
| /external/protobuf/src/google/protobuf/compiler/javamicro/ |
| javamicro_file.h | 38 #include <string> 63 // the given string and returns false otherwise. 64 bool Validate(string* error); 71 void GenerateSiblings(const string& package_dir, 73 vector<string>* file_list); 75 const string& java_package() { return java_package_; } 76 const string& classname() { return classname_; } 81 string java_package_; 82 string classname_;
|
| /external/protobuf/src/google/protobuf/compiler/javanano/ |
| javanano_file.h | 38 #include <string> 65 // the given string and returns false otherwise. 66 bool Validate(string* error); 73 void GenerateSiblings(const string& package_dir, 75 vector<string>* file_list); 77 const string& java_package() { return java_package_; } 78 const string& classname() { return classname_; } 83 string java_package_; 84 string classname_;
|
| /external/protobuf/src/google/protobuf/util/internal/ |
| location_tracker.h | 34 #include <string> 49 // Returns the object location as human readable string. 50 virtual string ToString() const = 0;
|
| /external/protobuf/src/google/protobuf/util/ |
| type_resolver_util.h | 34 #include <string> 46 const string& url_prefix, const DescriptorPool* pool);
|
| /external/puffin/src/ |
| sample_generator.h | 8 #include <string> 16 void PrintArray(const std::string& name, const Buffer& array);
|
Completed in 1235 milliseconds
<<41424344454647484950>>