HomeSort by relevance Sort by last modified time
    Searched defs:makefile (Results 1 - 6 of 6) 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 304 If makefile() has been called on this connection, the connection
449 def makefile(self, mode='r', bufsize=-1): member in class:TLSRecordLayer
    [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/linux-tools-perf/perf-3.12.0/tools/lib/traceevent/
Makefile 64 BUILD_SRC=$(CURDIR) -f $(CURDIR)/Makefile $1
81 skip-makefile := 1
86 # We process the rest of the Makefile if this is the final invocation of make
87 ifeq ($(skip-makefile),)
302 endif # skip-makefile
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/
standalone.py 315 - provide makefile method which is not supported by the class
323 _OVERRIDDEN_ATTRIBUTES = ['_connection', 'makefile', 'shutdown', 'recv']
338 def makefile(self, mode='r', bufsize=-1): member in class:_StandaloneSSLConnection
560 object with _StandaloneSSLConnection to provide makefile method. We
561 cannot substitute OpenSSL.SSL.Connection.makefile since it's readonly
    [all...]

Completed in 469 milliseconds