/external/libunwind/android/ |
conf_arm.sh | 12 includes=( 61 eval ./configure CC=\"${arm_cc} ${includes[@]}\" \ 62 CPP=\"${arm_cc} ${includes[@]} -E\" \ 63 CXX=\"${arm_cpp} ${includes[@]}\" \ 64 CXXCPP=\"${arm_cpp} ${includes[@]} -E\" \
|
conf_mips.sh | 12 includes=( 58 eval ./configure CC=\"${cc} ${includes[@]}\" \ 59 CPP=\"${cc} ${includes[@]} -E\" \ 60 CXX=\"${cpp} ${includes[@]}\" \ 61 CXXCPP=\"${cpp} ${includes[@]} -E\" \
|
conf_x86.sh | 12 includes=( 58 eval ./configure CC=\"${cc} ${includes[@]}\" \ 59 CPP=\"${cc} ${includes[@]} -E\" \ 60 CXX=\"${cpp} ${includes[@]}\" \ 61 CXXCPP=\"${cpp} ${includes[@]} -E\" \
|
/frameworks/native/opengl/tests/angeles/ |
Android.mk | 8 LOCAL_C_INCLUDES += $(call include-path-for, opengl-tests-includes)
|
/frameworks/native/opengl/tests/fillrate/ |
Android.mk | 17 LOCAL_C_INCLUDES += $(call include-path-for, opengl-tests-includes)
|
/frameworks/native/opengl/tests/filter/ |
Android.mk | 17 LOCAL_C_INCLUDES += $(call include-path-for, opengl-tests-includes)
|
/frameworks/native/opengl/tests/finish/ |
Android.mk | 17 LOCAL_C_INCLUDES += $(call include-path-for, opengl-tests-includes)
|
/frameworks/native/opengl/tests/gl2_basic/ |
Android.mk | 17 LOCAL_C_INCLUDES += $(call include-path-for, opengl-tests-includes)
|
/frameworks/native/opengl/tests/gl2_copyTexImage/ |
Android.mk | 17 LOCAL_C_INCLUDES += $(call include-path-for, opengl-tests-includes)
|
/frameworks/native/opengl/tests/gl2_yuvtex/ |
Android.mk | 18 LOCAL_C_INCLUDES += $(call include-path-for, opengl-tests-includes)
|
/frameworks/native/opengl/tests/gl_basic/ |
Android.mk | 17 LOCAL_C_INCLUDES += $(call include-path-for, opengl-tests-includes)
|
/frameworks/native/opengl/tests/gl_perf/ |
Android.mk | 19 LOCAL_C_INCLUDES += $(call include-path-for, opengl-tests-includes)
|
/frameworks/native/opengl/tests/gl_yuvtex/ |
Android.mk | 17 LOCAL_C_INCLUDES += $(call include-path-for, opengl-tests-includes)
|
/frameworks/native/opengl/tests/linetex/ |
Android.mk | 17 LOCAL_C_INCLUDES += $(call include-path-for, opengl-tests-includes)
|
/frameworks/native/opengl/tests/swapinterval/ |
Android.mk | 17 LOCAL_C_INCLUDES += $(call include-path-for, opengl-tests-includes)
|
/frameworks/native/opengl/tests/textures/ |
Android.mk | 17 LOCAL_C_INCLUDES += $(call include-path-for, opengl-tests-includes)
|
/frameworks/native/opengl/tests/tritex/ |
Android.mk | 17 LOCAL_C_INCLUDES += $(call include-path-for, opengl-tests-includes)
|
/hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/Device/Platforms/Generic/ |
Android.mk | 3 # Generic TrustZone device includes
|
/hardware/samsung_slsi/exynos5/mobicore/daemon/Kernel/Platforms/Generic/ |
Android.mk | 3 # Generic TrustZone device includes
|
/external/libusb-compat/ |
libusb-config.in | 56 includes="-I$includedir" 77 echo $includes
|
/external/chromium_org/third_party/protobuf/ |
protobuf_lite_java_parse_pom.py | 13 It parses the pom.xml file, and looks for all the includes specified in the 14 'lite' profile. It does not return and test includes. 36 include_path = '{0}configuration/{0}includes/{0}include'.format(namespace) 38 # Parse XML file and store result in includes list. 39 includes = [] 48 includes.append(include.text) 51 print '\n'.join(includes)
|
/system/core/libziparchive/ |
Android.mk | 23 includes := external/zlib macro 32 LOCAL_C_INCLUDES += ${includes} 40 LOCAL_C_INCLUDES += ${includes}
|
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/ |
genmodule.c | 55 STAILQ_HEAD(includehead, include) includes = 56 STAILQ_HEAD_INITIALIZER(includes); 78 STAILQ_INSERT_TAIL(&includes, inc, link); 82 while (!STAILQ_EMPTY(&includes)) { 83 inc = STAILQ_FIRST(&includes); 84 STAILQ_REMOVE_HEAD(&includes, link); 127 STAILQ_INSERT_TAIL(&includes, inc, link);
|
/system/extras/memtrack/ |
Android.mk | 20 includes := \ macro 32 LOCAL_C_INCLUDES += $(includes) 48 LOCAL_C_INCLUDES += $(includes)
|
/external/chromium_org/third_party/WebKit/Source/bindings/scripts/ |
v8_callback_interface.py | 37 from v8_globals import includes namespace 74 includes.clear() 75 includes.update(CALLBACK_INTERFACE_CPP_INCLUDES)
|