Home
last modified time | relevance | path

Searched defs:classes (Results 1 – 25 of 107) 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/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/boost/libs/random/test/
Dstatistic_tests.cpp52 equidistribution_test(test_environment & env, unsigned int classes, in equidistribution_test()
82 unsigned int classes; member in equidistribution_test
89 ks_distribution_test(test_environment & env, unsigned int classes) in ks_distribution_test()
120 runs_test(test_environment & env, unsigned int classes, in runs_test()
148 unsigned int classes; member in runs_test
155 gap_test(test_environment & env, unsigned int classes, in gap_test()
186 unsigned int classes; member in gap_test
193 poker_test(test_environment & env, unsigned int classes, in poker_test()
213 unsigned int classes; member in poker_test
220 coupon_collector_test(test_environment & env, unsigned int classes, in coupon_collector_test()
[all …]
Dstatistic_tests.hpp78 unsigned int classes() const { return _classes; } in classes() function in experiment_base
86 explicit equidistribution_experiment(unsigned int classes) in equidistribution_experiment()
104 explicit equidistribution_2d_experiment(unsigned int classes) in equidistribution_2d_experiment()
126 distribution_experiment(Distribution dist , unsigned int classes) in distribution_experiment()
191 explicit runs_experiment(unsigned int classes) : experiment_base(classes) { } in runs_experiment()
231 gap_experiment(unsigned int classes, const Dist & dist, double alpha, double beta) in gap_experiment()
598 unsigned int classes = std::distance(first, last); in chi_square_value() local
624 explicit generic_counter(unsigned int classes) : container(classes, 0) { } in generic_counter()
/third_party/cef/tools/
Dtranslator.py188 classes = options.classes variable
190 classes = allclasses variable
192 classes = sorted(classes) variable
/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.c67 const int32_t *classes) in arm_svm_linear_init_f32()
Darm_svm_rbf_init_f32.c62 const int32_t *classes, in arm_svm_rbf_init_f32()
Darm_svm_sigmoid_init_f32.c63 const int32_t *classes, in arm_svm_sigmoid_init_f32()
Darm_svm_polynomial_init_f32.c66 const int32_t *classes, in arm_svm_polynomial_init_f32()
/third_party/typescript/tests/cases/fourslash/
DrenameDefaultImport.ts19 const classes = { definition: "class B", ranges: [C] }; constant
DrenameDefaultImportDifferentName.ts19 const classes = { definition: "class C", ranges: [C] }; constant
DrenameImportOfReExport2.ts21 const classes = { definition: "class C", ranges: cRanges }; constant
DfindAllRefsOnImportAliases.ts17 const classes = { definition: "class Class", ranges: [r0] }; constant
DfindAllRefsOnImportAliases2.ts19 const classes = { definition: "class Class", ranges: classRanges }; constant
DrenameImportOfReExport.ts24 const classes = { definition: "class C", ranges: [r0] }; constant
DreferencesForMergedDeclarations3.ts25 const classes = [class0, class1, class2, class3, class4, class5]; constant
/third_party/node/test/common/
Ddns.js19 const classes = { variable
313 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/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/
Dgstdevice.c353 gst_device_has_classesv (GstDevice * device, gchar ** classes) in gst_device_has_classesv()
396 gst_device_has_classes (GstDevice * device, const gchar * classes) in gst_device_has_classes()

12345