HomeSort by relevance Sort by last modified time
    Searched refs:string (Results 1251 - 1275 of 46739) sorted by null

<<51525354555657585960>>

  /external/libcxx/test/std/containers/unord/unord.map/
max_bucket_count.pass.cpp 19 #include <string>
28 typedef std::unordered_map<int, std::string> C;
34 typedef std::unordered_map<int, std::string, std::hash<int>, std::equal_to<int>,
35 min_allocator<std::pair<const int, std::string>>> C;
  /external/libcxx/test/std/containers/unord/unord.multimap/
max_bucket_count.pass.cpp 19 #include <string>
27 typedef std::unordered_multimap<int, std::string> C;
33 typedef std::unordered_multimap<int, std::string, std::hash<int>, std::equal_to<int>,
34 min_allocator<std::pair<const int, std::string>>> C;
  /external/libcxx/test/std/re/re.regex/re.regex.construct/
string.pass.cpp 21 template <class String>
23 test(const String& p, unsigned mc)
25 std::basic_regex<typename String::value_type> r(p);
32 test(std::string("\\(a\\)"), 0);
33 test(std::string("\\(a[bc]\\)"), 0);
34 test(std::string("\\(a\\([bc]\\)\\)"), 0);
35 test(std::string("(a([bc]))"), 2);
  /external/libcxx/test/std/re/re.traits/
lookup_collatename.pass.cpp 42 test("NUL", std::string("\x00", 1));
43 test("alert", std::string("\x07"));
44 test("backspace", std::string("\x08"));
45 test("tab", std::string("\x09"));
46 test("carriage-return", std::string("\x0D"));
47 test("newline", std::string("\x0A"));
48 test("vertical-tab", std::string("\x0B"));
49 test("form-feed", std::string("\x0C"));
50 test("space", std::string(" "));
51 test("exclamation-mark", std::string("!"));
    [all...]
  /external/libcxx/test/std/strings/basic.string/
allocator_mismatch.fail.cpp 10 // <string>
13 #include <string>
  /external/libcxx/test/std/strings/char.traits/char.traits.specializations/char.traits.specializations.wchar.t/
eof.pass.cpp 10 // <string>
16 #include <string>
  /external/libmojo/mojo/edk/embedder/
pending_process_connection.h 8 #include <string>
21 using ProcessErrorCallback = base::Callback<void(const std::string& error)>;
29 // std::string pipe_token;
56 // std::string token = command_line.GetSwitchValueASCII("yer-pipe");
72 // Creates a message pipe associated with a new globally unique string value
86 // string value.
87 ScopedMessagePipeHandle CreateMessagePipe(std::string* token);
110 const std::string process_token_;
  /external/libmojo/mojo/public/cpp/bindings/
connection_error_callback.h 17 const std::string& /* description */)>;
  /external/llvm/include/llvm/DebugInfo/PDB/
GenericError.h 29 GenericError(const std::string &Context);
30 GenericError(generic_error_code C, const std::string &Context);
33 const std::string &getErrorMessage() const;
37 std::string ErrMsg;
  /external/ltp/testcases/open_posix_testsuite/conformance/definitions/time_h/
35-3-buildonly.c 13 #include <string.h>
  /external/parameter-framework/upstream/parameter/
ElementLibrary.h 35 #include <string>
43 typedef std::map<std::string, const CElementBuilder *> ElementBuilderMap;
56 void addElementBuilder(const std::string &type, const CElementBuilder *pElementBuilder);
64 virtual std::string getBuilderType(const CXmlElement &xmlElement) const;
LoggingElementBuilderTemplate.cpp 36 std::string getName(const CXmlElement &xmlElement)
SelectionCriterionLibrary.h 42 virtual std::string getKind() const;
StringParameterType.h 36 #include <string>
41 CStringParameterType(const std::string &strName);
53 virtual void showProperties(std::string &strResult) const;
56 virtual std::string getKind() const;
  /external/parameter-framework/upstream/test/functional-tests/include/
Exception.hpp 33 #include <string>
  /external/perf_data_converter/src/quipper/
perf_option_parser.h 10 #include "compat/string.h"
23 bool ValidatePerfCommandLine(const std::vector<string> &args);
  /external/perfetto/protos/perfetto/trace/ftrace/
test_bundle_wrapper.proto 24 optional string before = 1;
26 optional string after = 3;
  /external/spirv-llvm/lib/SPIRV/Mangler/
FunctionDescriptor.h 18 #include <string>
25 /// @brief Returns a human readable string representation of the function's
27 /// @returns std::string representing the function's prototype.
28 std::string toString() const;
31 std::string name;
44 static std::string nullString();
  /external/swiftshader/third_party/LLVM/lib/TableGen/
TableGenBackend.cpp 18 void TableGenBackend::EmitSourceFileHeader(const std::string &Desc,
  /external/swiftshader/third_party/LLVM/lib/Target/Blackfin/
BlackfinSubtarget.cpp 24 BlackfinSubtarget::BlackfinSubtarget(const std::string &TT,
25 const std::string &CPU,
26 const std::string &FS)
39 std::string CPUName = CPU;
42 // Parse features string.
BlackfinSubtarget.h 18 #include <string>
39 BlackfinSubtarget(const std::string &TT, const std::string &CPU,
40 const std::string &FS);
42 /// ParseSubtargetFeatures - Parses features string setting specified
  /external/swiftshader/third_party/LLVM/lib/Target/Sparc/
SparcSubtarget.cpp 24 SparcSubtarget::SparcSubtarget(const std::string &TT, const std::string &CPU,
25 const std::string &FS, bool is64Bit) :
33 std::string CPUName = CPU;
42 // Parse features string.
  /external/swiftshader/third_party/LLVM/lib/Target/SystemZ/
SystemZSubtarget.h 18 #include <string>
34 SystemZSubtarget(const std::string &TT, const std::string &CPU,
35 const std::string &FS);
37 /// ParseSubtargetFeatures - Parses features string setting specified
  /external/syslinux/com32/lib/
strcat.c 5 #include <string.h>
  /external/syslinux/core/
strcasecmp.c 5 #include <string.h>

Completed in 1369 milliseconds

<<51525354555657585960>>