Home
last modified time | relevance | path

Searched defs:direct (Results 1 – 23 of 23) sorted by relevance

/external/grub/stage2/
Ddir.h77 struct direct struct
87 * the directory entry. This requires the amount of space in struct direct argument
Dufs2.h173 struct direct { struct
174 grub_u_int32_t d_ino; /* inode number of entry */
175 grub_u_int16_t d_reclen; /* length of this record */
176 grub_u_int8_t d_type; /* file type, see below */
177 grub_u_int8_t d_namlen; /* length of string in d_name */
178 char d_name[MAXNAMLEN + 1];/* name with length <= MAXNAMLEN */
/external/chromium/net/spdy/
Dspdy_http_utils.cc81 bool direct) { in CreateSpdyHeadersFromHttpRequest()
Dspdy_http_stream.cc27 bool direct) in SpdyHttpStream()
Dspdy_test_util.cc403 bool direct) { in ConstructSpdyGet()
/external/dropbear/
Dtcpfwd.h43 enum {direct, forwarded} tcp_type; enumerator
/external/quake/quake/src/WinQuake/
Dvid.h52 pixel_t *direct; // direct drawing to framebuffer, if not member
/external/quake/quake/src/QW/client/
Dvid.h52 pixel_t *direct; // direct drawing to framebuffer, if not member
/external/chromium/net/http/
Dhttp_stream_factory_impl.cc168 bool direct, in OnSpdySessionReady()
Dhttp_stream_factory_impl_request.cc231 bool direct) { in OnSpdySessionReady()
Dhttp_stream_factory_impl_job.cc740 bool direct = true; in DoCreateStream() local
/external/zlib/src/
Dgzguts.h159 int direct; /* 0 if processing gzip, 1 if transparent */ member
/external/webkit/Source/JavaScriptCore/jit/
DJITPropertyAccess.cpp295 unsigned direct = currentInstruction[8].u.operand; in emit_op_put_by_id() local
510 unsigned direct = currentInstruction[8].u.operand; in emitSlow_op_put_by_id() local
574 …Structure, size_t cachedOffset, StructureChain* chain, ReturnAddressPtr returnAddress, bool direct) in privateCompilePutByIdTransition()
669 …* stubInfo, Structure* structure, size_t cachedOffset, ReturnAddressPtr returnAddress, bool direct) in patchPutByIdReplace()
DJITPropertyAccess32_64.cpp525 int direct = currentInstruction[8].u.operand; in emitSlow_op_put_by_id() local
589 …Structure, size_t cachedOffset, StructureChain* chain, ReturnAddressPtr returnAddress, bool direct) in privateCompilePutByIdTransition()
692 …* stubInfo, Structure* structure, size_t cachedOffset, ReturnAddressPtr returnAddress, bool direct) in patchPutByIdReplace()
DJIT.h214 …Structure, size_t cachedOffset, StructureChain* chain, ReturnAddressPtr returnAddress, bool direct) in compilePutByIdTransition()
DJITStubs.cpp806 …nAddress, JSValue baseValue, const PutPropertySlot& slot, StructureStubInfo* stubInfo, bool direct) in tryCachePutByID()
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
DCompositeGrammar.java222 List<Grammar> direct = getDirectDelegates(g); in getIndirectDelegates() local
/external/webkit/Source/JavaScriptCore/dfg/
DDFGByteCodeParser.cpp846 bool direct = currentInstruction[8].u.operand; in parseBlock() local
/external/libxslt/libxslt/
Dpattern.c107 int direct; member
/external/webkit/Source/JavaScriptCore/interpreter/
DInterpreter.cpp3025 int direct = vPC[8].u.operand; in privateExecute() local
3067 int direct = vPC[8].u.operand; in privateExecute() local
3144 int direct = vPC[8].u.operand; in privateExecute() local
/external/doclava/src/com/google/doclava/
DClassInfo.java940 TreeMap<String, ClassInfo> direct = new TreeMap<String, ClassInfo>(); in makeHDF() local
/external/opencv/cvaux/src/
Dcvepilines.cpp497 CvPoint3D64d* direct) in icvGetDirectionForPoint()
2028 void icvGetNormalDirect(CvVect64d direct,CvPoint2D64d point,CvVect64d normDirect) in icvGetNormalDirect()
/external/openssh/
Dchannels.c1373 int direct; in port_open_helper() local