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

1 2 3 4 5

  /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-trace/trace-viewer/third_party/Paste/tests/
test_httpserver.py 12 def makefile(self, mode, bufsize): member in class:MockSocket
  /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/linux-tools-perf/src/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-trace/trace-viewer/third_party/Paste/paste/
httpserver.py 351 """ wraps a socket connection so it implements makefile """
354 def makefile(self, mode, bufsize): member in class:._ConnFixer
403 # ``makefile(mode, bufsize)`` method as expected by
    [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/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 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-api/22.5.3/
lint-api-22.5.3.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-api/22.7.0/
lint-api-22.7.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-api/22.7.1/
lint-api-22.7.1.jar 

Completed in 220 milliseconds

1 2 3 4 5