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

1 2 3 4 5 6 7 8 91011>>

  /bionic/libc/include/
memory.h 1 #include <string.h>
  /development/ndk/platforms/android-L/include/
memory.h 1 #include <string.h>
  /external/chromium_org/remoting/host/
host_secret.h 5 #include <string>
10 std::string GenerateSupportHostSecret();
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/nasm/tests/
charconstmath.asm 1 db "string", " "+80h
  /external/libnfc-nci/halimpl/bcm2079x/hal/hal/
nfc_hal_brcm.c 26 #include <string.h>
  /external/elfutils/0.153/lib/
xstrdup.c 1 /* Convenience function for string allocation.
30 #include <string.h>
34 /* Return a newly allocated copy of STRING. */
36 xstrdup (string)
37 const char *string;
39 return strcpy (xmalloc (strlen (string) + 1), string);
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
mock_code_generator.h 36 #include <string>
68 MockCodeGenerator(const string& name);
78 static void ExpectGenerated(const string& name,
79 const string& parameter,
80 const string& insertions,
81 const string& file,
82 const string& first_message_name,
83 const string& parsed_file_list,
84 const string& output_directory);
87 static string GetOutputFileName(const string& generator_name
    [all...]
  /build/tools/atree/
fs.h 4 #include <string>
8 int remove_recursively(const string& path);
9 int mkdir_recursively(const string& path);
10 int copy_file(const string& src, const string& dst);
11 int strip_file(const string& path);
options.h 4 #include <string>
9 extern vector<string> g_listFiles;
10 extern vector<string> g_inputBases;
11 extern string g_outputBase;
  /external/chromium_org/remoting/base/
capabilities.h 8 #include <string>
15 bool HasCapability(const std::string& capabilities, const std::string& key);
19 std::string IntersectCapabilities(const std::string& client_capabilities,
20 const std::string& host_capabilities);
auth_token_util.h 8 #include <string>
12 // Given a string of the form "auth_service:auth_token" parses it into its
14 void ParseAuthTokenWithService(const std::string& auth_service_with_token,
15 std::string* auth_token,
16 std::string* auth_service);
  /external/chromium_org/chrome/browser/ui/android/
android_about_app_info.h 8 #include <string>
12 // Returns a string containing detailed info about the os environment.
13 static std::string GetOsInfo();
16 static std::string GetJavaScriptVersion();
  /external/chromium_org/ios/web/public/
user_agent.h 8 #include <string>
15 std::string BuildUserAgentFromProduct(const std::string& product);
  /external/chromium_org/third_party/angle/util/
path_utils.h 10 #include <string>
12 std::string GetExecutablePath();
13 std::string GetExecutableDirectory();
  /external/chromium_org/third_party/webrtc/system_wrappers/source/
field_trial_default.cc 17 std::string FindFullName(const std::string& name) {
18 return std::string();
  /external/libcxx/test/strings/basic.string.literals/
literal1.fail.cpp 10 #include <string>
16 using std::string;
18 string foo = ""s; // should fail w/conversion operator not found
  /external/oprofile/libregex/
demangle_java_symbol.h 14 #include <string>
16 /// Return an empty string on error
17 std::string const demangle_java_symbol(std::string const & name);
  /external/chromium_org/chrome/common/
pref_names_util.h 8 #include <string>
15 bool ParseFontNamePrefPath(const std::string& pref_path,
16 std::string* generic_family,
17 std::string* script);
  /external/chromium_org/dbus/
util.h 8 #include <string>
22 CHROME_DBUS_EXPORT std::string GetAbsoluteMemberName(
23 const std::string& interface_name,
24 const std::string& member_name);
  /external/chromium_org/net/tools/dump_cache/
url_utilities.h 8 #include <string>
16 static std::string GetUrlHost(const std::string& url);
21 static std::string GetUrlHostPath(const std::string& url);
26 static std::string GetUrlPath(const std::string& url);
30 static std::string Unescape(const std::string& escaped_url);
  /external/chromium_org/sync/engine/net/
url_translator.h 11 #include <string>
16 std::string CgiEscapeString(const char* src);
17 std::string CgiEscapeString(const std::string& src);
19 // This method appends the query string to the sync server path.
20 std::string MakeSyncServerPath(const std::string& path,
21 const std::string& query_string);
23 std::string MakeSyncQueryString(const std::string& client_id)
    [all...]
  /external/chromium_org/extensions/common/
error_utils.h 8 #include <string>
17 static std::string FormatErrorMessage(const std::string& format,
18 const std::string& s1);
20 static std::string FormatErrorMessage(const std::string& format,
21 const std::string& s1,
22 const std::string& s2);
24 static std::string FormatErrorMessage(const std::string& format
    [all...]
  /external/chromium_org/ppapi/tests/
test_paint_aggregator.h 16 virtual void RunTests(const std::string& filter);
19 std::string TestInitialState();
20 std::string TestSingleInvalidation();
21 std::string TestDoubleDisjointInvalidation();
22 std::string TestSingleScroll();
23 std::string TestDoubleOverlappingScroll();
24 std::string TestNegatingScroll();
25 std::string TestDiagonalScroll();
26 std::string TestContainedPaintAfterScroll();
27 std::string TestContainedPaintBeforeScroll()
    [all...]
  /external/ceres-solver/internal/ceres/
file.h 36 #include <string>
42 void WriteStringToFileOrDie(const string &data, const string &filename);
43 void ReadFileToStringOrDie(const string &filename, string *data);
47 string JoinPath(const string& dirname, const string& basename);
  /external/chromium_org/base/i18n/
timezone.h 8 #include <string>
16 // case it will return an empty string.
17 BASE_I18N_EXPORT std::string CountryCodeForCurrentTimezone();

Completed in 559 milliseconds

1 2 3 4 5 6 7 8 91011>>