Home
last modified time | relevance | path

Searched refs:get_option (Results 1 – 25 of 82) sorted by relevance

1234

/external/lz4/contrib/meson/meson/
Dmeson.build12 c_std = get_option('c_std')
13 default_library = get_option('default_library')
45 lz4_prefix = get_option('prefix')
46 lz4_bindir = get_option('bindir')
47 lz4_datadir = get_option('datadir')
48 lz4_mandir = get_option('mandir')
55 buildtype = get_option('buildtype')
58 use_debug = get_option('debug')
61 debug_level = get_option('debug_level')
62 use_backtrace = get_option('backtrace')
[all …]
/external/zstd/build/meson/
Dmeson.build61 zstd_prefix = get_option('prefix')
62 zstd_bindir = get_option('bindir')
63 zstd_datadir = get_option('datadir')
64 zstd_mandir = get_option('mandir')
72 use_debug = get_option('debug')
73 buildtype = get_option('buildtype')
74 default_library_type = get_option('default_library')
77 debug_level = get_option('debug_level')
78 legacy_level = get_option('legacy_level')
79 use_backtrace = get_option('backtrace')
[all …]
/external/harfbuzz_ng/
Dmeson.build78 if not get_option('freetype').disabled()
89 freetype_dep = dependency('freetype2', required: get_option('freetype'),
95 glib_dep = dependency('glib-2.0', required: get_option('glib'),
97 gobject_dep = dependency('gobject-2.0', required: get_option('gobject'),
99 graphite2_dep = dependency('graphite2', required: get_option('graphite2'))
100 graphite_dep = dependency('graphite2', required: get_option('graphite'))
103 if not get_option('icu').disabled()
114 if get_option('buildtype') == 'debug'
122 icu_dep = dependency('icu-uc', required: get_option('icu'))
128 if not get_option('cairo').disabled()
[all …]
/external/dtc/
Dmeson.build30 '-DFDT_ASSUME_MASK=' + get_option('assume-mask').to_string(),
35 yaml = dependency('yaml-0.1', required: get_option('yaml'))
41 valgrind = dependency('valgrind', required: get_option('valgrind'))
47 py = py.find_installation(required: get_option('python'))
48 swig = find_program('swig', required: get_option('python'))
57 if get_option('tools')
116 install_dir: get_option('prefix') / get_option('bindir'),
126 if get_option('tools')
/external/wayland/src/
Dmeson.build11 install: get_option('libraries'),
12 install_dir: join_paths(get_option('prefix'), get_option('includedir'))
26 if get_option('scanner')
52 'datarootdir=' + join_paths('${prefix}', get_option('datadir')),
54 'bindir=' + join_paths('${prefix}', get_option('bindir')),
61 if meson.is_cross_build() or not get_option('scanner')
68 if get_option('libraries')
115 install_dir = join_paths(get_option('prefix'), get_option('includedir'))
182 'datarootdir=' + join_paths('${prefix}', get_option('datadir')),
214 'datarootdir=' + join_paths('${prefix}', get_option('datadir')),
/external/libepoxy/
Dmeson.build15 epoxy_prefix = get_option('prefix')
16 epoxy_libdir = join_paths(epoxy_prefix, get_option('libdir'))
17 epoxy_datadir = join_paths(epoxy_prefix, get_option('datadir'))
18 epoxy_includedir = join_paths(epoxy_prefix, get_option('includedir'))
27 conf.set_quoted('PACKAGE_DATADIR', join_paths(get_option('prefix'), get_option('datadir')))
28 conf.set_quoted('PACKAGE_LIBDIR', join_paths(get_option('prefix'), get_option('libdir')))
29 conf.set_quoted('PACKAGE_LOCALEDIR', join_paths(get_option('prefix'), get_option('datadir'), 'local…
30 conf.set_quoted('PACKAGE_LIBEXECDIR', join_paths(get_option('prefix'), get_option('libexecdir')))
37 enable_glx = get_option('glx')
44 enable_egl = get_option('egl')
[all …]
/external/libkmsxx/py/pykms/
Dmeson.build1 py3_dep = dependency('python3', required : get_option('pykms'))
7 if get_option('system-pybind11').enabled()
9 elif get_option('system-pybind11').disabled()
21 if get_option('utils')
40 if get_option('utils')
46 destdir = get_option('libdir') / 'python' + py3_dep.version() / 'site-packages/pykms'
/external/virglrenderer/
Dmeson.build85 with_tracing = get_option('tracing')
159 if get_option('buildtype') == 'debug'
163 platforms = get_option('platforms')
175 with_minigbm_allocation = get_option('minigbm_allocation')
205 with_venus = get_option('venus-experimental')
206 with_venus_validate = get_option('venus-validate')
226 pkgconf_data.set('prefix', get_option('prefix'))
228 pkgconf_data.set('libdir', '${prefix}/' + get_option('libdir'))
229 pkgconf_data.set('includedir', '${prefix}/' + get_option('includedir'))
236 install_dir: get_option('libdir') + '/pkgconfig')
[all …]
/external/libkmsxx/
Dmeson.build28 if get_option('static-libc')
36 libdrmomap_dep = dependency('libdrm_omap', required : get_option('omap'))
40 if get_option('libutils')
44 if get_option('utils')
50 if get_option('kmscube')
/external/wayland/
Dmeson.build45 if get_option('libraries')
71 if get_option('dtd_validation')
91 if get_option('libraries')
95 if get_option('documentation')
100 if get_option('scanner')
109 install_dir: join_paths(get_option('prefix'), get_option('datadir'), 'aclocal'),
/external/igt-gpu-tools/
Dmeson.build12 if get_option('b_ndebug') != 'false'
19 if not cc.compiles(files('lib/check-ndebug.h'), args: get_option('c_args'))
80 build_chamelium = get_option('chamelium')
81 build_docs = get_option('docs')
82 build_tests = not get_option('tests').disabled()
83 with_libdrm = get_option('libdrm_drivers')
85 build_info = ['Build type: ' + get_option('buildtype')]
121 libunwind = dependency('libunwind', required : get_option('libunwind'))
127 valgrind = dependency('valgrind', required : get_option('valgrind'))
231 if ['debugoptimized', 'release', 'minsize'].contains(get_option('buildtype'))
[all …]
/external/libxkbcommon/
Dmeson.build15 dir_libexec = get_option('prefix')/get_option('libexecdir')/'xkbcommon'
40 XKBCONFIGROOT = get_option('xkb-config-root')
46 XKBCONFIGROOT = get_option('prefix')/get_option('datadir')/'X11'/'xkb'
50 XKBCONFIGEXTRAPATH = get_option('xkb-config-extra-path')
52 XKBCONFIGEXTRAPATH = get_option('prefix')/get_option('sysconfdir')/'xkb'
56 XLOCALEDIR = get_option('x-locale-root')
58 XLOCALEDIR = get_option('prefix')/get_option('datadir')/'X11'/'locale'
79 configh_data.set_quoted('DEFAULT_XKB_RULES', get_option('default-rules'))
80 configh_data.set_quoted('DEFAULT_XKB_MODEL', get_option('default-model'))
81 configh_data.set_quoted('DEFAULT_XKB_LAYOUT', get_option('default-layout'))
[all …]
/external/mesa3d/src/gallium/targets/lavapipe/
Dmeson.build14 module_dir = join_paths(get_option('prefix'), get_option('bindir'))
16 module_dir = join_paths(get_option('prefix'), get_option('libdir'))
/external/libdrm/
Dmeson.build34 config.set10('UDEV', get_option('udev'))
35 with_freedreno_kgsl = get_option('freedreno-kgsl')
36 with_install_tests = get_option('install-test-programs')
84 _intel = get_option('intel')
94 _radeon = get_option('radeon')
103 _amdgpu = get_option('amdgpu')
112 _nouveau = get_option('nouveau')
121 _vmwgfx = get_option('vmwgfx')
127 _omap = get_option('omap')
136 _freedreno = get_option('freedreno')
[all …]
/external/mesa3d/
Dmeson.build37 if get_option('layout') != 'mirror'
52 with_vulkan_icd_dir = get_option('vulkan-icd-dir')
53 with_tests = get_option('build-tests')
54 with_aco_tests = get_option('build-aco-tests')
55 with_glx_read_only_text = get_option('glx-read-only-text')
56 with_glx_direct = get_option('glx-direct')
57 with_osmesa = get_option('osmesa')
58 with_swr_arches = get_option('swr-arches')
59 with_vulkan_overlay_layer = get_option('vulkan-overlay-layer')
60 with_tools = get_option('tools')
[all …]
/external/mesa3d/src/intel/tools/
Dmeson.build79 join_paths(get_option('prefix'), get_option('libexecdir'))
83 join_paths(get_option('prefix'), get_option('libdir'))
88 install_dir : get_option('bindir'),
101 install_dir : get_option('libexecdir'),
108 install_dir : get_option('bindir'),
124 install_dir : get_option('libexecdir'),
132 install_dir : get_option('bindir'),
/external/wayland/cursor/
Dmeson.build1 icondir = get_option('icon_directory')
3 icondir = join_paths(get_option('prefix'), get_option('datadir'), 'icons')
/external/zlib/contrib/bench/
Dzlib_bench.cc297 char* get_option(int argc, char* argv[], const char* option) { in get_option() function
322 if (get_option(argc, argv, "zlib")) in main()
324 else if (get_option(argc, argv, "gzip")) in main()
326 else if (get_option(argc, argv, "raw")) in main()
334 if (get_option(argc, argv, "--compression")) { in main()
337 } else if (get_option(argc, argv, "--field")) { in main()
339 } else if (get_option(argc, argv, "--huffman")) { in main()
341 } else if (get_option(argc, argv, "--rle")) { in main()
/external/angle/third_party/zlib/contrib/bench/
Dzlib_bench.cc332 char* get_option(int argc, char* argv[], const char* option) { in get_option() function
358 if (get_option(argc, argv, "zlib")) in main()
360 else if (get_option(argc, argv, "gzip")) in main()
362 else if (get_option(argc, argv, "raw")) in main()
371 if (get_option(argc, argv, "--compression")) { in main()
374 } else if (get_option(argc, argv, "--huffman")) { in main()
376 } else if (get_option(argc, argv, "--rle")) { in main()
378 } else if (get_option(argc, argv, "--check")) { in main()
380 } else if (get_option(argc, argv, "--field")) { in main()
/external/tinyalsa_new/
Dmeson.build23 if not get_option('docs').disabled()
27 if not get_option('examples').disabled()
33 if not get_option('utils').disabled()
/external/autotest/client/cros/
Ddhcp_handling_rule.py316 requested_parameters = query_packet.get_option(
397 server_ip = query_packet.get_option(dhcp_packet.OPTION_SERVER_ID)
398 requested_ip = query_packet.get_option(dhcp_packet.OPTION_REQUESTED_IP)
436 requested_parameters = query_packet.get_option(
478 if query_packet.get_option(dhcp_packet.OPTION_SERVER_ID) is not None:
483 requested_ip = query_packet.get_option(dhcp_packet.OPTION_REQUESTED_IP)
529 server_ip = query_packet.get_option(dhcp_packet.OPTION_SERVER_ID)
613 server_ip = query_packet.get_option(dhcp_packet.OPTION_SERVER_ID)
/external/usrsctp/
Dmeson.build167 if get_option('sctp_invariants')
170 if get_option('sctp_debug')
174 if get_option('sctp_inet')
177 if get_option('sctp_inet6')
185 if compiler.get_id() == 'msvc' and get_option('default_library') == 'shared'
229 if get_option('sctp_build_programs')
/external/pigweed/pw_arduino_build/py/pw_arduino_build/
Dunit_test_runner.py286 def get_option(key, config_file_values, args, required=False): function
309 arduino_package_path = get_option("arduino_package_path",
318 get_option("arduino_package_name",
325 compiler_path_override = get_option("compiler_path_override",
335 get_option("board", json_file_options, args, required=True)
/external/python/cpython2/Lib/test/
Dtest_optparse.py342 opt1 = self.parser.get_option("-v")
350 opt1 = self.parser.get_option("-v")
351 opt2 = self.parser.get_option("--verbose")
352 opt3 = self.parser.get_option("-n")
353 opt4 = self.parser.get_option("--noisy")
361 self.assertTrue(self.parser.get_option("-v") is None)
362 self.assertTrue(self.parser.get_option("--verbose") is None)
363 self.assertTrue(self.parser.get_option("-n") is None)
364 self.assertTrue(self.parser.get_option("--noisy") is None)
431 self.assertEqual(self.parser.get_option("-s").type, "string")
[all …]
/external/harfbuzz_ng/src/
Dmeson.build6 install_dir: join_paths(get_option('includedir'), meson.project_name()))
296 if not has_ragel and get_option('ragel_subproject')
389 if get_option('experimental_api')
403 if get_option('default_library') != 'static'
411 if get_option('fuzzer_ldflags') != ''
461 if get_option('tests').enabled()
565 cmake_config.set('libdir', '${prefix}/@0@'.format(get_option('libdir')))
566 cmake_config.set('includedir', '${prefix}/@0@'.format(get_option('includedir')))
572 install_dir: join_paths(get_option('libdir'), 'cmake', 'harfbuzz'),
610 install_dir: join_paths(get_option('prefix'), get_option('includedir'), meson.project_name()),
[all …]

1234