OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_includes
(Results
1 - 5
of
5
) sorted by null
/development/testrunner/
android_mk.py
41
self.
_includes
= Set() # variables included in makefile
55
self.
_includes
.add(m.group(1))
116
return identifier in self.
_includes
/ndk/sources/cxx-stl/llvm-libc++/
Android.mk
6
llvm_libc++
_includes
:= $(LOCAL_PATH)/libcxx/include
7
llvm_libc++_export_includes := $(llvm_libc++
_includes
)
79
llvm_libc++
_includes
+= $(libgabi++_c_includes)
85
LOCAL_C_INCLUDES := $(llvm_libc++
_includes
)
96
LOCAL_C_INCLUDES := $(llvm_libc++
_includes
)
/external/chromium_org/ppapi/generators/
idl_thunk.py
39
self.
_includes
= set()
48
self.
_includes
.add(include)
51
return self.
_includes
/external/gtest/test/
Android.mk
54
$(eval LOCAL_C_INCLUDES := $(libgtest_test$(4)
_includes
)) \
/bionic/libm/
Android.mk
241
LOCAL_C_INCLUDES += $(libm_common_includes) $(libm_$(TARGET_ARCH)
_includes
)
Completed in 5564 milliseconds