/third_party/boost/libs/function_types/test/ |
D | Jamfile | 16 [ compile classification/is_function.cpp ] 17 [ compile classification/is_function_pointer.cpp ] 18 [ compile classification/is_function_reference.cpp ] 19 [ compile classification/is_member_function_pointer.cpp ] 20 [ compile classification/is_member_object_pointer.cpp ] 21 [ compile classification/is_callable_builtin.cpp ] 22 [ compile classification/is_nonmember_callable_builtin.cpp ] 23 [ compile classification/is_member_pointer.cpp ] 25 [ compile classification/is_cv_mem_func_ptr.cpp ] 26 [ compile classification/is_variadic.cpp ] [all …]
|
/third_party/mindspore/mindspore/lite/test/config/ |
D | models_nnie.cfg | 1 classification/lenet lenet_deploy 1 1 0 0.5 2 classification/alexnet bvlc_alexnet_no_group_deploy_mark 1 1 0 0.5 3 classification/vgg16 vgg16_upgrade_deploy;1,224,224,3 1 1 0 0.5 4 classification/mobilenet mobilenet_v2_deploy_inplace_depthconv 1 1 0 0.5
|
/third_party/libwebsockets/lib/drivers/button/ |
D | README.md | 9 each button can apply its own classification regime, to allow for different 39 is the engine of the rest of the classification while any button is down. The 45 button names, and also optionally the classification regime for that button. 79 The classification regime is designed to reflect both the user interaction 115 more typically the user code wants to consume a higher-level classification of 123 click|The button activity resulted in a classification as a single-click 124 longclick|The button activity resulted in a classification as a long-click 125 doubleclick|The button activity resulted in a classification as a double-click 128 clear a second click isn't coming, it is enabled as a possible classification in 131 Typically user code is interested in, eg, a high level classification of what [all …]
|
/third_party/typescript/src/testRunner/unittests/services/ |
D | colorization.ts | 6 classification: ts.TokenClass; property 34 …EndOfLineState(value: number): ClassificationEntry { return { value, classification: undefined!, p… 35 …function createClassification(value: string, classification: ts.TokenClass, position?: number): Cl… 36 return { value, classification, position }; 43 if (expectedEntry.classification === undefined) { 53 …classification, expectedEntry.classification, "Classification class does not match expected. Expec…
|
/third_party/musl/src/misc/ |
D | fmtmsg.c | 24 int fmtmsg(long classification, const char *label, int severity, in fmtmsg() argument 41 if (classification & MM_CONSOLE) { in fmtmsg() 57 if (classification & MM_PRINT) { in fmtmsg()
|
/third_party/mbedtls/tests/suites/ |
D | test_suite_psa_crypto_metadata.function | 14 /* Flags for algorithm classification macros. There is a flag for every 15 * algorithm classification macro PSA_ALG_IS_xxx except for the 18 * classification macro without the PSA_ prefix. */ 49 /* Flags for key type classification macros. There is a flag for every 50 * key type classification macro PSA_KEY_TYPE_IS_xxx except for some that 52 * the name of the classification macro without the PSA_ prefix. */ 63 /* Flags for lifetime classification macros. There is a flag for every 64 * lifetime classification macro PSA_KEY_LIFETIME_IS_xxx. The name of the 65 * flag is the name of the classification macro without the PSA_ prefix. */ 195 /* Algorithm classification */ [all …]
|
/third_party/typescript/tests/cases/fourslash/ |
D | syntacticClassificationsMergeConflictMarker1.ts | 10 const c = classification("original"); 18 const c2 = classification("2020");
|
D | semanticClassification2.ts | 10 const c = classification("original"); 13 const c2 = classification("2020");
|
D | semanticClassificationsCancellation1.ts | 8 const c = classification("original"); 18 const c2 = classification("2020");
|
D | semanticClassificationUninstantiatedModuleWithVariableOfSameName1.ts | 11 const c = classification("original"); 16 const c2 = classification("2020");
|
D | syntacticClassificationWithErrors.ts | 8 const c = classification("original") 17 const c2 = classification("2020");
|
D | syntacticClassificationsDocComment1.ts | 6 const c = classification("original"); 20 const c2 = classification("2020");
|
D | syntacticClassificationsForOfKeyword.ts | 5 const c = classification("original"); 18 const c2 = classification("2020");
|
D | syntacticClassificationsForOfKeyword2.ts | 5 const c = classification("original"); 18 const c2 = classification("2020");
|
D | syntacticClassificationsTemplates2.ts | 7 const c = classification("original"); 13 const c2 = classification("2020");
|
D | syntacticClassificationsConflictMarkers2.ts | 9 const c = classification("original"); 17 const c2 = classification("2020");
|
D | syntacticClassificationsDocComment3.ts | 6 const c = classification("original"); 22 const c2 = classification("2020");
|
D | syntacticClassificationsCancellation1.ts | 8 const c = classification("original"); 23 const c2 = classification("2020");
|
D | syntacticClassificationsForOfKeyword3.ts | 5 const c = classification("original"); 20 const c2 = classification("2020");
|
D | semanticClassificationClassExpression.ts | 6 const c = classification("original"); 14 const c2 = classification("2020");
|
D | semanticClassificationAlias.ts | 14 const c = classification("original"); 22 const c2 = classification("2020");
|
D | syntacticClassificationsConflictDiff3Markers2.ts | 11 const c = classification("original"); 21 const c2 = classification("2020");
|
D | semanticClassification1.ts | 9 const c = classification("original"); 17 var c2 = classification("2020")
|
D | syntacticClassificationsConflictMarkers1.ts | 11 const c = classification("original"); 21 const c2 = classification("2020");
|
/third_party/boost/boost/spirit/home/qi/char/ |
D | char_class.hpp | 62 typedef typename Tag::char_class classification; typedef 69 classify<char_encoding>::is(classification(), ch); in test() 76 return info(what_::is(classification())); in what()
|