Home
last modified time | relevance | path

Searched full:classes (Results 1 – 25 of 18544) sorted by relevance

12345678910>>...742

/external/testng/src/test/resources/
Dtestng.xml17 <classes>
19 </classes>
35 <classes>
46 </classes>
55 <classes>
121 </classes>
130 <classes>
134 </classes>
138 <classes>
148 </classes>
[all …]
Dtestng.yaml7 classes:
13 classes:
26 classes:
80 classes:
88 classes:
92 classes:
97 classes:
104 classes:
109 classes:
130 classes:
[all …]
/external/rust/crates/regex-automata/src/
Dclasses.rs3 /// A representation of byte oriented equivalence classes.
12 /// Creates a new set of equivalence classes where all bytes are mapped to
18 /// Creates a new set of equivalence classes where each byte belongs to
21 let mut classes = ByteClasses::empty(); in singletons() localVariable
23 classes.set(i as u8, i as u8); in singletons()
25 classes in singletons()
28 /// Copies the byte classes given. The given slice must have length 0 or
37 let mut classes = ByteClasses::empty(); in from_slice() localVariable
39 classes.set(b as u8, class); in from_slice()
41 classes in from_slice()
[all …]
/external/tensorflow/tensorflow/python/ops/
Dcandidate_sampling_ops.py34 """Samples a set of classes using a uniform base distribution.
36 This operation randomly samples a tensor of sampled classes
48 of the target classes (`true_classes`) and the sampled
49 classes (`sampled_candidates`) is expected to occur in an average
50 tensor of sampled classes. These values correspond to `Q(y|x)`
58 num_true]`. The target classes.
59 num_true: An `int`. The number of target classes per training example.
60 num_sampled: An `int`. The number of classes to randomly sample. The
63 unique: A `bool`. Determines whether all sampled classes in a batch are
65 range_max: An `int`. The number of possible classes.
[all …]
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/docs/_sass/common/
D_classes.scss4 "common/classes/animation",
5 "common/classes/transform",
6 "common/classes/transition",
7 "common/classes/user-select",
9 "common/classes/clearfix",
10 "common/classes/media",
11 "common/classes/clickable",
12 "common/classes/display",
13 "common/classes/flex",
14 "common/classes/horizontal-rules",
[all …]
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/docs/_sass/common/
D_classes.scss4 "common/classes/animation",
5 "common/classes/transform",
6 "common/classes/transition",
7 "common/classes/user-select",
9 "common/classes/clearfix",
10 "common/classes/media",
11 "common/classes/clickable",
12 "common/classes/display",
13 "common/classes/flex",
14 "common/classes/horizontal-rules",
[all …]
/external/rust/crates/aho-corasick/src/
Dclasses.rs3 /// A representation of byte oriented equivalence classes.
12 /// Creates a new set of equivalence classes where all bytes are mapped to
18 /// Creates a new set of equivalence classes where each byte belongs to
21 let mut classes = ByteClasses::empty(); in singletons() localVariable
23 classes.set(i as u8, i as u8); in singletons()
25 classes in singletons()
43 /// these equivalence classes. Equivalently, this returns the total number
44 /// of equivalence classes.
51 /// equivalence class. Equivalently, there are 256 equivalence classes
60 /// equivalent to the number of equivalence classes. Each item is an
[all …]
/external/doclava/doclet_adapter/src/test/java/com/google/doclava/javadoc/
DBaseTest.java65 "com.example.classes.AbstractEmptyClass");
67 "com.example.classes.AbstractEmptyInterface");
70 "com.example.classes.PublicAnnotation");
71 static final TypeElement publicClass = initTypeElement("com.example.classes.PublicClass");
72 static final TypeElement publicEnum = initTypeElement("com.example.classes.PublicEnum");
74 "com.example.classes.PublicInterface");
76 static final TypeElement simpleEnum = initTypeElement("com.example.classes.SimpleEnum");
79 "com.example.classes.PublicClassWithNests");
81 "com.example.classes.PublicClassWithNests.Nest1");
83 "com.example.classes.PublicClassWithNests.Nest1.Nest2");
[all …]
/external/python/cpython3/Modules/_ctypes/libffi_osx/x86/
Dx86-ffi64.c52 /* All reference to register classes here is identical to the code in
56 These represent classes as documented by the PS ABI, with the exception
57 of SSESF, SSEDF classes, that are basically SSE class, just gcc will
91 /* Rule #1: If both classes are equal, this is the resulting class. */ in merge_classes()
95 /* Rule #2: If one of the classes is NO_CLASS, the resulting class is in merge_classes()
103 /* Rule #3: If one of the classes is MEMORY, the result is MEMORY. */ in merge_classes()
107 /* Rule #4: If one of the classes is INTEGER, the result is INTEGER. */ in merge_classes()
116 /* Rule #5: If one of the classes is X87, X87UP, or COMPLEX_X87 class, in merge_classes()
131 CLASSES will be filled by the register class used to pass each word
134 sized containers, classes[0] will be NO_CLASS and 1 is returned.
[all …]
/external/python/cpython2/Modules/_ctypes/libffi_osx/x86/
Dx86-ffi64.c52 /* All reference to register classes here is identical to the code in
56 These represent classes as documented by the PS ABI, with the exception
57 of SSESF, SSEDF classes, that are basically SSE class, just gcc will
91 /* Rule #1: If both classes are equal, this is the resulting class. */ in merge_classes()
95 /* Rule #2: If one of the classes is NO_CLASS, the resulting class is in merge_classes()
103 /* Rule #3: If one of the classes is MEMORY, the result is MEMORY. */ in merge_classes()
107 /* Rule #4: If one of the classes is INTEGER, the result is INTEGER. */ in merge_classes()
116 /* Rule #5: If one of the classes is X87, X87UP, or COMPLEX_X87 class, in merge_classes()
131 CLASSES will be filled by the register class used to pass each word
134 sized containers, classes[0] will be NO_CLASS and 1 is returned.
[all …]
/external/clang/test/Index/
Dload-classes.cpp27 // CHECK: load-classes.cpp:3:8: StructDecl=X:3:8 (Definition) Extent=[3:1 - 21:2]
28 // CHECK: load-classes.cpp:4:3: CXXConstructor=X:4:3 (converting constructor) Extent=[4:3 - 4:15] […
30 // CHECK: load-classes.cpp:4:9: ParmDecl=value:4:9 (Definition) Extent=[4:5 - 4:14]
31 // CHECK: load-classes.cpp:5:3: CXXConstructor=X:5:3 (copy constructor) (converting constructor) Ex…
33 // CHECK: load-classes.cpp:5:14: ParmDecl=x:5:14 (Definition) Extent=[5:5 - 5:15]
34 // CHECK: load-classes.cpp:5:11: TypeRef=struct X:3:8 Extent=[5:11 - 5:12]
35 // CHECK: load-classes.cpp:6:1: CXXAccessSpecifier=:6:1 (Definition) Extent=[6:1 - 6:11] [access=pr…
36 // CHECK: load-classes.cpp:7:3: CXXDestructor=~X:7:3 Extent=[7:3 - 7:7] [access=protected]
38 // CHECK: load-classes.cpp:8:1: CXXAccessSpecifier=:8:1 (Definition) Extent=[8:1 - 8:9] [access=pri…
39 // CHECK: load-classes.cpp:9:3: CXXConversion=operator X *:9:3 Extent=[9:3 - 9:16] [access=private]
[all …]
/external/junit/src/main/java/org/junit/runner/
DJUnitCore.java28 * Run the tests contained in the classes named in the <code>args</code>.
33 * @param args names of classes in which to find tests to run
41 * Run the tests contained in <code>classes</code>. Write feedback while the tests
45 * @param classes Classes in which to find tests
48 public static Result runClasses(Class<?>... classes) { in runClasses() argument
49 return runClasses(defaultComputer(), classes); in runClasses()
53 * Run the tests contained in <code>classes</code>. Write feedback while the tests
57 * @param computer Helps construct Runners from classes
58 * @param classes Classes in which to find tests
61 public static Result runClasses(Computer computer, Class<?>... classes) { in runClasses() argument
[all …]
/external/python/cpython2/Modules/_ctypes/libffi/src/x86/
Dffi64.c70 /* All reference to register classes here is identical to the code in
74 These represent classes as documented by the PS ABI, with the
75 exception of SSESF, SSEDF classes, that are basically SSE class,
110 /* Rule #1: If both classes are equal, this is the resulting class. */ in merge_classes()
114 /* Rule #2: If one of the classes is NO_CLASS, the resulting class is in merge_classes()
121 /* Rule #3: If one of the classes is MEMORY, the result is MEMORY. */ in merge_classes()
125 /* Rule #4: If one of the classes is INTEGER, the result is INTEGER. */ in merge_classes()
133 /* Rule #5: If one of the classes is X87, X87UP, or COMPLEX_X87 class, in merge_classes()
148 CLASSES will be filled by the register class used to pass each word
151 sized containers, classes[0] will be NO_CLASS and 1 is returned.
[all …]
/external/tensorflow/tensorflow/python/data/util/
Dsparse.py24 def any_sparse(classes): argument
28 classes: a structure of objects that identify the dataset item classes
31 `True` if `classes` contains a sparse tensor type and `False` otherwise.
33 return any(c is sparse_tensor.SparseTensor for c in nest.flatten(classes))
36 def as_dense_shapes(shapes, classes): argument
41 classes: a structure of objects that identify the dataset item classes
45 `tensor_shape.unknown_shape()` at positions where `classes` contains
50 for shape, c in zip(nest.flatten(shapes), nest.flatten(classes))
55 def as_dense_types(types, classes): argument
60 classes: a structure of objects that identify the dataset item classes
[all …]
/external/kotlinx.serialization/docs/
Dserialization-guide.md10 Once the project is set up, we can start serializing some classes.
19 * <a name='serializable-classes'></a>[Serializable classes](basic-serialization.md#serializable-cla…
32 * <a name='generic-classes'></a>[Generic classes](basic-serialization.md#generic-classes)
36 **Chapter 2.** [Builtin Classes](builtin-classes.md)
38 <!--- TOC_REF builtin-classes.md -->
39 * <a name='primitives'></a>[Primitives](builtin-classes.md#primitives)
40 * <a name='numbers'></a>[Numbers](builtin-classes.md#numbers)
41 * <a name='long-numbers'></a>[Long numbers](builtin-classes.md#long-numbers)
42 …* <a name='long-numbers-as-strings'></a>[Long numbers as strings](builtin-classes.md#long-numbers-…
43 * <a name='enum-classes'></a>[Enum classes](builtin-classes.md#enum-classes)
[all …]
/external/aws-sdk-java-v2/core/sdk-core/src/main/java/software/amazon/awssdk/core/internal/util/
DClassLoaderHelper.java26 private static Class<?> loadClassViaClasses(String fqcn, Class<?>[] classes) { in loadClassViaClasses() argument
27 if (classes == null) { in loadClassViaClasses()
31 for (Class<?> clzz: classes) { in loadClassViaClasses()
58 * Loads the class via the optionally specified classes in the order of
65 * @param classes
72 … public static Class<?> loadClass(String fqcn, Class<?>... classes) throws ClassNotFoundException { in loadClass() argument
73 return loadClass(fqcn, true, classes); in loadClass()
79 * the optionally specified classes in the order of their specification, and
84 * specified classes in the order of their specification, and if not found,
91 * true if the class loaders of the optionally specified classes
[all …]
/external/aws-sdk-java-v2/utils/src/main/java/software/amazon/awssdk/utils/
DClassLoaderHelper.java27 private static Class<?> loadClassViaClasses(String fqcn, Class<?>[] classes) { in loadClassViaClasses() argument
28 if (classes == null) { in loadClassViaClasses()
32 for (Class<?> clzz: classes) { in loadClassViaClasses()
59 * Loads the class via the optionally specified classes in the order of
66 * @param classes
73 … public static Class<?> loadClass(String fqcn, Class<?>... classes) throws ClassNotFoundException { in loadClass() argument
74 return loadClass(fqcn, true, classes); in loadClass()
80 * the optionally specified classes in the order of their specification, and
85 * specified classes in the order of their specification, and if not found,
92 * true if the class loaders of the optionally specified classes
[all …]
/external/aws-sdk-java-v2/codegen/src/main/java/software/amazon/awssdk/codegen/internal/
DClassLoaderHelper.java33 * thread, and if not found, via the class loaders of the optionally specified classes in the
37 * If classesFirst is true, retrieves the resource via the optionally specified classes in the
45 * true if the class loaders of the optionally specified classes take precedence over
47 * @param classes
52 Class<?>... classes) { in getResource() argument
55 url = getResourceViaClasses(resource, classes); in getResource()
62 url = getResourceViaClasses(resource, classes); in getResource()
69 private static URL getResourceViaClasses(String resource, Class<?>[] classes) { in getResourceViaClasses() argument
70 if (classes != null) { in getResourceViaClasses()
71 for (Class<?> c : classes) { in getResourceViaClasses()
[all …]
/external/libffi/src/x86/
Dffi64.c74 /* All reference to register classes here is identical to the code in
78 These represent classes as documented by the PS ABI, with the
79 exception of SSESF, SSEDF classes, that are basically SSE class,
114 /* Rule #1: If both classes are equal, this is the resulting class. */ in merge_classes()
118 /* Rule #2: If one of the classes is NO_CLASS, the resulting class is in merge_classes()
125 /* Rule #3: If one of the classes is MEMORY, the result is MEMORY. */ in merge_classes()
129 /* Rule #4: If one of the classes is INTEGER, the result is INTEGER. */ in merge_classes()
137 /* Rule #5: If one of the classes is X87, X87UP, or COMPLEX_X87 class, in merge_classes()
152 CLASSES will be filled by the register class used to pass each word
155 sized containers, classes[0] will be NO_CLASS and 1 is returned.
[all …]
/external/gson/gson/src/main/java/com/google/gson/
DReflectionAccessFilter.java19 * <p>A filter can also be useful to prevent mixing model classes of a
20 * project with other non-model classes; the filter could
22 * non-model classes.
27 * fields and classes.
84 * Blocks all reflection access to members of standard Java classes which are
86 * classes for which all fields are accessible and which have an accessible
99 * <p>Note that this filter might not cover all standard Java classes. Currently
100 * only classes in a {@code java.*} or {@code javax.*} package are considered. The
101 * set of detected classes might be expanded in the future without prior notice.
114 * Blocks all reflection access to members of standard Java classes.
[all …]
/external/python/cpython2/Demo/metaclasses/
Dmeta-vladimir.txt18 1. Classes.
79 Classes can be defined in terms of other existing classes (and only
80 classes! -- don't bug me on this now). Thus, we can compose property
100 Classes define one special property, indicating whether a class
102 __bases__ and it contains a list (a tuple) of the classes the new
103 class inherits from. The classes from which a class is inheriting the
105 base classes).
121 2. Meta-classes
126 modelled successfully with classes. Or, that the way classes are
127 implemented in Python and the way classes and instances behave at
[all …]
/external/libxml2/python/
Dgenerator.py740 # This part writes part of the Python front-end classes based on
741 # mapping rules between types and classes and also based on function
747 # The type automatically remapped to generated classes
1025 # with primary classes
1090 classes = open("libxml2class.py", "w")
1092 txt.write(" Generated Classes for libxml2-python\n\n")
1102 classes.write("#\n# Functions from module %s\n#\n\n" % file)
1105 classes.write("def %s(" % func)
1110 classes.write(", ")
1111 classes.write("%s" % arg[0])
[all …]
/external/chromium-trace/catapult/common/py_utils/py_utils/
Ddiscover.py69 'Found conflicting classes for the same key: '
74 # TODO(dtu): Normalize all discoverable classes to have corresponding module
82 """Discover all classes in |start_dir| which subclass |base_class|.
84 Base classes that contain subclasses are ignored by default.
93 directly_constructable: If True, will only return classes that can be
100 classes = {}
108 AssertNoKeyConflicts(classes, new_classes)
109 classes = dict(list(classes.items()) + list(new_classes.items()))
110 return classes
120 """Discover all classes in |module| which subclass |base_class|.
[all …]
/external/scudo/standalone/tools/
Dcompute_size_class_config.cpp22 const std::vector<size_t> &classes, size_t pageSize, in measureWastage() argument
28 for (auto c : classes) in measureWastage()
104 std::vector<size_t> classes; in main() local
105 classes.push_back(largestClass); in main()
110 // Skip classes with more than numBits bits, ignoring leading or trailing in main()
117 classes.push_back(newClass); in main()
118 size_t newWastage = measureWastage(allocs, classes, pageSize, headerSize); in main()
119 classes.pop_back(); in main()
125 classes.push_back(minWastageClass); in main()
128 std::sort(classes.begin(), classes.end()); in main()
[all …]
/external/mesa3d/src/nouveau/headers/
Dupdate-from-open-gpu-doc.py13 '/classes/3d/': 'classes/',
14 '/classes/compute/': 'classes/',
15 '/classes/dma-copy/': 'classes/',
16 '/classes/host/': 'classes/',
17 '/classes/memory-to-memory-format/': 'classes/',
18 '/classes/twod/': 'classes/',

12345678910>>...742