/external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/core/ |
MockFtpServerException.java | 28 * Create a new instance with the specified detail message and no cause
36 * Create a new instance with the specified detail message and no cause
44 * Create a new instance with the specified detail message and cause
|
/external/mockftpserver/branches/1.x_Branch/src/main/java/org/mockftpserver/core/ |
MockFtpServerException.java | 28 * Create a new instance with the specified detail message and no cause
36 * Create a new instance with the specified detail message and no cause
44 * Create a new instance with the specified detail message and cause
|
/external/selinux/checkpolicy/ |
queue.h | 39 Applies the specified function f to each element in the 40 specified queue. 43 passes the specified void* pointer to f on each invocation.
|
/external/selinux/libsepol/man/man3/ |
sepol_genbools.3 | 14 (data, len) to use the boolean settings specified in the file named by 15 boolpath. The boolean settings are specified by name=value lines 27 boolean file was undefined in the policy or had an invalid value specified;
|
/external/selinux/sandbox/ |
seunshare.8 | 12 within the specified context, using the alternate home directory and /tmp directory. The seunshare command unshares from the default namespace, then mounts the specified homedir and tmpdir over the default homedir and /tmp. Finally it tells the kernel to execute the application under the specified SELinux context.
|
/external/testng/src/main/java/org/testng/annotations/ |
Factory.java | 33 * specified, the dataprovider will be looked on the class 35 * If this attribute is specified, the data provider method 36 * needs to be static on the specified class.
|
/external/valgrind/none/tests/s390x/ |
fpext_warn.stderr.exp | 3 The specified rounding mode cannot be supported. That 9 The specified rounding mode cannot be supported. That 15 The specified rounding mode cannot be supported. That
|
/frameworks/av/media/libmedia/ |
MediaUtils.h | 30 The value to use will be read from the specified system property, or if the 31 property doesn't exist it will use the specified number of bytes or the 32 specified percentage of total memory, whichever is smaller.
|
/frameworks/base/core/java/android/util/ |
IntArray.java | 48 * Creates an empty IntArray with the specified initial capacity. 89 * Appends the specified value to the end of this array. 96 * Inserts a value at the specified position in this array. If the specified index is equal to 116 * Searches the array for the specified value using the binary search algorithm. The array must 119 * the specified value, there is no guarantee which one will be found. 125 * {@link #size()} if all elements in the array are less than the specified key. 134 * Adds the values in the specified array to this array. 175 * Returns the value at the specified position in this array. 183 * Sets the value at the specified position in this array [all...] |
/frameworks/base/graphics/java/android/graphics/ |
PaintFlagsDrawFilter.java | 22 * the specified clearBits in the paint's flags, and then setting the 23 * specified setBits in the paint's flags. 29 // our native constructor can return 0, if the specified bits
|
/frameworks/base/keystore/java/android/security/keystore/ |
DeviceIdAttestationException.java | 27 * specified detail message. 37 * specified detail message and the specified cause.
|
KeyAttestationException.java | 28 * specified detail message. 38 * specified detail message and the specified cause.
|
/frameworks/opt/telephony/src/java/com/google/android/mms/ |
MmsException.java | 34 * Creates a new MmsException with the specified detail message. 43 * Creates a new MmsException with the specified cause. 52 * Creates a new MmsException with the specified detail message and cause.
|
/frameworks/support/core/ktx/src/main/java/androidx/core/graphics/ |
Bitmap.kt | 28 * Creates a new [Canvas] to draw on this bitmap and executes the specified 46 * Returns the value of the pixel at the specified location. The returned value 52 * Writes the specified [color int][android.graphics.Color] into the bitmap 53 * (assuming it is mutable) at the specified `(x, y)` coordinate. The specified 59 * Creates a new bitmap, scaled from this bitmap, when possible. If the specified 74 * Returns a mutable bitmap with the specified [width] and [height]. A config 75 * can be optionally specified. If not, the default config is [Bitmap.Config.ARGB_8888]. 81 * @return A new bitmap with the specified dimensions and config 92 * Returns a mutable bitmap with the specified [width] and [height]. The config [all...] |
/packages/apps/Contacts/src/com/android/contacts/util/ |
MoreMath.java | 24 * If the input value lies outside of the specified range, return the nearer 34 * If the input value lies outside of the specified range, return the nearer 44 * If the input value lies outside of the specified range, return the nearer
|
/packages/apps/Messaging/src/android/support/v7/mms/pdu/ |
MmsException.java | 34 * Creates a new MmsException with the specified detail message. 43 * Creates a new MmsException with the specified cause. 52 * Creates a new MmsException with the specified detail message and cause.
|
/packages/apps/Messaging/src/com/android/messaging/mmslib/ |
MmsException.java | 34 * Creates a new MmsException with the specified detail message. 43 * Creates a new MmsException with the specified cause. 52 * Creates a new MmsException with the specified detail message and cause.
|
/packages/apps/Messaging/src/com/android/messaging/sms/ |
SmsException.java | 33 * Creates a new SmsException with the specified detail message. 42 * Creates a new SmsException with the specified cause. 51 * Creates a new SmsException with the specified detail message and cause.
|
/packages/apps/UnifiedEmail/src/com/android/mail/utils/ |
SparseLongArray.java | 42 * require any additional memory allocation to store the specified 65 * Gets the long mapped from the specified key, or <code>0</code> 73 * Gets the long mapped from the specified key, or the specified value 87 * Removes the mapping from the specified key, if there was any. 107 * Adds a mapping from the specified key to the specified value, 108 * replacing the previous mapping from the specified key if there 162 * specified key, or a negative number if the specified [all...] |
/packages/services/Car/car-lib/src/android/car/app/menu/ |
SubscriptionCallbacks.java | 27 * Called when the items with the specified parent id are loaded. 35 * Called when there is an error loading the items with the specified id. 40 * Called when the car menu items with the specified parent id are changed.
|
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/ |
Debug.h | 37 /// isCurrentDebugType - Return true if the specified string is the debug type 38 /// specified on the command line, or if none was specified on the command line 44 /// option were specified. Note that DebugFlag also needs to be set to true for 50 /// -debug-only=X,Y,Z option were specified. Note that DebugFlag 56 /// information. In the '-debug' option is specified on the commandline, and if 57 /// this is a debug build, then the code specified as the option to the macro 63 /// is not specified, or is specified as "bitset". 76 /// is specified. This should probably not be referenced directly, instead, us [all...] |
/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/ |
Debug.h | 37 /// isCurrentDebugType - Return true if the specified string is the debug type 38 /// specified on the command line, or if none was specified on the command line 44 /// option were specified. Note that DebugFlag also needs to be set to true for 50 /// -debug-only=X,Y,Z option were specified. Note that DebugFlag 56 /// information. In the '-debug' option is specified on the commandline, and if 57 /// this is a debug build, then the code specified as the option to the macro 63 /// is not specified, or is specified as "bitset". 76 /// is specified. This should probably not be referenced directly, instead, us [all...] |
/prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/ |
Debug.h | 37 /// isCurrentDebugType - Return true if the specified string is the debug type 38 /// specified on the command line, or if none was specified on the command line 44 /// option were specified. Note that DebugFlag also needs to be set to true for 50 /// -debug-only=X,Y,Z option were specified. Note that DebugFlag 56 /// information. In the '-debug' option is specified on the commandline, and if 57 /// this is a debug build, then the code specified as the option to the macro 63 /// is not specified, or is specified as "bitset". 76 /// is specified. This should probably not be referenced directly, instead, us [all...] |
/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Analysis/ |
LazyValueInfo.h | 69 /// Determine whether the specified value comparison with a constant is known 70 /// to be true or false on the specified CFG edge. 76 /// Determine whether the specified value comparison with a constant is known 77 /// to be true or false at the specified instruction 82 /// Determine whether the specified value is known to be a 83 /// constant at the end of the specified block. Return null if not. 87 /// specified value at the end of the specified block. This may only be called 91 /// Determine whether the specified value is known to be a 92 /// constant on the specified edge. Return null if not [all...] |
/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/ |
Debug.h | 37 /// isCurrentDebugType - Return true if the specified string is the debug type 38 /// specified on the command line, or if none was specified on the command line 44 /// option were specified. Note that DebugFlag also needs to be set to true for 50 /// -debug-only=X,Y,Z option were specified. Note that DebugFlag 56 /// information. In the '-debug' option is specified on the commandline, and if 57 /// this is a debug build, then the code specified as the option to the macro 63 /// is not specified, or is specified as "bitset". 76 /// is specified. This should probably not be referenced directly, instead, us [all...] |