/prebuilts/misc/windows/protobuf2.5/include/google/protobuf/ |
wire_format.h | 225 enum Operation { 231 static void VerifyUTF8String(const char* data, int size, Operation op); 238 Operation op); 294 WireFormat::Operation op) {
|
/prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/ |
wire_format.h | 225 enum Operation { 231 static void VerifyUTF8String(const char* data, int size, Operation op); 238 Operation op); 294 WireFormat::Operation op) {
|
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Isa/IsaFloppyDxe/ |
IsaFloppyBlock.c | 76 @param Read Read or write operation when error occurrs
183 @param Operation Specifies the read or write operation.
203 IN BOOLEAN Operation,
223 if (Operation == WRITE) {
267 if (Operation == WRITE) {
274 // Check the parameters for this read/write operation
296 if (Operation == READ) {
327 Status = ReadWriteDataSector (FdcDev, Buffer, Lba, BlockCount, Operation);
347 if (Operation == READ) { [all...] |
/frameworks/base/media/java/android/media/ |
VolumeShaper.java | 54 mId = applyPlayer(configuration, new Operation.Builder().defer().build()); 62 * Applies the {@link VolumeShaper.Operation} to the {@code VolumeShaper}. 64 * Applying {@link VolumeShaper.Operation#PLAY} after {@code PLAY} 65 * or {@link VolumeShaper.Operation#REVERSE} after 68 * Applying {@link VolumeShaper.Operation#PLAY} when the player 72 * @param operation the {@code operation} to apply. 77 public void apply(@NonNull Operation operation) { 78 /* void */ applyPlayer(new VolumeShaper.Configuration(mId), operation); [all...] |
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Isa/IsaBusDxe/ |
IsaIo.c | 112 @param[in] Width Specifies the width of the I/O operation.
113 @param[in] Offset The offset in ISA I/O space to start the I/O operation.
174 @param[in] Width Specifies the width of the I/O operation.
175 @param[in] Offset The offset in ISA I/O space to start the I/O operation.
236 @param[in] Offset The offset in ISA IO space to start the IO operation.
278 Writes I/O operation base address and count number to a 8 bit I/O Port.
354 // See if the Map() operation associated with this Unmap() required a mapping
365 // If this is a write operation from the Agent's point of view,
369 if (IsaMapInfo->Operation == EfiIsaIoOperationBusMasterWrite) {
422 @param[in] Width The width of the memory operation. [all...] |
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Isa/IsaIoDxe/ |
IsaIo.c | 88 @param[in] Width The width of the memory operation.
90 @param[in] Offset The offset in ISA memory space to start the memory operation.
512 @param[in] Width Specifies the width of the I/O operation.
513 @param[in] Offset The offset in ISA I/O space to start the I/O operation.
574 @param[in] Width Specifies the width of the I/O operation.
575 @param[in] Offset The offset in ISA I/O space to start the I/O operation.
636 @param[in] Offset The offset in ISA IO space to start the IO operation.
681 Writes I/O operation base address and count number to a 8 bit I/O Port.
757 // See if the Map() operation associated with this Unmap() required a mapping
768 // If this is a write operation from the Agent's point of view, [all...] |
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/PciBusDxe/ |
PciIo.c | 68 base address for the memory or I/O operation to perform.
69 @param Type Operation type could be memory or I/O.
185 base address for the memory operation to perform.
186 @param Offset The offset within the selected BAR to start the memory operation.
292 base address for the memory operation to perform.
293 @param Offset The offset within the selected BAR to start the memory operation.
394 base address for the memory or I/O operation to perform.
395 @param Offset The offset within the selected BAR to start the memory or I/O operation.
473 base address for the memory or I/O operation to perform.
474 @param Offset The offset within the selected BAR to start the memory or I/O operation. [all...] |
PciIo.h | 34 base address for the memory or I/O operation to perform.
35 @param Type Operation type could be memory or I/O.
82 base address for the memory operation to perform.
83 @param Offset The offset within the selected BAR to start the memory operation.
117 base address for the memory operation to perform.
118 @param Offset The offset within the selected BAR to start the memory operation.
151 base address for the memory or I/O operation to perform.
152 @param Offset The offset within the selected BAR to start the memory or I/O operation.
182 base address for the memory or I/O operation to perform.
183 @param Offset The offset within the selected BAR to start the memory or I/O operation. [all...] |
/device/linaro/bootloader/OpenPlatformPkg/Chips/TexasInstruments/Omap35xx/SmbusDxe/ |
Smbus.c | 228 IN CONST EFI_SMBUS_OPERATION Operation,
242 if ((Operation != EfiSmbusWriteBlock) && (Operation != EfiSmbusReadBlock)) {
249 if (Operation == EfiSmbusReadBlock) {
251 } else if (Operation == EfiSmbusWriteBlock) {
|
/device/linaro/bootloader/edk2/Omap35xxPkg/SmbusDxe/ |
Smbus.c | 228 IN CONST EFI_SMBUS_OPERATION Operation,
242 if ((Operation != EfiSmbusWriteBlock) && (Operation != EfiSmbusReadBlock)) {
249 if (Operation == EfiSmbusReadBlock) {
251 } else if (Operation == EfiSmbusWriteBlock) {
|
/packages/apps/Calendar/tests/src/com/android/calendar/ |
AsyncQueryServiceTest.java | 19 import com.android.calendar.AsyncQueryService.Operation; 111 work[index].op = Operation.EVENT_ARG_QUERY; 140 work[index].op = Operation.EVENT_ARG_INSERT; 166 work[index].op = Operation.EVENT_ARG_UPDATE; 194 work[index].op = Operation.EVENT_ARG_DELETE; 224 work[index].op = Operation.EVENT_ARG_BATCH; 289 Operation lastOne = aqs.getLastCancelableOperation(); 322 Operation lastOne = aqs.getLastCancelableOperation(); // delay = 3 352 Operation lastOne = aqs.getLastCancelableOperation(); // delay = 3 367 work.op = Operation.EVENT_ARG_DELETE [all...] |
/system/security/keystore/ |
operation.cpp | 18 #include "operation.h" 33 mMap[token] = Operation(handle, keyid, purpose, dev, std::move(characteristics), appToken); 149 OperationMap::Operation::Operation(uint64_t handle_, uint64_t keyid_, KeyPurpose purpose_, 155 OperationMap::Operation::Operation()
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Mtftp4Dxe/ |
Mtftp4Impl.c | 21 Clean up the MTFTP session to get ready for new operation.
25 the operation.
80 Instance->Operation = 0;
109 @retval EFI_ABORTED Abort the ReadFile operation and return.
344 Start the MTFTP session to do the operation, such as read file,
349 @param Operation The operation to do
353 @retval EFI_ALREADY_STARTED There is pending operation for the session.
354 @retval EFI_SUCCESS The operation is successfully started.
361 IN UINT16 Operation
[all...] |
/frameworks/base/tools/preload/ |
PrintHtmlDiff.java | 45 for (Operation op : proc.operations) { 107 for (Operation op : clazz.loads) procNames.add(op.process.name); 108 for (Operation op : clazz.initializations) {
|
Root.java | 65 Operation o = null; 94 Operation.Type.LOAD); 99 Operation.Type.INIT);
|
PrintCsv.java | 83 for (Operation op : loadedClass.loads) 85 for (Operation op : loadedClass.initializations)
|
WritePreloadedClassFile.java | 100 for (Operation operation : proc.operations) { 101 LoadedClass loadedClass = operation.loadedClass; 137 for (Operation operation : proc.operations) { 139 = Policy.isPreloadable(operation.loadedClass); 141 toPreload.add(operation.loadedClass);
|
/frameworks/native/services/audiomanager/ |
IPlayer.cpp | 95 const sp<VolumeShaper::Operation>& operation) { 108 status = operation.get() == nullptr 111 ?: operation->writeToParcel(&data); 113 ALOGW("applyVolumeShaper failed operation parceling: %d", status); 165 sp<VolumeShaper::Operation> operation; local 175 operation = new VolumeShaper::Operation(); 176 status = operation->readFromParcel(data) [all...] |
/external/llvm/lib/MC/ |
MCWin64EH.cpp | 27 switch (static_cast<Win64EH::UnwindOpcodes>(I.Operation)) { 63 b2 = (inst.Operation & 0x0F); 64 switch (static_cast<Win64EH::UnwindOpcodes>(inst.Operation)) { 99 if (inst.Operation == Win64EH::UOP_SaveXMM128) 108 if (inst.Operation == Win64EH::UOP_SaveXMM128Big) 185 assert(frameInst.Operation == Win64EH::UOP_SetFPReg);
|
/frameworks/base/media/jni/ |
android_media_VolumeShaper.h | 38 // VolumeShaper.Operation 70 lclazz = env->FindClass("android/media/VolumeShaper$Operation"); 179 static sp<VolumeShaper::Operation> convertJobjectToOperation( 181 VolumeShaper::Operation::Flag flags = 182 (VolumeShaper::Operation::Flag)env->GetIntField(joperation, fields.opFlagsId); 186 sp<VolumeShaper::Operation> operation = local 187 new VolumeShaper::Operation(flags, replaceId, xOffset); 188 return operation; 192 JNIEnv *env, const fields_t &fields, const sp<VolumeShaper::Operation> &operation) [all...] |
/frameworks/opt/bluetooth/src/android/bluetooth/client/map/ |
BluetoothMasRequest.java | 26 import javax.obex.Operation; 108 * we can abort operation 129 Operation op = null;
|
/packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/obex/ |
Request.java | 26 import javax.obex.Operation; 99 * we can abort operation 120 Operation op = null;
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Ppi/Smbus/ |
Smbus.h | 42 IN EFI_SMBUS_OPERATION Operation,
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Ppi/Smbus2/ |
Smbus2.h | 41 IN EFI_SMBUS_OPERATION Operation,
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Protocol/Smbus/ |
Smbus.h | 41 IN EFI_SMBUS_OPERATION Operation,
|