Home
last modified time | relevance | path

Searched defs:includes (Results 1 – 25 of 109) sorted by relevance

12345

/external/tensorflow/tensorflow/lite/core/shims/
DREADME.md8 These should be used as follows: #includes from .cc files that are hashtag
10 Lite API headers. #includes from files that are _using_ the shimmed hashtag
/external/skia/tools/
Drewrite_includes.py107 includes = [] variable
133 includes = sorted(list(set(includes))) variable
136 includes = [] variable
/external/jacoco/jacoco-maven-plugin/src/org/jacoco/maven/
DFileFilter.java31 private final List<String> includes; field in FileFilter
42 public FileFilter(final List<String> includes, in FileFilter()
DReportSupport.java120 final MavenProject project, final List<String> includes, in processProject()
147 final List<String> includes, final List<String> excludes, in processProject()
155 final List<String> includes, final List<String> excludes, in processProject()
DRuleConfiguration.java52 public void setIncludes(final List<String> includes) { in setIncludes()
/external/cronet/stable/third_party/libc++/src/include/__algorithm/
Dincludes.h51 includes(_InputIterator1 __first1, in includes() function
71 includes(_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _InputIterato… in includes() function
/external/pytorch/tools/amd_build/
Dbuild_amd.py66 includes = [ variable
112 includes = [os.path.join(proj_dir, include) for include in includes] variable
/external/cronet/stable/third_party/libc++/src/include/__cxx03/__algorithm/
Dincludes.h51 includes(_InputIterator1 __first1, in includes() function
71 includes(_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _InputIterato… in includes() function
/external/cronet/tot/third_party/libc++/src/include/__algorithm/
Dincludes.h51 includes(_InputIterator1 __first1, in includes() function
71 includes(_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _InputIterato… in includes() function
/external/cronet/tot/third_party/libc++/src/include/__cxx03/__algorithm/
Dincludes.h51 includes(_InputIterator1 __first1, in includes() function
71 includes(_InputIterator1 __first1, _InputIterator1 __last1, _InputIterator2 __first2, _InputIterato… in includes() function
/external/jazzer-api/src/main/java/com/code_intelligence/jazzer/utils/
DClassNameGlobber.kt63 fun includes(className: String): Boolean { in includes() method
/external/jacoco/org.jacoco.report/src/org/jacoco/report/check/
DRule.java28 private String includes; field in Rule
71 public void setIncludes(final String includes) { in setIncludes()
/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/support/char_set/
Drange_functions.hpp28 includes(Range const& range, Range const& other) in includes() function
36 includes(Range const& range, typename Range::value_type val) in includes() function
/external/libwebsockets/READMEs/
DREADME.coding.md28 not support processes or dynamic loading, just #includes the plugins hashtag in Notes about coding with lws
/external/dagger2/java/dagger/
DModule.java36 Class<?>[] includes() default {}; in includes() method
/external/google-cloud-java/java-speech/google-cloud-speech/src/test/resources/META-INF/native-image/com.google.cloud/google-cloud-speech/
Dresource-config.json3 "includes": [ array
/external/dagger2/java/dagger/producers/
DProducerModule.java43 Class<?>[] includes() default {}; in includes() method
/external/antlr/antlr3-maven-plugin/src/main/java/org/antlr/mojo/antlr3/
DAntlr3Mojo.java170 protected Set<String> includes = new HashSet<String>(); field in Antlr3Mojo
402 Set<String> includes = getIncludesPatterns(); in processGrammarFiles() local
/external/aws-sdk-java-v2/core/sdk-core/src/main/resources/META-INF/native-image/software.amazon.awssdk/sdk-core/
Dresource-config.json3 "includes": [ array
/external/liblc3/test/
Dsetup.py38 includes = [ SRC_DIR, INC_DIR, numpy.get_include() ] variable
/external/sdv/vsomeip/third_party/boost/range/include/boost/range/algorithm/
Dset_algorithm.hpp31 inline bool includes(const SinglePassRange1& rng1, in includes() function
43 inline bool includes(const SinglePassRange1& rng1, in includes() function
/external/rust/android-crates-io/crates/protobuf-parse/src/
Dparser.rs19 pub(crate) includes: Vec<PathBuf>, field
51 pub fn includes(&mut self, includes: impl IntoIterator<Item = impl AsRef<Path>>) -> &mut Self { in includes() method
/external/python/cpython3/Tools/c-analyzer/c_parser/preprocessor/
D__init__.py39 includes=None, argument
149 def _parse_includes(includes): argument
/external/skia/site/docs/user/
Ddownload.md27 If you intend to add or remove files, or change #includes, you will need to use Bazel to hashtag
/external/harfbuzz_ng/src/
Dcheck-includes.py38 includes = re.findall (r'#.*include.*', content) variable

12345