HomeSort by relevance Sort by last modified time
    Searched refs:string (Results 526 - 550 of 27455) sorted by null

<<21222324252627282930>>

  /external/chromium_org/remoting/protocol/
auth_util.h 8 #include <string>
37 std::string GenerateSupportAuthToken(const std::string& jid,
38 const std::string& access_code);
41 bool VerifySupportAuthToken(const std::string& jid,
42 const std::string& access_code,
43 const std::string& auth_token);
46 // |socket|. Empty string is returned in case of failure.
47 std::string GetAuthBytes(net::SSLSocket* socket,
  /external/chromium_org/sync/internal_api/public/util/
unrecoverable_error_handler.h 8 #include <string>
21 const std::string& message) = 0;
  /external/chromium_org/sync/js/
js_event_handler.h 10 #include <string>
23 const std::string& name, const JsEventDetails& details) = 0;
  /external/chromium_org/third_party/libphonenumber/src/phonenumbers/
region_code.h 18 #include <string>
23 using std::string;
27 // Returns a region code string representing the "unknown" region.
  /external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
stringprintf.h 33 // Printf variants that place their output in a C++ string.
36 // string result = StringPrintf("%d %s\n", 10, "hello");
44 #include <string>
52 // Return a C++ string
53 LIBPROTOBUF_EXPORT extern string StringPrintf(const char* format, ...);
55 // Store result into a supplied string and return it
56 LIBPROTOBUF_EXPORT extern const string& SStringPrintf(string* dst, const char* format, ...);
58 // Append result to a supplied string
59 LIBPROTOBUF_EXPORT extern void StringAppendF(string* dst, const char* format, ...)
    [all...]
  /external/chromium_org/third_party/webrtc/base/
versionparsing.h 14 #include <string>
18 // Parses a version string into an array. "num_expected_segments" must be the
23 bool ParseVersionString(const std::string& version_str,
  /external/chromium_org/third_party/webrtc/modules/desktop_capture/
mouse_cursor_shape.h 14 #include <string>
31 std::string data;
  /external/chromium_org/third_party/webrtc/modules/video_coding/codecs/test_framework/
benchmark.h 25 Benchmark(std::string name, std::string description);
26 Benchmark(std::string name, std::string description, std::string resultsFileName, std::string codecName);
34 std::string _resultsFileName;
36 std::string _codecName;
  /external/chromium_org/third_party/webrtc/video_engine/test/auto_test/primitives/
choice_helpers.h 14 #include <string>
21 typedef std::vector<std::string> Choices;
41 explicit ChoiceBuilder(const std::string& title, const Choices& choices);
46 ChoiceBuilder& WithDefault(const std::string& default_choice);
55 std::string MakeHumanReadableOptions();
61 // Convenience function that creates a choice builder given a string where
63 ChoiceBuilder FromChoices(const std::string& title,
64 const std::string& raw_choices);
66 // Creates choices from a string where choices are separated by \n.
67 Choices SplitChoices(const std::string& raw_choices)
    [all...]
fake_stdin.h 15 #include <string>
22 FILE* FakeStdin(const std::string& input);
  /external/chromium_org/tools/android/common/
net.h 8 #include <string>
19 // Dumps a binary buffer into a string in a human-readable format.
20 std::string DumpBinary(const char* buffer, size_t length);
  /external/chromium_org/tools/clang/plugins/tests/
missing_ctor.h 8 #include <string>
16 std::vector<std::string> two_;
nested_class_inline_ctor.h 8 #include <string>
18 std::vector<std::string> a;
  /external/chromium_org/tools/gyp/test/mac/clang-cxx-library/
libc++.cc 5 #include <string>
10 int main() { std::string x; return x.size(); }
libstdc++.cc 5 #include <string>
10 int main() { std::string x; return x.size(); }
  /external/chromium_org/ui/compositor/test/
test_layers.h 8 #include <string>
15 // Returns a string containing the name of each of the child layers (bottommost
16 // first) of |parent|. The format of the string is "name1 name2 ..."
17 std::string ChildLayerNamesAsString(const ui::Layer& parent);
  /external/chromium_org/ui/display/chromeos/x11/
display_util_x11.h 8 #include <string>
21 GetDisplayConnectionTypeFromName(const std::string& name);
  /external/deqp/framework/opengl/
gluContextFactory.cpp 29 ContextFactory::ContextFactory (const std::string& name, const std::string& description)
  /external/deqp/framework/randomshaders/
rsgNameAllocator.hpp 28 #include <string>
41 std::string allocate (void);
  /external/google-tv-pairing-protocol/cpp/src/polo/pairing/message/
configurationackmessage.h 18 #include <string>
32 virtual std::string ToString() const;
  /external/google-tv-pairing-protocol/cpp/src/polo/util/
certificateutil.h 20 #include <string>
30 // Reads an X509 certificate from a PEM encoded string.
31 // @param pem the PEM encoded string
34 static X509* X509FromPEM(std::string pem);
36 // Converts an X509 certificate to a PEM encoded string.
38 // @return a PEM encoded string of the given certificate
39 static std::string X509ToPEM(X509* x509);
41 // Loads a private key from a PEM encoded string.
42 // @param pem the PEM encoded string
46 static EVP_PKEY* PKEYFromPEM(std::string pem
    [all...]
  /external/libcxx/test/re/re.alg/re.alg.replace/
test3.pass.cpp 27 std::string phone_book("555-1234, 555-2345, 555-3456");
28 std::string r = std::regex_replace(phone_book, phone_numbers,
29 std::string("123-$&"));
34 std::string phone_book("555-1234, 555-2345, 555-3456");
35 std::string r = std::regex_replace(phone_book, phone_numbers,
36 std::string("123-$&"),
42 std::string phone_book("555-1234, 555-2345, 555-3456");
43 std::string r = std::regex_replace(phone_book, phone_numbers,
44 std::string("123-&"),
50 std::string phone_book("555-1234, 555-2345, 555-3456")
    [all...]
  /external/libcxx/test/strings/basic.string.literals/
literal2.pass.cpp 10 #include <string>
18 std::string foo = ""s;
  /external/oprofile/libpp/
filename_spec.h 15 #include <string>
38 filename_spec(std::string const & filename,
50 void set_sample_filename(std::string const & filename,
67 std::string const & binary) const;
72 std::string image;
73 std::string lib_image;
74 std::string cg_image;
75 std::string event;
  /external/oprofile/libregex/
op_regex.h 21 #include <string>
31 bad_regex(std::string const & pattern);
55 * @param replace the string to subsitute in other regular definition
59 void add_definition(std::string const & name,
60 std::string const & replace);
63 * @param replace the replace string to use when this regular
68 void add_pattern(std::string const & pattern,
69 std::string const & replace);
72 * @param str the input/output string where we search pattern and
79 * been matched by saving the input string and comparing it to the ne
    [all...]

Completed in 2244 milliseconds

<<21222324252627282930>>