/external/walt/ios/WALT/ |
D | MIDIMessage.m | 66 [message appendBytes:&status length:1]; 71 [message appendBytes:&trailer length:1]; 83 [message appendBytes:&status length:1]; 84 [message appendBytes:&first length:1]; 98 [message appendBytes:&status length:1]; 99 [message appendBytes:&first length:1]; 100 [message appendBytes:&second length:1];
|
D | MIDIClient.m | 133 [data appendBytes:&packet->data[i] length:1]; 147 [client.sysExBuffer appendBytes:packet->data length:packet->length];
|
/external/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/RPC/ |
D | RawByteChannel.h | 34 virtual Error appendBytes(const char *Src, unsigned Size) = 0; 100 return C.appendBytes(reinterpret_cast<const char *>(&V), sizeof(T)); in serialize() 119 C.appendBytes(reinterpret_cast<const char *>(&Tmp), 1)) in serialize() 142 return C.appendBytes((const char *)S.data(), S.size()); in serialize()
|
D | FDRawByteChannel.h | 59 llvm::Error appendBytes(const char *Src, unsigned Size) override { in appendBytes() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/RPC/ |
D | RawByteChannel.h | 34 virtual Error appendBytes(const char *Src, unsigned Size) = 0; 100 return C.appendBytes(reinterpret_cast<const char *>(&V), sizeof(T)); in serialize() 119 C.appendBytes(reinterpret_cast<const char *>(&Tmp), 1)) in serialize() 142 return C.appendBytes((const char *)S.data(), S.size()); in serialize()
|
/external/tensorflow/tensorflow/lite/objc/tests/ |
D | TFLInterpreterTests.m | 145 [inputData appendBytes:&one length:sizeof(float)]; 146 [inputData appendBytes:&three length:sizeof(float)]; 236 [inputData appendBytes:&one length:sizeof(uint8_t)]; 237 [inputData appendBytes:&three length:sizeof(uint8_t)]; 330 [inputData appendBytes:&one length:sizeof(float)]; 331 [inputData appendBytes:&three length:(sizeof(float) - 1)]; 344 [data appendBytes:&one length:sizeof(float)]; 345 [data appendBytes:&three length:(sizeof(float) - 1)];
|
/external/llvm/include/llvm/ExecutionEngine/Orc/ |
D | RPCChannel.h | 39 virtual Error appendBytes(const char *Src, unsigned Size) = 0; 114 return C.appendBytes(reinterpret_cast<const char *>(&V), sizeof(T)); in serialize() 152 return C.appendBytes(reinterpret_cast<const char *>(&VN), 1); in serialize() 171 return C.appendBytes((const char *)S.bytes_begin(), S.size()); in serialize()
|
D | OrcRemoteTargetRPCAPI.h | 48 return C.appendBytes(DBW.getSrc(), DBW.getSize()); in serialize()
|
/external/tensorflow/tensorflow/lite/objc/apps/TestApp/TestApp/ |
D | ViewController.m | 208 [inputData appendBytes:&one length:sizeof(float)]; 209 [inputData appendBytes:&three length:sizeof(float)]; 278 [inputData appendBytes:&one length:sizeof(uint8_t)]; 279 [inputData appendBytes:&three length:sizeof(uint8_t)]; 368 [inputData appendBytes:&input1 length:sizeof(float)]; 369 [inputData appendBytes:&input2 length:sizeof(float)];
|
/external/antlr/runtime/ObjC/Framework/ |
D | ANTLRReaderStream.m | 99 [retData appendBytes:(const void *)buf length:numRead]; 136 [myData appendBytes:(const void *)buf length:len];
|
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter5/ |
D | RemoteJITUtils.h | 50 llvm::Error appendBytes(const char *Src, unsigned Size) override { in appendBytes() function
|
/external/llvm/tools/lli/ |
D | RemoteJITUtils.h | 50 llvm::Error appendBytes(const char *Src, unsigned Size) override { in appendBytes() function
|
/external/llvm/unittests/ExecutionEngine/Orc/ |
D | RPCUtilsTest.cpp | 50 Error appendBytes(const char *Src, unsigned Size) override { in appendBytes() function in QueueChannel
|
/external/llvm-project/llvm/unittests/ExecutionEngine/Orc/ |
D | QueueChannel.h | 128 Error appendBytes(const char *Src, unsigned Size) override { in appendBytes() function
|
/external/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/ |
D | OrcRPCTPCServer.h | 169 return C.appendBytes(W.Buffer.data(), Size); in serialize() 247 return C.appendBytes(reinterpret_cast<const char *>(Data.data()), in serialize()
|
/external/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
D | OrcRemoteTargetRPCAPI.h | 118 return C.appendBytes(DBW.getSrc(), DBW.getSize()); in serialize()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/ |
D | OrcRemoteTargetRPCAPI.h | 119 return C.appendBytes(DBW.getSrc(), DBW.getSize()); in serialize()
|
/external/protobuf/objectivec/Tests/ |
D | GPBCodedOuputStreamTests.m | 72 [values appendBytes:&u length:1]; 410 [expected appendBytes:&lengthByte length:1];
|
D | GPBCodedInputStreamTests.m | 54 [values appendBytes:&u length:1];
|
/external/grpc-grpc/src/objective-c/GRPCClient/private/ |
D | GRPCHost.m | 144 [nullTerminated appendBytes:"\0" length:1];
|
/external/llvm-project/lldb/test/API/functionalities/data-formatter/data-formatter-objc/ |
D | main.m | 535 [mutableData appendBytes:"MOREDATA" length:8];
|
/external/golang-protobuf/proto/ |
D | table_marshal.go | 793 return sizeBytes, appendBytes 2119 func appendBytes(b []byte, ptr pointer, wiretag uint64, _ bool) ([]byte, error) { func
|
/external/dokka/ |
D | package-list | 63 $dokka.location:kotlin.io$appendBytes(java.io.File, kotlin.ByteArray)kotlin.io/java.io.-file/appen…
|
/external/kotlinx.coroutines/site/ |
D | stdlib.package.list | 63 $dokka.location:kotlin.io$appendBytes(java.io.File, kotlin.ByteArray)kotlin.io/java.io.-file/appen…
|
/external/webrtc/examples/objc/AppRTCMobile/third_party/SocketRocket/ |
D | SRWebSocket.m | 1477 [_readBuffer appendBytes:buffer length:bytes_read];
|