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

<<51525354555657585960>>

  /art/runtime/
native_bridge_art_interface.h 22 #include <string>
29 bool LoadNativeBridge(std::string& native_bridge_library_filename);
32 void PreInitializeNativeBridge(std::string dir);
  /bionic/libc/arch-x86_64/
x86_64.mk 19 upstream-freebsd/lib/libc/string/wcscat.c \
20 upstream-freebsd/lib/libc/string/wcschr.c \
21 upstream-freebsd/lib/libc/string/wcscmp.c \
22 upstream-freebsd/lib/libc/string/wcscpy.c \
23 upstream-freebsd/lib/libc/string/wcslen.c \
24 upstream-freebsd/lib/libc/string/wcsrchr.c \
25 upstream-freebsd/lib/libc/string/wmemcmp.c \
26 upstream-freebsd/lib/libc/string/wmemmove.c \
29 upstream-openbsd/lib/libc/string/strlcat.c \
30 upstream-openbsd/lib/libc/string/strlcpy.c
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/utils/
XMLStringFactory.java 30 * Create a new XMLString from a Java string.
33 * @param string Java String reference, which must be non-null.
35 * @return An XMLString object that wraps the String reference.
37 public abstract XMLString newstr(String string);
43 * @param string FastStringBuffer reference, which must be non-null.
49 public abstract XMLString newstr(FastStringBuffer string, int start,
56 * @param string FastStringBuffer reference, which must be non-null.
62 public abstract XMLString newstr(char[] string, int start,
    [all...]
  /external/ceres-solver/internal/ceres/
lapack.h 34 #include <string>
54 // The return value and the message string together describe whether
61 string* message);
84 // The return value and the message string together describe whether
94 string* message);
test_util.h 31 #include <string>
66 string TestFileAbsolutePath(const string& filename);
  /external/chromium_org/ash/session/
session_state_observer.h 8 #include <string>
19 virtual void ActiveUserChanged(const std::string& user_id) {}
22 virtual void UserAddedToSession(const std::string& user_id) {}
  /external/chromium_org/ash/system/locale/
locale_observer.h 25 const std::string& cur_locale,
26 const std::string& from_locale,
27 const std::string& to_locale) = 0;
  /external/chromium_org/base/i18n/
streaming_utf8_validator.h 14 #include <string>
38 // string, returns VALID_ENDPOINT. If it could be the prefix of a valid UTF-8
39 // string, returns VALID_MIDPOINT. If an invalid byte or UTF-8 sequence was
46 // Validate a complete string using the same criteria. Returns true if the
47 // string only contains complete, valid UTF-8 codepoints.
48 static bool Validate(const std::string& string);
timezone.cc 24 std::string CountryCodeForTimezone(const std::string& olson_code) {
25 std::map<std::string, std::string>::iterator iter = map_.find(olson_code);
29 return std::string();
38 std::string country_code;
39 std::string olson_code;
470 std::string old_code;
471 std::string new_code;
592 std::map<std::string, std::string> map_
    [all...]
  /external/chromium_org/base/mac/
launchd.h 11 #include <string>
23 launch_data_t MessageForJob(const std::string& job_label,
29 pid_t PIDForJob(const std::string& job_label);
  /external/chromium_org/base/metrics/
user_metrics.h 8 #include <string>
28 // string literal parameter must be on the same line, e.g.
49 BASE_EXPORT void RecordComputedAction(const std::string& action);
51 // Called with the action string.
52 typedef base::Callback<void(const std::string&)> ActionCallback;
  /external/chromium_org/chrome/app/
signature_validator_win.h 8 #include <string>
25 const std::string& subject_name,
26 const std::vector<std::string>& expected_hashes);
  /external/chromium_org/chrome/browser/android/banners/
app_banner_settings_helper.h 8 #include <string>
24 const std::string& package_name);
29 const std::string& package_name);
  /external/chromium_org/chrome/browser/android/
dev_tools_server.h 8 #include <string>
19 explicit DevToolsServer(const std::string& socket_name_prefix);
31 std::string socket_name_;
  /external/chromium_org/chrome/browser/chromeos/drive/file_system/
operation_delegate.h 39 virtual void OnEntryUpdatedByOperation(const std::string& local_id) {}
44 const std::string& local_id) {}
48 virtual bool WaitForSyncComplete(const std::string& local_id,
  /external/chromium_org/chrome/browser/chromeos/extensions/
wallpaper_function_base.h 14 ash::WallpaperLayout GetLayoutEnum(const std::string& layout);
33 void StartDecode(const std::string& data);
39 void OnFailure(const std::string& error);
  /external/chromium_org/chrome/browser/chromeos/file_system_provider/
provided_file_system_info.cc 13 const std::string& extension_id,
14 const std::string& file_system_id,
15 const std::string& display_name,
  /external/chromium_org/chrome/browser/chromeos/geolocation/
geoposition.h 8 #include <string>
35 // Serialize to string.
36 std::string ToString() const;
52 std::string error_message;
  /external/chromium_org/chrome/browser/chromeos/login/
chrome_restart_request.h 8 #include <string>
18 // Returns the command line string to be used for the OTR process. Also modifies
20 std::string GetOffTheRecordCommandLine(
27 void RestartChrome(const std::string& command_line);
  /external/chromium_org/chrome/browser/chromeos/login/screens/
mock_screen_observer.h 8 #include <string>
25 void(const std::string&, const std::string&));
terms_of_service_screen_actor.h 8 #include <string>
42 virtual void SetDomain(const std::string& domain) = 0;
50 virtual void OnLoadSuccess(const std::string& terms_of_service) = 0;
  /external/chromium_org/chrome/browser/chromeos/login/users/avatar/
mock_user_image_manager.h 8 #include <string>
19 explicit MockUserImageManager(const std::string& user_id);
26 MOCK_METHOD1(DownloadProfileImage, void(const std::string&));
  /external/chromium_org/chrome/browser/devtools/device/adb/
adb_device_provider.h 14 virtual void QueryDeviceInfo(const std::string& serial,
17 virtual void OpenSocket(const std::string& serial,
18 const std::string& socket_name,
  /external/chromium_org/chrome/browser/devtools/device/
self_device_provider.h 17 virtual void QueryDeviceInfo(const std::string& serial,
20 virtual void OpenSocket(const std::string& serial,
21 const std::string& socket_name,
  /external/chromium_org/chrome/browser/devtools/
devtools_protocol.h 8 #include <string>
25 std::string method() { return method_; }
29 Message(const std::string& method, base::DictionaryValue* params);
31 std::string method_;
40 Command(int id, const std::string& method, base::DictionaryValue* params);
44 std::string Serialize();
50 scoped_ptr<Response> InvalidParamResponse(const std::string& param);
71 Response(int id, int error_code, const std::string error_message);
75 std::string error_message_;
89 Notification(const std::string& method
    [all...]

Completed in 1374 milliseconds

<<51525354555657585960>>