Home
last modified time | relevance | path

Searched defs:color (Results 1 – 19 of 19) sorted by relevance

/arkcompiler/ets_frontend/arkguard/test/grammar/interface_validation/
Dinterface_inherit.ts19 color: string; property
Dinterface_readonly_attributes.ts19 readonly color: string; property
Dinterface_optional_attributes.ts19 color?: string; property
Dinterface_index_signature.ts19 color?: string; property
/arkcompiler/ets_frontend/arkguard/test/grammar/data_type/
Dtype_pick.ts19 color: string; property
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DaccessOverriddenBaseClassMember1.ts37 constructor(x: number, y: number, public color: string) { property in ColoredPoint
DtypeVariableTypeGuards.ts45 color: 'yellow'; property
DcommentsdoNotEmitComments.ts135 const enum color { red, green, blue } enum
/arkcompiler/ets_runtime/test/moduletest/module/
DC.js33 color: "Yellow" property
Dmodule.js42 color: "Yellow_Test" property
/arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/
Dinterference_graph.h48 void SetColor(Register color) noexcept in SetColor()
88 void SetFixedColor(Register color, bool is_physical) noexcept in SetFixedColor()
216 Register color = INVALID_REG; member
Dreg_alloc_graph_coloring.cpp124 auto color = map.CodegenToRegallocReg(interv->GetReg()); in PrecolorIG() local
275 auto color = node.GetColor(); in Remap() local
Dinterference_graph.cpp215 auto color = GetNode(i).GetColor(); in Dump() local
/arkcompiler/runtime_core/libark_defect_scan_aux/tests/unittest/
Dcallee_info_test.js78 constructor(x, y, color) { argument
Ddefine_info_test.js31 constructor(name, color) { argument
/arkcompiler/ets_runtime/test/aottest/classstatic/
Dclassstatic.ts175 public static color(color1:string, op: number): number; method in cpu1
/arkcompiler/ets_runtime/ecmascript/
Dtagged_tree.h98 JSTaggedValue color = GetElement(index); in GetColor() local
298 inline void SetColor(const JSThread *thread, int entry, TreeColor color) in SetColor()
/arkcompiler/runtime_core/compiler/tests/
Dcompiler_regalloc_test.cpp95 Register color = 1; in __anon5d7559aa0302() local
519 Register color = INVALID_REG; in __anon5d7559aa0d02() local
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
Dcocos_worker_test.js8832 color: Di, property
16520 color: Di, property
42679 color: Bi.WHITE.clone(), property
43659 color: Bi.WHITE.clone() property
47800 color: "#ffffff", property
52167 color: new Bi property
52475 color: new Bi property
54298 get color() { getter
83740 color: Bi.WHITE.clone(), property
87360 color: new Bi property
[all …]