| /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/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/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/node/deps/npm/node_modules/archy/test/ |
| 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 | beep.js | 6 label : 'beep', property 10 label : 'boop', property 13 label : 'o_O', 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/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/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/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/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/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/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/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/rust/crates/cxx/.vscode/ |
| D | tasks.json | 5 "label": "Cargo test", string 11 "label": "Bazel test", string 18 "label": "Buck test", string 25 "label": "Vendor", string
|
| /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/musl/porting/linux/user/src/trace/ |
| D | trace_marker.c | 72 static inline bool is_enable_trace(uint64_t label) in is_enable_trace() 93 void trace_marker_begin(uint64_t label, const char *message, const char *value) in trace_marker_begin() 126 void trace_marker_end(uint64_t label) in trace_marker_end() 154 void trace_marker_async_begin(uint64_t label, const char *message, const char *value, int taskId) in trace_marker_async_begin() 187 void trace_marker_async_end(uint64_t label, const char *message, const char *value, int taskId) in trace_marker_async_end() 219 void trace_marker_count(uint64_t label, const char *message, int value) in trace_marker_count()
|
| /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/typescript/tests/baselines/reference/ |
| D | jsDeclarationsTypedefPropertyAndExportAssignment.js | 19 label: 'Parse HTML & CSS' property 23 label: 'Style & Layout' property 71 label: 'Parse HTML & CSS' property 75 label: 'Style & Layout' property
|
| /third_party/flutter/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/ |
| D | TaggedData.java | 35 void tagField(int position, int width, int value, String alt, String label); in tagField() 47 void tagTarget(int position, int value, int targetPosition, String label); in tagTarget() 51 void pushRangeAtOffset(String label, int base); in pushRangeAtOffset() 53 int tagRangeField(FieldType ft, String label); in tagRangeField()
|
| /third_party/flutter/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/sample/sfview/ |
| D | TaggedData.java | 35 void tagField(int position, int width, int value, String alt, String label); in tagField() 47 void tagTarget(int position, int value, int targetPosition, String label); in tagTarget() 51 void pushRangeAtOffset(String label, int base); in pushRangeAtOffset() 53 int tagRangeField(FieldType ft, String label); in tagRangeField()
|
| /third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/ |
| D | TaggedData.java | 35 void tagField(int position, int width, int value, String alt, String label); in tagField() 47 void tagTarget(int position, int value, int targetPosition, String label); in tagTarget() 51 void pushRangeAtOffset(String label, int base); in pushRangeAtOffset() 53 int tagRangeField(FieldType ft, String label); in tagRangeField()
|
| /third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/sample/sfview/ |
| D | TaggedData.java | 35 void tagField(int position, int width, int value, String alt, String label); in tagField() 47 void tagTarget(int position, int value, int targetPosition, String label); in tagTarget() 51 void pushRangeAtOffset(String label, int base); in pushRangeAtOffset() 53 int tagRangeField(FieldType ft, String label); in tagRangeField()
|
| /third_party/optimized-routines/string/arm/ |
| D | strcmp-armv6m.S | 14 .macro DoSub n, label 25 .macro Byte_Test n, label
|