HomeSort by relevance Sort by last modified time
    Searched refs:String (Results 151 - 175 of 17819) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/nist-sip/java/javax/sip/header/
AuthorizationHeader.java 7 String NAME = "Authorization";
9 String getAlgorithm();
10 void setAlgorithm(String algorithm) throws ParseException;
12 String getCNonce();
13 void setCNonce(String cNonce) throws ParseException;
15 String getNonce();
16 void setNonce(String nonce) throws ParseException;
21 String getOpaque();
22 void setOpaque(String opaque) throws ParseException;
24 String getQop()
    [all...]
PriorityHeader.java 6 String NAME = "Priority";
8 String NON_URGENT = "Non-Urgent";
9 String NORMAL = "Normal";
10 String URGENT = "Urgent";
11 String EMERGENCY = "Emergency";
13 String getPriority();
14 void setPriority(String priority) throws ParseException;
AuthenticationInfoHeader.java 6 String NAME = "Authentication-Info";
8 String getCNonce();
9 void setCNonce(String cNonce) throws ParseException;
11 String getNextNonce();
12 void setNextNonce(String nextNonce) throws ParseException;
17 String getQop();
18 void setQop(String qop) throws ParseException;
20 String getResponse();
21 void setResponse(String response) throws ParseException;
  /external/webkit/Source/WebCore/platform/sql/
SQLiteFileSystem.h 58 static int openDatabase(const String& fileName, sqlite3** database, bool forWebSQLDatabase);
66 static String getFileNameForNewDatabase(const String& dbDir, const String& dbName,
67 const String& originIdentifier, SQLiteDatabase* db);
73 static String appendDatabaseFileNameToPath(const String& path, const String& fileName);
79 static bool ensureDatabaseDirectoryExists(const String& path);
93 static bool ensureDatabaseFileExists(const String& fileName, bool checkPathOnly)
    [all...]
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/repository/
SdkAddonsListConstants.java 28 public static final String URL_ADDON_LIST =
32 public static final String URL_DEFAULT_FILENAME = "addons_list.xml"; //$NON-NLS-1$
35 private static final String NS_BASE =
42 public static final String NS_PATTERN = NS_BASE + "([1-9][0-9]*)"; //$NON-NLS-1$
49 public static final String NS_URI = getSchemaUri(NS_LATEST_VERSION);
52 public static final String NODE_SDK_ADDONS_LIST = "sdk-addons-list"; //$NON-NLS-1$
55 public static final String NODE_ADDON_SITE = "addon-site"; //$NON-NLS-1$
58 public static final String NODE_NAME = "name"; //$NON-NLS-1$
77 public static final String NODE_URL = "url"; //$NON-NLS-1$
87 String filename = String.format("sdk-addons-list-%d.xsd", version); //$NON-NLS-1$
    [all...]
  /libcore/luni/src/main/java/libcore/icu/
ICU.java 29 private static String[] isoLanguages;
34 private static String[] isoCountries;
42 public static String[] getISOLanguages() {
55 public static String[] getISOCountries() {
63 * Returns the appropriate {@code Locale} given a {@code String} of the form returned
68 public static Locale localeFromString(String localeName) {
83 public static Locale[] localesFromStrings(String[] localeNames) {
88 for (String localeName : localeNames) {
133 public static native String getIcuVersion();
138 public static native String getUnicodeVersion()
    [all...]
  /cts/libs/vogar-expect/src/vogar/util/
LogOutput.java 23 void verbose(String s);
25 void warn(String message);
30 void warn(String message, List<String> list);
32 void info(String s);
34 void info(String message, Throwable throwable);
36 void nativeOutput(String outputLine);
  /dalvik/tools/dexdeps/src/com/android/dexdeps/
FieldRef.java 20 private String mDeclClass, mFieldType, mFieldName;
25 public FieldRef(String declClass, String fieldType, String fieldName) {
34 public String getDeclClassName() {
39 * Gets the type name. Examples: "Ljava/lang/String;", "[I".
41 public String getTypeName() {
48 public String getName() {
  /external/emma/core/data/com/vladium/app/
IAppVersion.java 27 String APP_BUILD_RELEASE_TAG = /* @APP_BUILD_RELEASE_TAG@ */ " (unsupported private build)";
28 String APP_BUILD_DATE = /* @APP_BUILD_DATE@ */ "unknown";
30 String APP_BUG_REPORT_LINK = /* @APP_BUG_REPORT_LINK@ */ "this private build is unsupported";
31 String APP_HOME_SITE_LINK = /* @APP_HOME_SITE_LINK@ */ "this private build is unsupported";
35 String APP_BUILD_ID_AND_TAG = "" + APP_BUILD_ID + APP_BUILD_RELEASE_TAG;
37 String APP_VERSION = "" + APP_MAJOR_VERSION + "." + APP_MINOR_VERSION;
38 String APP_VERSION_WITH_BUILD_ID_AND_TAG = APP_VERSION + "." + APP_BUILD_ID_AND_TAG;
  /external/webkit/Source/WebCore/dom/
ExceptionBase.h 41 String name() const { return m_name; }
42 String message() const { return m_message; }
43 String description() const { return m_description; }
45 String toString() const;
52 String m_name;
53 String m_message;
54 String m_description;
Notation.h 33 const String& publicId() const { return m_publicId; }
34 const String& systemId() const { return m_systemId; }
37 Notation(Document*, const String& name, const String& publicId, const String& systemId);
39 virtual String nodeName() const;
44 String m_name;
45 String m_publicId;
46 String m_systemId;
  /external/webkit/Source/WebCore/loader/icon/
IconDatabaseBase.cpp 34 String IconDatabaseBase::synchronousIconURLForPageURL(const String&)
36 return String();
39 String IconDatabaseBase::databasePath() const
41 return String();
44 bool IconDatabaseBase::open(const String&, const String&)
  /external/webkit/Source/WebKit2/UIProcess/gtk/
WebPageProxyGtk.cpp 36 String WebPageProxy::standardUserAgent(const String& applicationNameForUserAgent)
42 void WebPageProxy::getEditorCommandsForKeyEvent(Vector<WTF::String>& commandsList)
47 void WebPageProxy::saveRecentSearches(const String&, const Vector<String>&)
52 void WebPageProxy::loadRecentSearches(const String&, Vector<String>&)
  /frameworks/base/core/java/android/speech/
RecognizerResultsIntent.java 36 * then a search url should be constructed from the actual recognition result string.
53 * These are parallel arrays, where a recognition result string at index N of
55 * searching based on that string at index N of {@link #EXTRA_VOICE_SEARCH_RESULT_URLS},
60 public static final String ACTION_VOICE_SEARCH_RESULTS =
64 * The key to an extra {@link ArrayList} of {@link String}s that contains the list of
67 public static final String EXTRA_VOICE_SEARCH_RESULT_STRINGS =
71 * The key to an extra {@link ArrayList} of {@link String}s that contains the search urls
77 * based on the recognition result string.
79 public static final String EXTRA_VOICE_SEARCH_RESULT_URLS =
83 * The key to an extra {@link ArrayList} of {@link String}s that contains the html content t
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/
IWapPushManager.aidl 26 int processMessage(String app_id, String content_type, in Intent intent);
33 boolean addPackage(String x_app_id, String content_type,
34 String package_name, String class_name,
41 boolean updatePackage(String x_app_id, String content_type,
42 String package_name, String class_name
    [all...]
  /libcore/luni/src/main/java/java/util/logging/
LoggingMXBean.java 34 * Gets the string value of the logging level of a logger. An empty string
40 * @return a {@code String} if the logger is found, otherwise {@code null}.
43 String getLoggerLevel(String loggerName);
51 List<String> getLoggerNames();
56 * then an empty {@code String} is returned.
60 * @return a {@code String} if the logger was found, otherwise {@code null}.
62 String getParentLoggerName(String loggerName)
    [all...]
  /libcore/luni/src/main/java/org/xml/sax/
AttributeList.java 39 * public void startElement (String name, AttributeList atts) {
41 * String name = atts.getName(i);
42 * String type = atts.getType(i);
43 * String value = atts.getValue(i);
56 * public void startElement (String name, AttributeList atts) {
57 * String identifier = atts.getValue("id");
58 * String label = atts.getValue("label");
111 public abstract String getName (int i);
130 * @return The attribute type as a string, or
133 * @see #getType(java.lang.String)
    [all...]
DTDHandler.java 80 public abstract void notationDecl (String name,
81 String publicId,
82 String systemId)
109 public abstract void unparsedEntityDecl (String name,
110 String publicId,
111 String systemId,
112 String notationName)
  /sdk/rule_api/src/com/android/ide/common/api/
IDragElement.java 35 public abstract String getFqcn();
51 public abstract String getParentFqcn();
69 public abstract IDragAttribute getAttribute(String uri, String localName);
90 public abstract String getUri();
93 public abstract String getName();
96 public abstract String getValue();
  /external/webkit/Source/WebCore/storage/
DatabaseAuthorizer.h 52 static PassRefPtr<DatabaseAuthorizer> create(const String& databaseInfoTableName);
54 int createTable(const String& tableName);
55 int createTempTable(const String& tableName);
56 int dropTable(const String& tableName);
57 int dropTempTable(const String& tableName);
58 int allowAlterTable(const String& databaseName, const String& tableName);
60 int createIndex(const String& indexName, const String& tableName);
61 int createTempIndex(const String& indexName, const String& tableName)
    [all...]
  /external/webkit/Source/JavaScriptCore/wtf/url/api/
ParsedURL.h 42 String scheme() const;
43 String username() const;
44 String password() const;
45 String host() const;
46 String port() const;
47 String path() const;
48 String query() const;
49 String fragment() const;
54 inline String segment(const URLComponent&) const;
  /libcore/luni/src/main/java/org/w3c/dom/
DOMImplementation.java 30 public boolean hasFeature(String feature,
31 String version);
53 public DocumentType createDocumentType(String qualifiedName,
54 String publicId,
55 String systemId)
105 public Document createDocument(String namespaceURI,
106 String qualifiedName,
133 public Object getFeature(String feature,
134 String version);
  /packages/apps/Music/tests/src/com/android/music/
MusicPlayerNames.java 30 public static final String expectedPlaylistTitle[] = { "**1E?:|}{[]~~.,;'",
38 public static final String unsortedPlaylistTitle[] = { "//><..","MyPlaylist",
45 public static final String DELETE_PLAYLIST_NAME = "testDeletPlaylist";
46 public static final String ORIGINAL_PLAYLIST_NAME = "original_playlist_name";
47 public static final String RENAMED_PLAYLIST_NAME = "rename_playlist_name";
58 public static final String EXTERNAL_DIR =
60 public static final String DELETESONG = EXTERNAL_DIR + "/toBeDeleted.amr";
61 public static final String GOLDENSONG = EXTERNAL_DIR + "/media_api/music/AMRNB.amr";
62 public static final String TOBEDELETESONGNAME = "toBeDeleted";
  /cts/tools/dx-tests/src/dxc/junit/opcodes/aload/jm/
T_aload_1.java 21 public String run() {
22 String a = new String("hello");
T_aload_1_w.java 21 public String run() {
22 String a = new String("hello");

Completed in 818 milliseconds

1 2 3 4 5 67 8 91011>>