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

1 2

  /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...]
  /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/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...]
  /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)))
364 # MAKEFILE -> The Android.mk where the module is defined.
419 modules-LOCALS += MAKEFILE
496 $(call __ndk_info,But this module was already defined by $(__ndk_modules.$1.MAKEFILE).)
    [all...]
  /prebuilts/devtools/tools/lib/
lint-api.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-api/22.2.0/
lint-api-22.2.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-api/22.4.0/
lint-api-22.4.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-api/22.4.2/
lint-api-22.4.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-api/22.5.0/
lint-api-22.5.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-api/22.5.1/
lint-api-22.5.1.jar 

Completed in 991 milliseconds

1 2