/third_party/node/deps/npm/node_modules/aproba/ |
D | index.js | 9 '*': {label: 'any', check: () => true}, property 10 A: {label: 'array', check: _ => Array.isArray(_) || isArguments(_)}, property 11 S: {label: 'string', check: _ => typeof _ === 'string'}, property 12 N: {label: 'number', check: _ => typeof _ === 'number'}, property 13 F: {label: 'function', check: _ => typeof _ === 'function'}, property 14 …O: {label: 'object', check: _ => typeof _ === 'object' && _ != null && !types.A.check(_) && !types… property 15 B: {label: 'boolean', check: _ => typeof _ === 'boolean'}, property 16 E: {label: 'error', check: _ => _ instanceof Error}, property 17 Z: {label: 'null', check: _ => _ == null} property
|
/third_party/eudev/src/shared/ |
D | smack-util.c | 48 int mac_smack_apply(const char *path, const char *label) { in mac_smack_apply() 68 int mac_smack_apply_fd(int fd, const char *label) { in mac_smack_apply_fd() 88 int mac_smack_apply_ip_out_fd(int fd, const char *label) { in mac_smack_apply_ip_out_fd() 108 int mac_smack_apply_ip_in_fd(int fd, const char *label) { in mac_smack_apply_ip_in_fd() 128 int mac_smack_apply_pid(pid_t pid, const char *label) { in mac_smack_apply_pid() 171 const char *label; in mac_smack_fix() local
|
/third_party/node/deps/npm/node_modules/archy/examples/ |
D | multi_line.js | 4 label : 'beep\none\ntwo', property 8 label : 'boop', property 11 label : 'o_O\nwheee', property 14 label : 'oh', property
|
D | beep.js | 3 label : 'beep', property 7 label : 'boop', property 10 label : 'o_O', property 13 label : 'oh', property
|
/third_party/skia/experimental/skrive/src/reader/ |
D | JsonReader.cpp | 69 const T* readProp(const char label[]) { in readProp() 84 uint16_t readId(const char label[]) override { in readId() 89 bool readBool(const char label[]) override { in readBool() 95 float readFloat(const char label[]) override { in readFloat() 101 uint8_t readUInt8(const char label[]) override { in readUInt8() 105 uint16_t readUInt16(const char label[]) override { in readUInt16() 109 uint32_t readUInt32(const char label[]) override { in readUInt32() 115 SkString readString(const char label[]) override { in readString() 121 size_t readFloatArray(const char label[], float dst[], size_t count) override { in readFloatArray() 153 bool openArray(const char label[]) override { in openArray() [all …]
|
/third_party/node/deps/npm/node_modules/archy/test/ |
D | beep.js | 6 label : 'beep', property 10 label : 'boop', property 13 label : 'o_O', property 16 label : 'oh', property
|
D | multi_line.js | 6 label : 'beep\none\ntwo', property 10 label : 'boop', property 13 label : 'o_O\nwheee', property 16 label : 'oh', property
|
D | non_unicode.js | 6 label : 'beep', property 10 label : 'boop', property 13 label : 'o_O', property 16 label : 'oh', property
|
/third_party/weston/tools/zunitc/inc/zunitc/ |
D | zunitc.h | 406 #define ZUCIMPL_ASSERTG(label, opcode, valtype, lhs, rhs) \ argument 593 #define ZUC_ASSERTG_TRUE(condition, label) \ argument 606 #define ZUC_ASSERTG_FALSE(condition, label) \ argument 617 #define ZUC_ASSERTG_NULL(condition, label) \ argument 628 #define ZUC_ASSERTG_NOT_NULL(condition, label) \ argument 641 #define ZUC_ASSERTG_EQ(expected, actual, label) \ argument 654 #define ZUC_ASSERTG_NE(expected, actual, label) \ argument 667 #define ZUC_ASSERTG_LT(lesser, greater, label) \ argument 682 #define ZUC_ASSERTG_LE(lesser, greater, label) \ argument 695 #define ZUC_ASSERTG_GT(greater, lesser, label) \ argument [all …]
|
/third_party/node/deps/npm/node_modules/npm-audit-report/lib/ |
D | utils.js | 13 label: 'Critical' property 17 label: 'High' property 21 label: 'Moderate' property 25 label: 'Low' property 29 label: 'Info' property
|
/third_party/node/deps/npm/node_modules/gentle-fs/node_modules/aproba/ |
D | index.js | 8 '*': {label: 'any', check: function () { return true }}, property 9 …A: {label: 'array', check: function (thingy) { return Array.isArray(thingy) || isArguments(thingy)… property 10 S: {label: 'string', check: function (thingy) { return typeof thingy === 'string' }}, property 11 N: {label: 'number', check: function (thingy) { return typeof thingy === 'number' }}, property 12 F: {label: 'function', check: function (thingy) { return typeof thingy === 'function' }}, property 13 …O: {label: 'object', check: function (thingy) { return typeof thingy === 'object' && thingy != nul… property 14 B: {label: 'boolean', check: function (thingy) { return typeof thingy === 'boolean' }}, property 15 E: {label: 'error', check: function (thingy) { return thingy instanceof Error }}, property 16 Z: {label: 'null', check: function (thingy) { return thingy == null }} property
|
/third_party/node/deps/npm/node_modules/copy-concurrently/node_modules/aproba/ |
D | index.js | 8 '*': {label: 'any', check: function () { return true }}, property 9 …A: {label: 'array', check: function (thingy) { return Array.isArray(thingy) || isArguments(thingy)… property 10 S: {label: 'string', check: function (thingy) { return typeof thingy === 'string' }}, property 11 N: {label: 'number', check: function (thingy) { return typeof thingy === 'number' }}, property 12 F: {label: 'function', check: function (thingy) { return typeof thingy === 'function' }}, property 13 …O: {label: 'object', check: function (thingy) { return typeof thingy === 'object' && thingy != nul… property 14 B: {label: 'boolean', check: function (thingy) { return typeof thingy === 'boolean' }}, property 15 E: {label: 'error', check: function (thingy) { return thingy instanceof Error }}, property 16 Z: {label: 'null', check: function (thingy) { return thingy == null }} property
|
/third_party/node/deps/npm/node_modules/gauge/node_modules/aproba/ |
D | index.js | 8 '*': {label: 'any', check: function () { return true }}, property 9 …A: {label: 'array', check: function (thingy) { return Array.isArray(thingy) || isArguments(thingy)… property 10 S: {label: 'string', check: function (thingy) { return typeof thingy === 'string' }}, property 11 N: {label: 'number', check: function (thingy) { return typeof thingy === 'number' }}, property 12 F: {label: 'function', check: function (thingy) { return typeof thingy === 'function' }}, property 13 …O: {label: 'object', check: function (thingy) { return typeof thingy === 'object' && thingy != nul… property 14 B: {label: 'boolean', check: function (thingy) { return typeof thingy === 'boolean' }}, property 15 E: {label: 'error', check: function (thingy) { return thingy instanceof Error }}, property 16 Z: {label: 'null', check: function (thingy) { return thingy == null }} property
|
/third_party/node/deps/npm/node_modules/run-queue/node_modules/aproba/ |
D | index.js | 8 '*': {label: 'any', check: function () { return true }}, property 9 …A: {label: 'array', check: function (thingy) { return Array.isArray(thingy) || isArguments(thingy)… property 10 S: {label: 'string', check: function (thingy) { return typeof thingy === 'string' }}, property 11 N: {label: 'number', check: function (thingy) { return typeof thingy === 'number' }}, property 12 F: {label: 'function', check: function (thingy) { return typeof thingy === 'function' }}, property 13 …O: {label: 'object', check: function (thingy) { return typeof thingy === 'object' && thingy != nul… property 14 B: {label: 'boolean', check: function (thingy) { return typeof thingy === 'boolean' }}, property 15 E: {label: 'error', check: function (thingy) { return thingy instanceof Error }}, property 16 Z: {label: 'null', check: function (thingy) { return thingy == null }} property
|
/third_party/node/deps/npm/node_modules/move-concurrently/node_modules/aproba/ |
D | index.js | 8 '*': {label: 'any', check: function () { return true }}, property 9 …A: {label: 'array', check: function (thingy) { return Array.isArray(thingy) || isArguments(thingy)… property 10 S: {label: 'string', check: function (thingy) { return typeof thingy === 'string' }}, property 11 N: {label: 'number', check: function (thingy) { return typeof thingy === 'number' }}, property 12 F: {label: 'function', check: function (thingy) { return typeof thingy === 'function' }}, property 13 …O: {label: 'object', check: function (thingy) { return typeof thingy === 'object' && thingy != nul… property 14 B: {label: 'boolean', check: function (thingy) { return typeof thingy === 'boolean' }}, property 15 E: {label: 'error', check: function (thingy) { return thingy instanceof Error }}, property 16 Z: {label: 'null', check: function (thingy) { return thingy == null }} property
|
/third_party/node/doc/api/ |
D | console.md | 562 [`console.error()`]: #console_console_error_data_args 563 [`console.group()`]: #console_console_group_label 564 [`console.log()`]: #console_console_log_data_args 565 [`console.profile()`]: #console_console_profile_label 566 [`console.profileEnd()`]: #console_console_profileend_label 567 [`console.time()`]: #console_console_time_label 568 [`console.timeEnd()`]: #console_console_timeend_label
|
/third_party/ffmpeg/libavcodec/x86/ |
D | mlpdsp_init.c | 74 #define MLPMUL(label, offset, offs, offc) \ argument 81 #define FIRMULREG(label, offset, firc)\ argument 99 #define MLPMUL(label, offset, offs, offc) \ argument 106 #define FIRMULREG(label, offset, firc) \ argument 129 #define FIRMUL(label, offset) MLPMUL(label, #offset, "0", "0") argument 130 #define IIRMUL(label, offset) MLPMUL(label, #offset, IOFFS, IOFFC) argument
|
/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/ |
D | LabelTests.cpp | 25 std::string label = "test"; in TEST_F() local 59 std::string label = "test"; in TEST_F() local 91 std::string label = "test"; in TEST_F() local 122 std::string label = "test"; in TEST_F() local 154 std::string label = "test"; in TEST_F() local 183 std::string label = "test"; in TEST_F() local 217 std::string label = "test"; in TEST_F() local 260 std::string label = "test"; in TEST_F() local 293 std::string label = "test"; in TEST_F() local 324 std::string label = "test"; in TEST_F() local [all …]
|
/third_party/typescript/.vscode/ |
D | tasks.json | 8 "label": "gulp: local", string 20 "label": "gulp: tsc", string 29 "label": "gulp: tests", string 39 "label": "gulp: services", string
|
/third_party/optimized-routines/string/arm/ |
D | strcmp-armv6m.S | 14 .macro DoSub n, label 25 .macro Byte_Test n, label
|
/third_party/weston/libweston/ |
D | weston_bytrace.cpp | 30 void weston_bytrace_begin(const char *label) in weston_bytrace_begin() 37 void weston_bytrace_end(const char *label) in weston_bytrace_end()
|
/third_party/mindspore/tests/ut/data/dataset/testCLUE/cmnli/ |
D | dev.json | 1 {"sentence1": "每个人都有权利", "sentence2": "每个人都有福利", "label": "neutral"} string 3 {"sentence1": "我最喜欢的餐馆是离你最近的一家", "sentence2": "我最喜欢的餐馆离你家至少一百英里远。", "label": "contradiction"} string
|
D | train.json | 1 {"sentence1": "你应该给这件衣服定一个价格。", "sentence2": "不同的衣服有不同的价格。", "label": "neutral"} string 3 {"sentence1": "向左。", "sentence2": "向右。", "label": "contradiction"} string
|
/third_party/mindspore/tests/ut/data/dataset/testCLUE/iflytek/ |
D | train.json | 1 {"label": "11", "label_des": "薅羊毛", "sentence": "第一个文本"} string 3 {"label": "74", "label_des": "违章", "sentence": "第三个文本"} string
|
/third_party/mindspore/tests/ut/data/dataset/testCLUE/afqmc/ |
D | dev.json | 1 {"sentence1": "你有花呗吗", "sentence2": "我的花呗没额度了", "label": "0"} string 3 {"sentence1": "蚂蚁花呗支付金额有什么限制", "sentence2": "我到实体店消费用花呗支付受金额限制", "label": "1"} string
|