Home
last modified time | relevance | path

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

12345

/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/node/deps/v8/tools/system-analyzer/view/
Dhelper.mjs129 static element(type, classes) { argument
135 static svg(classes) { argument
139 static rect(classes) { argument
143 static g(classes) { argument
/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/node/test/common/
Ddns.js19 const classes = { variable
314 classes, property
/third_party/toybox/toys/other/
Dionice.c76 char *classes[] = {"none", "rt", "be", "idle"}; in iorenice_main() local
/third_party/node/tools/doc/
Dalljson.mjs19 classes: [], property
/third_party/node/test/fixtures/wpt/encoding/streams/
Dbackpressure.any.js5 const classes = [ variable
/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/libdrm/tests/tegra/
Dsyncpt-wait.c39 } classes[] = { in channel_open() local
Dsyncpt-timeout.c39 } classes[] = { in channel_open() local
/third_party/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_regalloc.h56 struct ra_class *classes[RC_REG_CLASS_COUNT]; member
/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/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
DAPIStatusConsistencyChecker.java32 String[] classes = args[1].split(";"); in main() local
/third_party/node/deps/v8/tools/js/
Dweb-api-helper.mjs213 static addClasses(node, classes) { argument
267 static tr(classes) { argument
/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):

12345