Home
last modified time | relevance | path

Searched defs:label (Results 1 – 25 of 928) sorted by relevance

12345678910>>...38

/third_party/node/deps/npm/node_modules/aproba/
Dindex.js9 '*': {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/
DJsonReader.cpp69 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/
Dbeep.js3 label : 'beep', property
7 label : 'boop', property
10 label : 'o_O', property
13 label : 'oh', property
Dmulti_line.js4 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/
Dmulti_line.js6 label : 'beep\none\ntwo', property
10 label : 'boop', property
13 label : 'o_O\nwheee', property
16 label : 'oh', property
Dbeep.js6 label : 'beep', property
10 label : 'boop', property
13 label : 'o_O', property
16 label : 'oh', property
Dnon_unicode.js6 label : 'beep', property
10 label : 'boop', property
13 label : 'o_O', property
16 label : 'oh', property
/third_party/node/deps/v8/tools/zone-stats/
Dglobal-timeline.js98 { 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/
Dglobal-timeline.js65 {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/
Dohos_components_checker.cc204 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 …]
Dbuilder_record_map.h40 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/
Dconsole.md592 [`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/
DLabelTests.cpp25 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/
Dtasks.json5 "label": "Cargo test", string
11 "label": "Bazel test", string
18 "label": "Buck test", string
25 "label": "Vendor", string
/third_party/ffmpeg/libavcodec/x86/
Dmlpdsp_init.c77 #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/
Dtrace_marker.c73 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/
Dtrace_marker.c72 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/
Dtasks.json8 "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/
DjsDeclarationsTypedefPropertyAndExportAssignment.js19 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/
DTaggedData.java35 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/
DTaggedData.java35 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/
Dstrcmp-armv6m.S14 .macro DoSub n, label
25 .macro Byte_Test n, label
/third_party/mesa3d/src/mesa/main/
Dobjectlabel.c46 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/
Druntimeintrinsics.cpp49 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/
DtypeGuardNesting.ts3 let label: string = (typeof strOrBool === 'string') ? strOrBool : "string"; variable
10 let label: string = (typeof strOrBool === 'string') ? strOrBool : "string"; variable

12345678910>>...38