Home
last modified time | relevance | path

Searched refs:include (Results 1 - 25 of 1720) sorted by relevance

12345678910>>...69

/third_party/ffmpeg/tests/
H A DMakefile138 include $(SRC_PATH)/$(APITESTSDIR)/Makefile
140 include $(SRC_PATH)/tests/fate/acodec.mak
141 include $(SRC_PATH)/tests/fate/vcodec.mak
143 include $(SRC_PATH)/tests/fate/lavf-audio.mak
144 include $(SRC_PATH)/tests/fate/lavf-container.mak
145 include $(SRC_PATH)/tests/fate/lavf-image.mak
146 include $(SRC_PATH)/tests/fate/lavf-image2pipe.mak
147 include $(SRC_PATH)/tests/fate/lavf-video.mak
149 include $(SRC_PATH)/tests/fate/seek.mak
151 include
[all...]
/third_party/rust/crates/cxx/gen/src/
H A Dbuiltin.rs49 let include = &mut out.include;
54 include.array = true;
55 include.cstdint = true;
56 include.string = true;
60 include.array = true;
61 include.cstdint = true;
62 include.string = true;
67 include.algorithm = true;
68 include
[all...]
H A Dinclude.rs6 pub static HEADER: &str = include_str!("include/cxx.h");
8 /// A header to #include.
11 /// they simply go into the generated C++ code as #include lines.
17 /// Whether to emit `#include "path"` or `#include <path>`.
51 pub fn insert(&mut self, include: impl Into<Include>) { in insert()
52 self.custom.push(include.into()); in insert()
64 let include = &mut out.include;
65 let cxx_header = include
[all...]
/third_party/rust/crates/cxx/gen/cmd/src/gen/
H A Dbuiltin.rs49 let include = &mut out.include;
54 include.array = true;
55 include.cstdint = true;
56 include.string = true;
60 include.array = true;
61 include.cstdint = true;
62 include.string = true;
67 include.algorithm = true;
68 include
[all...]
H A Dinclude.rs6 pub static HEADER: &str = include_str!("include/cxx.h");
8 /// A header to #include.
11 /// they simply go into the generated C++ code as #include lines.
17 /// Whether to emit `#include "path"` or `#include <path>`.
51 pub fn insert(&mut self, include: impl Into<Include>) { in insert()
52 self.custom.push(include.into()); in insert()
64 let include = &mut out.include;
65 let cxx_header = include
[all...]
/third_party/rust/crates/cxx/gen/build/src/gen/
H A Dbuiltin.rs49 let include = &mut out.include;
54 include.array = true;
55 include.cstdint = true;
56 include.string = true;
60 include.array = true;
61 include.cstdint = true;
62 include.string = true;
67 include.algorithm = true;
68 include
[all...]
H A Dinclude.rs6 pub static HEADER: &str = include_str!("include/cxx.h");
8 /// A header to #include.
11 /// they simply go into the generated C++ code as #include lines.
17 /// Whether to emit `#include "path"` or `#include <path>`.
51 pub fn insert(&mut self, include: impl Into<Include>) { in insert()
52 self.custom.push(include.into()); in insert()
64 let include = &mut out.include;
65 let cxx_header = include
[all...]
/third_party/rust/crates/cxx/gen/lib/src/gen/
H A Dbuiltin.rs49 let include = &mut out.include;
54 include.array = true;
55 include.cstdint = true;
56 include.string = true;
60 include.array = true;
61 include.cstdint = true;
62 include.string = true;
67 include.algorithm = true;
68 include
[all...]
H A Dinclude.rs6 pub static HEADER: &str = include_str!("include/cxx.h");
8 /// A header to #include.
11 /// they simply go into the generated C++ code as #include lines.
17 /// Whether to emit `#include "path"` or `#include <path>`.
51 pub fn insert(&mut self, include: impl Into<Include>) { in insert()
52 self.custom.push(include.into()); in insert()
64 let include = &mut out.include;
65 let cxx_header = include
[all...]
/third_party/vk-gl-cts/external/openglcts/scripts/
H A Dbuild_mustpass.py27 from mustpass import Project, Package, Mustpass, Configuration, include, exclude, genMustpassLists namespace
115 filters = [include("gles2-master.txt")]),
124 filters = [include("gles3-master.txt")]),
133 filters = [include("gles3-master.txt"), include("gles3-rotation.txt")]),
140 filters = [include("gles3-master.txt"), include("gles3-rotation.txt")]),
147 filters = [include("gles3-master.txt"), include("gles3-rotation.txt")]),
154 filters = [include("gles
[all...]
/third_party/vk-gl-cts/scripts/
H A Dbuild_android_mustpass.py26 from mustpass import Project, Package, Mustpass, Configuration, include, exclude, genMustpassLists, parseBuildConfigFromCmdLineArgs namespace
58 MAIN_EGL_COMMON_FILTERS = [include("egl-master.txt"),
71 filters = [include("egl-master-2020-03-01.txt")],
78 filters = [include("egl-master-2022-03-01.txt")],
85 filters = [include("egl-master-2023-03-01.txt")],
100 filters = [include("egl-temp-excluded.txt")],
105 include("gles2-master.txt"),
116 filters = [include("gles2-master-2020-03-01.txt")],
123 filters = [include("gles2-master-2021-03-01.txt")],
130 filters = [include("gles
[all...]
/third_party/ltp/
H A DMakefile14 include $(top_srcdir)/include/mk/env_pre.mk
15 include $(top_srcdir)/include/mk/automake.mk
16 include $(top_srcdir)/include/mk/gitignore.mk
22 vpath %.default $(top_srcdir)/include
23 vpath %.h $(top_srcdir)/include:$(top_builddir)/include
24 vpath %.in $(top_srcdir)/include
[all...]
/third_party/libdrm/
H A DAndroid.mk34 include $(CLEAR_VARS)
37 include $(LOCAL_PATH)/Makefile.sources
40 include $(CLEAR_VARS)
46 $(LOCAL_PATH)/include/drm \
50 $(LOCAL_PATH)/include/drm
52 include $(LIBDRM_COMMON_MK)
53 include $(BUILD_STATIC_LIBRARY)
56 include $(CLEAR_VARS)
62 $(LOCAL_PATH)/include/drm \
69 $(LOCAL_PATH)/include/dr
[all...]
/third_party/skia/third_party/externals/libwebp/examples/
H A DAndroid.mk6 include $(CLEAR_VARS)
16 include $(BUILD_STATIC_LIBRARY)
21 include $(CLEAR_VARS)
33 include $(BUILD_EXECUTABLE)
38 include $(CLEAR_VARS)
47 include $(BUILD_EXECUTABLE)
52 include $(CLEAR_VARS)
62 include $(BUILD_EXECUTABLE)
67 include $(CLEAR_VARS)
78 include
[all...]
/third_party/libwebsockets/test-apps/android/app/src/main/jni/
H A DAndroid.mk6 include $(CLEAR_VARS)
9 include $(PREBUILT_STATIC_LIBRARY)
13 include $(CLEAR_VARS)
16 include $(PREBUILT_STATIC_LIBRARY)
20 include $(CLEAR_VARS)
23 include $(PREBUILT_STATIC_LIBRARY)
27 include $(CLEAR_VARS)
30 include $(PREBUILT_STATIC_LIBRARY)
34 include $(CLEAR_VARS)
38 LOCAL_C_INCLUDES := $(LOCAL_PATH) $(TARGET_ARCH_ABI)/include
[all...]
/third_party/mbedtls/tests/
H A DMakefile2 include ../scripts/common.make
7 # Also include library headers, for the sake of invasive tests.
87 #generated_psa_test_data: ../include/psa/crypto_config.h
88 generated_psa_test_data: ../include/psa/crypto_values.h
89 generated_psa_test_data: ../include/psa/crypto_extra.h
115 TEST_OBJS_DEPS = $(wildcard include/test/*.h include/test/*/*.h)
119 # therefore the wildcard enumeration above doesn't include it.
120 TEST_OBJS_DEPS += include/test/instrument_record_status.h
173 rm -f include/tes
[all...]
/third_party/ltp/include/mk/
H A Denv_pre.mk2 # Make pre-include environment Makefile.
43 include $(top_srcdir)/include/mk/functions.mk
81 ifneq ("$(wildcard $(abs_top_builddir)/include/mk/config.mk)","")
82 include $(abs_top_builddir)/include/mk/config.mk
84 ifneq ("$(wildcard $(abs_top_builddir)/include/mk/features.mk)","")
85 include $(abs_top_builddir)/include/mk/features.mk
91 include
[all...]
/third_party/selinux/libselinux/src/
H A Dexception.sh21 # in which "#include <selinux/selinux.h>" appears in other files.
23 ../include/selinux/selinux.h
24 ../include/selinux/avc.h
25 ../include/selinux/context.h
26 ../include/selinux/get_context_list.h
27 ../include/selinux/get_default_type.h
28 ../include/selinux/label.h
29 ../include/selinux/restorecon.h
31 if ! cat "${FILE_LIST[@]}" | ${CC:-gcc} -x c -c -I../include -o temp.o - -aux-info temp.aux
34 cat "${FILE_LIST[@]}" | gcc -x c -c -I../include
[all...]
/third_party/ltp/testcases/commands/insmod/
H A DMakefile12 include $(top_srcdir)/include/mk/testcases.mk
18 include $(top_srcdir)/include/mk/env_pre.mk
22 include $(top_srcdir)/include/mk/module.mk
23 include $(top_srcdir)/include/mk/generic_leaf_target.mk
/third_party/ltp/testcases/commands/lsmod/
H A DMakefile13 include $(top_srcdir)/include/mk/testcases.mk
19 include $(top_srcdir)/include/mk/env_pre.mk
23 include $(top_srcdir)/include/mk/module.mk
24 include $(top_srcdir)/include/mk/generic_leaf_target.mk
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A DMakefile42 export INCDIR ?= /usr/local/include/
51 CFLAGS += -I$(abspath ../os_dep/include)
52 CFLAGS += -I$(abspath ../../../../drivers/framework/include)
53 CFLAGS += -I$(abspath ../../../../drivers/framework/include/utils)
54 CFLAGS += -I$(abspath ../../../../drivers/framework/utils/include)
55 CFLAGS += -I$(abspath ../../../../drivers/framework/include/osal)
56 CFLAGS += -I$(abspath ../../../../drivers/framework/ability/sbuf/include)
57 CFLAGS += -I$(abspath ../../../../drivers/framework/core/shared/include)
58 CFLAGS += -I$(abspath ../../../../drivers/framework/include/core)
59 CFLAGS += -I$(abspath ../../../../drivers/framework/core/adapter/syscall/include)
[all...]
/third_party/ltp/testcases/realtime/
H A DMakefile31 include $(top_srcdir)/include/mk/env_pre.mk
34 # NOTE (garrcoop): this criterium should be in-sync with include/mk/env_pre.mk
37 include $(abs_srcdir)/config.mk
39 include $(top_srcdir)/include/mk/gitignore.mk
58 $(RM) -f include/realtime_config.h include/stamp-h1
63 $(RM) -f include/realtime_config.h.in
70 include/realtime_confi
[all...]
/third_party/ltp/testcases/kernel/mem/lib/
H A DMakefile21 include $(top_srcdir)/include/mk/env_pre.mk
23 CPPFLAGS += -I$(abs_srcdir)/../include
26 include $(top_srcdir)/testcases/kernel/include/lib.mk
27 include $(top_srcdir)/include/mk/lib.mk
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/
H A DMakefile10 include ../src/build.rules
45 CFLAGS += -I$(abspath ../os_dep/include)
46 CFLAGS += -I$(abspath ../../../../drivers/framework/include)
47 CFLAGS += -I$(abspath ../../../../drivers/framework/include/utils)
48 CFLAGS += -I$(abspath ../../../../drivers/framework/utils/include)
49 CFLAGS += -I$(abspath ../../../../drivers/framework/include/osal)
50 CFLAGS += -I$(abspath ../../../../third_party/bounds_checking_function/include)
51 CFLAGS += -I$(abspath ../../../../drivers/framework/ability/sbuf/include)
52 CFLAGS += -I$(abspath ../../../../drivers/framework/include/core)
53 CFLAGS += -I$(abspath ../../../../drivers/framework/core//adapter/syscall/include)
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/
H A DMakefile39 CFLAGS += -I$(abspath ../os_dep/include)
40 CFLAGS += -I$(abspath ../../../../drivers/framework/include)
41 CFLAGS += -I$(abspath ../../../../drivers/framework/include/utils)
42 CFLAGS += -I$(abspath ../../../../drivers/framework/utils/include)
43 CFLAGS += -I$(abspath ../../../../drivers/framework/include/osal)
44 CFLAGS += -I$(abspath ../../../../third_party/bounds_checking_function/include)
45 CFLAGS += -I$(abspath ../../../../drivers/framework/ability/sbuf/include)
46 CFLAGS += -I$(abspath ../../../../drivers/framework/include/core)
47 CFLAGS += -I$(abspath ../../../../drivers/framework/core//adapter/syscall/include)
48 CFLAGS += -I$(abspath ../../../../drivers/framework/core/shared/include)
[all...]

Completed in 12 milliseconds

12345678910>>...69