| /third_party/boost/boost/atomic/detail/ |
| D | classify.hpp | 44 struct classify struct 46 typedef void type; 50 struct classify< T, true, false > { typedef int type; }; argument 54 struct classify< T, false, true > { typedef float type; }; struct 58 struct classify< T*, false, false > { typedef typename classify_pointer< T >::type type; }; struct 61 struct classify< void*, false, false > { typedef void type; }; struct 64 struct classify< const void*, false, false > { typedef void type; }; struct 67 struct classify< volatile void*, false, false > { typedef void type; }; struct 70 struct classify< const volatile void*, false, false > { typedef void type; }; struct 73 struct classify< T U::*, false, false > { typedef void type; }; struct
|
| D | atomic_template.hpp | 85 struct classify struct 87 typedef void type; 91 struct classify< T, true, false > { typedef int type; }; argument 95 struct classify< T, false, true > { typedef float type; }; argument 99 struct classify< T*, false, false > { typedef typename classify_pointer< T >::type type; }; struct 102 struct classify< void*, false, false > { typedef void type; }; struct 105 struct classify< const void*, false, false > { typedef void type; }; argument 108 struct classify< volatile void*, false, false > { typedef void type; }; argument 111 struct classify< const volatile void*, false, false > { typedef void type; }; struct 114 struct classify< T U::*, false, false > { typedef void type; }; struct
|
| /third_party/ltp/tools/sparse/sparse-src/validation/expand/ |
| D | builtin_fpclassify.c | 3 #define classify(X) __builtin_fpclassify(FP_NAN,FP_INF,FP_NOR,FP_SUB,FP_ZERO,X) macro
|
| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
| D | BidiClassifier.java | 94 public int classify(int c) { in classify() method in BidiClassifier
|
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
| D | BidiClassifier.java | 90 public int classify(int c) { in classify() method in BidiClassifier
|
| /third_party/python/Tools/scripts/ |
| D | abitype.py | 14 def classify(): function
|
| /third_party/boost/boost/spirit/home/support/ |
| D | char_class.hpp | 282 struct classify struct 284 typedef typename CharEncoding::char_type char_type; 297 BOOST_SPIRIT_CLASSIFY(char_, ischar) in BOOST_SPIRIT_CLASSIFY() 323 is(tag::uppernum, Char ch) in is()
|
| /third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/ |
| D | TestClassOverride.java | 70 public int classify(int c) { in classify() method in TestClassOverride.CustomClassifier
|
| D | BiDiConformanceTest.java | 360 public int classify(int c) { in classify() method in BiDiConformanceTest.ConfTestBidiClassifier
|
| /third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/bidi/ |
| D | TestClassOverride.java | 73 public int classify(int c) { in classify() method in TestClassOverride.CustomClassifier
|
| D | BiDiConformanceTest.java | 363 public int classify(int c) { in classify() method in BiDiConformanceTest.ConfTestBidiClassifier
|
| /third_party/python/Lib/lib2to3/pgen2/ |
| D | parse.py | 164 def classify(self, type, value, context): member in Parser
|
| /third_party/optimized-routines/math/test/rtest/ |
| D | intern.h | 61 classify, /* classify double: dbl -> int */ enumerator
|
| /third_party/ntfs-3g/ntfsprogs/ |
| D | ntfsls.c | 118 int classify; member
|
| /third_party/python/Lib/idlelib/ |
| D | undo.py | 256 def classify(self, c): member in InsertCommand
|
| /third_party/libwebsockets/lib/misc/fts/ |
| D | trie.c | 490 static char classify[] = { variable
|
| /third_party/skia/third_party/skcms/ |
| D | skcms.cc | 145 static TFKind classify(const skcms_TransferFunction& tf, TF_PQish* pq = nullptr in classify() function
|
| /third_party/mksh/ |
| D | edit.c | 3505 static const unsigned char classify[128] = { variable
|