Home
last modified time | relevance | path

Searched defs:include (Results 26 – 50 of 1097) sorted by relevance

12345678910>>...44

/aosp_15_r20/external/python/cpython3/Tools/c-analyzer/c_common/
Dfsutil.py134 include=None, argument
165 def _get_check(filename, start, include, exclude): argument
176 def _is_excluded(filename, exclude, include): argument
/aosp_15_r20/external/junit/src/main/java/org/junit/experimental/categories/
H A DCategories.java121 public static CategoryFilter include(boolean matchAny, Class<?>... categories) { in include() method in Categories.CategoryFilter
125 public static CategoryFilter include(Class<?> category) { in include() method in Categories.CategoryFilter
129 public static CategoryFilter include(Class<?>... categories) { in include() method in Categories.CategoryFilter
/aosp_15_r20/external/rust/cxx/book/src/
Dtutorial.md127 In CXX's integration with Cargo, all #include paths begin with a crate name by hashtag
170 arbitrary C++ code in here, #include your own libraries, etc. All we do is emit hashtag
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/cxx-1.0.120/book/src/
H A Dtutorial.md127 In CXX's integration with Cargo, all #include paths begin with a crate name by hashtag
170 arbitrary C++ code in here, #include your own libraries, etc. All we do is emit hashtag
/aosp_15_r20/packages/modules/Bluetooth/system/gd/packet/parser/
Dcustom_field_def.cc21 CustomFieldDef::CustomFieldDef(std::string name, std::string include) in CustomFieldDef()
24 CustomFieldDef::CustomFieldDef(std::string name, std::string include, int size) in CustomFieldDef()
/aosp_15_r20/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/annotation/
H A DJsonAppend.java76 public JsonInclude.Include include() default JsonInclude.Include.NON_NULL; in include() method
114 public JsonInclude.Include include() default JsonInclude.Include.NON_NULL; in include() method
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/tool/
H A DMatcherList.java24 final boolean include; field in MatcherList.MatcherIncludeExclude
26 private MatcherIncludeExclude(Matcher matcher, boolean include) { in MatcherIncludeExclude()
/aosp_15_r20/external/mesa3d/src/freedreno/ci/
H A Ddeqp-freedreno-a618-vk-full.toml26 include = ["dEQP-VK.transform_feedback.*"] qkey
35 include = ["dEQP-VK.renderpass.*"] qkey
H A Ddeqp-freedreno-a660-vk-full.toml29 include = ["dEQP-VK.transform_feedback.*"] qkey
39 include = ["dEQP-VK.renderpass.*"] qkey
/aosp_15_r20/external/pandora/bt-test-interfaces/python/
Dpyproject.toml29 include = ["_build", ".."] qkey
32 include = ["pandora"] qkey
/aosp_15_r20/external/OpenCL-Headers/scripts/
H A Dgen_headers.py26 def getDisableWarningIncludeString(include): argument
43 def getWin32OnlyIncludeString(include): argument
/aosp_15_r20/external/mesa3d/src/gallium/drivers/zink/ci/
H A Ddeqp-zink-anv-tgl.toml74 include = ["KHR-GL46.sample_variables.mask.rgba8.*.samples.*.mask.*"] qkey
92 include = ["dEQP-GLES31.functional.shaders.multisample_interpolation.interpolate_at_sample.*"] qkey
H A Ddeqp-zink-anv-adl.toml74 include = ["KHR-GL46.sample_variables.mask.rgba8.*.samples.*.mask.*"] qkey
92 include = ["dEQP-GLES31.functional.shaders.multisample_interpolation.interpolate_at_sample.*"] qkey
/aosp_15_r20/external/apache-velocity-engine/velocity-engine-core/src/test/resources/configuration/
H A Dtest-config.properties98 include = include1.properties key
99 include = ./include2.properties key
/aosp_15_r20/external/bazelbuild-rules_rust/examples/crate_universe/alias_rule/
H A Dcargo-bazel-lock_global_opt_annotation_none.json16 "include": [ array
61 "include": [ array
73 "include": [ array
H A Dcargo-bazel-lock_global_alias_annotation_opt.json16 "include": [ array
61 "include": [ array
73 "include": [ array
H A Dcargo-bazel-lock_global_custom_annotation_none.json16 "include": [ array
61 "include": [ array
73 "include": [ array
H A Dcargo-bazel-lock_global_dbg_annotation_fastbuild.json16 "include": [ array
61 "include": [ array
73 "include": [ array
H A Dcargo-bazel-lock_global_alias_annotation_none.json16 "include": [ array
61 "include": [ array
73 "include": [ array
H A Dcargo-bazel-lock_global_opt_annotation_dbg.json16 "include": [ array
61 "include": [ array
73 "include": [ array
H A Dcargo-bazel-lock_global_opt_annotation_alias.json16 "include": [ array
61 "include": [ array
73 "include": [ array
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Ddecode_csv_op.cc223 bool include = in ExtractFields() local
287 bool include = in ExtractFields() local
/aosp_15_r20/external/jacoco/org.jacoco.ant/src/org/jacoco/ant/
H A DAbstractCoverageTask.java125 public void setInclBootstrapClasses(final boolean include) { in setInclBootstrapClasses()
136 public void setInclNoLocationClasses(final boolean include) { in setInclNoLocationClasses()
/aosp_15_r20/external/bazelbuild-rules_rust/crate_universe/src/utils/starlark/
H A Dglob.rs11 pub(crate) include: BTreeSet<String>, field
95 include: BTreeSet<String>, in visit_map() field
/aosp_15_r20/external/pytorch/third_party/miniz-2.1.0/
H A DChangeLog.md130 MinGW32/64 GCC 4.6.1 compiler fixes: added MZ_FORCEINLINE, #include <time.h> (thanks fermtect). hashtag
132 …use __forceinline). Also various fixes from fermtect for MinGW32: added #include , 64-bit ftell/fs… hashtag

12345678910>>...44