HomeSort by relevance Sort by last modified time
    Searched refs:makefile (Results 151 - 175 of 179) sorted by null

1 2 3 4 5 67 8

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_httplib.py 24 def makefile(self, mode, bufsize=None): member in class:FakeSocket
test_urllib.py 31 def makefile(self, *args, **kwds): member in class:FakeHTTPMixin.fakehttp.FakeSocket
    [all...]
test_socket.py     [all...]
test_xmlrpc.py 935 def makefile(self, x='r', y=-1): member in class:FakeSocket
    [all...]
test_ssl.py 312 # Issue #5238: creating a file-like object with makefile() shouldn't
319 f = ss.makefile()
    [all...]
  /external/libvpx/libvpx/build/make/
configure.sh     [all...]
  /libcore/
JavaLibrary.mk 1 # -*- mode: makefile -*-
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
imaplib.py 230 self.file = self.sock.makefile('rb')
    [all...]
urllib.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
imaplib.py 230 self.file = self.sock.makefile('rb')
    [all...]
urllib.py     [all...]
  /build/core/
main.mk 458 # with a subdirectory's makefile.
461 # defined by this makefile; this will install all of those
664 $(error $(ALL_MODULES.$(m).MAKEFILE): Module '$(m)' in PRODUCT_PACKAGES has nothing to install!)))
667 $(warning $(ALL_MODULES.$(m).MAKEFILE): Module '$(m)' in PRODUCT_PACKAGES_DEBUG has nothing to install!)))
670 $(warning $(ALL_MODULES.$(m).MAKEFILE): Module '$(m)' in PRODUCT_PACKAGES_ENG has nothing to install!)))
673 $(warning $(ALL_MODULES.$(m).MAKEFILE): Module '$(m)' in PRODUCT_PACKAGES_TESTS has nothing to install!)))
676 # build/core/Makefile contains extra stuff that we don't want to pollute this
677 # top-level makefile with. It expects that ALL_DEFAULT_INSTALLED_MODULES
681 include $(BUILD_SYSTEM)/Makefile
    [all...]
  /external/dropbear/libtommath/
bn.tex 95 LibTomMath is meant to be very ``GCC friendly'' as it comes with a makefile well suited for GCC. However, the library will
96 also build in MSVC, Borland C out of the box. For any other ISO C compiler a makefile will have to be made by the end
108 nmake -f makefile.msvc
117 make -f makefile.shared
124 There is limited support for making a ``DLL'' in windows via the ``makefile.cygwin\_dll'' makefile. It requires
    [all...]
  /external/mksh/src/
Build.sh 376 cm=makefile
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_socket.py     [all...]
test_xmlrpc.py 935 def makefile(self, x='r', y=-1): member in class:FakeSocket
    [all...]
test_ssl.py 312 # Issue #5238: creating a file-like object with makefile() shouldn't
319 f = ss.makefile()
    [all...]
  /external/chromium-trace/trace-viewer/examples/stream_server/
standalone.py 251 """A wrapper class for OpenSSL.SSL.Connection to provide makefile method
259 if name in ('_connection', 'makefile'):
264 if name in ('_connection', 'makefile'):
268 def makefile(self, mode='r', bufsize=-1): member in class:_StandaloneSSLConnection
425 object with _StandaloneSSLConnection to provide makefile method. We
426 cannot substitute OpenSSL.SSL.Connection.makefile since it's readonly
    [all...]
  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/
standalone.py 247 """A wrapper class for OpenSSL.SSL.Connection to provide makefile method
255 if name in ('_connection', 'makefile'):
260 if name in ('_connection', 'makefile'):
264 def makefile(self, mode='r', bufsize=-1): member in class:_StandaloneSSLConnection
421 object with _StandaloneSSLConnection to provide makefile method. We
422 cannot substitute OpenSSL.SSL.Connection.makefile since it's readonly
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/
standalone.py 284 - provide makefile method which is not supported by the class
292 _OVERRIDDEN_ATTRIBUTES = ['_connection', 'makefile', 'shutdown', 'recv']
307 def makefile(self, mode='r', bufsize=-1): member in class:_StandaloneSSLConnection
529 object with _StandaloneSSLConnection to provide makefile method. We
530 cannot substitute OpenSSL.SSL.Connection.makefile since it's readonly
    [all...]
  /external/chromium_org/third_party/icu/source/data/
makedata.mak 20 # Must be provided by whoever runs this makefile.
139 # (Tests are NOT run from this makefile,
528 ## Compare to: source\data\Makefile.in and source\test\testdata\Makefile.in
    [all...]
  /external/chromium_org/third_party/tlslite/tlslite/
TLSRecordLayer.py 296 If makefile() has been called on this connection, the connection
412 def makefile(self, mode='r', bufsize=-1): member in class:TLSRecordLayer
    [all...]
  /external/icu4c/data/
makedata.mak 20 # Must be provided by whoever runs this makefile.
139 # (Tests are NOT run from this makefile,
529 ## Compare to: source\data\Makefile.in and source\test\testdata\Makefile.in
    [all...]
  /prebuilts/devtools/tools/lib/
lint-api.jar 
  /external/bison/
maint.mk 1 # -*-Makefile-*-
2 # This Makefile fragment tries to be general-purpose enough to be
3 # used by many projects via the gnulib maintainer-makefile module.
849 case $$(echo all: | grep -l -f - Makefile) in Makefile);; *) \
    [all...]

Completed in 692 milliseconds

1 2 3 4 5 67 8