/third_party/typescript/tests/baselines/reference/ |
D | typeSatisfaction_propertyValueConformance3.js | 2 export type Color = { r: number, g: number, b: number }; property 6 white: { r: 255, g: 255, b: 255 }, property 7 black: { r: 0, g: 0, d: 0 }, // <- oops! 'd' in place of 'b' property 8 blue: { r: 0, g: 0, b: 255 }, property 18 white: { r: 255, g: 255, b: 255 }, property 19 black: { r: 0, g: 0, d: 0 }, property 20 blue: { r: 0, g: 0, b: 255 } property
|
D | declFileTypeAnnotationTupleType.js | 34 var g = /** @class */ (function () { function 35 function g() { function 41 var g = /** @class */ (function () { function 42 function g() { function 59 class g<T> { class
|
D | declFileTypeAnnotationUnionType.js | 38 var g = /** @class */ (function () { function 39 function g() { function 45 var g = /** @class */ (function () { function 46 function g() { function 65 class g<T> { class
|
D | spreadMethods.js | 5 get g() { return 0; } getter in K 23 let i: I = { p: 12, m() { }, get g() { return 0; } }; getter 33 let o = { p: 12, m() { }, get g() { return 0; } }; getter 50 get g() { return 0; } getter in K 61 let i = { p: 12, m() { }, get g() { return 0; } }; getter 70 let o = { p: 12, m() { }, get g() { return 0; } }; getter
|
D | declFileTypeAnnotationTypeQuery.js | 59 var g = /** @class */ (function () { function 60 function g() { function 66 var g = /** @class */ (function () { function 67 function g() { function 107 class g<T> { class
|
D | declFileTypeAnnotationTypeReference.js | 59 var g = /** @class */ (function () { function 60 function g() { function 66 var g = /** @class */ (function () { function 67 function g() { function 107 class g<T> { class
|
D | recursiveFunctionTypes.js | 8 var g: () => typeof f; variable 21 static g(t: typeof C.g){ } argument 52 var g; variable 61 C.g = function (t) { }; function in C
|
D | declFileTypeAnnotationArrayType.js | 67 var g = /** @class */ (function () { function 68 function g() { function 74 var g = /** @class */ (function () { function 75 function g() { function 122 class g<T> { class
|
D | recursiveFunctionTypes1.js | 3 static g(t: typeof C.g){ } method in C 10 C.g = function (t) { }; function in C
|
/third_party/jerryscript/tests/jerry/es2015/ |
D | let3.js | 16 var g = -1; variable 24 function g() { return 1 }; function 45 function g() { return 1 }; function 76 function g() { return 2 }; function
|
D | let4.js | 16 var g = -1; variable 24 function g() { return 1 }; function 45 function g() { return 1 }; function 76 function g() { return 2 }; function
|
D | function-async1.js | 93 function g() { return 2 } function 108 function g() { async = 2; } function 119 function g() { async(); } function 130 function g() { async(((v)), ((v))); } function 141 function g() { async((async(1,2)), ((async(3,4)))); } function
|
/third_party/skia/third_party/externals/imgui/ |
D | imgui.cpp | 1834 …int g = ImLerp((int)(col_a >> IM_COL32_G_SHIFT) & 0xFF, (int)(col_b >> IM_COL32_G_SHIFT) & 0xFF, t… in ImAlphaBlendColors() local 1861 void ImGui::ColorConvertRGBtoHSV(float r, float g, float b, float& out_h, float& out_s, float& out_… in ColorConvertRGBtoHSV() 2240 ImGuiContext& g = *GImGui; in GetSkipItemForListClipping() local 2249 ImGuiContext& g = *GImGui; in CalcListClipping() local 2292 ImGuiContext& g = *GImGui; in SetCursorPosYAndSetupForPrevLine() local 2328 ImGuiContext& g = *GImGui; in Begin() local 2358 ImGuiContext& g = *GImGui; in Step() local 2504 ImGuiContext& g = *GImGui; in PushStyleColor() local 2514 ImGuiContext& g = *GImGui; in PushStyleColor() local 2524 ImGuiContext& g = *GImGui; in PopStyleColor() local [all …]
|
/third_party/node/deps/v8/src/compiler/backend/mips/ |
D | instruction-selector-mips.cc | 110 MipsOperandGenerator g(selector); in VisitRRR() local 118 MipsOperandGenerator g(selector); in VisitUniqueRRR() local 125 MipsOperandGenerator g(selector); in VisitRRRR() local 133 MipsOperandGenerator g(selector); in VisitRR() local 140 MipsOperandGenerator g(selector); in VisitRRI() local 148 MipsOperandGenerator g(selector); in VisitRRIR() local 157 MipsOperandGenerator g(selector); in VisitRRO() local 166 MipsOperandGenerator g(selector); in TryMatchImmediate() local 180 MipsOperandGenerator g(selector); in VisitBinop() local 239 MipsOperandGenerator g(selector); in VisitPairAtomicBinop() local [all …]
|
/third_party/mesa3d/src/util/ |
D | register_allocate.c | 491 ra_test_adjacency_bit(struct ra_graph *g, unsigned n1, unsigned n2) in ra_test_adjacency_bit() 498 ra_set_adjacency_bit(struct ra_graph *g, unsigned n1, unsigned n2) in ra_set_adjacency_bit() 505 ra_clear_adjacency_bit(struct ra_graph *g, unsigned n1, unsigned n2) in ra_clear_adjacency_bit() 512 ra_add_node_adjacency(struct ra_graph *g, unsigned int n1, unsigned int n2) in ra_add_node_adjacency() 524 ra_node_remove_adjacency(struct ra_graph *g, unsigned int n1, unsigned int n2) in ra_node_remove_adjacency() 538 ra_realloc_interference_graph(struct ra_graph *g, unsigned int alloc) in ra_realloc_interference_graph() 583 struct ra_graph *g; in ra_alloc_interference_graph() local 594 ra_resize_interference_graph(struct ra_graph *g, unsigned int count) in ra_resize_interference_graph() 601 void ra_set_select_reg_callback(struct ra_graph *g, in ra_set_select_reg_callback() 610 ra_set_node_class(struct ra_graph *g, in ra_set_node_class() [all …]
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/fst/ |
D | fst_group.h | 22 #define foreach_fst_group_iface(g, i) \ argument 32 static inline bool fst_group_has_ifaces(struct fst_group *g) in fst_group_has_ifaces() 37 static inline struct fst_iface * fst_group_first_iface(struct fst_group *g) in fst_group_first_iface() 42 static inline const char * fst_group_get_id(struct fst_group *g) in fst_group_get_id() 59 #define foreach_fst_group(g) \ argument
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/fst/ |
D | fst_group.h | 22 #define foreach_fst_group_iface(g, i) \ argument 32 static inline Boolean fst_group_has_ifaces(struct fst_group *g) in fst_group_has_ifaces() 37 static inline struct fst_iface * fst_group_first_iface(struct fst_group *g) in fst_group_first_iface() 42 static inline const char * fst_group_get_id(struct fst_group *g) in fst_group_get_id() 59 #define foreach_fst_group(g) \ argument
|
/third_party/node/deps/v8/src/compiler/backend/riscv64/ |
D | instruction-selector-riscv64.cc | 130 RiscvOperandGenerator g(selector); in VisitRR() local 137 RiscvOperandGenerator g(selector); in VisitRRI() local 145 RiscvOperandGenerator g(selector); in VisitSimdShift() local 159 RiscvOperandGenerator g(selector); in VisitRRIR() local 168 RiscvOperandGenerator g(selector); in VisitRRR() local 176 RiscvOperandGenerator g(selector); in VisitUniqueRRR() local 183 RiscvOperandGenerator g(selector); in VisitRRRR() local 191 RiscvOperandGenerator g(selector); in VisitRRO() local 245 RiscvOperandGenerator g(selector_); in Initialize() local 265 RiscvOperandGenerator g(selector); in TryEmitExtendingLoad() local [all …]
|
/third_party/node/deps/v8/src/compiler/backend/mips64/ |
D | instruction-selector-mips64.cc | 124 Mips64OperandGenerator g(selector); in VisitRR() local 131 Mips64OperandGenerator g(selector); in VisitRRI() local 139 Mips64OperandGenerator g(selector); in VisitSimdShift() local 153 Mips64OperandGenerator g(selector); in VisitRRIR() local 162 Mips64OperandGenerator g(selector); in VisitRRR() local 170 Mips64OperandGenerator g(selector); in VisitUniqueRRR() local 177 Mips64OperandGenerator g(selector); in VisitRRRR() local 185 Mips64OperandGenerator g(selector); in VisitRRO() local 239 Mips64OperandGenerator g(selector_); in Initialize() local 259 Mips64OperandGenerator g(selector); in TryEmitExtendingLoad() local [all …]
|
/third_party/mesa3d/src/imgui/ |
D | imgui.cpp | 1778 void ImGui::ColorConvertRGBtoHSV(float r, float g, float b, float& out_h, float& out_s, float& out_… in ColorConvertRGBtoHSV() 2287 ImGuiContext& g = *GImGui; in RenderText() local 2313 ImGuiContext& g = *GImGui; in RenderTextWrapped() local 2365 ImGuiContext& g = *GImGui; in RenderTextClipped() local 2375 ImGuiContext& g = *GImGui; in RenderFrame() local 2388 ImGuiContext& g = *GImGui; in RenderFrameBorder() local 2401 ImGuiContext& g = *GImGui; in RenderArrow() local 2435 ImGuiContext& g = *GImGui; in RenderBullet() local 2442 ImGuiContext& g = *GImGui; in RenderCheckMark() local 2460 ImGuiContext& g = *GImGui; in RenderNavHighlight() local [all …]
|
/third_party/node/deps/v8/src/compiler/backend/arm/ |
D | instruction-selector-arm.cc | 85 ArmOperandGenerator g(selector); in VisitRR() local 92 ArmOperandGenerator g(selector); in VisitRRR() local 100 ArmOperandGenerator g(selector); in VisitSimdShiftRRR() local 118 ArmOperandGenerator g(selector); in VisitRRRShuffle() local 139 ArmOperandGenerator g(selector); in VisitRRI() local 146 ArmOperandGenerator g(selector); in VisitRRIR() local 159 ArmOperandGenerator g(selector); in TryMatchShift() local 181 ArmOperandGenerator g(selector); in TryMatchShiftImmediate() local 250 ArmOperandGenerator g(selector); in TryMatchImmediateOrShift() local 267 ArmOperandGenerator g(selector); in VisitBinop() local [all …]
|
/third_party/node/deps/v8/src/compiler/backend/ia32/ |
D | instruction-selector-ia32.cc | 291 IA32OperandGenerator g(selector); in VisitRO() local 301 IA32OperandGenerator g(selector); in VisitROWithTemp() local 309 IA32OperandGenerator g(selector); in VisitROWithTempSimd() local 318 IA32OperandGenerator g(selector); in VisitRR() local 325 IA32OperandGenerator g(selector); in VisitRROFloat() local 340 IA32OperandGenerator g(selector); in VisitFloatUnop() local 354 IA32OperandGenerator g(selector); in VisitRRSimd() local 373 IA32OperandGenerator g(selector); in VisitRROSimd() local 385 IA32OperandGenerator g(selector); in VisitRRRSimd() local 396 IA32OperandGenerator g(selector); in VisitRRISimd() local [all …]
|
/third_party/typescript/tests/cases/compiler/ |
D | overload1.ts | 16 g(n1:number,n2:number):number; method 17 g(n:number):string; method 18 g(a:A):C; method 19 g(c:C):string; method
|
/third_party/node/deps/v8/src/compiler/backend/loong64/ |
D | instruction-selector-loong64.cc | 124 Loong64OperandGenerator g(selector); in VisitRR() local 131 Loong64OperandGenerator g(selector); in VisitRRI() local 139 Loong64OperandGenerator g(selector); in VisitSimdShift() local 153 Loong64OperandGenerator g(selector); in VisitRRIR() local 162 Loong64OperandGenerator g(selector); in VisitRRR() local 170 Loong64OperandGenerator g(selector); in VisitUniqueRRR() local 177 Loong64OperandGenerator g(selector); in VisitRRRR() local 185 Loong64OperandGenerator g(selector); in VisitRRO() local 239 Loong64OperandGenerator g(selector_); in Initialize() local 255 Loong64OperandGenerator g(selector); in TryEmitExtendingLoad() local [all …]
|
/third_party/mesa3d/src/gallium/frontends/nine/ |
D | nine_csmt_helper.h | 45 #define _args_for_bypass_7(a, b, c, d, e, f, g) ,g argument 46 #define _args_for_bypass_14(a, b, c, d, e, f, g, ...) ,g _args_for_bypass_7(__VA_ARGS__) argument 47 #define _args_for_bypass_21(a, b, c, d, e, f, g, ...) ,g _args_for_bypass_14(__VA_ARGS__) argument 48 #define _args_for_bypass_28(a, b, c, d, e, f, g, ...) ,g _args_for_bypass_21(__VA_ARGS__) argument 49 #define _args_for_bypass_35(a, b, c, d, e, f, g, ...) ,g _args_for_bypass_28(__VA_ARGS__) argument 50 #define _args_for_bypass_42(a, b, c, d, e, f, g, ...) ,g _args_for_bypass_35(__VA_ARGS__) argument 51 #define _args_for_bypass_49(a, b, c, d, e, f, g, ...) ,g _args_for_bypass_42(__VA_ARGS__) argument 52 #define _args_for_bypass_56(a, b, c, d, e, f, g, ...) ,g _args_for_bypass_49(__VA_ARGS__) argument 53 #define _args_for_bypass_63(a, b, c, d, e, f, g, ...) ,g _args_for_bypass_56(__VA_ARGS__) argument 54 #define _args_for_bypass_70(a, b, c, d, e, f, g, ...) ,g _args_for_bypass_63(__VA_ARGS__) argument [all …]
|