HomeSort by relevance Sort by last modified time
    Searched refs:Include (Results 76 - 100 of 141) sorted by null

1 2 34 5 6

  /libcore/
NativeCode.mk 29 # Include a submakefile, resolve its source file locations,
35 # $(1): directory containing the makefile to include
36 define include-core-native-dir
38 include $(LOCAL_PATH)/$(1)/sub.mk
40 $$(error $(LOCAL_PATH)/$(1)/sub.mk should not include CLEAR_VARS \
54 include $(CLEAR_VARS)
58 # Include the sub.mk files.
61 $(eval $(call include-core-native-dir,$(dir))))
65 core_c_includes := $(sort libcore/include $(LOCAL_C_INCLUDES) $(JNI_H_INCLUDE))
77 include $(CLEAR_VARS
    [all...]
  /cts/tools/utils/cts/
tools.py 118 Include() select from the packages given here.
126 If this is the first call to Exclude() or Include(), all packages are selected before applying
133 self.Include('.*')
139 def Include(self, pattern):
140 """Include all packages matching the given regular expressions in the plan.
143 pattern: A regular expression selecting the package names to include.
157 Requires Include() or Exclude() to be called prior to calling this method.
  /frameworks/base/core/tests/coretests/
Android.mk 6 # We have to include the subdir makefiles first
8 include $(call all-makefiles-under,$(ACTUAL_LOCAL_PATH))
12 include $(CLEAR_VARS)
17 # Include all test java files.
31 # intermediate dir to include all the test apks as raw resource
35 include $(BUILD_PACKAGE)
  /frameworks/base/packages/WAPPushManager/tests/
Android.mk 16 include $(CLEAR_VARS)
23 # Include all test java files.
29 # Notice that we don't have to include the src files of Email because, by
37 include $(BUILD_PACKAGE)
  /frameworks/base/services/input/
Android.mk 17 include $(CLEAR_VARS)
41 external/skia/include/core
47 include $(BUILD_SHARED_LIBRARY)
50 # Include subdirectory makefiles
56 include $(call first-makefiles-under,$(LOCAL_PATH))
  /frameworks/ex/carousel/
Android.mk 20 include $(CLEAR_VARS)
27 include $(BUILD_STATIC_JAVA_LIBRARY)
29 # Include this library in the build server's output directory
  /frameworks/ex/common/
Android.mk 20 include $(CLEAR_VARS)
26 include $(BUILD_STATIC_JAVA_LIBRARY)
28 # Include this library in the build server's output directory
34 include $(call all-makefiles-under, $(LOCAL_PATH))
  /frameworks/support/v13/
Android.mk 21 include $(CLEAR_VARS)
25 include $(BUILD_STATIC_JAVA_LIBRARY)
28 include $(CLEAR_VARS)
32 include $(BUILD_STATIC_JAVA_LIBRARY)
36 include $(CLEAR_VARS)
43 include $(BUILD_STATIC_JAVA_LIBRARY)
45 # Include this library in the build server's output directory
  /frameworks/support/v7/
Android.mk 22 include $(CLEAR_VARS)
25 include $(BUILD_STATIC_JAVA_LIBRARY)
30 include $(CLEAR_VARS)
37 include $(BUILD_STATIC_JAVA_LIBRARY)
39 # Include this library in the build server's output directory
  /packages/apps/CellBroadcastReceiver/tests/
Android.mk 16 include $(CLEAR_VARS)
23 # Include all test java files.
26 # Notice that we don't have to include the src files of Email because, by
37 include $(BUILD_PACKAGE)
  /packages/inputmethods/LatinIME/java/
Android.mk 16 include $(CLEAR_VARS)
38 # Include all the resources regardless of system supported locales
45 include $(BUILD_PACKAGE)
  /external/stlport/stlport/stl/config/
_evc.h 49 #include <stl/config/_msvc.h>
157 * the same name also exists in the STLport include folder. The idea behind
186 # define _STLP_NATIVE_INCLUDE_PATH ../Include
  /hardware/invensense/mlsdk/platform/include/
mpu3050.h 20 #error Do not include this file directly. Include mpu.h instead.
27 #include <linux/types.h>
  /ndk/sources/cxx-stl/stlport/stlport/stl/config/
_evc.h 49 #include <stl/config/_msvc.h>
157 * the same name also exists in the STLport include folder. The idea behind
186 # define _STLP_NATIVE_INCLUDE_PATH ../Include
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/config/
_evc.h 49 #include <stl/config/_msvc.h>
157 * the same name also exists in the STLport include folder. The idea behind
186 # define _STLP_NATIVE_INCLUDE_PATH ../Include
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/config/
_evc.h 49 #include <stl/config/_msvc.h>
157 * the same name also exists in the STLport include folder. The idea behind
186 # define _STLP_NATIVE_INCLUDE_PATH ../Include
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/stl/config/
_evc.h 49 #include <stl/config/_msvc.h>
157 * the same name also exists in the STLport include folder. The idea behind
186 # define _STLP_NATIVE_INCLUDE_PATH ../Include
  /external/compiler-rt/make/
subdir.mk 19 # Include child makefile fragments
44 include $(1)/Makefile.mk
67 include make/subdir.mk
  /frameworks/base/libs/androidfw/
Android.mk 47 include $(CLEAR_VARS)
58 include $(BUILD_HOST_STATIC_LIBRARY)
64 include $(CLEAR_VARS)
82 external/skia/include/core \
90 include $(BUILD_SHARED_LIBRARY)
94 include $(CLEAR_VARS)
96 external/skia/include/core \
103 include $(BUILD_STATIC_LIBRARY)
107 # Include subdirectory makefiles
113 include $(call first-makefiles-under,$(LOCAL_PATH)
    [all...]
  /frameworks/compile/libbcc/runtime/make/
subdir.mk 19 # Include child makefile fragments
43 include $(1)/Makefile.mk
66 include make/subdir.mk
  /frameworks/native/libs/utils/
Android.mk 68 include $(CLEAR_VARS)
79 include $(BUILD_HOST_STATIC_LIBRARY)
84 include $(CLEAR_VARS)
95 include $(BUILD_HOST_STATIC_LIBRARY)
100 include $(CLEAR_VARS)
127 include $(BUILD_SHARED_LIBRARY)
129 # Include subdirectory makefiles
135 include $(call first-makefiles-under,$(LOCAL_PATH))
  /gdk/build/core/
add-toolchain.mk 34 # Include the config file
35 include $(_config_mk)
  /ndk/build/core/
add-toolchain.mk 34 # Include the config file
35 include $(_config_mk)
  /packages/apps/Email/
Android.mk 20 include $(CLEAR_VARS)
21 # Include res dir from chips
50 include $(BUILD_PACKAGE)
52 # only include rules to build other stuff for the original package, not the derived package.
55 include $(call all-makefiles-under,$(LOCAL_PATH))
  /frameworks/support/v4/
Android.mk 21 include $(CLEAR_VARS)
25 include $(BUILD_STATIC_JAVA_LIBRARY)
30 include $(CLEAR_VARS)
34 include $(BUILD_STATIC_JAVA_LIBRARY)
39 include $(CLEAR_VARS)
43 include $(BUILD_STATIC_JAVA_LIBRARY)
48 include $(CLEAR_VARS)
52 include $(BUILD_STATIC_JAVA_LIBRARY)
57 include $(CLEAR_VARS)
61 include $(BUILD_STATIC_JAVA_LIBRARY
    [all...]

Completed in 1394 milliseconds

1 2 34 5 6