/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 | beep.js | 3 label : 'beep', property 7 label : 'boop', property 10 label : 'o_O', property 13 label : 'oh', property
|
D | multi_line.js | 4 label : 'beep\none\ntwo', property 8 label : 'boop', property 11 label : 'o_O\nwheee', property 14 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/v8/tools/zone-stats/ |
D | global-timeline.js | 98 { label: "Time", type: "number" }, property 99 { label: "Total allocated", type: "number" }, property 100 { label: "Total used", type: "number" }, property 101 { label: "Total freed", type: "number" }, property 132 { label: "Total allocated", type: "number" }, property 133 { label: "Total used", type: "number" }, property 134 { label: "Total freed", type: "number" }, property 139 { label: "Time", type: "number" }, property 215 { label: "Total allocated", type: "number" }, property 216 { label: "Total used", type: "number" }, property [all …]
|
/third_party/node/deps/v8/tools/heap-stats/ |
D | global-timeline.js | 65 {type: 'number', label: 'Time'}, property 66 {type: 'number', label: 'Ptr compression benefit'}, property 68 {type: 'number', label: 'Embedder fields'}, property 69 {type: 'number', label: 'Tagged fields (excl. in-object Smis)'}, property 70 {type: 'number', label: 'In-object Smi-only fields'}, property 71 {type: 'number', label: 'Other raw fields'}, property 72 {type: 'number', label: 'Unboxed doubles'}, property 73 {type: 'number', label: 'Boxed doubles'}, property 74 {type: 'number', label: 'String data'} property
|
/third_party/gn/src/gn/ |
D | ohos_components_checker.cc | 204 bool OhosComponentChecker::InterceptAllDepsConfig(const Target *target, const std::string label, Er… in InterceptAllDepsConfig() argument 216 bool OhosComponentChecker::InterceptIncludesOverRange(const Target *target, const std::string label, in InterceptIncludesOverRange() 228 …osComponentChecker::InterceptInnerApiPublicDepsInner(const Target *target, const std::string label, in InterceptInnerApiPublicDepsInner() 243 bool OhosComponentChecker::InterceptInnerApiNotLib(const Item *item, const std::string label, Err *… in InterceptInnerApiNotLib() argument 254 bool OhosComponentChecker::InterceptDepsNotLib(const Item *item, const std::string label, in InterceptDepsNotLib() 278 bool OhosComponentChecker::InterceptInnerApiNotDeclare(const Item *item, const std::string label, E… in InterceptInnerApiNotDeclare() argument 289 …ComponentChecker::InterceptIncludesAbsoluteDepsOther(const Target *target, const std::string label, in InterceptIncludesAbsoluteDepsOther() 316 …l OhosComponentChecker::InterceptTargetAbsoluteDepsOther(const Item *item, const std::string label, in InterceptTargetAbsoluteDepsOther() 353 …osComponentChecker::InterceptImportOther(const FunctionCallNode* function, const std::string label, in InterceptImportOther() 391 const std::string component, const std::string label, const std::string deps) const in GenerateScanList() argument [all …]
|
D | builder_record_map.h | 40 BuilderRecord* find(const Label& label) const { in find() 47 std::pair<bool, BuilderRecord*> try_emplace(const Label& label, in try_emplace() 73 NodeType* Lookup(const Label& label) const { in Lookup()
|
/third_party/node/doc/api/ |
D | console.md | 592 [`console.error()`]: #consoleerrordata-args 593 [`console.group()`]: #consolegrouplabel 594 [`console.log()`]: #consolelogdata-args 595 [`console.profile()`]: #consoleprofilelabel 596 [`console.profileEnd()`]: #consoleprofileendlabel 597 [`console.time()`]: #consoletimelabel 598 [`console.timeEnd()`]: #consoletimeendlabel
|
/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 | 77 #define MLPMUL(label, offset, offs, offc) \ argument 84 #define FIRMULREG(label, offset, firc)\ argument 102 #define MLPMUL(label, offset, offs, offc) \ argument 109 #define FIRMULREG(label, offset, firc) \ argument 132 #define FIRMUL(label, offset) MLPMUL(label, #offset, "0", "0") argument 133 #define IIRMUL(label, offset) MLPMUL(label, #offset, IOFFS, IOFFC) argument
|
/third_party/musl/src/trace/linux/ |
D | trace_marker.c | 73 static inline bool is_enable_trace(uint64_t label) in is_enable_trace() 94 void trace_marker_begin(uint64_t label, const char *message, const char *value) in trace_marker_begin() 127 void trace_marker_end(uint64_t label) in trace_marker_end() 155 void trace_marker_async_begin(uint64_t label, const char *message, const char *value, int taskId) in trace_marker_async_begin() 188 void trace_marker_async_end(uint64_t label, const char *message, const char *value, int taskId) in trace_marker_async_end() 220 void trace_marker_count(uint64_t label, const char *message, int value) in trace_marker_count()
|
/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/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
|
/third_party/mesa3d/src/mesa/main/ |
D | objectlabel.c | 46 set_label(struct gl_context *ctx, char **labelPtr, const char *label, in set_label() 253 const GLchar *label) in _mesa_ObjectLabel() 273 GLsizei *length, GLchar *label) in _mesa_GetObjectLabel() 298 _mesa_ObjectPtrLabel(const void *ptr, GLsizei length, const GLchar *label) in _mesa_ObjectPtrLabel() 326 GLchar *label) in _mesa_GetObjectPtrLabel()
|
/third_party/skia/gm/ |
D | runtimeintrinsics.cpp | 49 static void draw_label(SkCanvas* canvas, const char* label) { in draw_label() 122 const char* label = nullptr, in plot() 168 const char* label = nullptr) { in plot_es3() 451 const char* label) { in plot_matrix_comp_mult() 488 static void plot_matrix_inverse(SkCanvas* canvas, std::array<float, N*N> mtx, const char* label) { in plot_matrix_inverse() 576 static void plot_bvec(SkCanvas* canvas, const char* fn, const char* label) { in plot_bvec()
|
/third_party/typescript/tests/cases/conformance/expressions/typeGuards/ |
D | typeGuardNesting.ts | 3 let label: string = (typeof strOrBool === 'string') ? strOrBool : "string"; variable 10 let label: string = (typeof strOrBool === 'string') ? strOrBool : "string"; variable
|