HomeSort by relevance Sort by last modified time
    Searched refs:OpType (Results 26 - 50 of 103) sorted by null

12 3 4 5

  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/MC/
MCDwarf.h 335 enum OpType {
354 OpType Operation;
363 MCCFIInstruction(OpType Op, MCSymbol *L, unsigned R, int O, StringRef V)
369 MCCFIInstruction(OpType Op, MCSymbol *L, unsigned R1, unsigned R2)
469 OpType getOperation() const { return Operation; }
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCDwarf.h 335 enum OpType {
354 OpType Operation;
363 MCCFIInstruction(OpType Op, MCSymbol *L, unsigned R, int O, StringRef V)
369 MCCFIInstruction(OpType Op, MCSymbol *L, unsigned R1, unsigned R2)
469 OpType getOperation() const { return Operation; }
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/MC/
MCDwarf.h 335 enum OpType {
354 OpType Operation;
363 MCCFIInstruction(OpType Op, MCSymbol *L, unsigned R, int O, StringRef V)
369 MCCFIInstruction(OpType Op, MCSymbol *L, unsigned R1, unsigned R2)
469 OpType getOperation() const { return Operation; }
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/MC/
MCDwarf.h 335 enum OpType {
354 OpType Operation;
363 MCCFIInstruction(OpType Op, MCSymbol *L, unsigned R, int O, StringRef V)
369 MCCFIInstruction(OpType Op, MCSymbol *L, unsigned R1, unsigned R2)
469 OpType getOperation() const { return Operation; }
  /packages/apps/DocumentsUI/src/com/android/documentsui/
Metrics.java 43 import com.android.documentsui.services.FileOperationService.OpType;
509 @OpType int operationType,
530 Context context, @OpType int operationType, @FileOpMode int approach) {
571 public static void logFileOperationErrors(Context context, @OpType int operationType,
655 public static void logFileOperationCancelled(Context context, @OpType int operationType) {
672 @OpType int operationType) {
684 Context context, String authority, @OpType int operationType) {
    [all...]
DragAndDropManager.java 38 import com.android.documentsui.services.FileOperationService.OpType;
333 final @OpType int opType = calculateOpType(mClipData, destRoot);
334 switch (opType) {
343 throw new IllegalStateException("Unknown opType: " + opType);
384 final @OpType int opType = calculateOpType(clipData, destRoot);
389 dropOnRootDocument(clipData, localState, destRoot, doc, opType, callback);
400 @OpType int opType
    [all...]
  /external/swiftshader/third_party/subzero/unittest/AssemblerX8632/
LowLevel.cpp 110 #define TestRegReg(Inst, Dst, Src, OpType, ByteCountUntyped, ...) \
113 "(" #Inst ", " #Dst ", " #Src ", " #OpType ", " #ByteCountUntyped \
116 __ Inst(IceType_##OpType, GPRRegister::Encoded_Reg_##Dst, \
124 #define TestRegImm(Inst, Dst, Imm, OpType, ByteCountUntyped, ...) \
127 "(" #Inst ", " #Dst ", " #Imm ", " #OpType ", " #ByteCountUntyped \
130 __ Inst(IceType_##OpType, GPRRegister::Encoded_Reg_##Dst, Immediate(Imm)); \
137 #define TestRegAbsoluteAddr(Inst, Dst, Disp, OpType, ByteCountUntyped, ...) \
140 "(" #Inst ", " #Dst ", " #Disp ", " #OpType ", " #ByteCountUntyped \
143 __ Inst(IceType_##OpType, GPRRegister::Encoded_Reg_##Dst, \
151 #define TestRegAddrBase(Inst, Dst, Base, Disp, OpType, ByteCountUntyped, ...)
    [all...]
  /external/llvm/lib/Target/AMDGPU/
SIRegisterInfo.h 148 bool opCanUseLiteralConstant(unsigned OpType) const;
153 bool opCanUseInlineConstant(unsigned OpType) const;
  /packages/apps/DocumentsUI/src/com/android/documentsui/base/
State.java 26 import com.android.documentsui.services.FileOperationService.OpType;
99 public @OpType int copyOperationSubType = FileOperationService.OPERATION_UNKNOWN;
  /packages/apps/DocumentsUI/src/com/android/documentsui/ui/
MessageBuilder.java 29 import com.android.documentsui.services.FileOperationService.OpType;
83 @DialogType int dialogType, @OpType int operationType, List<DocumentInfo> docs,
DialogController.java 32 import com.android.documentsui.services.FileOperationService.OpType;
44 void showFileOperationStatus(int status, int opType, int docCount);
111 public void showFileOperationStatus(@Status int status, @OpType int opType,
127 if (shouldShowProgressDialogForOperation(opType)) {
133 switch (opType) {
150 throw new UnsupportedOperationException("Unsupported Operation: " + opType);
154 private boolean shouldShowProgressDialogForOperation(@OpType int opType) {
156 if (opType == FileOperationService.OPERATION_DELETE)
    [all...]
  /system/update_engine/scripts/update_payload/
common.py 36 class OpType(object):
190 return '%s(%s)' % (op_name, OpType.NAMES.get(op.type, '?'))
block_tracer.py 82 if op.type != common.OpType.MOVE:
  /external/llvm/lib/Target/AMDGPU/MCTargetDesc/
SIMCCodeEmitter.cpp 80 unsigned OpType = Desc.OpInfo[OpNo].OperandType;
82 return OpType == AMDGPU::OPERAND_REG_IMM32 ||
83 OpType == AMDGPU::OPERAND_REG_INLINE_C;
  /packages/apps/DocumentsUI/src/com/android/documentsui/picker/
PickFragment.java 42 import com.android.documentsui.services.FileOperationService.OpType;
74 private @OpType int mCopyOperationSubType = OPERATION_UNKNOWN;
138 int action, @OpType int copyOperationSubType, DocumentInfo pickTarget) {
  /packages/apps/DocumentsUI/tests/unit/com/android/documentsui/services/
AbstractCopyJobTest.java 26 import com.android.documentsui.services.FileOperationService.OpType;
33 private final @OpType int mOpType;
35 AbstractCopyJobTest(@OpType int opType) {
36 mOpType = opType;
  /external/llvm/include/llvm/MC/
MCDwarf.h 327 enum OpType {
346 OpType Operation;
355 MCCFIInstruction(OpType Op, MCSymbol *L, unsigned R, int O, StringRef V)
361 MCCFIInstruction(OpType Op, MCSymbol *L, unsigned R1, unsigned R2)
461 OpType getOperation() const { return Operation; }
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/MC/
MCDwarf.h 335 enum OpType {
354 OpType Operation;
363 MCCFIInstruction(OpType Op, MCSymbol *L, unsigned R, int O, StringRef V)
369 MCCFIInstruction(OpType Op, MCSymbol *L, unsigned R1, unsigned R2)
469 OpType getOperation() const { return Operation; }
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/MC/
MCDwarf.h 335 enum OpType {
354 OpType Operation;
363 MCCFIInstruction(OpType Op, MCSymbol *L, unsigned R, int O, StringRef V)
369 MCCFIInstruction(OpType Op, MCSymbol *L, unsigned R1, unsigned R2)
469 OpType getOperation() const { return Operation; }
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/MC/
MCDwarf.h 335 enum OpType {
354 OpType Operation;
363 MCCFIInstruction(OpType Op, MCSymbol *L, unsigned R, int O, StringRef V)
369 MCCFIInstruction(OpType Op, MCSymbol *L, unsigned R1, unsigned R2)
469 OpType getOperation() const { return Operation; }
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/MC/
MCDwarf.h 335 enum OpType {
354 OpType Operation;
363 MCCFIInstruction(OpType Op, MCSymbol *L, unsigned R, int O, StringRef V)
369 MCCFIInstruction(OpType Op, MCSymbol *L, unsigned R1, unsigned R2)
469 OpType getOperation() const { return Operation; }
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/MC/
MCDwarf.h 335 enum OpType {
354 OpType Operation;
363 MCCFIInstruction(OpType Op, MCSymbol *L, unsigned R, int O, StringRef V)
369 MCCFIInstruction(OpType Op, MCSymbol *L, unsigned R1, unsigned R2)
469 OpType getOperation() const { return Operation; }
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/MC/
MCDwarf.h 335 enum OpType {
354 OpType Operation;
363 MCCFIInstruction(OpType Op, MCSymbol *L, unsigned R, int O, StringRef V)
369 MCCFIInstruction(OpType Op, MCSymbol *L, unsigned R1, unsigned R2)
469 OpType getOperation() const { return Operation; }
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/MC/
MCDwarf.h 335 enum OpType {
354 OpType Operation;
363 MCCFIInstruction(OpType Op, MCSymbol *L, unsigned R, int O, StringRef V)
369 MCCFIInstruction(OpType Op, MCSymbol *L, unsigned R1, unsigned R2)
469 OpType getOperation() const { return Operation; }
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/MC/
MCDwarf.h 335 enum OpType {
354 OpType Operation;
363 MCCFIInstruction(OpType Op, MCSymbol *L, unsigned R, int O, StringRef V)
369 MCCFIInstruction(OpType Op, MCSymbol *L, unsigned R1, unsigned R2)
469 OpType getOperation() const { return Operation; }

Completed in 732 milliseconds

12 3 4 5