/external/nanohttpd/websocket/src/main/java/fi/iki/elonen/ |
D | NanoWSD.java | 436 OpCode opCode = OpCode.find((byte) (head & 0x0F)); in read() local 460 private OpCode opCode; field in NanoWSD.WebSocketFrame 474 private WebSocketFrame(OpCode opCode, boolean fin) { in WebSocketFrame() 479 public WebSocketFrame(OpCode opCode, boolean fin, byte[] payload) { in WebSocketFrame() 483 public WebSocketFrame(OpCode opCode, boolean fin, byte[] payload, byte[] maskingKey) { in WebSocketFrame() 489 …public WebSocketFrame(OpCode opCode, boolean fin, String payload) throws CharacterCodingException { in WebSocketFrame() 493 …public WebSocketFrame(OpCode opCode, boolean fin, String payload, byte[] maskingKey) throws Charac… in WebSocketFrame() 499 … public WebSocketFrame(OpCode opCode, List<WebSocketFrame> fragments) throws WebSocketException { in WebSocketFrame()
|
/external/skia/tools/ |
D | remote_demo.cpp | 54 Op(OpCode opCode, SkFontID typefaceId, const SkScalerContextRec& rec) in Op() 58 const OpCode opCode; member in Op 138 Op* createOp(OpCode opCode, const SkTypefaceProxy& tf, in createOp()
|
/external/skqp/src/sksl/ |
D | SkSLSPIRVCodeGenerator.cpp | 179 void SPIRVCodeGenerator::writeOpCode(SpvOp_ opCode, int length, OutputStream& out) { in writeOpCode() 235 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, OutputStream& out) { in writeInstruction() 239 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, int32_t word1, OutputStream& out) { in writeInstruction() 261 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, StringFragment string, OutputStream& out) { in writeInstruction() 267 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, int32_t word1, StringFragment string, in writeInstruction() 274 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, in writeInstruction() 282 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, in writeInstruction() 289 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, in writeInstruction() 297 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, in writeInstruction() 306 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, in writeInstruction() [all …]
|
/external/skia/src/sksl/ |
D | SkSLSPIRVCodeGenerator.cpp | 179 void SPIRVCodeGenerator::writeOpCode(SpvOp_ opCode, int length, OutputStream& out) { in writeOpCode() 235 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, OutputStream& out) { in writeInstruction() 239 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, int32_t word1, OutputStream& out) { in writeInstruction() 261 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, StringFragment string, OutputStream& out) { in writeInstruction() 267 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, int32_t word1, StringFragment string, in writeInstruction() 274 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, in writeInstruction() 282 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, in writeInstruction() 289 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, in writeInstruction() 297 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, in writeInstruction() 306 void SPIRVCodeGenerator::writeInstruction(SpvOp_ opCode, int32_t word1, int32_t word2, in writeInstruction() [all …]
|
/external/iproute2/schema/ |
D | bridge_fdb_schema.json | 31 "opCode": { object
|
/external/llvm/lib/Target/Hexagon/MCTargetDesc/ |
D | HexagonMCDuplexInfo.cpp | 997 static bool isStoreInst(unsigned opCode) { in isStoreInst()
|
/external/python/cpython2/Mac/Modules/cg/ |
D | CFMLateImport.c | 292 UInt8 opCode; in UnpackPEFDataSection() local 890 UInt16 opCode; in RunRelocationEngine() local
|
/external/capstone/arch/PowerPC/ |
D | PPCInstPrinter.c | 746 const char *opCode; in printAliasInstrEx() local
|
/external/llvm/lib/Target/Hexagon/AsmParser/ |
D | HexagonAsmParser.cpp | 1460 MCInst makeCombineInst(int opCode, MCOperand &Rdd, in makeCombineInst()
|
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/ |
D | vktSpvAsmInstructionTests.cpp | 288 const char* opCode; member
|