Home
last modified time | relevance | path

Searched defs:classes (Results 1 – 25 of 78) sorted by relevance

1234

/third_party/skia/third_party/externals/oboe/samples/iolib/
DREADME.md17 ### DataSource
20 ### SampleSource
23 ### OneShotSampleSource
26 ### SampleBuffer
29 ### SimpleMultiPlayer
/third_party/googletest/docs/reference/
Dmocking.md413 ### DefaultValue {#DefaultValue}
437 ### NiceMock {#NiceMock}
468 ### NaggyMock {#NaggyMock}
495 ### StrictMock {#StrictMock}
527 ### Sequence {#Sequence}
534 ### InSequence {#InSequence}
559 ### Expectation {#Expectation}
574 ### ExpectationSet {#ExpectationSet}
/third_party/typescript/tests/baselines/reference/
DreactTagNameComponentWithPropsNoOOM2.js7 const classes = ""; constant
10 <Tag className={classes} {...rest}> field
30 var classes = ""; variable
DreactTagNameComponentWithPropsNoOOM.js7 const classes = ""; constant
10 <Tag className={classes} {...rest}> field
30 var classes = ""; variable
DjsDeclarationsReactComponents.js88 classes: PropTypes.object, property
92 classes: {}, property
178 classes: prop_types_1.default.object, property
181 classes: {}, property
/third_party/rust/crates/aho-corasick/src/
Dclasses.rs21 let mut classes = ByteClasses::empty(); in singletons() localVariable
105 classes: &'a ByteClasses, field
177 let mut classes = ByteClasses::empty(); in build() localVariable
203 let classes = set.build(); in byte_classes() localVariable
218 let classes = set.build(); in byte_classes() localVariable
Dlib.rs207 mod classes; module
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/engine/datasetops/source/
Dlsun_op.cc28const std::vector<std::string> &classes, bool do_decode, std::unique_ptr<DataSchema> data_schema, in LSUNOp()
50 Status LSUNOp::WalkDir(Path *dir, const std::string &usage, const std::vector<std::string> &classes, in WalkDir()
104const std::vector<std::string> &classes, int64_t *num_rows, int64_t *num_classes) { in CountRowsAndClasses()
/third_party/python/Modules/_ctypes/libffi_osx/x86/
Dx86-ffi64.c141 enum x86_64_reg_class classes[], in classify_argument()
363 enum x86_64_reg_class classes[MAX_CLASSES]; in ffi_prep_cif_machdep() local
438 enum x86_64_reg_class classes[MAX_CLASSES]; in ffi_call() local
641 enum x86_64_reg_class classes[MAX_CLASSES]; in ffi_closure_unix64_inner() local
671 enum x86_64_reg_class classes[MAX_CLASSES]; in ffi_closure_unix64_inner() local
/third_party/typescript/tests/cases/compiler/
DtypeAnnotationBestCommonTypeInArrayLiteral.ts5 classes?: string; property
/third_party/mindspore/mindspore-src/source/tests/st/auto_parallel/
Donehot_model_parallel.py93 def label_data(self, shape, classes): argument
102 def __init__(self, batch_size, classes, on_value=1.0, off_value=0.0, axis=None, strategy=None): argument
/third_party/toybox/toys/other/
Dionice.c74 char *classes[] = {"none", "rt", "be", "idle"}; in iorenice_main() local
/third_party/libdrm/tests/tegra/
Dsyncpt-timeout.c39 } classes[] = { in channel_open() local
Dsyncpt-wait.c39 } classes[] = { in channel_open() local
/third_party/mesa3d/src/panfrost/midgard/
Dmidgard_ra.c108 set_class(unsigned *classes, unsigned node, unsigned class) in set_class()
120 check_read_class(unsigned *classes, unsigned tag, unsigned node) in check_read_class()
141 check_write_class(unsigned *classes, unsigned tag, unsigned node) in check_write_class()
258 unsigned classes[] = { TAG_LOAD_STORE_4, TAG_TEXTURE_4, TAG_TEXTURE_4, TAG_ALU_4}; in mir_lower_special_reads() local
/third_party/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_regalloc.h56 struct ra_class *classes[RC_REG_CLASS_COUNT]; member
/third_party/mindspore/mindspore-src/source/mindspore/lite/python/api/
D_checkparam.py20 def check_isinstance(arg_name, arg_value, classes, enable_none=False): argument
/third_party/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
DAPIStatusConsistencyChecker.java32 String[] classes = args[1].split(";"); in main() local
/third_party/python/Lib/test/
Dtest_finalization.py359 def build_chain(self, classes): argument
365 def check_non_resurrecting_chain(self, classes): argument
379 def check_resurrecting_chain(self, classes): argument
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/engine/ir/datasetops/source/
Dlsun_node.cc24 …(const std::string &dataset_dir, const std::string &usage, const std::vector<std::string> &classes, in LSUNNode()
/third_party/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_compiler_nir_ra.c93 struct ra_class *classes[NUM_REG_CLASSES]; in etna_ra_setup() local
/third_party/skia/third_party/externals/abseil-cpp/absl/hash/
Dhash_testing.h201 std::vector<EqClass> classes; in VerifyTypeImplementsAbslHashCorrectly() local
/third_party/rust/crates/aho-corasick/aho-corasick-debug/
Dmain.rs51 classes: bool, field
/third_party/python/Lib/importlib/
Dabc.py32 def _register(abstract_cls, *classes):
/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/_extends/graph_kernel/model/
Dgraph_parallel.py169 def _cal_mean(classes): argument

1234