HomeSort by relevance Sort by last modified time
    Searched refs:Operation (Results 301 - 325 of 450) sorted by null

<<1112131415161718

  /frameworks/base/media/java/android/media/
AudioTrack.java 143 * Denotes a successful operation.
147 * Denotes a generic operation failure.
201 * The write mode indicating the write operation will block until all data has been written,
210 * The write mode indicating the write operation will return immediately after
    [all...]
  /external/swiftshader/third_party/LLVM/lib/VMCore/
Instructions.cpp 60 /// for a select operation, otherwise return null.
138 /// to a push_back style of operation. This grows the number of ops by 1.5
229 /// push_back style of operation. This grows the number of ops by 2 times.
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
noder.go 404 case *syntax.Operation:
550 op, isStar := typ.(*syntax.Operation)
553 panic("unexpected Operation")
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
noder.go 404 case *syntax.Operation:
550 op, isStar := typ.(*syntax.Operation)
553 panic("unexpected Operation")
  /prebuilts/devtools/tools/lib/
lombok-ast-0.2.3.jar 
  /prebuilts/gradle-plugin/com/android/tools/external/lombok/lombok-ast/0.2.2/
lombok-ast-0.2.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/external/lombok/lombok-ast/0.2.3/
lombok-ast-0.2.3.jar 
  /prebuilts/tools/common/lombok-ast/
lombok-ast-0.2.2.jar 
lombok-ast-0.2.1.jar 
lombok-ast-0.2.jar 
  /prebuilts/tools/common/m2/repository/com/android/tools/external/lombok/lombok-ast/0.2.2/
lombok-ast-0.2.2.jar 
  /prebuilts/tools/common/m2/repository/com/android/tools/external/lombok/lombok-ast/0.2.3/
lombok-ast-0.2.3.jar 
  /prebuilts/tools/common/offline-m2/com/android/tools/external/lombok/lombok-ast/0.2.3/
lombok-ast-0.2.3.jar 
  /frameworks/base/services/backup/java/com/android/server/backup/
BackupManagerService.java 290 // User confirmation timeout for a full backup/restore operation. It's this long in
371 // Watch the device provisioning operation during setup
642 // Bookkeeping of in-flight operations for timeout etc. purposes. The operation
648 // Waiting for backup agent to respond during backup operation.
651 // Waiting for backup agent to respond during restore operation.
654 // An entire backup operation spanning multiple packages.
657 class Operation {
662 Operation(int initialState, BackupRestoreTask callbackObj, int type) {
672 * If type of operation is OP_TYPE_WAIT, it are waiting for an ack or timeout.
673 * An operation wraps a BackupRestoreTask within it
    [all...]
  /external/llvm/include/llvm/IR/
Instructions.h 620 /// If the comparison in a cmpxchg operation fails, there is no atomic store
623 /// operation would remain SequentiallyConsistent.
717 AtomicRMWInst(BinOp Operation, Value *Ptr, Value *Val,
720 AtomicRMWInst(BinOp Operation, Value *Ptr, Value *Val,
728 void setOperation(BinOp Operation) {
731 (Operation << 5));
798 void Init(BinOp Operation, Value *Ptr, Value *Val,
    [all...]
  /frameworks/av/media/libaudioclient/
AudioTrack.cpp     [all...]
  /external/llvm/lib/IR/
Instructions.cpp 61 /// for a select operation, otherwise return null.
128 /// to a push_back style of operation. This grows the number of ops by 1.5
225 /// push_back style of operation. This grows the number of ops by 2 times.
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/UefiPxeBcDxe/
PxeBcImpl.c 473 @retval EFI_DEVICE_ERROR The network device encountered an error during this operation.
561 @retval EFI_DEVICE_ERROR The network device encountered an error during this operation.
783 type of discovery operation that is to be performed.
788 @retval EFI_DEVICE_ERROR The network device encountered an error during this operation.
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/UefiPxeBcDxe/
PxeBcImpl.c 38 @retval EFI_DEVICE_ERROR The network device encountered an error during this operation.
408 @retval EFI_DEVICE_ERROR The network device encountered an error during this operation.
519 on the type of discovery operation that is to be performed.
525 @retval EFI_DEVICE_ERROR The network device encountered an error during this operation.
773 read a directory, and read a file. The type of operation is specified by Operation.
774 If the callback function that is invoked during the TFTP/MTFTP operation does
782 read operation, then BufferSize will be set to the size of the downloaded file,
786 (greater than 64 MB) files-instead of making two calls to the read-file operation.
792 BufferSize specifies the number of bytes to send. If the write operation completes
    [all...]
  /frameworks/av/services/audioflinger/
Tracks.cpp 334 const sp<VolumeShaper::Operation>& operation) {
335 return mTrack->applyVolumeShaper(configuration, operation);
    [all...]
AudioFlinger.h 558 const sp<VolumeShaper::Operation>& operation) override;
737 // for dump, indicates which hardware operation is currently in progress (but not stream ops)
739 AUDIO_HW_IDLE = 0, // no operation in progress
    [all...]
  /prebuilts/tools/common/m2/repository/com/android/tools/external/lombok/lombok-ast/0.2.1/
lombok-ast-0.2.1.jar 
  /external/swiftshader/third_party/LLVM/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]
  /frameworks/av/media/libmedia/
mediaplayer.cpp 996 const sp<VolumeShaper::Operation>& operation)
1002 VolumeShaper::Status status = mPlayer->applyVolumeShaper(configuration, operation);
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp     [all...]

Completed in 2738 milliseconds

<<1112131415161718