/frameworks/base/core/jni/ |
android_database_SQLiteCommon.h | 35 /* throw a SQLiteException with the given message */ 39 concatenated with the given message 43 /* throw a SQLiteException for a given error code */
|
/libcore/luni/src/main/java/java/net/ |
SocketException.java | 37 * Constructs a new instance with the given detail message. 43 * Constructs a new instance with the given cause. 51 * Constructs a new instance with given detail message and cause.
|
SocketTimeoutException.java | 37 * Constructs a new instance with the given detail message. 44 * Constructs a new instance with given cause. 52 * Constructs a new instance with given detail message and cause.
|
/libcore/luni/src/main/java/javax/net/ssl/ |
SSLHandshakeException.java | 29 * Constructs a new instance with the given detail message. 36 * Constructs a new instance with given cause. 44 * Constructs a new instance with given detail message and cause.
|
/packages/apps/Contacts/res/values-ko/ |
donottranslate_config.xml | 24 <!-- If true, the default sort order is primary (i.e. by given name) --> 30 <!-- If true, the default sort order is primary (i.e. by given name) --> 33 <!-- If true, the order of name fields in the editor is primary (i.e. given name first) -->
|
/packages/apps/Contacts/res/values-zh-rCN/ |
donottranslate_config.xml | 24 <!-- If true, the default sort order is primary (i.e. by given name) --> 30 <!-- If true, the default sort order is primary (i.e. by given name) --> 33 <!-- If true, the order of name fields in the editor is primary (i.e. given name first) -->
|
/packages/apps/Contacts/res/values-zh-rTW/ |
donottranslate_config.xml | 24 <!-- If true, the default sort order is primary (i.e. by given name) --> 30 <!-- If true, the default sort order is primary (i.e. by given name) --> 33 <!-- If true, the order of name fields in the editor is primary (i.e. given name first) -->
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/views/detail/ |
ICallDetailProvider.java | 23 /** Is this provider applicable for given {@link GLCall}? */ 27 * Update the detail view for given {@link GLCall} that is part of the given
|
/system/core/libcutils/ |
socket_local.h | 24 * Set up a given sockaddr_un, to have it refer to the given 25 * name in the given namespace. The namespace must be one
|
/external/icu4c/i18n/unicode/ |
gregocal.h | 172 * Constructs a GregorianCalendar based on the current time in the given time zone 173 * with the default locale. Clients are no longer responsible for deleting the given 176 * @param zoneToAdopt The given timezone. 184 * Constructs a GregorianCalendar based on the current time in the given time zone 187 * @param zone The given timezone. 196 * with the given locale. 198 * @param aLocale The given locale. 206 * Constructs a GregorianCalendar based on the current time in the given time zone 207 * with the given locale. Clients are no longer responsible for deleting the given [all...] |
/frameworks/base/graphics/java/android/renderscript/ |
Matrix3f.java | 38 * Creates a new matrix and sets its values from the given 60 * Returns the value for a given row and column 72 * Sets the value for a given row and column 109 * about a given axis 148 * Makes the upper 2x2 a rotation matrix of the given angle 165 * Makes the upper 2x2 a scale matrix of given dimensions 177 * Sets current values to be a scale matrix of given dimensions 191 * Sets current values to be a translation matrix of given 204 * Sets current values to be the result of multiplying two given 228 * Post-multiplies the current matrix by a given paramete [all...] |
/external/chromium/net/tools/flip_server/ |
balsa_headers_token_utils.h | 21 // Checks whether the last header token matches a given value. Useful to 23 // presence of multiple header lines with given key, the last token of the 29 // Tokenizes header value for a given key. In the presence of multiple lines 37 // header lines with given key, will remove the last token of the last line. 42 // Given a pointer to the beginning and the end of the header value
|
/external/chromium/net/url_request/ |
https_prober.h | 33 // determines if we can connect to a given host over HTTPS. It's used when 40 // HaveProbed returns true if the given host is known to have been probed 44 // InFlight returns true iff a probe for the given host is currently active. 47 // ProbeHost starts a new probe for the given host. If the host is known to 49 // other action is taken. If a probe to the given host in currently inflight,
|
/external/chromium/third_party/libjingle/source/talk/base/ |
macconversion.h | 37 // given a CFStringRef, attempt to convert it to a C++ string. 39 // We can safely assume, given our context, that the string is 46 // given, and returhing true, if the conversion succeeds. 47 // If given a NULL or a non-CFNumber, returns false. 51 // given a CFNumberRef, determine if it represents a true value.
|
/external/webkit/Source/WebKit2/WebProcess/Plugins/ |
PluginProxy.messages.in | 32 # Returns a PAC style string with proxies for the given URL. 35 # Returns the cookies for the given URL. 38 # Sets the cookies for the given URL. 47 # Evaluates the given JavaScript string. 50 # Cancels the given stream load.
|
/libcore/luni/src/main/java/java/util/concurrent/atomic/ |
AtomicIntegerFieldUpdater.java | 33 * Creates and returns an updater for objects with the given field. 56 * Atomically sets the field of the given object managed by this updater 57 * to the given updated value if the current value {@code ==} the 72 * Atomically sets the field of the given object managed by this updater 73 * to the given updated value if the current value {@code ==} the 92 * Sets the field of the given object managed by this updater to the 93 * given updated value. This operation is guaranteed to act as a volatile 102 * Eventually sets the field of the given object managed by this 103 * updater to the given updated value. 113 * Gets the current value held in the field of the given object manage [all...] |
/packages/apps/Contacts/src/com/android/contacts/calllog/ |
PhoneNumberHelper.java | 38 /** Returns true if it is possible to place a call to the given number. */ 46 /** Returns true if it is possible to send an SMS to the given number. */ 52 * Returns the string to display for the given phone number. 81 * Returns true if the given number is the number of the configured voicemail. 89 * Returns true if the given number is a SIP address.
|
/external/chromium/base/ |
platform_file.h | 71 // Used to hold information about a given file. 99 // Creates or opens the given file. If PLATFORM_FILE_OPEN_ALWAYS is used, and 110 // Reads the given number of bytes (or until EOF is reached) starting with the 111 // given offset. Returns the number of bytes read, or -1 on error. 115 // Writes the given buffer into the file at the given offset, overwritting any 121 // Truncates the given file to the given length. If |length| is greater than 126 // Flushes the buffers of the given file. 129 // Touches the given file [all...] |
/external/freetype/include/freetype/ |
fttrigon.h | 109 * Return the sinus of a given angle in fixed point format. 119 * If you need both the sinus and cosinus for a given angle, use the 133 * Return the cosinus of a given angle in fixed point format. 143 * If you need both the sinus and cosinus for a given angle, use the 157 * Return the tangent of a given angle in fixed point format. 177 * Return the arc-tangent corresponding to a given vector (x,y) in 227 * Return the unit vector corresponding to a given angle. After the 232 * given angle quickly. 254 * Rotate a vector by a given angle. 276 * Return the length of a given vector [all...] |
/external/proguard/src/proguard/classfile/editor/ |
AttributesEditor.java | 43 * Creates a new AttributeAdder that will edit attributes in the given 54 * Creates a new AttributeAdder that will edit attributes in the given 66 * Creates a new AttributeAdder that will edit attributes in the given 82 * Adds the given attribute to the target. 174 * Tries put the given attribute in place of an existing attribute of the 197 * Appends the given attribute to the given array of attributes, creating a 223 * Deletes the attributes with the given name from the given array of 252 * Finds the index of the attribute with the given name in the give [all...] |
ClassEditor.java | 26 * This class can add interfaces and class members to a given class. 40 * Creates a new ClassEditor that will edit elements in the given 50 * Adds the given interface. 77 * Removes the given interface. 97 * Finds the index of the given interface in the target class. 118 * Adds the given field. 146 * Removes the given field. Note that removing a field that is still being 167 * Finds the index of the given field in the target class. 188 * Adds the given method. 216 * Removes the given method. Note that removing a method that is still bein [all...] |
/external/qemu/android/utils/ |
path.h | 51 /* checks that a given file exists */ 63 /* checks that one can read/write a given (regular) file */ 67 /* checks that one can execute a given file */ 73 /* ensure that a given directory exists, create it if not, 77 /* return the size of a given file in '*psize'. returns 0 on 81 /* path_parent() can be used to return the n-level parent of a given directory 115 /* look for a given executable in the system path and return its full path. 129 ** path_empty_file() creates an empty file at a given path location. 145 /* creates an empty file at a given location. If the file already 155 /* unlink/delete a given file. Note that on Win32, this wil [all...] |
/frameworks/base/core/java/android/webkit/ |
MimeTypeMap.java | 41 * @return The file extension of the given url. 74 * Return true if the given MIME type has an entry in the map. 83 * Return the MIME type for the given extension. 85 * @return The MIME type for the given extension or null iff there is none. 97 * Return true if the given extension has a registered MIME type. 106 * Return the registered extension for the given MIME type. Note that some 108 * common extension for the given MIME type. 110 * @return The extension for the given MIME type or null iff there is none. 117 * If the given MIME type is null, or one of the "generic" types (text/plain 119 * If the given type is not generic, return it unchanged [all...] |
/libcore/luni/src/main/java/java/sql/ |
SQLWarning.java | 39 * given reason string, the {@code SQLState} string is set to {@code null} 51 * given reason string, the {@code SQLState} string is set to the given 65 * given reason string, the {@code SQLState} string is set to the given 66 * {@code SQLState} string and the error code is set to the given error code 94 * set to the given cause 104 * SQLState string is set to given SQLState and the Error Code is set to 0, 105 * cause is set to the given cause 115 * SQLState string is set to given SQLState and the Error Code is set t [all...] |
/external/apache-xml/src/main/java/org/apache/xml/utils/ |
ObjectPool.java | 30 * Pool of object of a given type to pick from to help memory usage 41 /** Stack of given objects this points to. 100 * Get an instance of the given object in this pool if available 103 * @return an instance of the given object if available or null 121 * Get an instance of the given object in this pool 124 * @return An instance of the given object 155 * Add an instance of the given object to the pool
|