OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fud
(Results
1 - 3
of
3
) sorted by null
/external/chromium-trace/catapult/telemetry/telemetry/internal/util/
classes_unittest.py
24
def __init__(self, dog=1, cat=None, cow=None,
fud
='a'):
29
def __init__(self, x, dog=1, cat=None, fish=None,
fud
='a'):
/external/libvncserver/libvncserver/tightvnc-filetransfer/
handlefiletransferrequest.c
786
msg.
fud
.realSize = Swap16IfLE(msg.
fud
.realSize);
787
msg.
fud
.compressedSize = Swap16IfLE(msg.
fud
.compressedSize);
788
if((msg.
fud
.realSize == 0) && (msg.
fud
.compressedSize == 0)) {
804
pBuf = (char*) calloc(msg.
fud
.compressedSize, sizeof(char));
809
if((n = rfbReadExact(cl, pBuf, msg.
fud
.compressedSize)) <= 0) {
824
if(msg.
fud
.compressedLevel != 0) {
845
rtcp->rcft.rcfu.fSize = msg.
fud
.compressedSize
[
all
...]
rfbtightproto.h
385
rfbFileUploadDataMsg
fud
;
member in union:_rfbClientToServerTightMsg
Completed in 88 milliseconds