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

<<101102103104105106107108109110>>

  /external/chromium_org/third_party/icu/source/i18n/
decContext.c 23 #include <string.h> /* for strcmp */
210 /* decContextSetStatusFromString -- set status from a string + trap */
213 /* string is a string exactly equal to one that might be returned */
216 /* The status bit corresponding to the string is set, and a trap */
219 /* returns the context structure, unless the string is equal to */
224 const char *string) {
225 if (strcmp(string, DEC_Condition_CS)==0)
227 if (strcmp(string, DEC_Condition_DZ)==0)
229 if (strcmp(string, DEC_Condition_DI)==0
    [all...]
  /external/icu/icu4c/source/i18n/
decContext.c 23 #include <string.h> /* for strcmp */
210 /* decContextSetStatusFromString -- set status from a string + trap */
213 /* string is a string exactly equal to one that might be returned */
216 /* The status bit corresponding to the string is set, and a trap */
219 /* returns the context structure, unless the string is equal to */
224 const char *string) {
225 if (strcmp(string, DEC_Condition_CS)==0)
227 if (strcmp(string, DEC_Condition_DZ)==0)
229 if (strcmp(string, DEC_Condition_DI)==0
    [all...]
  /external/oprofile/gui/
oprof_start_util.cpp 40 string const get_config_dir()
45 string daemon_pid;
55 string proc_filename = string("/proc/") + daemon_pid + "/exe";
56 string const exec = op_realpath(proc_filename);
73 string const exec =
74 op_realpath(string("/proc/")
76 string const name = op_basename(exec);
144 string const get_config_filename(string const & filename
    [all...]
  /external/chromium_org/components/signin/core/browser/
mutable_profile_oauth2_token_service.cc 22 std::string ApplyAccountIdPrefix(const std::string& account_id) {
26 bool IsLegacyRefreshTokenId(const std::string& service_id) {
30 bool IsLegacyServiceId(const std::string& account_id) {
34 std::string RemoveAccountIdPrefix(const std::string& prefixed_account_id) {
47 const std::string& account_id);
63 const std::string& refresh_token)
85 const std::string& account_id,
86 const std::string& refresh_token
    [all...]
about_signin_internals.h 9 #include <string>
29 typedef std::pair<std::string, std::string> TimedSigninStatusValue;
64 const std::string& value) OVERRIDE;
68 const std::string& value) OVERRIDE;
97 const std::string& account_id,
98 const std::string& consumer_id,
101 const std::string& account_id,
102 const std::string& consumer_id,
106 virtual void OnTokenRemoved(const std::string& account_id
    [all...]
  /external/chromium_org/chrome/browser/extensions/
webstore_standalone_installer.h 8 #include <string>
56 const std::string& error,
59 WebstoreStandaloneInstaller(const std::string& webstore_item_id,
70 bool success, const std::string& error, webstore_install::Result result);
78 std::string* error);
82 const std::string& error);
131 std::string* error) const = 0;
138 std::string* error) const = 0;
160 const std::string& localized_user_count() const {
172 const std::string& id() const { return id_;
    [all...]
  /external/chromium_org/chrome/test/chromedriver/chrome/
device_manager_unittest.cc 5 #include <string>
22 virtual Status GetDevices(std::vector<std::string>* devices) OVERRIDE {
28 virtual Status ForwardPort(const std::string& device_serial,
30 const std::string& remote_abstract) OVERRIDE {
34 virtual Status SetCommandLineFile(const std::string& device_serial,
35 const std::string& command_line_file,
36 const std::string& exec_name,
37 const std::string& args) OVERRIDE {
41 virtual Status CheckAppInstalled(const std::string& device_serial,
42 const std::string& package) OVERRIDE
    [all...]
stub_web_view.cc 11 StubWebView::StubWebView(const std::string& id) : id_(id) {}
15 std::string StubWebView::GetId() {
31 Status StubWebView::Load(const std::string& url) {
39 Status StubWebView::EvaluateScript(const std::string& frame,
40 const std::string& function,
45 Status StubWebView::CallFunction(const std::string& frame,
46 const std::string& function,
52 Status StubWebView::CallAsyncFunction(const std::string& frame,
53 const std::string& function,
60 Status StubWebView::CallUserAsyncFunction(const std::string& frame
    [all...]
  /external/chromium_org/components/autofill/core/browser/
autofill_profile.h 12 #include <string>
33 AutofillProfile(const std::string& guid, const std::string& origin);
45 const std::string& app_locale,
51 const std::string& app_locale) const OVERRIDE;
54 const std::string& app_locale) OVERRIDE;
60 const std::string& app_locale) const OVERRIDE;
69 const std::string& app_locale);
71 const std::string& app_locale,
75 bool IsEmpty(const std::string& app_locale) const
    [all...]
  /external/chromium_org/components/dom_distiller/core/
viewer_unittest.cc 33 const std::string(const GURL&,
36 virtual const std::string AddToList(
42 MOCK_METHOD1(HasEntry, bool(const std::string&));
43 MOCK_METHOD1(GetUrlForEntry, std::string(const std::string&));
58 const std::string&) {
62 virtual scoped_ptr<ArticleEntry> RemoveEntry(const std::string&) {
84 const std::string& path,
101 std::string("?") + kUrlKey + "=http%3A%2F%2Fwww.example.com%2F",
112 CreateViewRequest(std::string("?") + kEntryIdKey + "=abc-def"
    [all...]
  /external/chromium_org/extensions/browser/
event_listener_map.h 10 #include <string>
53 const std::string& event_name,
54 const std::string& extension_id,
58 const std::string& event_name,
79 const std::string& event_name() const { return event_name_; }
80 const std::string& extension_id() const { return extension_id_; }
88 EventListener(const std::string& event_name,
89 const std::string& extension_id,
94 const std::string event_name_;
95 const std::string extension_id_
    [all...]
  /external/chromium_org/extensions/common/
manifest_test.h 48 const std::string& name() const { return name_; };
51 std::string* error) const;
54 const std::string name_;
65 std::string* error);
69 std::string* error,
88 const std::string& expected_error,
95 const std::string& expected_error,
101 const std::string& name,
102 const std::string& error,
103 const std::string& expected_error)
    [all...]
  /external/chromium_org/net/quic/crypto/
cert_compressor_test.cc 13 using std::string;
20 vector<string> chain;
21 const string compressed =
25 vector<string> chain2, cached_certs;
32 vector<string> chain;
34 const string compressed =
39 vector<string> chain2, cached_certs;
47 vector<string> chain;
52 const string compressed = CertCompressor::CompressChain(
56 const string common("03" /* common *
    [all...]
  /external/deqp/modules/gles3/functional/
es3fStringQueryTests.cpp 21 * \brief String Query tests.
33 #include <string>
45 : TestCaseGroup (context, "string", "String Query tests")
59 const GLubyte* string = glGetString(GL_RENDERER);
60 if (string == NULL)
61 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Got invalid string");
65 const GLubyte* string = glGetString(GL_VENDOR);
66 if (string == NULL)
67 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Got invalid string");
    [all...]
  /external/openfst/src/include/fst/extensions/far/
extract.h 26 #include <string>
35 inline void FarWriteFst(const Fst<Arc>* fst, string key,
36 string* okey, int* nrep,
38 const string &filename_prefix,
39 const string &filename_suffix) {
47 string ofilename;
66 void FarExtract(const vector<string> &ifilenames,
68 const string &keys,
69 const string &key_separator,
70 const string &range_delimiter
    [all...]
  /external/chromium_org/google_apis/drive/
gdata_wapi_parser.h 8 #include <string>
80 const std::string& title() const { return title_; }
83 // types, it is the empty string.
84 const std::string& app_id() const { return app_id_; }
87 const std::string& mime_type() const { return mime_type_; }
91 void set_title(const std::string& title) { title_ = title; }
92 void set_app_id(const std::string& app_id) { app_id_ = app_id; }
93 void set_mime_type(const std::string& mime_type) { mime_type_ = mime_type; }
105 static bool GetAppID(const base::StringPiece& rel, std::string* app_id);
109 std::string title_
    [all...]
  /cts/tests/tests/hardware/src/android/hardware/camera2/cts/
common.rs 40 #define LOGD(string, expr) rsDebug((string), (expr))
42 #define LOGD(string, expr) if (0) rsDebug((string), (expr))
  /cts/tests/tests/preference2/src/android/preference2/cts/
PreferenceFromCodeActivity.java 46 prefCat.setTitle(R.string.inline_preferences);
54 checkboxPref.setTitle(R.string.title_checkbox_preference);
55 checkboxPref.setSummary(R.string.summary_checkbox_preference);
56 checkboxPref.setSummaryOn(R.string.summary_on_checkbox_preference);
57 checkboxPref.setSummaryOff(R.string.summary_off_checkbox_preference);
65 switchPref.setTitle(R.string.title_switch_preference);
66 switchPref.setSummary(R.string.summary_switch_preference);
67 switchPref.setSummaryOn(R.string.summary_on_switch_preference);
68 switchPref.setSummaryOff(R.string.summary_off_switch_preference);
69 switchPref.setSwitchTextOff(R.string.switchtext_off)
    [all...]
  /external/aac/libSYS/include/
conv_string.h 91 * \brief String conversion functions.
107 * \brief Convert a bitbuffer to a hex string.
108 * \param string Hex string.
113 INT charBuf2HexString(char *string, UCHAR *charBuf, INT charBufLength);
116 * \brief Convert a hex string to bits.
117 * \param string Hex string that has to be converted.
122 INT hexString2CharBuf(const char *string, UCHAR *charBuf, UINT charBufLength);
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
ITokenStream.cs 79 string ToString(int start, int stop);
89 string ToString(IToken start, IToken stop);
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
ITokenStream.cs 83 string ToString( int start, int stop );
93 string ToString( IToken start, IToken stop );
  /external/ceres-solver/include/ceres/internal/
port.h 37 #include <string>
56 // "string" implementation in the global namespace.
57 using std::string;
  /external/ceres-solver/internal/ceres/
residual_block_utils.h 46 #include <string>
68 // Create a string representation of the Residual block containing the
71 string EvaluationToString(const ResidualBlock& block,
split.cc 33 #include <string>
41 // vector<string> only once and directly to the right size. This saves in
51 static int CalculateReserveForVector(const string& full, const char* delim) {
96 string::size_type begin_index, end_index;
98 while (begin_index != string::npos) {
100 if (end_index == string::npos) {
109 void SplitStringUsing(const string& full,
111 vector<string>* result) {
113 back_insert_iterator< vector<string> > it(*result);
  /external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/common/
position.py 24 """Object representing a segment of a string.
27 start: The index in to the string where the segment starts.
28 length: The length of the string segment.
41 def Get(self, string):
42 """Returns this range of the given string.
45 string: The string to slice.
48 The string within the range specified by this object.
50 return string[self.start:self.start + self.length]
53 """Sets this range within the target string to the source string
    [all...]

Completed in 2524 milliseconds

<<101102103104105106107108109110>>