/external/protobuf/gtest/include/gtest/ |
gtest-test-part.h | 71 // Gets the outcome of the test part. 74 // Gets the name of the source file where the test part took place, or 78 // Gets the line in the source file where the test part took place, 82 // Gets the summary of the failure message. 85 // Gets the message associated with the test part. 102 // Gets the summary of the failure message by omitting the stack
|
/external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/ |
gtest-test-part.h | 71 // Gets the outcome of the test part. 74 // Gets the name of the source file where the test part took place, or 80 // Gets the line in the source file where the test part took place, 84 // Gets the summary of the failure message. 87 // Gets the message associated with the test part. 105 // Gets the summary of the failure message by omitting the stack
|
/external/webrtc/webrtc/voice_engine/include/ |
voe_codec.h | 54 // Gets the number of supported codecs. 63 // Gets the |codec| parameters for the sending codec on a specified 73 // Gets the currently received |codec| for a specific |channel|. 84 // Gets the actual payload type that is set for receiving a |codec| on a 102 // Gets the codec internal FEC status for a specified |channel|. Returns 0 117 // Gets the VAD/DTX status and |mode| for a specified |channel|.
|
/external/zopfli/src/zopfli/ |
util.h | 120 Gets the symbol for the given length, cfr. the DEFLATE spec. 125 /* Gets the amount of extra bits for the given length, cfr. the DEFLATE spec. */ 128 /* Gets value of the extra bits for the given length, cfr. the DEFLATE spec. */ 131 /* Gets the symbol for the given dist, cfr. the DEFLATE spec. */ 134 /* Gets the amount of extra bits for the given dist, cfr. the DEFLATE spec. */ 137 /* Gets value of the extra bits for the given dist, cfr. the DEFLATE spec. */
|
/frameworks/base/core/java/android/hardware/input/ |
KeyboardLayout.java | 74 * Gets the keyboard layout descriptor, which can be used to retrieve 85 * Gets the keyboard layout descriptive label to show in the user interface. 93 * Gets the name of the collection to which the keyboard layout belongs. This is 102 * Gets the locales that this keyboard layout is intended for. 111 * Gets the vendor ID of the hardware device this keyboard layout is intended for. 120 * Gets the product ID of the hardware device this keyboard layout is intended for.
|
/frameworks/base/telephony/java/com/android/ims/internal/ |
IImsConfig.aidl | 32 * Gets the value for ims service/capabilities parameters from the provisioned 41 * Gets the value for ims service/capabilities parameters from the provisioned 72 * Gets the value of the specified IMS feature item for specified network type. 73 * This operation gets the feature config value from the master storage (i.e. final 97 * Gets the value for IMS volte provisioned. 106 * Gets the value for ims fature item video quality.
|
/ndk/sources/third_party/googletest/googletest/include/gtest/ |
gtest-test-part.h | 71 // Gets the outcome of the test part. 74 // Gets the name of the source file where the test part took place, or 80 // Gets the line in the source file where the test part took place, 84 // Gets the summary of the failure message. 87 // Gets the message associated with the test part. 105 // Gets the summary of the failure message by omitting the stack
|
/packages/providers/DownloadProvider/src/com/android/providers/downloads/ |
Constants.java | 48 /** the intent that gets sent when clicking a successful download */ 51 /** the intent that gets sent when clicking an incomplete/failed download */ 54 /** the intent that gets sent when canceling a download */ 57 /** the intent that gets sent when deleting the notification of a completed download */ 122 /** The minimum amount of progress that has to be done before the progress bar gets updated */ 125 /** The minimum amount of time that has to elapse before the progress bar gets updated, in ms */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/ |
kd.h | 8 #define GIO_FONT 0x4B60 /* gets font in expanded form */ 21 #define GIO_CMAP 0x4B70 /* gets colour palette on VGA+ */ 84 #define KDGKBMODE 0x4B44 /* gets current keyboard mode */ 89 #define KDGKBMETA 0x4B62 /* gets meta key handling mode */ 108 #define KDGKBENT 0x4B46 /* gets one entry in translation table */ 115 #define KDGKBSENT 0x4B48 /* gets one function key string entry */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/ |
kd.h | 8 #define GIO_FONT 0x4B60 /* gets font in expanded form */ 21 #define GIO_CMAP 0x4B70 /* gets colour palette on VGA+ */ 86 #define KDGKBMODE 0x4B44 /* gets current keyboard mode */ 91 #define KDGKBMETA 0x4B62 /* gets meta key handling mode */ 110 #define KDGKBENT 0x4B46 /* gets one entry in translation table */ 117 #define KDGKBSENT 0x4B48 /* gets one function key string entry */
|
/dalvik/dx/src/com/android/dx/cf/code/ |
BaseMachine.java | 265 * Gets the number of primary arguments. 274 * Gets the width of the arguments (where a category-2 value counts as 290 * Gets the {@code n}th primary argument. 309 * Gets the type auxiliary argument. 318 * Gets the {@code int} auxiliary argument. 327 * Gets the constant auxiliary argument. 336 * Gets the branch target auxiliary argument. 345 * Gets the switch cases auxiliary argument. 354 * Gets the init values auxiliary argument. 362 * Gets the last local index accessed [all...] |
/frameworks/base/core/java/android/app/ |
SearchableInfo.java | 108 * Gets the search suggestion content provider authority. 118 * Gets the name of the package where the suggestion provider lives, 126 * Gets the component name of the searchable activity. 175 * Gets the resource id of the description string to use for this source in system search 185 * Gets the content provider path for obtaining search suggestions. 195 * Gets the selection for obtaining search suggestions. 204 * Gets the optional intent action for use with these suggestions. This is 219 * Gets the optional intent data for use with these suggestions. This is 236 * Gets the suggestion threshold. 442 * Gets the key code that this action key info is for [all...] |
/development/samples/training/threadsample/src/com/example/android/threadsample/ |
PhotoView.java | 76 * Creates an ImageDownloadView and gets attribute values 83 // Gets attributes associated with the attribute set 88 * Creates an ImageDownloadView, gets attribute values, and applies a default style 96 // Gets attributes associated with the attribute set 101 * Gets the resource ID for the hideShowSibling resource 106 // Gets an array of attributes for the View 110 // Gets the resource Id of the View to hide or show 126 // Gets a local hard reference to the View 163 // Gets a handle to the sibling View 183 // Gets the current Drawable, or null if no Drawable is attache [all...] |
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/ |
Frame.java | 76 * Gets thread id. 95 * Gets frame id. 114 * Gets frame location. 133 * Gets frame variables. 234 * Gets code index of variable. 252 * Gets variable name. 271 * Gets signature of the variable reference type. 340 * Gets variable length. 378 * Gets variable type tag value. 387 * Gets variable java type [all...] |
/external/autotest/client/cros/multimedia/ |
display_facade_adapter.py | 37 """Gets the name of the external output connector. 46 """Gets the name of the internal output connector. 192 """Gets the state of the content protection. 202 """Gets screenshot from frame buffer. 236 """Gets the resolution of the external screen. 246 """Gets the resolution of the internal screen. 264 """Gets the information of all the displays that are connected to the 273 """Gets the display modes of the specified display. 284 """Gets the resolutions from the specified display. 294 """Gets the first external display index [all...] |
/frameworks/base/location/java/android/location/ |
GpsClock.java | 100 * Gets the type of time reported by {@link #getTimeInNs()}. 114 * Gets a string representation of the 'type'. 138 * Gets the leap second associated with the clock's time. 165 * Gets the GPS receiver internal clock value in nanoseconds. 200 * Gets the clock's time Uncertainty (1-Sigma) in nanoseconds. 233 * Gets the difference between hardware clock ({@link #getTimeInNs()}) inside GPS receiver and 274 * Gets the clock's sub-nanosecond bias. 307 * Gets the clock's Bias Uncertainty (1-Sigma) in nanoseconds. 339 * Gets the clock's Drift in nanoseconds per second. 373 * Gets the clock's Drift Uncertainty (1-Sigma) in nanoseconds per second [all...] |
/libcore/ojluni/src/main/java/com/sun/security/cert/internal/x509/ |
X509V1CertImpl.java | 202 * Gets the publickey from this certificate. 212 * Gets the version number from the certificate. 221 * Gets the serial number from the certificate. 230 * Gets the subject distinguished name from the certificate. 240 * Gets the issuer distinguished name from the certificate. 250 * Gets the notBefore date from the validity period of the certificate. 260 * Gets the notAfter date from the validity period of the certificate. 270 * Gets the signature algorithm name for the certificate 282 * Gets the signature algorithm OID string from the certificate. 293 * Gets the DER encoded signature algorithm parameters from thi [all...] |
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/ |
ExifTag.java | 138 * Gets the element size of the given data type in bytes. 171 * Gets the TID of this tag. 178 * Gets the data type of this tag 194 * Gets the total data size in bytes of the value of this tag. 201 * Gets the component count of this tag. 534 * Gets the value as a String. This method should be used for tags of type 552 * Gets the value as a String. This method should be used for tags of type 568 * Gets the value as a byte array. This method should be used for tags of 582 * Gets the value as a byte. If there are more than 1 bytes in this value, 583 * gets the first byte. This method should be used for tags of typ [all...] |
/packages/apps/Camera2/src/com/android/camera/exif/ |
ExifTag.java | 138 * Gets the element size of the given data type in bytes. 171 * Gets the TID of this tag. 178 * Gets the data type of this tag 194 * Gets the total data size in bytes of the value of this tag. 201 * Gets the component count of this tag. 534 * Gets the value as a String. This method should be used for tags of type 552 * Gets the value as a String. This method should be used for tags of type 568 * Gets the value as a byte array. This method should be used for tags of 582 * Gets the value as a byte. If there are more than 1 bytes in this value, 583 * gets the first byte. This method should be used for tags of typ [all...] |
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/ |
ExifTag.java | 138 * Gets the element size of the given data type in bytes. 171 * Gets the TID of this tag. 178 * Gets the data type of this tag 194 * Gets the total data size in bytes of the value of this tag. 201 * Gets the component count of this tag. 534 * Gets the value as a String. This method should be used for tags of type 552 * Gets the value as a String. This method should be used for tags of type 568 * Gets the value as a byte array. This method should be used for tags of 582 * Gets the value as a byte. If there are more than 1 bytes in this value, 583 * gets the first byte. This method should be used for tags of typ [all...] |
/packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/exif/ |
ExifTag.java | 138 * Gets the element size of the given data type in bytes. 171 * Gets the TID of this tag. 178 * Gets the data type of this tag 194 * Gets the total data size in bytes of the value of this tag. 201 * Gets the component count of this tag. 534 * Gets the value as a String. This method should be used for tags of type 552 * Gets the value as a String. This method should be used for tags of type 568 * Gets the value as a byte array. This method should be used for tags of 582 * Gets the value as a byte. If there are more than 1 bytes in this value, 583 * gets the first byte. This method should be used for tags of typ [all...] |
/packages/apps/Messaging/src/com/android/messaging/util/exif/ |
ExifTag.java | 138 * Gets the element size of the given data type in bytes. 171 * Gets the TID of this tag. 178 * Gets the data type of this tag 194 * Gets the total data size in bytes of the value of this tag. 201 * Gets the component count of this tag. 534 * Gets the value as a String. This method should be used for tags of type 552 * Gets the value as a String. This method should be used for tags of type 568 * Gets the value as a byte array. This method should be used for tags of 582 * Gets the value as a byte. If there are more than 1 bytes in this value, 583 * gets the first byte. This method should be used for tags of typ [all...] |
/dalvik/dx/src/com/android/dx/dex/code/ |
DalvInsn.java | 146 * Gets whether the address of this instruction is known. 156 * Gets the output address of this instruction, if it is known. This throws 172 * Gets the opcode. 181 * Gets the source position. 190 * Gets the register list for this instruction. 210 * Gets the minimum distinct registers required for this instruction. 241 * Gets the instruction that is equivalent to this one, except that 254 * Gets the instruction prefix required, if any, to use in an expanded 279 * Gets the instruction suffix required, if any, to use in an expanded 298 * Gets the instruction that is equivalent to this one, except tha [all...] |
/external/dexmaker/src/dx/java/com/android/dx/dex/code/ |
DalvInsn.java | 145 * Gets whether the address of this instruction is known. 155 * Gets the output address of this instruction, if it is known. This throws 171 * Gets the opcode. 180 * Gets the source position. 189 * Gets the register list for this instruction. 209 * Gets the minimum distinct registers required for this instruction. 240 * Gets the instruction that is equivalent to this one, except that 253 * Gets the instruction prefix required, if any, to use in an expanded 278 * Gets the instruction suffix required, if any, to use in an expanded 297 * Gets the instruction that is equivalent to this one, except tha [all...] |
/frameworks/base/core/java/android/printservice/ |
PrintJob.java | 64 * Gets the unique print job id. 75 * Gets the {@link PrintJobInfo} that describes this job. 103 * Gets the printed document. 114 * Gets whether this print job is queued. Such a print job is 129 * Gets whether this print job is started. Such a print job is 145 * Gets whether this print job is blocked. Such a print job is halted 161 * Gets whether this print job is completed. Such a print job 175 * Gets whether this print job is failed. Such a print job is 189 * Gets whether this print job is cancelled. Such a print job was 389 * Gets the print job tag [all...] |