Searched +full:include +full:- +full:all +full:- +full:sources (Results 1 – 25 of 1049) sorted by relevance
12345678910>>...42
/third_party/skia/third_party/externals/libwebp/ |
D | build.gradle | 47 cCompiler.args "-mips32r2" 50 cCompiler.args "-mips32r5" 53 cCompiler.args "-mips64r6" 58 all { 60 cCompiler.args "-fPIC" 61 cCompiler.args "-Wall" 68 cCompiler.args "-finline-functions" 69 cCompiler.args "-ffast-math" 70 cCompiler.args "-ffunction-sections" 71 cCompiler.args "-fdata-sections" [all …]
|
/third_party/flutter/skia/third_party/externals/libwebp/ |
D | build.gradle | 47 cCompiler.args "-mips32r2" 50 cCompiler.args "-mips32r5" 53 cCompiler.args "-mips64r6" 58 all { 60 cCompiler.args "-fPIC" 61 cCompiler.args "-Wall" 68 cCompiler.args "-finline-functions" 69 cCompiler.args "-ffast-math" 70 cCompiler.args "-ffunction-sections" 71 cCompiler.args "-fdata-sections" [all …]
|
/third_party/boost/libs/units/test_headers/ |
D | Jamfile.v2 | 3 # Copyright (c) 2007-2008 18 requirements <include>$(BOOST_ROOT) <include>../../.. 21 headers = [ path.glob-tree ../../../boost/units : *.hpp : detail ] ; 30 [ regex.replace [ path.relative-to ../../.. $(file) ] "/" "_" ] ; 33 feature.feature <generate-include-all-order> : forward reverse : incidental ; 35 rule generate-include-all ( target : sources * : properties * ) 39 if <generate-include-all-order>reverse in $(properties) 41 sources = [ sequence.reverse $(sources) ] ; 44 for local file in $(sources) 46 print.text "#include <$(file:G=)> [all …]
|
/third_party/boost/tools/build/src/tools/ |
D | builtin.py | 5 # all copies. This software is provided "as is" without express or implied 41 adding to the explicit properties default values for all properties 82 feature.compose ("<variant>" + name, explicit_properties.all()) 90 # Translates from bjam current OS to the os tags used in host-os and target-os, 91 # i.e. returns the running host-os. 111 """ Registers all features and variants declared by this module. 115 # In future, this may become <target-os> and <host-os> 118 feature.feature ('os', [os], ['propagated', 'link-incompatible']) 121 # The two OS features define a known set of abstract OS names. The host-os is 123 # property we need to list all the values to prevent unknown value errors. Both [all …]
|
D | qt4.jam | 1 # Copyright 2002-2006 Vladimir Prus 3 # Copyright 2005-2009 Juergen Hunold 11 # The module attempts to auto-detect QT installation location from QTDIR 15 # toolset.using qt4 : /usr/local/Trolltech/Qt-4.0.0 ; 18 # running the moc preprocessor on headers. Note that you must list all your 19 # moc-able headers in sources. 26 # It's also possible to run moc on cpp sources: 30 # exe myapp : myapp.cpp [ cast _ moccable-cpp : myapp.cpp ] /qt4//QtGui ; 32 # When moccing source file myapp.cpp you need to include "myapp.moc" from 37 # http://qt-project.org/doc/qt-4.8/moc.html [all …]
|
D | qt3.jam | 52 generators.register-standard qt3.moc : H : CPP(moc_%) : <allow>qt3 ; 54 # qt4.jam/uic-h-generator for explanations that apply in this case as 56 generators.register [ new moc-h-generator-qt3 63 generators.register-standard qt3.uic-h : UI : UIC_H : <allow>qt3 ; 68 class "qt::uic-cpp-generator" : generator 72 generator.__init__ qt3.uic-cpp : UI UIC_H : CPP : <allow>qt3 ; 75 rule run ( project name ? : properties * : sources + ) 81 # will fail -- which is okay. However, if there are <library> 82 # properties they will be converted to sources, so the size of 83 # 'sources' will be more than 1. In this case, the base generator [all …]
|
D | qt5.jam | 1 # Copyright 2002-2006 Vladimir Prus 3 # Copyright 2005-2012 Juergen Hunold 11 # The module attempts to auto-detect QT installation location from QTDIR 15 # toolset.using qt5 : /usr/local/Trolltech/Qt-5.0.0 ; 18 # running the moc preprocessor on headers. Note that you must list all your 19 # moc-able headers in sources. 26 # It's also possible to run moc on cpp sources: 30 # exe myapp : myapp.cpp [ cast _ moccable-cpp : myapp.cpp ] /qt5//QtGui ; 32 # When moccing source file myapp.cpp you need to include "myapp.moc" from 37 # http://qt-project.org/doc/qt-5.0/moc.html [all …]
|
D | gettext.jam | 8 # creating machine-readable catalogs from translations files, and 10 # sources. 15 # - Decide on a file name which will contain translations and 18 # gettext.update update-russian : russian.po a.cpp my_app ; 20 # - Create the initial translation file by running:: 22 # bjam update-russian 24 # - Edit russian.po. For example, you might change fields like LastTranslator. 26 # - Create a main target for final message catalog:: 30 # The machine-readable catalog will be updated whenever you update 34 # - Run:: [all …]
|
/third_party/boost/libs/spirit/test/test_headers/ |
D | Jamfile | 3 # Copyright (c) 2007-2008 Steven Watanabe 21 <include>$(BOOST_ROOT) 22 <include>../../../.. 23 <c++-template-depth>300 28 path.glob-tree ../../../../boost/spirit/include : *.hpp : classic* phoenix1* 38 [ regex.replace [ path.relative-to ../../../../boost/spirit $(file) ] "/" "_" ] 42 feature.feature <generate-include-all-order> : forward reverse : incidental ; 44 rule generate-include-all ( target : sources * : properties * ) 48 if <generate-include-all-order>reverse in $(properties) 50 sources = [ sequence.reverse $(sources) ] ; [all …]
|
/third_party/boost/tools/build/doc/src/ |
D | tasks.adoc | 5 out-of-the-box. Unless otherwise noted, all mentioned main target rules 13 link:#bbv2.main-target-rule-syntax[common syntax]. For example: 16 ---- 21 ---- 23 This will create an executable file from the sources--in this case, 25 another library that is created by B2. Generally, sources can 26 include C and {CPP} files, object files and libraries. B2 will 32 variable should include the path to the libraries. It means you have to either 41 link:#bbv2.main-target-rule-syntax[common syntax]. For example: 44 ---- [all …]
|
D | extending.adoc | 8 requirements -- primarily to add support for non-standard tools you 22 Low-level concrete target that is specific to Boost.Jam build engine. 23 Essentially a string -- most often a name of file. 30 WARNING: All of the Boost.Jam target-related builtin functions, like 38 such as metatarget kind, name, sources and properties, and can be called 41 link:#bbv2.reference.class.abstract-target[abstract-target]. 45 The link:#bbv2.reference.class.abstract-target.generate[generate] method 47 link:#bbv2.reference.class.property-set[property-set] class) and returns 50 * As front element -- Usage-requirements from this invocation (an 51 instance of link:#bbv2.reference.class.property-set[property-set]) [all …]
|
/third_party/boost/libs/spirit/repository/test/test_headers/ |
D | Jamfile | 3 # Copyright (c) 2007-2008 Steven Watanabe 21 <include>$(BOOST_ROOT) 22 <include>../../../../.. 23 <c++-template-depth>300 28 path.glob-tree ../../../../../boost/spirit/repository/include : *.hpp 33 path.glob-tree ../../../../../boost/spirit/include : *.hpp : classic* phoenix1* 43 … [ regex.replace [ path.relative-to ../../../../../boost/spirit/repository $(file) ] "/" "_" ] 47 feature.feature <generate-include-all-order> : forward reverse : incidental ; 49 rule generate-include-all ( target : sources * : properties * ) 53 if <generate-include-all-order>reverse in $(properties) [all …]
|
/third_party/boost/tools/check_build/test/ |
D | Jamfile | 10 import virtual-target ; 14 project : requirements -<link>static ; # from tools/Jamfile 16 if "--debug-check-build" in [ modules.peek : ARGV ] 18 .info-enabled = 1 ; 23 if $(.info-enabled) 29 local all-libraries = [ MATCH .*libs/(.*)/build/.* : 33 all-libraries = [ sequence.unique $(all-libraries) ] ; 38 all-libraries = [ set.difference $(all-libraries) : function_types ] ; 40 #ECHO all-libraries: $(all-libraries) ; 42 rule alias-sources-impl ( project name : property-set : sources * ) [all …]
|
/third_party/boost/libs/math/doc/overview/ |
D | building.qbk | 5 The first thing you need to ask yourself is "Do I need to build anything at all?" 13 [link extern_c C99 and C++ TR1 C-style Functions] 19 using Boost.Build, from a command-line boost-root directory issue a command like: 21 bjam toolset=gcc --with-math install 25 bjam toolset=msvc --with-math --build-type=complete stage 28 in sub-folder `/stage` below your Boost root directory). 36 sources corresponding to the functions you are using and build them into 39 #include path as well as the boost-root directory 40 (MSVC Tools, Options, Projects and Solutions, VC++ Directories, Include files). 43 a Windows compiler that supports auto-linking and you have built the sources [all …]
|
/third_party/boost/libs/stacktrace/build/ |
D | Jamfile.v2 | 1 # Copyright (C) 2016-2019, Antony Polukhin. 9 : source-location . 25 : <include>$(LIBBACKTRACE_PATH)/include 33 rule mp-run-simple ( sources + : args * : input-files * : requirements * : target-name ) 35 exe $(target-name)_exe : $(sources) : $(requirements) ; 36 explicit $(target-name)_exe ; 37 make $(target-name).output : $(target-name)_exe : @mp_simple_run_action ; 38 explicit $(target-name).output ; 39 alias $(target-name) : $(target-name).output ; 42 mp-run-simple has_backtrace.cpp : : : <library>backtrace : libbacktrace ; [all …]
|
/third_party/gn/src/gn/ |
D | function_template.cc | 1 // Copyright (c) 2013 The Chromium Authors. All rights reserved. 2 // Use of this source code is governed by a BSD-style license that can be 5 #include "gn/functions.h" 7 #include "gn/parse_tree.h" 8 #include "gn/scope.h" 9 #include "gn/template.h" 10 #include "gn/value.h" 20 to add to the built-in target types. 31 When you call template() it creates a closure around all variables currently 42 names. This means all files internal to the template should use absolute [all …]
|
D | ninja_action_target_writer.cc | 1 // Copyright (c) 2013 The Chromium Authors. All rights reserved. 2 // Use of this source code is governed by a BSD-style license that can be 5 #include "gn/ninja_action_target_writer.h" 7 #include <stddef.h> 9 #include "base/strings/string_util.h" 10 #include "gn/deps_iterator.h" 11 #include "gn/err.h" 12 #include "gn/general_tool.h" 13 #include "gn/pool.h" 14 #include "gn/settings.h" [all …]
|
/third_party/libxml2/bakefile/ |
D | libxml2.bkl | 3 <!-- Author: Francesco Montorsi <frm@users.sourceforge.net> --> 4 <!-- Date: 30/8/2004 --> 5 <!-- Last revision: 26/1/2005 --> 8 <!-- LIBXML2 BAKEFILE --> 9 <!-- --> 10 <!-- The bakefile used to build the library and the test --> 11 <!-- programs. The makefiles output is put: --> 12 <!-- --> 13 <!-- - in the ..\LIB folder --> 14 <!-- - in the ..\BIN folder --> [all …]
|
/third_party/googletest/ |
D | BUILD.gn | 1 # Copyright (C) 2018. Huawei Technologies Co., Ltd. All rights reserved. 2 # Use of this source code is governed by a BSD-style license that can be 11 include_dirs = [ "googletest/include" ] 14 "-Wno-unused-const-variable", 15 "-Wno-unused-private-field", 23 "googletest/include/gtest/gtest-spi.h", 24 "googletest/include/gtest/gtest.h", 26 sources = [ 27 "googletest/include/gtest/gtest-death-test.h", 28 "googletest/include/gtest/gtest-matchers.h", [all …]
|
/third_party/boost/tools/build/src/build/ |
D | virtual-target.jam | 11 # whether a particular target should be created at all. 13 # +--------------------------+ 14 # | virtual-target | 17 # +--------------------------+ 18 # | actualize-action() = 0 | 19 # | actualize-location() = 0 | 20 # +----------------+---------+ 24 # +-+-+ 26 # +---------------------+ +-------+--------------+ 27 # | action | | abstract-file-target | [all …]
|
/third_party/musl/porting/liteos_m/kernel/ |
D | BUILD.gn | 1 # Copyright (c) 2013-2019 Huawei Technologies Co., Ltd. All rights reserved. 2 # Copyright (c) 2020-2022 Huawei Device Co., Ltd. All rights reserved. 31 import("//third_party/optimized-routines/optimized-routines.gni") 34 libc = "musl-c" 35 libm = "musl-m" 39 config("include") { 40 include_dirs = [ "include" ] 44 sources = MUSL_LIBC_SRC 47 "src/include", 52 "//kernel/liteos_m/kernel/arch/include", [all …]
|
/third_party/wayland_standard/ |
D | wayland_protocol.gni | 5 # Forward all variables. Ensure that testonly and visibility are forwarded 8 # properly handled. All other variables are forwarded with "*", which 9 # doesn't perform recursive lookups at all. See https://crbug.com/862232 38 assert(defined(invoker.sources), "Need sources for wayland_protocol template") 43 foreach(protocol, invoker.sources) { 47 "${dir}/${name}-protocol.c", 48 "${dir}/${name}-client-protocol.h", 49 "${dir}/${name}-server-protocol.h", 58 # Action which runs wayland-scanner to generate the code. 63 sources = invoker.sources [all …]
|
/third_party/flutter/skia/third_party/externals/angle2/ |
D | BUILD.gn | 1 # Copyright 2019 The ANGLE Project Authors. All rights reserved. 2 # Use of this source code is governed by a BSD-style license that can be 29 group("all") { 35 "//samples:all", 36 "//src/tests:all", 62 include_dirs = [ "include" ] 85 "include", 117 "/we4715", # not all control paths return a value 125 # "-Wextra-semi-stmt", 127 "-Wfloat-conversion", [all …]
|
/third_party/wayland_standard/src/ |
D | event-loop.c | 13 * next paragraph) shall be included in all copies or substantial 26 #include <assert.h> 27 #include <stddef.h> 28 #include <stdio.h> 29 #include <errno.h> 30 #include <signal.h> 31 #include <stdlib.h> 32 #include <stdint.h> 33 #include <stdbool.h> 34 #include <string.h> [all …]
|
/third_party/node/doc/guides/ |
D | maintaining-openssl.md | 5 If you need to provide updates across all active release lines you will 9 below which include the QUIC patch. 29 % perl -v 32 x86_64-linux-gnu-thread-multi 33 (with 60 registered patches, see perl -V for more detail) 35 % as --version 39 % nasm -v 43 ## 1. Obtain and extract new OpenSSL sources 46 all files into `deps/openssl/openssl`. Then add all files and commit 50 % rm -rf openssl [all …]
|
12345678910>>...42