/external/tpm2/ |
NV_UndefineSpaceSpecial.c | 37 // This operation only applies when the TPMA_NV_POLICY_DELETE attribute is SET
|
PCR_Reset.c | 26 // Check if the reset operation is allowed by the current command locality
|
/external/v8/test/unittests/interpreter/ |
bytecode-array-builder-unittest.cc | 172 // Perform an operation that returns boolean value to 178 // Perform an operation that returns a non-boolean operation to 192 // Perform an operation that returns boolean value to 198 // Perform an operation that returns a non-boolean operation to 269 // Perform an operation that returns boolean value to 275 // Perform an operation that returns a non-boolean operation to 462 // Ignore compare operation [all...] |
/external/valgrind/drd/tests/ |
annotate_hb_err.c | 28 /* condition variable operation on a h.b. annotated object. */
|
/external/vboot_reference/firmware/lib/include/ |
tpm_bootmode.h | 23 * Returns: TPM_SUCCESS if the TPM extend operation succeeds.
|
/external/wpa_supplicant_8/hs20/server/ |
sql.txt | 18 operation INTEGER,
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/api/ |
omxtypes_s.h | 31 OMX_Sts_MemAllocErr EQU -9 ;// Not enough memory allocated for the operation 49 ;// Huffman decoding operation terminated early. 51 ;// operation terminated early. 52 OMX_StsIPPP_ContextMatchErr EQU -17 ;// Context parameter doesn't match to the operation
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/api/ |
omxtypes_s.h | 31 OMX_Sts_MemAllocErr EQU -9 ;// Not enough memory allocated for the operation 49 ;// Huffman decoding operation terminated early. 51 ;// operation terminated early. 52 OMX_StsIPPP_ContextMatchErr EQU -17 ;// Context parameter doesn't match to the operation
|
/frameworks/base/core/java/android/app/backup/ |
FullBackupDataOutput.java | 15 /** @hide - used only in measure operation */
|
/frameworks/base/core/java/android/database/sqlite/ |
SQLiteDoneException.java | 21 * Thrown when an operation that expects a row (such as {@link
|
/frameworks/base/core/java/android/hardware/location/ |
IFusedLocationHardware.aidl | 70 * Updates a batching operation in progress. 72 * @param id The Id of the operation to update. 73 * @param batchOptions The options to apply to the given operation. 81 * This operation does not dequeue the locations, so still other batching
|
/frameworks/base/media/java/android/media/ |
MediaCryptoException.java | 23 * if unable to perform an operation on the MediaCrypto object.
|
ResourceBusyException.java | 20 * Exception thrown when an operation on a MediaDrm object is attempted
|
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/ |
Metrics.java | 144 private static final int FILEOP_OTHER = 1; // any file operation not listed below 384 * Logs file operation stats. Call this when a file operation has completed. The given 414 * Logs create directory operation. It is a part of file operation stats. We do not 416 * logged under COUNT_FILEOP_SYSTEM. Call this when a create directory operation has completed. 425 * Logs rename file operation. It is a part of file operation stats. We do not differentiate 427 * COUNT_FILEOP_SYSTEM. Call this when a rename file operation has completed. 436 * Logs some kind of file operation error. Call this when a file operation (e.g. copy, delete [all...] |
/frameworks/base/packages/MtpDocumentsProvider/src/com/android/mtp/ |
BusyDeviceException.java | 22 * Exception thrown when the device is busy and the requested operation cannon be completed.
|
/frameworks/base/services/core/java/com/android/server/ |
NativeDaemonTimeoutException.java | 21 * {@link NativeDaemonConnector} operation.
|
/frameworks/base/services/tests/servicestests/src/com/android/server/content/ |
SyncOperationTest.java | 135 assertTrue("Non sync operation bundle falsely converted to SyncOperation.", op == null); 139 * Tests whether a failed periodic sync operation is converted correctly into a one time 140 * sync operation, and whether the periodic sync can be re-created from the one-time operation.
|
/libcore/luni/src/main/java/java/util/concurrent/ |
TimeoutException.java | 10 * Exception thrown when a blocking operation times out. Blocking
|
/libcore/ojluni/src/main/java/java/nio/channels/ |
InterruptibleChannel.java | 38 * closeable:</i> If a thread is blocked in an I/O operation on an 44 * If a thread is blocked in an I/O operation on an interruptible channel then 51 * I/O operation upon a channel then the channel will be closed and the thread 72 * <p> Any thread currently blocked in an I/O operation upon this channel
|
/packages/apps/Calendar/src/com/android/calendar/alerts/ |
AlarmManagerInterface.java | 25 public void set(int type, long triggerAtMillis, PendingIntent operation);
|
/packages/apps/UnifiedEmail/src/com/android/mail/ui/ |
UndoListener.java | 21 * Classes that can undo an operation should implement this interface.
|
/packages/services/Car/car-lib/src/android/car/ |
CarNotSupportedException.java | 21 * Exception thrown when car is not supporting the requested operation.
|
/packages/services/Car/car-support-lib/src/android/support/car/ |
CarNotSupportedException.java | 21 * Exception thrown when car is not supporting the requested operation.
|
/packages/services/Car/libvehiclenetwork/native/ |
IVehicleNetworkListener.cpp | 66 virtual void onHalError(int32_t errorCode, int32_t property, int32_t operation) { 71 data.writeInt32(operation); 126 int32_t operation = data.readInt32(); local 127 onHalError(errorCode, property, operation);
|
/packages/services/Car/tests/libvehiclenetwork-native-test/ |
IVehicleNetworkTestListener.h | 49 virtual void onHalError(int32_t errorCode, int32_t property, int32_t operation) { 53 mOperation = operation; 102 bool isErrorMatching(int32_t errorCode, int32_t property, int32_t operation) { 104 return mErrorCode == errorCode && mProperty == property && mOperation == operation;
|