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

1 23 4 5

  /libcore/ojluni/src/main/java/sun/nio/ch/
UnixAsynchronousSocketChannelImpl.java 49 private static enum OpType { CONNECT, READ, WRITE };
254 if (task.getContext() == OpType.CONNECT)
256 if (task.getContext() == OpType.READ)
258 if (task.getContext() == OpType.WRITE)
356 result = new PendingFuture<Void,A>(this, OpType.CONNECT);
544 result = new PendingFuture<V,A>(this, OpType.READ);
727 result = new PendingFuture<V,A>(this, OpType.WRITE);
  /packages/apps/DocumentsUI/src/com/android/documentsui/services/
Job.java 54 import com.android.documentsui.services.FileOperationService.OpType;
93 final @OpType int operationType;
124 @OpType int opType, DocumentStack stack, UrisSupplier srcs, Features features) {
126 assert(opType != OPERATION_UNKNOWN);
131 this.operationType = opType;
FileOperationService.java 78 public @interface OpType {}
285 private ExecutorService getExecutorService(@OpType int operationType) {
  /packages/apps/DocumentsUI/tests/unit/com/android/documentsui/services/
FileOperationServiceTest.java 40 import com.android.documentsui.services.FileOperationService.OpType;
383 private final @OpType int mOpType;
388 @OpType int opType, UrisSupplier srcs, DocumentStack destination) {
389 super(opType, srcs, destination);
390 mOpType = opType;
  /external/llvm/include/llvm/CodeGen/
StackMaps.h 163 typedef enum { DirectMemRefOp, IndirectMemRefOp, ConstantOp } OpType;
  /external/skia/debugger/
SkDebugger.cpp 83 overview->append(SkDrawCommand::GetCommandString((SkDrawCommand::OpType) i));
  /external/skqp/debugger/
SkDebugger.cpp 83 overview->append(SkDrawCommand::GetCommandString((SkDrawCommand::OpType) i));
  /packages/apps/DocumentsUI/src/com/android/documentsui/ui/
OperationProgressDialog.java 29 import com.android.documentsui.services.FileOperationService.OpType;
  /external/swiftshader/third_party/subzero/unittest/AssemblerX8664/
LowLevel.cpp 157 #define TestRegReg(Inst, Dst, Src, OpType, ByteCountUntyped, ...) \
160 "(" #Inst ", " #Dst ", " #Src ", " #OpType ", " #ByteCountUntyped \
163 __ Inst(IceType_##OpType, Encoded_GPR_##Dst(), Encoded_GPR_##Src()); \
170 #define TestRegImm(Inst, Dst, Imm, OpType, ByteCountUntyped, ...) \
173 "(" #Inst ", " #Dst ", " #Imm ", " #OpType ", " #ByteCountUntyped \
176 __ Inst(IceType_##OpType, Encoded_GPR_##Dst(), Immediate(Imm)); \
183 #define TestRegAbsoluteAddr(Inst, Dst, Disp, OpType, ByteCountUntyped, ...) \
186 "(" #Inst ", " #Dst ", " #Disp ", " #OpType ", " #ByteCountUntyped \
189 __ Inst(IceType_##OpType, Encoded_GPR_##Dst(), Address::Absolute(Disp)); \
196 #define TestRegAddrBase(Inst, Dst, Base, Disp, OpType, ByteCountUntyped, ...)
    [all...]
  /external/llvm/lib/Target/AMDGPU/
SIRegisterInfo.cpp 894 bool SIRegisterInfo::opCanUseLiteralConstant(unsigned OpType) const {
895 return OpType == AMDGPU::OPERAND_REG_IMM32;
898 bool SIRegisterInfo::opCanUseInlineConstant(unsigned OpType) const {
899 if (opCanUseLiteralConstant(OpType))
902 return OpType == AMDGPU::OPERAND_REG_INLINE_C;
    [all...]
  /external/skia/tools/debugger/
SkDrawCommand.h 27 enum OpType {
71 SkDrawCommand(OpType opType);
110 OpType getType() const { return fOpType; }
122 static const char* GetCommandString(OpType type);
149 OpType fOpType;
  /external/skqp/tools/debugger/
SkDrawCommand.h 27 enum OpType {
71 SkDrawCommand(OpType opType);
110 OpType getType() const { return fOpType; }
122 static const char* GetCommandString(OpType type);
149 OpType fOpType;
  /toolchain/binutils/binutils-2.27/gas/config/
xtensa-relax.c 517 extern bfd_boolean xg_has_userdef_op_fn (OpType);
518 extern long xg_apply_userdef_op_fn (OpType, long);
712 OpType typ,
771 xg_has_userdef_op_fn (OpType op)
789 xg_apply_userdef_op_fn (OpType op, long a)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
StackMaps.h 223 typedef enum { DirectMemRefOp, IndirectMemRefOp, ConstantOp } OpType;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/CodeGen/
StackMaps.h 229 using OpType = enum { DirectMemRefOp, IndirectMemRefOp, ConstantOp };
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/CodeGen/
StackMaps.h 229 using OpType = enum { DirectMemRefOp, IndirectMemRefOp, ConstantOp };
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/CodeGen/
StackMaps.h 229 using OpType = enum { DirectMemRefOp, IndirectMemRefOp, ConstantOp };
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/CodeGen/
StackMaps.h 229 using OpType = enum { DirectMemRefOp, IndirectMemRefOp, ConstantOp };
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/CodeGen/
StackMaps.h 229 using OpType = enum { DirectMemRefOp, IndirectMemRefOp, ConstantOp };
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/CodeGen/
StackMaps.h 229 using OpType = enum { DirectMemRefOp, IndirectMemRefOp, ConstantOp };
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
StackMaps.h 223 typedef enum { DirectMemRefOp, IndirectMemRefOp, ConstantOp } OpType;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/CodeGen/
StackMaps.h 229 using OpType = enum { DirectMemRefOp, IndirectMemRefOp, ConstantOp };
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/CodeGen/
StackMaps.h 229 using OpType = enum { DirectMemRefOp, IndirectMemRefOp, ConstantOp };
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/CodeGen/
StackMaps.h 229 using OpType = enum { DirectMemRefOp, IndirectMemRefOp, ConstantOp };
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/CodeGen/
StackMaps.h 229 using OpType = enum { DirectMemRefOp, IndirectMemRefOp, ConstantOp };

Completed in 746 milliseconds

1 23 4 5