Home
last modified time | relevance | path

Searched full:included (Results 1 – 25 of 12563) sorted by relevance

12345678910>>...503

/external/python/cpython2/Lib/plat-atheos/
DIN.py4 # Included from features.h
45 # Included from sys/cdefs.h
67 # Included from gnu/stubs.h
69 # Included from limits.h
72 # Included from bits/posix1_lim.h
105 # Included from bits/local_lim.h
107 # Included from posix/limits.h
150 # Included from bits/posix2_lim.h
173 # Included from bits/xopen_lim.h
176 # Included from bits/stdio_lim.h
[all …]
DTYPES.py4 # Included from features.h
45 # Included from sys/cdefs.h
67 # Included from gnu/stubs.h
69 # Included from bits/types.h
75 # Included from bits/pthreadtypes.h
77 # Included from time.h
80 # Included from bits/time.h
82 # Included from posix/time.h
84 # Included from posix/types.h
100 # Included from endian.h
[all …]
/external/python/cpython2/Lib/plat-sunos5/
DSTROPTS.py3 # Included from sys/feature_tests.h
5 # Included from sys/isa_defs.h
52 # Included from sys/conf.h
54 # Included from sys/t_lock.h
56 # Included from sys/machlock.h
71 # Included from sys/param.h
164 # Included from sys/unistd.h
326 # Included from sys/mutex.h
331 # Included from sys/rwlock.h
342 # Included from sys/semaphore.h
[all …]
DIN.py3 # Included from sys/feature_tests.h
5 # Included from sys/isa_defs.h
52 # Included from sys/stream.h
54 # Included from sys/vnode.h
57 # Included from sys/t_lock.h
59 # Included from sys/machlock.h
74 # Included from sys/param.h
167 # Included from sys/unistd.h
329 # Included from sys/mutex.h
334 # Included from sys/rwlock.h
[all …]
DTYPES.py3 # Included from sys/isa_defs.h
39 # Included from sys/feature_tests.h
51 # Included from sys/machtypes.h
53 # Included from sys/inttypes.h
55 # Included from sys/int_types.h
57 # Included from sys/int_limits.h
73 # Included from sys/int_const.h
107 # Included from sys/int_fmtio.h
213 # Included from sys/types32.h
225 # Included from sys/select.h
[all …]
/external/python/google-api-python-client/docs/dyn/
Drealtimebidding_v1.bidders.pretargetingConfigs.html144 …"allowedUserTargetingModes": [ # Targeting modes included by this configuration. A bid r…
148 …hat contain a list of included and excluded numeric IDs used in app, user list, geo, and vertical …
152 "includedIds": [ # The IDs included in a configuration.
168 …hat contain a list of included and excluded numeric IDs used in app, user list, geo, and vertical …
172 "includedIds": [ # The IDs included in a configuration.
176 …"includedCreativeDimensions": [ # Creative dimensions included by this configuration. On…
182 …re being included. Bid requests will not be sent for a given environment if it is not included. Fu…
185 …"includedFormats": [ # Creative formats included by this configuration. Only bid request…
188 …"includedLanguages": [ # The languages included in this configuration, represented by th…
191 …"includedMobileOperatingSystemIds": [ # The mobile operating systems included in this co…
[all …]
/external/doclava/doclet_adapter/src/main/java/com/sun/javadoc/
DPackageDoc.java14 * version 2 for more details (a copy is included in the LICENSE file that
47 * <a href="{@docRoot}/com/sun/javadoc/package-summary.html#included">access
62 * <a href="{@docRoot}/com/sun/javadoc/package-summary.html#included">included</a>
65 * @return all included classes and interfaces in this package.
71 * Get included
77 * @return included ordinary classes in this package.
83 * Get included Exception classes in this package.
85 * @return included Exceptions in this package.
91 * Get included Error classes in this package.
93 * @return included Errors in this package.
[all …]
DClassDoc.java14 * version 2 for more details (a copy is included in the LICENSE file that
201 * <a href="{@docRoot}/com/sun/javadoc/package-summary.html#included">included</a>
205 * @return an array of FieldDoc objects representing the included
213 * <a href="{@docRoot}/com/sun/javadoc/package-summary.html#included">access
221 * @return an array of FieldDoc objects representing the included
239 * <a href="{@docRoot}/com/sun/javadoc/package-summary.html#included">included</a>
243 * @return an array of MethodDoc objects representing the included
252 * <a href="{@docRoot}/com/sun/javadoc/package-summary.html#included">access
260 * @return an array of MethodDoc objects representing the included
268 * <a href="{@docRoot}/com/sun/javadoc/package-summary.html#included">included</a>
[all …]
/external/icu/icu4c/source/tools/genrb/
Dfilterrb.h57 * Returns an EInclusion on whether or not the given path should be included.
87 * included: PARTIAL
89 * included: EXCLUDE
91 * included: PARTIAL
93 * included: INCLUDE
98 * included: PARTIAL
100 * included: EXCLUDE
104 * included: EXCLUDE
106 * included: PARTIAL
108 * included: INCLUDE
[all …]
/external/cronet/third_party/icu/source/tools/genrb/
Dfilterrb.h57 * Returns an EInclusion on whether or not the given path should be included.
87 * included: PARTIAL
89 * included: EXCLUDE
91 * included: PARTIAL
93 * included: INCLUDE
98 * included: PARTIAL
100 * included: EXCLUDE
104 * included: EXCLUDE
106 * included: PARTIAL
108 * included: INCLUDE
[all …]
/external/apache-xml/src/main/java/org/apache/xalan/templates/
DStylesheetComposed.java34 * included stylesheets.</li>
89 Stylesheet included = getIncludeComposed(i); in recompose() local
93 int s = included.getOutputCount(); in recompose()
96 recomposableElements.addElement(included.getOutput(j)); in recompose()
101 s = included.getAttributeSetCount(); in recompose()
104 recomposableElements.addElement(included.getAttributeSet(j)); in recompose()
109 s = included.getDecimalFormatCount(); in recompose()
112 recomposableElements.addElement(included.getDecimalFormat(j)); in recompose()
117 s = included.getKeyCount(); in recompose()
120 recomposableElements.addElement(included.getKey(j)); in recompose()
[all …]
/external/python/cpython2/Lib/plat-linux2/
DTYPES.py4 # Included from features.h
48 # Included from sys/cdefs.h
74 # Included from gnu/stubs.h
76 # Included from bits/types.h
80 # Included from bits/pthreadtypes.h
83 # Included from bits/sched.h
97 # Included from time.h
100 # Included from bits/time.h
118 # Included from endian.h
124 # Included from bits/endian.h
[all …]
DIN.py4 # Included from features.h
48 # Included from sys/cdefs.h
74 # Included from gnu/stubs.h
76 # Included from stdint.h
79 # Included from bits/wchar.h
84 # Included from bits/wordsize.h
174 # Included from bits/types.h
178 # Included from bits/pthreadtypes.h
181 # Included from bits/sched.h
223 # Included from bits/socket.h
[all …]
/external/python/cpython2/Lib/plat-unixware7/
DIN.py3 # Included from netinet/in_f.h
42 # Included from netinet/in6.h
44 # Included from sys/types.h
63 # Included from sys/select.h
68 # Included from sys/bitypes.h
70 # Included from netinet/in6_f.h
101 # Included from sys/convsa.h
117 # Included from sys/byteorder.h
122 # Included from sys/byteorder_f.h
157 # Included from sys/insrem.h
[all …]
/external/truth/extensions/proto/src/main/java/com/google/common/truth/extensions/proto/
DFieldScopeResult.java51 /** This field is included in this scope, but children might be excludable. */
53 /** This field and all its children are included in the scope. */
60 public static FieldScopeResult of(boolean included, boolean recursively) { in of() argument
61 if (included) { in of()
68 private final boolean included; field in FieldScopeResult
71 FieldScopeResult(boolean included, boolean recursive) { in FieldScopeResult() argument
72 this.included = included; in FieldScopeResult()
76 /** Whether this field should be included or not. */
77 boolean included() { in included() method in FieldScopeResult
78 return included; in included()
[all …]
/external/jackson-annotations/src/test/java/com/fasterxml/jackson/annotation/
DJsonIncludePropertiesTest.java26 assertEquals("JsonIncludeProperties.Value(included=null)", ALL.toString()); in testAll()
34 Set<String> included = v.getIncluded(); in testFromAnnotation() local
36 assertEquals(_set("foo", "bar"), included); in testFromAnnotation()
37 assertEquals("JsonIncludeProperties.Value(included=[bar, foo])", v.toString()); in testFromAnnotation()
44 Set<String> included = v.getIncluded(); in testWithOverridesAll() local
45 assertEquals(2, included.size()); in testWithOverridesAll()
46 assertEquals(_set("foo", "bar"), included); in testWithOverridesAll()
52 Set<String> included = v.getIncluded(); in testWithOverridesEmpty() local
53 assertEquals(0, included.size()); in testWithOverridesEmpty()
59 Set<String> included = v.getIncluded(); in testWithOverridesMerge() local
[all …]
/external/python/cpython2/Lib/plat-beos5/
DIN.py3 # Included from socket.h
5 # Included from BeBuild.h
22 # Included from sys/types.h
24 # Included from time.h
26 # Included from be_setup.h
35 # Included from null.h
39 # Included from size_t.h
41 # Included from stddef.h
43 # Included from wchar_t.h
48 # Included from sys/time.h
[all …]
/external/jackson-core/src/main/java/com/fasterxml/jackson/core/filter/
DTokenFilter.java27 * to return this instance if the whole sub-tree is to be included, instead
44 * location should be included in output.
49 * <li>{@link #INCLUDE_ALL} to indicate that the Object should be included
71 * location should be included in output.
76 * <li>{@link #INCLUDE_ALL} to indicate that the Array should be included
98 * have been included either completely, or in part) is completed,
106 * have been included either completely, or in part) is completed,
120 * at current output location, should be included in output.
125 * <li>{@link #INCLUDE_ALL} to indicate that the property and its value should be included
146 * at current output location, should be included in output.
[all …]
/external/angle/build/internal/
DREADME.chromium3 …d throughout the projects. Is included by either ..\debug.vsprops or ..\release.vsprops, so in gen…
6Included by ..\release.vsprops. Its settings are overriden by release_impl$(CHROME_BUILD_TYPE).vsp…
9Included by ..\release.vsprops by default when CHROME_BUILD_TYPE is undefined. Includes release_de…
12Included by ..\release.vsprops when CHROME_BUILD_TYPE=_checksenabled. Matches what release_default…
15Included by ..\release.vsprops when CHROME_BUILD_TYPE=_official. Includes release_defaults.vsprops…
18Included by ..\release.vsprops when CHROME_BUILD_TYPE=_pgo_instrument. Includes release_defaults.v…
21Included by ..\release.vsprops when CHROME_BUILD_TYPE=_pgo_optimize. Includes release_defaults.vsp…
24Included by ..\release.vsprops when CHROME_BUILD_TYPE=_purify. Includes release_defaults.vsprops. …
/external/cronet/build/internal/
DREADME.chromium3 …d throughout the projects. Is included by either ..\debug.vsprops or ..\release.vsprops, so in gen…
6Included by ..\release.vsprops. Its settings are overriden by release_impl$(CHROME_BUILD_TYPE).vsp…
9Included by ..\release.vsprops by default when CHROME_BUILD_TYPE is undefined. Includes release_de…
12Included by ..\release.vsprops when CHROME_BUILD_TYPE=_checksenabled. Matches what release_default…
15Included by ..\release.vsprops when CHROME_BUILD_TYPE=_official. Includes release_defaults.vsprops…
18Included by ..\release.vsprops when CHROME_BUILD_TYPE=_pgo_instrument. Includes release_defaults.v…
21Included by ..\release.vsprops when CHROME_BUILD_TYPE=_pgo_optimize. Includes release_defaults.vsp…
24Included by ..\release.vsprops when CHROME_BUILD_TYPE=_purify. Includes release_defaults.vsprops. …
/external/rust/crates/clap/src/builder/
Drange.rs105 std::ops::Bound::Included(&self.start_inclusive) in start_bound()
109 std::ops::Bound::Included(&self.end_inclusive) in end_bound()
199 assert_eq!(range.start_bound(), std::ops::Bound::Included(&5)); in from_fixed()
200 assert_eq!(range.end_bound(), std::ops::Bound::Included(&5)); in from_fixed()
210 assert_eq!(range.start_bound(), std::ops::Bound::Included(&0)); in from_fixed_empty()
211 assert_eq!(range.end_bound(), std::ops::Bound::Included(&0)); in from_fixed_empty()
221 assert_eq!(range.start_bound(), std::ops::Bound::Included(&5)); in from_range()
222 assert_eq!(range.end_bound(), std::ops::Bound::Included(&9)); in from_range()
232 assert_eq!(range.start_bound(), std::ops::Bound::Included(&5)); in from_range_inclusive()
233 assert_eq!(range.end_bound(), std::ops::Bound::Included(&10)); in from_range_inclusive()
[all …]
/external/testng/src/main/java/org/testng/internal/
DPackageUtils.java47 List<String> included, List<String> excluded) in findClassesInPackage() argument
94 findClassesInDirPackage(packageOnly, included, excluded, in findClassesInPackage()
119 …ls.log("PackageUtils", 4, "Found class " + className + ", seeing it if it's included or excluded"); in findClassesInPackage()
120 includeOrExcludeClass(packageName, className, included, excluded, vResult); in findClassesInPackage()
135 findClassesInDirPackage(packageOnly, included, excluded, in findClassesInPackage()
211 List<String> included, in findClassesInDirPackage() argument
235 included, in findClassesInDirPackage() local
244 + ", seeing it if it's included or excluded"); in findClassesInDirPackage()
245 includeOrExcludeClass(packageName, className, included, excluded, classes); in findClassesInDirPackage()
255 List<String> included, List<String> excluded, List<String> classes) in includeOrExcludeClass() argument
[all …]
/external/python/cpython2/Lib/plat-irix6/
DWAIT.py6 # Included from standards.h
37 # Included from sys/types.h
39 # Included from sgidefs.h
50 # Included from sys/bsd_types.h
52 # Included from sys/mkdev.h
69 # Included from sys/select.h
73 # Included from string.h
77 # Included from sys/procset.h
82 # Included from sys/signal.h
128 # Included from sys/siginfo.h
[all …]
DFILE.py6 # Included from standards.h
8 # Included from sys/types.h
10 # Included from sgidefs.h
19 # Included from sys/pthread.h
23 # Included from sys/bsd_types.h
25 # Included from sys/mkdev.h
44 # Included from sys/select.h
48 # Included from string.h
52 # Included from sys/cpumask.h
63 # Included from sys/nodemask.h
[all …]
/external/junit/src/main/java/org/junit/experimental/categories/
DCategories.java104 …* value of this annotation or their subtypes regardless of being included in {@link IncludeCategor…
116 private final Set<Class<?>> included; field in Categories.CategoryFilter
154 included = nullableClassToSet(includedCategory); in CategoryFilter()
162 included = copyAndRefine(includes); in CategoryFilter()
170 included = createSet(inclusions); in CategoryFilter()
183 …* Returns string in the form <tt>&quot;[included categories] - [excluded categories]&quot;</tt>, w…
187 * in the set of included categories. Examples:
189 … * <li> <tt>&quot;categories [all]&quot;</tt> for all included categories and no excluded ones;
190 …* <li> <tt>&quot;categories [all] - [A, B]&quot;</tt> for all included categories and given exclu…
191 …* <li> <tt>&quot;categories [A, B] - [C, D]&quot;</tt> for given included categories and given ex…
[all …]

12345678910>>...503