HomeSort by relevance Sort by last modified time
    Searched refs:string (Results 176 - 200 of 31581) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/chromium_org/chrome/browser/prefs/
synced_pref_observer.h 8 #include <string>
12 virtual void OnSyncedPrefChanged(const std::string& path, bool from_sync) = 0;
  /external/chromium_org/chrome_elf/
chrome_elf_types.h 9 #include <string>
11 typedef std::map<std::string, void*> FunctionLookupTable;
  /external/chromium_org/components/autofill/core/browser/
autofill_server_field_info.h 8 #include <string>
19 std::string default_value;
  /external/chromium_org/components/variations/
metrics_util.h 8 #include <string>
14 // Computes a uint32 hash of a given string based on its SHA1 hash. Suitable for
16 uint32 HashName(const std::string& name);
  /external/chromium_org/content/browser/android/
content_startup_flags.h 8 #include <string>
16 const std::string& plugin_descriptor);
  /external/chromium_org/dbus/
string_util.h 8 #include <string>
14 // Returns true if the specified string is a valid object path.
15 CHROME_DBUS_EXPORT bool IsValidObjectPath(const std::string& value);
  /external/chromium_org/net/server/
http_server_request_info.h 9 #include <string>
24 std::string GetHeaderValue(const std::string& header_name) const;
27 std::string method;
30 std::string path;
33 std::string data;
37 typedef std::map<std::string, std::string> HeadersMap;
  /external/chromium_org/ppapi/tests/
test_char_set.h 8 #include <string>
22 virtual void RunTests(const std::string& filter);
25 std::string TestUTF16ToCharSetDeprecated();
26 std::string TestUTF16ToCharSet();
27 std::string TestCharSetToUTF16Deprecated();
28 std::string TestCharSetToUTF16();
29 std::string TestGetDefaultCharSet();
31 // Converts the given UTF-8 string to a NON-NULL TERMINATED UTF-16 string
33 std::vector<uint16_t> UTF8ToUTF16(const std::string& utf8)
    [all...]
test_flash.h 8 #include <string>
20 virtual void RunTests(const std::string& filter);
24 std::string TestSetInstanceAlwaysOnTop();
25 // std::string TestDrawGlyphs();
26 std::string TestGetProxyForURL();
27 // std::string TestNavigate();
28 std::string TestGetLocalTimeZoneOffset();
29 std::string TestGetCommandLineArgs();
30 std::string TestGetSetting();
31 std::string TestSetCrashData()
    [all...]
test_truetype_font.h 8 #include <string>
23 virtual void RunTests(const std::string& filter);
25 std::string TestGetFontFamilies();
26 std::string TestGetFontsInFamily();
27 std::string TestCreate();
28 std::string TestDescribe();
29 std::string TestGetTableTags();
30 std::string TestGetTable();
  /external/chromium_org/remoting/base/
resources.h 8 #include <string>
16 bool LoadResources(const std::string& pref_locale);
  /external/chromium_org/sync/internal_api/public/base/
unique_position.h 8 #include <string>
46 static bool IsValidSuffix(const std::string& suffix);
47 static bool IsValidBytes(const std::string& bytes);
59 static UniquePosition FromInt64(int64 i, const std::string& suffix);
62 static UniquePosition InitialPosition(const std::string& suffix);
67 const std::string& suffix);
69 const std::string& suffix);
72 const std::string& suffix);
83 // Serializes the protobuf representation of this object as a string.
84 void SerializeToString(std::string* blob) const
    [all...]
  /external/clang/include/clang/Basic/
TargetOptions.h 20 #include <string>
30 std::string Triple;
33 std::string CPU;
36 std::string ABI;
40 std::string CXXABI;
42 /// If given, the version string of the linker in use.
43 std::string LinkerVersion;
46 std::vector<std::string> FeaturesAsWritten;
50 std::vector<std::string> Features;
  /external/clang/test/Sema/
varargs.cpp 3 class string;
4 void f(const string& s, ...) { // expected-note {{parameter of type 'const string &' is declared here}}
  /external/javasqlite/src/main/java/SQLite/
Exception.java 12 * @param string error message
15 public Exception(String string) {
16 super(string);
  /external/oprofile/libutil++/
string_filter.h 15 #include <string>
19 * string_filter - filtering of a string based on include/exclude list
21 * This class is an oracle on whether a particular string matches
34 string_filter(std::string const & include_patterns,
35 std::string const & exclude_patterns);
40 string_filter(std::vector<std::string> const & include_patterns,
41 std::vector<std::string> const & exclude_patterns);
45 /// Returns true if the given string matches
46 virtual bool match(std::string const & str) const;
50 std::vector<std::string> include
    [all...]
  /external/proguard/src/proguard/util/
EmptyStringMatcher.java 32 public boolean matches(String string)
34 return string.length() == 0;
  /external/stlport/test/unit/
epilog_test.cpp 2 #include <string>
7 std::string s; // if std not properly redefined, error will be here
  /frameworks/base/graphics/java/android/renderscript/
RSRuntimeException.java 26 public RSRuntimeException(String string) {
27 super(string);
  /frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
RSDriverException.java 25 public RSDriverException(String string) {
26 super(string);
RSIllegalArgumentException.java 25 public RSIllegalArgumentException(String string) {
26 super(string);
RSInvalidStateException.java 25 public RSInvalidStateException(String string) {
26 super(string);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.create/
make_unique.array1.fail.cpp 11 #include <string>
16 auto up1 = std::make_unique<std::string[]>("error"); // doesn't compile - no bound
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/tuple/tuple.tuple/tuple.cnstr/
const_Types2.fail.cpp 17 #include <string>
23 std::tuple<int, char*, std::string, double&> t(2, nullptr, "text");
  /ndk/tests/device/test-gnustl-full/unit/
epilog_test.cpp 2 #include <string>
7 std::string s; // if std not properly redefined, error will be here

Completed in 2860 milliseconds

1 2 3 4 5 6 78 91011>>