HomeSort by relevance Sort by last modified time
    Searched refs:Include (Results 1 - 25 of 3404) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/skia/src/animator/
SkDisplayInclude.h 13 #include "SkDisplayable.h"
14 #include "SkMemberInfo.h"
17 DECLARE_MEMBER_INFO(Include);
  /cts/tools/utils/
buildCts.py 111 # Test plan to not include media streaming tests
123 plan.Include(r'android\.core\.tests.*')
129 plan.Include(r'android\.core\.tests\.libcore.\package.\harmony*')
133 plan.Include(r'android\.core\.vm-tests-tf')
137 plan.Include(r'android\.tests\.appsecurity')
142 plan.Include('android\.aadb')
143 plan.Include('android\.bluetooth')
144 plan.Include('android\.graphics.*')
145 plan.Include('android\.hardware')
146 plan.Include('android\.media'
    [all...]
  /external/chromium_org/tools/python/google/httpd_config/
httpd2_linux.conf 108 # Possible values include: debug, info, notice, warn, error, crit,
113 Include /etc/apache2/mods-enabled/*.load
114 Include /etc/apache2/mods-enabled/*.conf
141 # Set to "EMail" to also include a mailto: link to the ServerAdmin.
  /build/core/clang/
arm64.mk 11 # Include common unknown flags
mips.mk 7 # Include common unknown flags
mips64.mk 7 # Include common unknown flags
x86.mk 8 # Include common unknown flags
x86_64.mk 7 # Include common unknown flags
arm.mk 15 # Include common unknown flags
  /build/libs/host/
Android.mk 2 include $(CLEAR_VARS)
17 LOCAL_C_INCLUDES := $(LOCAL_PATH)/include
23 include $(BUILD_HOST_STATIC_LIBRARY)
25 # Include toolchain prebuilt modules if they exist.
26 -include $(TARGET_TOOLCHAIN_ROOT)/toolchain.mk
  /external/libvorbis/doc/
a2-encapsulation-rtp.tex 6 % TODO: Include draft-rtp.xml somehow?
  /cts/tests/tests/jni/
Android.mk 17 include $(CLEAR_VARS)
21 # Don't include this package in any target.
24 # Include both the 32 and 64 bit versions
38 include $(BUILD_CTS_PACKAGE)
40 # Include the associated library's makefile.
41 include $(LOCAL_PATH)/libjnitest/Android.mk
  /cts/tests/tests/nativeopengl/
Android.mk 17 include $(CLEAR_VARS)
21 # Don't include this package in any target.
27 # Include both the 32 and 64 bit versions
38 include $(BUILD_CTS_GTEST_PACKAGE)
40 # Include the associated library's makefile.
41 include $(LOCAL_PATH)/libnativeopengltests/Android.mk
  /cts/tests/tests/opengl/
Android.mk 17 include $(CLEAR_VARS)
21 # Don't include this package in any target.
24 # Include both the 32 and 64 bit versions
38 include $(BUILD_CTS_PACKAGE)
40 # Include the associated library's makefile.
41 include $(LOCAL_PATH)/libopengltest/Android.mk
  /development/samples/ApiDemos/tests/
Android.mk 2 include $(CLEAR_VARS)
9 # Include all test java files.
12 # Notice that we don't have to include the src files of ApiDemos because, by
22 include $(BUILD_PACKAGE)
  /external/chromium_org/third_party/jinja2/
meta.py 65 >>> ast = env.parse('{% extends "layout.html" %}{% include helper %}')
73 nodes.Include)):
96 elif isinstance(node, nodes.Include) and \
  /external/chromium_org/third_party/libvpx/source/libvpx/build/make/
gen_msvs_vcxproj.sh 39 -Ipath/to/include Additional include directories
91 Include="$f"
106 Include="$f"
116 Include="$f"
119 Include="$f"
126 Include="$f"
291 Include="$config|$plat"
  /external/libvpx/libvpx/build/make/
gen_msvs_vcxproj.sh 39 -Ipath/to/include Additional include directories
165 Include=".\\$f"
180 Include=".\\$f"
190 Include=".\\$f"
193 Include="$f"
200 Include=".\\$f"
354 Include="$config|$plat"
  /cts/suite/cts/deviceTests/dram/
Android.mk 16 include $(CLEAR_VARS)
18 # don't include this package in any target
21 # Include both the 32 and 64 bit versions
34 include $(BUILD_CTS_PACKAGE)
36 include $(call all-makefiles-under,$(LOCAL_PATH))
  /cts/suite/cts/deviceTests/opengl/
Android.mk 16 include $(CLEAR_VARS)
18 # don't include this package in any target
21 # Include both the 32 and 64 bit versions
34 include $(BUILD_CTS_PACKAGE)
36 include $(call all-makefiles-under,$(LOCAL_PATH))
  /cts/suite/cts/deviceTests/simplecpu/
Android.mk 16 include $(CLEAR_VARS)
18 # don't include this package in any target
21 # Include both the 32 and 64 bit versions
34 include $(BUILD_CTS_PACKAGE)
36 include $(call all-makefiles-under,$(LOCAL_PATH))
  /cts/tests/core/
ctscore.mk 19 # don't include these packages in any target
28 # Include both the 32 and 64 bit versions of libjavacoretests,
32 include $(BUILD_PACKAGE)
  /cts/tests/signature-tests/
Android.mk 17 include $(CLEAR_VARS)
19 # Include all test java files.
26 include $(BUILD_HOST_JAVA_LIBRARY)
  /cts/tests/tests/drm/
Android.mk 17 include $(CLEAR_VARS)
19 # Include both the 32 and 64 bit versions of libs
39 include $(BUILD_CTS_PACKAGE)
41 include $(call all-makefiles-under,$(LOCAL_PATH))
  /cts/tests/tests/mediastress/
Android.mk 16 include $(CLEAR_VARS)
18 # don't include this package in any target
23 # Include both the 32 and 64 bit versions
36 include $(BUILD_CTS_PACKAGE)
38 include $(call all-makefiles-under,$(LOCAL_PATH))

Completed in 570 milliseconds

1 2 3 4 5 6 7 8 91011>>