Searched defs:direct (Results 1 - 22 of 22) sorted by relevance

/external/dropbear/
H A Dtcpfwd.h31 /* For a direct-tcpip request, it's the addr/port we want the other
43 enum {direct, forwarded} tcp_type; enumerator in enum:TCPListener::__anon5131
/external/chromium/net/spdy/
H A Dspdy_http_utils.cc81 bool direct) {
105 if (direct)
78 CreateSpdyHeadersFromHttpRequest(const HttpRequestInfo& info, const HttpRequestHeaders& request_headers, spdy::SpdyHeaderBlock* headers, bool direct) argument
H A Dspdy_http_stream.cc27 bool direct)
38 direct_(direct) { }
26 SpdyHttpStream(SpdySession* spdy_session, bool direct) argument
H A Dspdy_test_util.cc403 bool direct) {
408 (direct ? "/" : "http://www.google.com/"),
398 ConstructSpdyGet(const char* const extra_headers[], int extra_header_count, bool compressed, int stream_id, RequestPriority request_priority, bool direct) argument
/external/quake/quake/src/QW/client/
H A Dvid.h52 pixel_t *direct; // direct drawing to framebuffer, if not member in struct:__anon12015
/external/quake/quake/src/WinQuake/
H A Dvid.h52 pixel_t *direct; // direct drawing to framebuffer, if not member in struct:__anon12462
/external/grub/stage2/
H A Ddir.h56 * a struct direct at the front of it, containing its inode number,
77 struct direct struct
87 * the directory entry. This requires the amount of space in struct direct
93 ((sizeof (struct direct) - (MAXNAMLEN+1)) + (((dp)->d_namlen+1 + 3) &~ 3))
98 * Should use struct direct's, but the name field
141 extern struct direct *readdir ();
H A Dufs2.h173 struct direct { struct
/external/chromium/net/http/
H A Dhttp_stream_factory_impl.cc168 bool direct,
190 bool use_relative_url = direct || request->url().SchemeIs("https");
166 OnSpdySessionReady( scoped_refptr<SpdySession> spdy_session, bool direct, const SSLConfig& used_ssl_config, const ProxyInfo& used_proxy_info, bool was_npn_negotiated, bool using_spdy, const NetLog::Source& source) argument
H A Dhttp_stream_factory_impl_request.cc231 bool direct) {
257 bool use_relative_url = direct || url().SchemeIs("https");
264 spdy_session, direct, used_ssl_config, used_proxy_info,
228 OnSpdySessionReady( Job* job, scoped_refptr<SpdySession> spdy_session, bool direct) argument
H A Dhttp_stream_factory_impl_job.cc481 // No proxies/direct to choose from. This happens when we don't support
740 bool direct = true; local
746 // We have a SPDY session to the origin server. This might be a direct
750 // If we don't have a direct SPDY session, and we're using an HTTPS
757 direct = false;
776 spdy_session_direct_ = direct;
788 bool use_relative_url = direct || request_info_.url.SchemeIs("https");
/external/zlib/src/
H A Dgzguts.h159 int direct; /* 0 if processing gzip, 1 if transparent */ member in struct:__anon16704
/external/libxslt/libxslt/
H A Dpattern.c107 int direct; member in struct:_xsltCompMatch
165 cur->direct = 0;
449 * detect consecutive XSLT_OP_PREDICATE indicating a direct
456 comp->direct = 1;
515 * Test whether the node matches the pattern, do a direct evalutation
856 * direct computation approach. It's not done directly
860 if (comp->direct) {
/external/webkit/Source/JavaScriptCore/jit/
H A DJIT.h214 static void compilePutByIdTransition(JSGlobalData* globalData, CodeBlock* codeBlock, StructureStubInfo* stubInfo, Structure* oldStructure, Structure* newStructure, size_t cachedOffset, StructureChain* chain, ReturnAddressPtr returnAddress, bool direct) argument
217 jit.privateCompilePutByIdTransition(stubInfo, oldStructure, newStructure, cachedOffset, chain, returnAddress, direct);
237 static void patchPutByIdReplace(CodeBlock* codeblock, StructureStubInfo*, Structure*, size_t cachedOffset, ReturnAddressPtr returnAddress, bool direct);
272 void privateCompilePutByIdTransition(StructureStubInfo*, Structure*, Structure*, size_t cachedOffset, StructureChain*, ReturnAddressPtr returnAddress, bool direct);
H A DJITPropertyAccess.cpp295 unsigned direct = currentInstruction[8].u.operand; local
299 JITStubCall stubCall(this, direct ? cti_op_put_by_id_direct_generic, cti_op_put_by_id_generic);
510 unsigned direct = currentInstruction[8].u.operand; local
517 JITStubCall stubCall(this, direct ? cti_op_put_by_id_direct : cti_op_put_by_id);
574 void JIT::privateCompilePutByIdTransition(StructureStubInfo* stubInfo, Structure* oldStructure, Structure* newStructure, size_t cachedOffset, StructureChain* chain, ReturnAddressPtr returnAddress, bool direct) argument
583 if (!direct) {
623 patchBuffer.link(failureCall, FunctionPtr(direct ? cti_op_put_by_id_direct_fail : cti_op_put_by_id_fail));
669 void JIT::patchPutByIdReplace(CodeBlock* codeBlock, StructureStubInfo* stubInfo, Structure* structure, size_t cachedOffset, ReturnAddressPtr returnAddress, bool direct) argument
675 repatchBuffer.relinkCallerToFunction(returnAddress, FunctionPtr(direct ? cti_op_put_by_id_direct_generic : cti_op_put_by_id_generic));
H A DJITPropertyAccess32_64.cpp525 int direct = currentInstruction[8].u.operand; local
530 JITStubCall stubCall(this, direct ? cti_op_put_by_id_direct : cti_op_put_by_id);
589 void JIT::privateCompilePutByIdTransition(StructureStubInfo* stubInfo, Structure* oldStructure, Structure* newStructure, size_t cachedOffset, StructureChain* chain, ReturnAddressPtr returnAddress, bool direct) argument
598 if (!direct) {
646 patchBuffer.link(failureCall, FunctionPtr(direct ? cti_op_put_by_id_direct_fail : cti_op_put_by_id_fail));
692 void JIT::patchPutByIdReplace(CodeBlock* codeBlock, StructureStubInfo* stubInfo, Structure* structure, size_t cachedOffset, ReturnAddressPtr returnAddress, bool direct) argument
698 repatchBuffer.relinkCallerToFunction(returnAddress, FunctionPtr(direct ? cti_op_put_by_id_direct_generic : cti_op_put_by_id_generic));
H A DJITStubs.cpp806 NEVER_INLINE void JITThunks::tryCachePutByID(CallFrame* callFrame, CodeBlock* codeBlock, ReturnAddressPtr returnAddress, JSValue baseValue, const PutPropertySlot& slot, StructureStubInfo* stubInfo, bool direct) argument
815 ctiPatchCallByReturnAddress(codeBlock, returnAddress, FunctionPtr(direct ? cti_op_put_by_id_direct_generic : cti_op_put_by_id_generic));
823 ctiPatchCallByReturnAddress(codeBlock, returnAddress, FunctionPtr(direct ? cti_op_put_by_id_direct_generic : cti_op_put_by_id_generic));
829 ctiPatchCallByReturnAddress(codeBlock, returnAddress, FunctionPtr(direct ? cti_op_put_by_id_direct_generic : cti_op_put_by_id_generic));
838 ctiPatchCallByReturnAddress(codeBlock, returnAddress, FunctionPtr(direct ? cti_op_put_by_id_direct_generic : cti_op_put_by_id_generic));
847 JIT::compilePutByIdTransition(callFrame->scopeChain()->globalData, codeBlock, stubInfo, structure->previousID(), structure, slot.cachedOffset(), prototypeChain, returnAddress, direct);
853 JIT::patchPutByIdReplace(codeBlock, stubInfo, structure, slot.cachedOffset(), returnAddress, direct);
/external/opencv/cvaux/src/
H A Dcvepilines.cpp32 // In no event shall the Intel Corporation or contributors be liable for any direct,
497 CvPoint3D64d* direct)
517 (double*)direct);
2027 /* Get normal direct to direct in line */
2028 void icvGetNormalDirect(CvVect64d direct,CvPoint2D64d point,CvVect64d normDirect) argument
2030 normDirect[0] = direct[1];
2031 normDirect[1] = - direct[0];
495 icvGetDirectionForPoint( CvPoint2D64d point, CvMatr64d camMatr, CvPoint3D64d* direct) argument
/external/openssh/
H A Dchannels.c1262 port_open_helper(c, "direct-tcpip");
1306 port_open_helper(c, "direct-tcpip");
1373 int direct; local
1385 direct = (strcmp(rtype, "direct-tcpip") == 0);
1402 if (direct) {
1468 rtype = "direct-tcpip";
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.mortbay.jetty.server_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...

Completed in 736 milliseconds