HomeSort by relevance Sort by last modified time
    Searched refs:makefile (Results 226 - 247 of 247) sorted by null

1 2 3 4 5 6 7 8 910

  /external/python/cpython3/Lib/test/
test_httplib.py 61 def makefile(self, mode, bufsize=None): member in class:FakeSocket
    [all...]
test_socket.py     [all...]
test_urllib.py 66 def makefile(self, *args, **kwds): member in class:fakehttp.FakeSocket
    [all...]
test_httpservers.py 793 request.makefile.return_value = BytesIO()
    [all...]
test_ssl.py     [all...]
  /external/u-boot/
Makefile 130 # Cancel implicit rules on top Makefile
131 $(CURDIR)/Makefile Makefile: ;
144 $(filter-out _all sub-make $(CURDIR)/Makefile, $(MAKECMDGOALS)) _all: sub-make
149 -f $(CURDIR)/Makefile $(filter-out _all sub-make,$(MAKECMDGOALS))
152 skip-makefile := 1
156 # We process the rest of the Makefile if this is the final invocation of make
157 ifeq ($(skip-makefile),)
418 # outputmakefile generates a Makefile in the output directory, if using a
429 # catch them early, and hand them over to scripts/kconfig/Makefile
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_xmlrpc.py 926 def makefile(self, x='r', y=-1): member in class:FakeSocket
    [all...]
test_ssl.py 272 # Issue #5238: creating a file-like object with makefile() shouldn't
279 f = ss.makefile()
    [all...]
  /external/icu/icu4c/source/data/
makedata.mak 26 # Must be provided by whoever runs this makefile.
157 # (Tests are NOT run from this makefile,
624 ## Compare to: source\data\Makefile.in and source\test\testdata\Makefile.in
    [all...]
  /external/python/cpython2/Lib/test/
test_httplib.py 37 def makefile(self, mode, bufsize=None): member in class:FakeSocket
    [all...]
test_xmlrpc.py 1037 def makefile(self, x='r', y=-1): member in class:FakeSocket
    [all...]
test_ssl.py     [all...]
  /external/python/cpython3/Lib/http/
client.py 234 self.fp = sock.makefile("rb")
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
urllib.py     [all...]
  /external/python/cpython2/Lib/
urllib.py     [all...]
  /build/soong/androidmk/cmd/androidmk/
android.go 429 // This is needed for some of makefile variables (e.g., LOCAL_RESOURCE_DIR).
  /external/python/cpython3/Lib/urllib/
request.py     [all...]
  /build/make/core/
definitions.mk 146 ## Retrieve the directory of the current makefile
147 ## Must be called before including any other makefile!!
155 $(error my-dir must be called before including any other makefile.) \
185 ## Must be called before including any other makefile!!
195 ## Must be called before including any other makefile!!
    [all...]
  /external/e2fsprogs/
configure     [all...]
  /external/iperf3/
configure     [all...]
  /external/python/cpython2/Lib/pydoc_data/
topics.py     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/pydoc_data/
topics.py 13 'bltin-file-objects': u'\nFile Objects\n************\n\nFile objects are implemented using C\'s ``stdio`` package and can be\ncreated with the built-in ``open()`` function. File objects are also\nreturned by some other built-in functions and methods, such as\n``os.popen()`` and ``os.fdopen()`` and the ``makefile()`` method of\nsocket objects. Temporary files can be created using the ``tempfile``\nmodule, and (…)
    [all...]

Completed in 934 milliseconds

1 2 3 4 5 6 7 8 910