Home
last modified time | relevance | path

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

123456

/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
/third_party/cef/tools/
Dtranslator.py188 classes = options.classes variable
190 classes = allclasses variable
192 classes = sorted(classes) variable
/third_party/cmsis/CMSIS/DSP/Include/dsp/
Dsvm_functions_f16.h73 const int32_t *classes; /**< The two SVM classes */ member
87 const int32_t *classes; /**< The two SVM classes */ member
103 const int32_t *classes; /**< The two SVM classes */ member
117 const int32_t *classes; /**< The two SVM classes */ member
Dsvm_functions.h91 const int32_t *classes; /**< The two SVM classes */ member
105 const int32_t *classes; /**< The two SVM classes */ member
121 const int32_t *classes; /**< The two SVM classes */ member
135 const int32_t *classes; /**< The two SVM classes */ member
/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/cmsis/CMSIS/DSP/Source/SVMFunctions/
Darm_svm_linear_init_f32.c78 const int32_t *classes) in arm_svm_linear_init_f32()
Darm_svm_linear_init_f16.c72 const int32_t *classes) in arm_svm_linear_init_f16()
Darm_svm_rbf_init_f16.c72 const int32_t *classes, in arm_svm_rbf_init_f16()
Darm_svm_rbf_init_f32.c74 const int32_t *classes, in arm_svm_rbf_init_f32()
Darm_svm_sigmoid_init_f32.c74 const int32_t *classes, in arm_svm_sigmoid_init_f32()
Darm_svm_sigmoid_init_f16.c72 const int32_t *classes, in arm_svm_sigmoid_init_f16()
Darm_svm_polynomial_init_f32.c76 const int32_t *classes, in arm_svm_polynomial_init_f32()
Darm_svm_polynomial_init_f16.c74 const int32_t *classes, in arm_svm_polynomial_init_f16()
/third_party/node/test/common/
Ddns.js19 const classes = { variable
314 classes, property
/third_party/node/tools/doc/
Dalljson.mjs19 classes: [], property
/third_party/toybox/toys/other/
Dionice.c74 char *classes[] = {"none", "rt", "be", "idle"}; in iorenice_main() local
/third_party/libffi/src/x86/
Dffi64.c160 classify_argument (ffi_type *type, enum x86_64_reg_class classes[], in classify_argument()
402 enum x86_64_reg_class classes[MAX_CLASSES]; in ffi_prep_cif_machdep() local
561 enum x86_64_reg_class classes[MAX_CLASSES]; in ffi_call_int() local
796 enum x86_64_reg_class classes[MAX_CLASSES]; in ffi_closure_unix64_inner() local
/third_party/gstreamer/gstreamer/gst/
Dgstdeviceproviderfactory.c481 gchar ** classes) in gst_device_provider_factory_has_classesv()
532 const gchar * classes) in gst_device_provider_factory_has_classes()

123456