Home
last modified time | relevance | path

Searched refs:String (Results 1 – 25 of 2543) sorted by relevance

12345678910>>...102

/external/webkit/WebCore/platform/wx/
DLocalizedStringsWx.cpp34 String submitButtonDefaultLabel() in submitButtonDefaultLabel()
36 return String("Submit"); in submitButtonDefaultLabel()
39 String inputElementAltText() in inputElementAltText()
41 return String(); in inputElementAltText()
44 String resetButtonDefaultLabel() in resetButtonDefaultLabel()
46 return String("Reset"); in resetButtonDefaultLabel()
49 String defaultLanguage() in defaultLanguage()
51 return String("en"); in defaultLanguage()
54 String searchableIndexIntroduction() in searchableIndexIntroduction()
56 return String("Searchable Index"); in searchableIndexIntroduction()
[all …]
/external/webkit/WebKit/win/
DWebCoreLocalizedStrings.cpp35 String WebCore::searchableIndexIntroduction() { return String(LPCTSTR_UI_STRING("This is a searchab… in searchableIndexIntroduction()
36 String WebCore::submitButtonDefaultLabel() { return String(LPCTSTR_UI_STRING("Submit", "default lab… in submitButtonDefaultLabel()
37 String WebCore::inputElementAltText() { return String(LPCTSTR_UI_STRING_KEY("Submit", "Submit (inpu… in inputElementAltText()
38 String WebCore::resetButtonDefaultLabel() { return String(LPCTSTR_UI_STRING("Reset", "default label… in resetButtonDefaultLabel()
39 String WebCore::fileButtonChooseFileLabel() { return String(LPCTSTR_UI_STRING("Choose File", "title… in fileButtonChooseFileLabel()
40 String WebCore::fileButtonNoFileSelectedLabel() { return String(LPCTSTR_UI_STRING("no file selected… in fileButtonNoFileSelectedLabel()
41 String WebCore::contextMenuItemTagOpenLinkInNewWindow() { return String(LPCTSTR_UI_STRING("Open Lin… in contextMenuItemTagOpenLinkInNewWindow()
42 String WebCore::contextMenuItemTagDownloadLinkToDisk() { return String(LPCTSTR_UI_STRING("Download … in contextMenuItemTagDownloadLinkToDisk()
43 String WebCore::contextMenuItemTagCopyLinkToClipboard() { return String(LPCTSTR_UI_STRING("Copy Lin… in contextMenuItemTagCopyLinkToClipboard()
44 String WebCore::contextMenuItemTagOpenImageInNewWindow() { return String(LPCTSTR_UI_STRING("Open Im… in contextMenuItemTagOpenImageInNewWindow()
[all …]
/external/webkit/WebCore/platform/gtk/
DLocalizedStringsGtk.cpp52 String submitButtonDefaultLabel() in submitButtonDefaultLabel()
54 return String::fromUTF8(_("Submit")); in submitButtonDefaultLabel()
57 String inputElementAltText() in inputElementAltText()
59 return String::fromUTF8(_("Submit")); in inputElementAltText()
62 String resetButtonDefaultLabel() in resetButtonDefaultLabel()
64 return String::fromUTF8(_("Reset")); in resetButtonDefaultLabel()
67 String searchableIndexIntroduction() in searchableIndexIntroduction()
69 return String::fromUTF8(_("_Searchable Index")); in searchableIndexIntroduction()
72 String fileButtonChooseFileLabel() in fileButtonChooseFileLabel()
74 return String::fromUTF8(_("Choose File")); in fileButtonChooseFileLabel()
[all …]
/external/webkit/WebCore/platform/android/
DLocalizedStringsAndroid.cpp38 String contextMenuItemTagInspectElement() in contextMenuItemTagInspectElement()
40 return String("Inspect Element"); in contextMenuItemTagInspectElement()
43 String unknownFileSizeText() in unknownFileSizeText()
45 return String("Unknown"); in unknownFileSizeText()
48 String contextMenuItemTagOpenLinkInNewWindow() in contextMenuItemTagOpenLinkInNewWindow()
51 return String(); in contextMenuItemTagOpenLinkInNewWindow()
54 String contextMenuItemTagDownloadLinkToDisk() in contextMenuItemTagDownloadLinkToDisk()
57 return String(); in contextMenuItemTagDownloadLinkToDisk()
60 String contextMenuItemTagCopyLinkToClipboard() in contextMenuItemTagCopyLinkToClipboard()
63 return String(); in contextMenuItemTagCopyLinkToClipboard()
[all …]
/external/webkit/WebCore/platform/
DLocalizedStrings.h31 class String; variable
34 String inputElementAltText();
35 String resetButtonDefaultLabel();
36 String searchableIndexIntroduction();
37 String submitButtonDefaultLabel();
38 String fileButtonChooseFileLabel();
39 String fileButtonNoFileSelectedLabel();
40 String copyImageUnknownFileLabel();
41 String contextMenuItemTagOpenLinkInNewWindow();
42 String contextMenuItemTagDownloadLinkToDisk();
[all …]
DKURL.h66 explicit KURL(const String&);
75 KURL(const KURL& base, const String& relative);
76 KURL(const KURL& base, const String& relative, const TextEncoding&);
105 const String& string() const { return m_url.string(); } in string()
107 const String& string() const { return m_string; } in string()
110 String protocol() const;
111 String host() const;
113 String user() const;
114 String pass() const;
115 String path() const;
[all …]
/external/proguard/src/proguard/
DConfigurationConstants.java30 public static final String OPTION_PREFIX = "-";
31 public static final String AT_DIRECTIVE = "@";
32 public static final String INCLUDE_DIRECTIVE = "-include";
33 public static final String BASE_DIRECTORY_DIRECTIVE = "-basedirectory";
35 public static final String INJARS_OPTION = "-injars";
36 public static final String OUTJARS_OPTION = "-outjars";
37 public static final String LIBRARYJARS_OPTION = "-libraryjars";
38 public static final String RESOURCEJARS_OPTION = "-resourcejars";
40 public static final String KEEP_OPTION = "-keep";
41 public static final String KEEP_CLASS_MEMBERS_OPTION = "-keepclassmembers";
[all …]
/external/gdata/src/com/google/wireless/gdata2/contacts/parser/xml/
DXmlNametable.java13 public static String HREF = "href";
14 public static String LABEL = "label";
15 public static String VALUE = "value";
16 public static String CODE = "code";
17 public static String REL = "rel";
18 public static String KEY = "key";
19 public static String ETAG = "etag";
20 public static String VALUESTRING = "valueString";
21 public static String STARTTIME = "startTime";
22 public static String PRIMARY = "primary";
[all …]
/external/proguard/src/proguard/classfile/
DClassConstants.java30 public static final String CLASS_FILE_EXTENSION = ".class";
54 public static final String EXTERNAL_CLASS_VERSION_1_0 = "1.0";
55 public static final String EXTERNAL_CLASS_VERSION_1_1 = "1.1";
56 public static final String EXTERNAL_CLASS_VERSION_1_2 = "1.2";
57 public static final String EXTERNAL_CLASS_VERSION_1_3 = "1.3";
58 public static final String EXTERNAL_CLASS_VERSION_1_4 = "1.4";
59 public static final String EXTERNAL_CLASS_VERSION_1_5 = "1.5";
60 public static final String EXTERNAL_CLASS_VERSION_1_6 = "1.6";
61 public static final String EXTERNAL_CLASS_VERSION_1_5_ALIAS = "5";
62 public static final String EXTERNAL_CLASS_VERSION_1_6_ALIAS = "6";
[all …]
/external/webkit/WebCore/platform/qt/
DLocalizations.cpp39 String submitButtonDefaultLabel() in submitButtonDefaultLabel()
44 String inputElementAltText() in inputElementAltText()
49 String resetButtonDefaultLabel() in resetButtonDefaultLabel()
54 String defaultLanguage() in defaultLanguage()
59 String searchableIndexIntroduction() in searchableIndexIntroduction()
64 String fileButtonChooseFileLabel() in fileButtonChooseFileLabel()
69 String fileButtonNoFileSelectedLabel() in fileButtonNoFileSelectedLabel()
74 String contextMenuItemTagOpenLinkInNewWindow() in contextMenuItemTagOpenLinkInNewWindow()
79 String contextMenuItemTagDownloadLinkToDisk() in contextMenuItemTagDownloadLinkToDisk()
84 String contextMenuItemTagCopyLinkToClipboard() in contextMenuItemTagCopyLinkToClipboard()
[all …]
/external/webkit/WebCore/platform/mac/
DLocalizedStringsMac.mm36 String inputElementAltText()
41 return String();
44 String resetButtonDefaultLabel()
49 return String();
52 String searchableIndexIntroduction()
57 return String();
60 String submitButtonDefaultLabel()
65 return String();
68 String fileButtonChooseFileLabel()
73 return String();
[all …]
/external/gdata/src/com/google/wireless/gdata2/parser/xml/
DXmlNametable.java13 public static String PARTIAL = "partial";
14 public static String FIELDS = "fields";
15 public static String ENTRY = "entry";
16 public static String FEED = "feed";
17 public static String UTF8 = "UTF-8";
18 public static String EDIT_REL = "edit";
19 public static String ALTERNATE_REL = "alternate";
20 public static String REL = "rel";
21 public static String LINK = "link";
22 public static String HREF = "href";
[all …]
/external/webkit/WebCore/storage/
DDatabaseAuthorizer.h36 class String; variable
46 int createTable(const String& tableName);
47 int createTempTable(const String& tableName);
48 int dropTable(const String& tableName);
49 int dropTempTable(const String& tableName);
50 int allowAlterTable(const String& databaseName, const String& tableName);
52 int createIndex(const String& indexName, const String& tableName);
53 int createTempIndex(const String& indexName, const String& tableName);
54 int dropIndex(const String& indexName, const String& tableName);
55 int dropTempIndex(const String& indexName, const String& tableName);
[all …]
DDatabaseAuthorizer.cpp50 int DatabaseAuthorizer::createTable(const String& tableName) in createTable()
59 int DatabaseAuthorizer::createTempTable(const String& tableName) in createTempTable()
64 int DatabaseAuthorizer::dropTable(const String& tableName) in dropTable()
72 int DatabaseAuthorizer::dropTempTable(const String& tableName) in dropTempTable()
77 int DatabaseAuthorizer::allowAlterTable(const String&, const String& tableName) in allowAlterTable() argument
86 int DatabaseAuthorizer::createIndex(const String&, const String& tableName) in createIndex() argument
95 int DatabaseAuthorizer::createTempIndex(const String&, const String& tableName) in createTempIndex() argument
100 int DatabaseAuthorizer::dropIndex(const String&, const String& tableName) in dropIndex() argument
108 int DatabaseAuthorizer::dropTempIndex(const String&, const String& tableName) in dropTempIndex() argument
113 int DatabaseAuthorizer::createTrigger(const String&, const String& tableName) in createTrigger() argument
[all …]
/external/gdata/src/com/google/wireless/gdata/client/
DQueryParams.java21 public static final String QUERY_PARAM = "q";
26 public static final String AUTHOR_PARAM = "author";
31 public static final String ALT_PARAM = "alt";
32 public static final String ALT_RSS = "rss";
33 public static final String ALT_JSON = "json";
38 public static final String UPDATED_MIN_PARAM = "updated-min";
43 public static final String UPDATED_MAX_PARAM = "updated-max";
48 public static final String PUBLISHED_MIN_PARAM = "published-min";
53 public static final String PUBLISHED_MAX_PARAM = "published-max";
58 public static final String START_INDEX_PARAM = "start-index";
[all …]
/external/gdata/src/com/google/wireless/gdata2/client/
DQueryParams.java21 public static final String QUERY_PARAM = "q";
26 public static final String AUTHOR_PARAM = "author";
31 public static final String ALT_PARAM = "alt";
32 public static final String ALT_RSS = "rss";
33 public static final String ALT_JSON = "json";
38 public static final String UPDATED_MIN_PARAM = "updated-min";
43 public static final String UPDATED_MAX_PARAM = "updated-max";
48 public static final String PUBLISHED_MIN_PARAM = "published-min";
53 public static final String PUBLISHED_MAX_PARAM = "published-max";
58 public static final String START_INDEX_PARAM = "start-index";
[all …]
/external/webkit/WebCore/platform/text/
DPlatformString.h65 class String {
67 String() { } // gives null string, distinguishable from an empty string in String() function
68 String(const UChar*, unsigned length);
69 String(const UChar*); // Specifically for null terminated UTF-16
71 String(const JSC::Identifier&);
72 String(const JSC::UString&);
74 String(const char*);
75 String(const char*, unsigned length);
76 String(StringImpl* i) : m_impl(i) { } in String() function
77 String(PassRefPtr<StringImpl> i) : m_impl(i) { } in String() function
[all …]
DString.cpp48 String::String(const UChar* str, unsigned len) in String() function in WebCore::String
55 String::String(const UChar* str) in String() function in WebCore::String
67 String::String(const char* str) in String() function in WebCore::String
74 String::String(const char* str, unsigned length) in String() function in WebCore::String
81 void String::append(const String& str) in append()
100 void String::append(char c) in append()
117 void String::append(UChar c) in append()
134 String operator+(const String& a, const String& b) in operator +()
140 String c = a; in operator +()
145 String operator+(const String& s, const char* cs) in operator +()
[all …]
/external/gdata/src/com/google/wireless/gdata2/data/
DEntry.java20 private String id = null;
21 private String title = null;
22 private String editUri = null;
23 private String htmlUri = null;
24 private String summary = null;
25 private String content = null;
26 private String author = null;
27 private String email = null;
28 private String category = null;
29 private String categoryScheme = null;
[all …]
/external/emma/core/java12/com/vladium/emma/report/
DIReportProperties.java22 String PREFIX = "report.";
25 String OUT_ENCODING = "out.encoding";
26 String OUT_DIR = "out.dir";
27 String OUT_FILE = "out.file";
30 String UNITS_TYPE = "units";
32 String COUNT_UNITS = "count";
33 String INSTR_UNITS = "instr";
36 String VIEW_TYPE = "view";
38 String CLS_VIEW = "class";
39 String SRC_VIEW = "source";
[all …]
/external/proguard/src/proguard/wtk/
Ddefault.pro24 public static java.lang.String getProperty(java.lang.String);
25 public static java.lang.String getenv(java.lang.String);
26 public static native java.lang.String mapLibraryName(java.lang.String);
27 public static java.lang.String getProperty(java.lang.String,java.lang.String);
30 # Remove all invocations of String methods without side effects
32 -assumenosideeffects public class java.lang.String {
33 public java.lang.String();
34 public java.lang.String(byte[]);
35 public java.lang.String(byte[],int);
36 public java.lang.String(byte[],int,int);
[all …]
/external/webkit/WebCore/history/
DHistoryItem.h77 …static PassRefPtr<HistoryItem> create(const String& urlString, const String& title, double lastVis… in create()
81 …static PassRefPtr<HistoryItem> create(const String& urlString, const String& title, const String& … in create()
85 …sRefPtr<HistoryItem> create(const KURL& url, const String& target, const String& parent, const Str… in create()
94 const String& originalURLString() const;
95 const String& urlString() const;
96 const String& title() const;
102 void setAlternateTitle(const String& alternateTitle);
103 const String& alternateTitle() const;
107 const String& parent() const;
110 const String& referrer() const;
[all …]
/external/opencore/baselibs/gen_data_structures/src/
Dpv_string.h37 class String
45 String();
46 String(const char *);
47 String(const char *src, int length);
48 String(const String&);
49 String& operator=(const char *);
50 String& operator=(const String&);
53 friend int operator==(const String& a, const String& b);
54 friend int operator!=(const String& a, const String& b);
55 friend int operator<(const String& a, const String& b);
[all …]
/external/gdata/src/com/google/wireless/gdata/data/
DEntry.java15 private String id = null;
16 private String title = null;
17 private String editUri = null;
18 private String htmlUri = null;
19 private String summary = null;
20 private String content = null;
21 private String author = null;
22 private String email = null;
23 private String category = null;
24 private String categoryScheme = null;
[all …]
/external/apache-http/src/org/apache/http/protocol/
DHTTP.java51 public static final String TRANSFER_ENCODING = "Transfer-Encoding";
52 public static final String CONTENT_LEN = "Content-Length";
53 public static final String CONTENT_TYPE = "Content-Type";
54 public static final String CONTENT_ENCODING = "Content-Encoding";
55 public static final String EXPECT_DIRECTIVE = "Expect";
56 public static final String CONN_DIRECTIVE = "Connection";
57 public static final String TARGET_HOST = "Host";
58 public static final String USER_AGENT = "User-Agent";
59 public static final String DATE_HEADER = "Date";
60 public static final String SERVER_HEADER = "Server";
[all …]

12345678910>>...102