Home
last modified time | relevance | path

Searched refs:con (Results 1 – 7 of 7) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_httpservers.py182 self.con = httplib.HTTPConnection('localhost', self.PORT)
183 self.con.connect()
186 self.con.request('GET', '/')
187 res = self.con.getresponse()
191 self.con._http_vsn_str = 'HTTP/1.1\n'
192 self.con.putrequest('GET', '/')
193 self.con.endheaders()
194 res = self.con.getresponse()
198 self.con._http_vsn_str = 'FUBAR'
199 self.con.putrequest('GET', '/')
[all …]
/device/generic/goldfish-opengl/system/OpenglSystemCommon/
DHostConnection.cpp67 HostConnection *con = new HostConnection(); in getWithThreadInfo() local
68 if (NULL == con) { in getWithThreadInfo()
76 delete con; in getWithThreadInfo()
82 delete con; in getWithThreadInfo()
85 con->m_stream = stream; in getWithThreadInfo()
86 con->m_pipeFd = stream->getSocket(); in getWithThreadInfo()
93 delete con; in getWithThreadInfo()
100 delete con; in getWithThreadInfo()
103 con->m_stream = stream; in getWithThreadInfo()
108 (unsigned int *)con->m_stream->allocBuffer(sizeof(unsigned int)); in getWithThreadInfo()
[all …]
/device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
Dfparseln.c113 char esc, con, nl, com; in fparseln() local
129 con = str[1]; in fparseln()
164 if (s && con) { /* Check and eliminate continuations */ in fparseln()
167 if (*cp == con && !isescaped(ptr, cp, esc)) { in fparseln()
204 if (cp[1] == con) in fparseln()
208 if (cp[1] != com && cp[1] != con && cp[1] != esc) in fparseln()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/
Dconnection.h134 int pysqlite_check_connection(pysqlite_Connection* con);
Dconnection.c395 int pysqlite_check_connection(pysqlite_Connection* con) in pysqlite_check_connection() argument
397 if (!con->initialized) { in pysqlite_check_connection()
402 if (!con->db) { in pysqlite_check_connection()
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
Dantlr1.txt21 available to handle non-LL(k) and even non-LALR(k) con-
165 Turn on the computation and hoisting of predicate con-
169 Turn off the computation and hoisting of predicate con-
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/
Dhistory.txt109 information. All PCCTS tools currently in the public domain will con-