HomeSort by relevance Sort by last modified time
    Searched defs:makefile (Results 1 - 19 of 19) sorted by null

  /development/ide/emacs/
android-compile.el 44 "\\(^\\(\\sw\\|[/_]\\)+\\(Makefile\\|\\.mk\\):[0-9]+:.*warning\\)\\|\\(^/bin/bash\\)"
49 (defun android-makefile-exists-p (directory)
50 "Return t if an Android makefile exists in DIRECTORY."
53 (file-exists-p (concat directory "Makefile"))))
55 (defun android-find-makefile (topdir)
56 "Ascend the current path until an Android makefile is found.
58 the file is named Makefile.
61 MAKEFILE_PATH is the relative path of the makefile wrt TOPDIR.
62 Signal an error if no Makefile was found."
70 (not (android-makefile-exists-p default-directory))
    [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...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
socket.py 212 def makefile(self, mode='r', bufsize=-1): member in class:_socketobject
213 """makefile([mode[, bufsize]]) -> file object
ssl.py 363 def makefile(self, mode='r', bufsize=-1): member in class:SSLSocket
tarfile.py 2195 def makefile(self, tarinfo, targetpath): member in class:TarFile
    [all...]
  /prebuilts/python/darwin-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_xmlrpc.py 935 def makefile(self, x='r', y=-1): member in class:FakeSocket
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
socket.py 212 def makefile(self, mode='r', bufsize=-1): member in class:_socketobject
213 """makefile([mode[, bufsize]]) -> file object
ssl.py 363 def makefile(self, mode='r', bufsize=-1): member in class:SSLSocket
tarfile.py 2195 def makefile(self, tarinfo, targetpath): member in class:TarFile
    [all...]
  /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_xmlrpc.py 935 def makefile(self, x='r', y=-1): member in class:FakeSocket
    [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...]
  /ndk/build/core/
definitions.mk 27 # Macro : this-makefile
28 # Returns : the name of the current Makefile in the inclusion stack
29 # Usage : $(this-makefile)
31 this-makefile = $(lastword $(MAKEFILE_LIST))
34 # Macro : local-makefile
36 # Usage : $(local-makefile)
38 local-makefile = $(lastword $(filter %Android.mk,$(MAKEFILE_LIST)))
361 # MAKEFILE -> The Android.mk where the module is defined.
406 modules-LOCALS += MAKEFILE
483 $(call __ndk_info,But this module was already defined by $(__ndk_modules.$1.MAKEFILE).)
    [all...]
  /prebuilts/devtools/tools/lib/
lint-api.jar 

Completed in 5798 milliseconds