Home
last modified time | relevance | path

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

12345678910>>...511

/external/sonivox/arm-wt-22k/misc/
DMMAPI.zip ... .txt Sonivox/mmapi/ Sonivox/mmapi/classes/ Sonivox/mmapi/classes/com/ Sonivox ...
/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/tensorflow/tensorflow/python/data/util/
Dsparse_test.py37 "classes": (),
41 "classes": (ops.Tensor),
45 "classes": (((ops.Tensor))),
49 "classes": (ops.Tensor, ops.Tensor),
53 "classes": (ops.Tensor, sparse_tensor.SparseTensor),
57 "classes": (sparse_tensor.SparseTensor, sparse_tensor.SparseTensor),
62 "classes": (sparse_tensor.SparseTensor, ops.Tensor),
66 "classes": (((sparse_tensor.SparseTensor))),
72 sparse.any_sparse(test_case["classes"]), test_case["expected"])
86 "classes": (),
[all …]
Dsparse.py28 def any_sparse(classes): argument
32 classes: a structure of objects that identify the dataset item classes
35 `True` if `classes` contains a sparse tensor type and `False` otherwise.
37 return any(c is sparse_tensor.SparseTensor for c in nest.flatten(classes))
40 def as_dense_shapes(shapes, classes): argument
45 classes: a structure of objects that identify the dataset item classes
49 `tensor_shape.unknown_shape()` at positions where `classes` contains
54 for shape, c in zip(nest.flatten(shapes), nest.flatten(classes))
59 def as_dense_types(types, classes): argument
64 classes: a structure of objects that identify the dataset item 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.py38 """Samples a set of classes using a uniform base distribution.
40 This operation randomly samples a tensor of sampled classes
52 of the target classes (`true_classes`) and the sampled
53 classes (`sampled_candidates`) is expected to occur in an average
54 tensor of sampled classes. These values correspond to `Q(y|x)`
62 num_true]`. The target classes.
63 num_true: An `int`. The number of target classes per training example.
64 num_sampled: An `int`. The number of classes to randomly sample. The
67 unique: A `bool`. Determines whether all sampled classes in a batch are
69 range_max: An `int`. The number of possible classes.
[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/llvm-project/clang/test/Index/
Dload-classes.cpp32 // CHECK: load-classes.cpp:3:8: StructDecl=X:3:8 (Definition) (abstract) Extent=[3:1 - 26:2]
33 // CHECK: load-classes.cpp:4:3: CXXConstructor=X:4:3 (converting constructor) Extent=[4:3 - 4:15] […
35 // CHECK: load-classes.cpp:4:9: ParmDecl=value:4:9 (Definition) Extent=[4:5 - 4:14]
36 // CHECK: load-classes.cpp:5:3: CXXConstructor=X:5:3 (copy constructor) (converting constructor) Ex…
38 // CHECK: load-classes.cpp:5:14: ParmDecl=x:5:14 (Definition) Extent=[5:5 - 5:15]
39 // CHECK: load-classes.cpp:5:11: TypeRef=struct X:3:8 Extent=[5:11 - 5:12]
40 // CHECK: load-classes.cpp:6:1: CXXAccessSpecifier=:6:1 (Definition) Extent=[6:1 - 6:11] [access=pr…
41 // CHECK: load-classes.cpp:7:3: CXXDestructor=~X:7:3 Extent=[7:3 - 7:7] [access=protected]
43 // CHECK: load-classes.cpp:8:1: CXXAccessSpecifier=:8:1 (Definition) Extent=[8:1 - 8:9] [access=pri…
44 // CHECK: load-classes.cpp:9:3: CXXConversion=operator X *:9:3 Extent=[9:3 - 9:16] [access=private]
[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/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/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/tools/api/golden/v1/
Dtensorflow.keras.applications.pbtxt65 …de_top\', \'weights\', \'input_tensor\', \'input_shape\', \'pooling\', \'classes\'], varargs=None,…
69 …de_top\', \'weights\', \'input_tensor\', \'input_shape\', \'pooling\', \'classes\'], varargs=None,…
73 …de_top\', \'weights\', \'input_tensor\', \'input_shape\', \'pooling\', \'classes\'], varargs=None,…
77 …de_top\', \'weights\', \'input_tensor\', \'input_shape\', \'pooling\', \'classes\', \'classifier_a…
81 …de_top\', \'weights\', \'input_tensor\', \'input_shape\', \'pooling\', \'classes\', \'classifier_a…
85 …de_top\', \'weights\', \'input_tensor\', \'input_shape\', \'pooling\', \'classes\', \'classifier_a…
89 …de_top\', \'weights\', \'input_tensor\', \'input_shape\', \'pooling\', \'classes\', \'classifier_a…
93 …de_top\', \'weights\', \'input_tensor\', \'input_shape\', \'pooling\', \'classes\', \'classifier_a…
97 …de_top\', \'weights\', \'input_tensor\', \'input_shape\', \'pooling\', \'classes\', \'classifier_a…
101 …de_top\', \'weights\', \'input_tensor\', \'input_shape\', \'pooling\', \'classes\', \'classifier_a…
[all …]
/external/tensorflow/tensorflow/tools/api/golden/v2/
Dtensorflow.keras.applications.pbtxt65 …de_top\', \'weights\', \'input_tensor\', \'input_shape\', \'pooling\', \'classes\'], varargs=None,…
69 …de_top\', \'weights\', \'input_tensor\', \'input_shape\', \'pooling\', \'classes\'], varargs=None,…
73 …de_top\', \'weights\', \'input_tensor\', \'input_shape\', \'pooling\', \'classes\'], varargs=None,…
77 …de_top\', \'weights\', \'input_tensor\', \'input_shape\', \'pooling\', \'classes\', \'classifier_a…
81 …de_top\', \'weights\', \'input_tensor\', \'input_shape\', \'pooling\', \'classes\', \'classifier_a…
85 …de_top\', \'weights\', \'input_tensor\', \'input_shape\', \'pooling\', \'classes\', \'classifier_a…
89 …de_top\', \'weights\', \'input_tensor\', \'input_shape\', \'pooling\', \'classes\', \'classifier_a…
93 …de_top\', \'weights\', \'input_tensor\', \'input_shape\', \'pooling\', \'classes\', \'classifier_a…
97 …de_top\', \'weights\', \'input_tensor\', \'input_shape\', \'pooling\', \'classes\', \'classifier_a…
101 …de_top\', \'weights\', \'input_tensor\', \'input_shape\', \'pooling\', \'classes\', \'classifier_a…
[all …]
/external/proguard/build/
Dbuild.xml9 <property name = "classes" value = "classes"/>
23 <target name = "proguard" depends = "classes,lib">
28 destdir = "${classes}"
33 <copy todir = "${classes}">
44 basedir = "${classes}"
53 destdir = "${classes}"
58 <copy todir = "${classes}">
69 basedir = "${classes}"
73 <target name = "retrace" depends = "classes,lib">
78 destdir = "${classes}"
[all …]
Dmakefile9 CLASSES = $(PROGUARD_HOME)/classes macro
33 JAVAC_OPTIONS = -nowarn -Xlint:none -classpath $(CLASSPATH) -sourcepath $(SRC) -d $(CLASSES)
39 -C $(CLASSES) $(dir $<)
44 -C $(CLASSES) $(dir $<)
79 -rm -fr $(CLASSES) $(LIB)
83 ….properties -o -name \*.png -o -name \*.gif -o -name \*.pro \) -printf $(CLASSES)/$(dir $(1))%P\\n)
87 $(1): $(CLASSES) $(CLASSES)/$(1).class $(call RESOURCES,$(1)) $(LIB)
92 $(CLASSES) $(LIB):
95 $(CLASSES)/%.class: $(SRC)/%.java
98 $(CLASSES)/%.properties $(CLASSES)/%.png $(CLASSES)/%.gif $(CLASSES)/%.pro:
[all …]
/external/proguard/src/proguard/
DInitializer.java46 * Creates a new Initializer to initialize classes according to the given
56 * Initializes the classes in the given program class pool and library class
116 // classes whose hierarchies are referenced by the program classes. in execute()
125 // Initialize the superclass hierarchies for program classes. in execute()
132 // Initialize the superclass hierarchy of all library classes, without in execute()
156 // Collect the library classes that are directly referenced by in execute()
157 // program classes, without introspection. in execute()
164 // classes, this time with warnings. in execute()
219 // Collect the library classes that are referenced by program in execute()
220 // classes, directly or indirectly, with or without reflection. in execute()
[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/llvm-project/lldb/docs/design/
Doverview.rst19 API and allow people to link to our classes, we have certain rules that we must
22 - Classes can't inherit from any other classes.
23 - Classes can't contain virtual methods.
24 - Classes should be compatible with script bridging utilities like swig.
25 - Classes should be lightweight and be backed by a single member. Pointers (or
32 make changes to the API as any additional methods added to these classes will
39 A collection of classes that implement our breakpoint classes. Breakpoints are
76 wide variety of classes are implemented:
81 - Communication classes that use Connection objects
89 A collection of classes that implement the data formatters subsystem.
[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.py588 # This part writes part of the Python front-end classes based on
589 # mapping rules between types and classes and also based on function
595 # The type automatically remapped to generated classes
872 # with primary classes
937 classes = open("libxml2class.py", "w")
939 txt.write(" Generated Classes for libxml2-python\n\n")
949 classes.write("#\n# Functions from module %s\n#\n\n" % file)
952 classes.write("def %s(" % func)
957 classes.write(", ")
958 classes.write("%s" % arg[0])
[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/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 …]

12345678910>>...511