Searched
refs:string (Results
2376 -
2400 of
46739) sorted by null
<<919293949596979899100>>
| /external/libcxx/test/std/re/re.syn/ |
| 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), "");
|
| /external/libcxx/test/std/strings/char.traits/char.traits.specializations/char.traits.specializations.char/ |
| eq.pass.cpp | 10 // <string> 16 #include <string>
|
| /external/libcxx/test/std/strings/char.traits/char.traits.specializations/char.traits.specializations.char16_t/ |
| eof.pass.cpp | 10 // <string> 16 #include <string>
|
| /external/libcxx/test/std/strings/char.traits/char.traits.specializations/char.traits.specializations.char32_t/ |
| eof.pass.cpp | 10 // <string> 16 #include <string>
|
| /external/libcxx/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');
|
| /external/libcxx/test/std/utilities/variant/variant.variant/ |
| variant_array.fail.cpp | 20 #include <string>
|
| variant_void.fail.cpp | 20 #include <string>
|
| /external/libcxx/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);
|
| /external/libmojo/ui/gfx/geometry/ |
| insets_f.cc | 11 std::string InsetsF::ToString() const {
|
| /external/libtextclassifier/util/strings/ |
| split.h | 20 #include <string>
|
| /external/llvm/include/llvm/Support/ |
| DynamicLibrary.h | 17 #include <string> 69 std::string *errMsg = nullptr); 77 std::string *ErrMsg = nullptr) { 86 /// @throws std::string on error. 91 static void *SearchForAddressOfSymbol(const std::string &symbolName) {
|
| /external/nos/host/generic/libnos/include/nos/ |
| NuggetClient.h | 21 #include <string> 44 NuggetClient(const std::string& device_name); 91 const std::string& DeviceName() const; 94 std::string device_name_;
|
| /external/nos/host/generic/nugget/proto/nugget/protobuf/ |
| options.proto | 24 optional string app_id = 2000; 25 optional string app_name = 2001;
|
| /external/oj-libjdwp/src/share/back/ |
| StringReferenceImpl.c | 35 jstring string; local 39 string = inStream_readStringRef(env, in); 48 utf = (char *)JNI_FUNC_PTR(env,GetStringUTFChars)(env, string, NULL); 50 JNI_FUNC_PTR(env,ReleaseStringUTFChars)(env, string, utf);
|
| /external/parameter-framework/upstream/parameter/ |
| ElementLocator.cpp | 33 using std::string; 41 bool CElementLocator::locate(const string &strPath, CElement **ppElement, string &strError) 53 string *pStrChildName = pathNavigator.next();
|
| ParameterMgrPlatformConnector.cpp | 35 using std::string; 39 const string &strConfigurationFilePath) 62 const string &strName, const ISelectionCriterionTypeInterface *pSelectionCriterionType) 72 const string &strName) const 86 CParameterHandle *CParameterMgrPlatformConnector::createParameterHandle(const string &strPath, 87 string &strError) const 94 ElementHandle *CParameterMgrPlatformConnector::createElementHandle(const string &strPath, 95 string &strError) const 116 bool CParameterMgrPlatformConnector::setFailureOnMissingSubsystem(bool bFail, string &strError) 134 std::string &strError [all...] |
| PluginLocation.cpp | 34 CPluginLocation::CPluginLocation(const std::string &strName, const std::string &strKind) 39 const std::string &CPluginLocation::getFolder() const 44 const std::list<std::string> &CPluginLocation::getPluginList() const
|
| SelectionCriterionRule.cpp | 41 using std::string; 48 string CSelectionCriterionRule::getKind() const 54 string CSelectionCriterionRule::logValue(utility::ErrorContext & /*cxt*/) const 61 bool CSelectionCriterionRule::parse(CRuleParser &ruleParser, string &strError) 76 string strMatchesWhen; 83 string strValue; 111 string CSelectionCriterionRule::dump() const 114 string value; 118 return string(_pSelectionCriterion->getName()) + " " + 151 string strSelectionCriterion [all...] |
| /external/parameter-framework/upstream/skeleton-subsystem/ |
| SkeletonSubsystem.h | 37 CSkeletonSubsystem(const std::string &strName, core::log::Logger &logger);
|
| /external/perfetto/src/ipc/test/ |
| greeter_service.proto | 30 optional string name = 1; 34 optional string message = 1;
|
| /external/perfetto/src/protozero/test/example_proto/ |
| library.proto | 26 optional string origin_planet = 2; 28 optional string destination_planet = 4;
|
| /external/perfetto/src/tracing/test/ |
| hello_world_benchmark.cc | 5 std::string empty_string;
|
| /external/perfetto/tools/ftrace_proto_gen/ |
| main.cc | 23 #include <string> 41 std::set<std::string> events = perfetto::GetWhitelistedEvents(whitelist_path); 42 std::vector<std::string> events_info; 44 std::string ftrace; 52 std::set<std::string> new_events; 54 std::string file_name = 55 event.substr(event.find('/') + 1, std::string::npos); 74 std::string proto_file_name = 75 event.substr(event.find('/') + 1, std::string::npos) + ".proto"; 76 std::string group = event.substr(0, event.find('/')) [all...] |
| /external/proguard/src/proguard/util/ |
| ConstantMatcher.java | 24 * This StringMatcher matches any string or no string at all. 44 public boolean matches(String string)
|
| /external/protobuf/src/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);
|
Completed in 1255 milliseconds
<<919293949596979899100>>