| /third_party/musl/ndk-test/sanitize/cfi/src/ |
| D | simple-pass.cpp | 21 void A::g() {} in g() function in A 29 void A2::g() {} in g() function in A2 33 void g() {} in g() function 38 void g() {} in g() function 49 void C::g() {} in g() function in __anon3fe5cc370111::C 57 void C2::g() {} in g() function in __anon3fe5cc370111::C2 61 void g() {} in g() function 66 void g() {} in g() function 73 void g() {} in g() function 78 void g() {} in g() function
|
| /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/typescript/tests/baselines/reference/ |
| 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){ } method in C 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 | parenthesizedTypes.js | 26 var g: [string, string]; variable 27 var g: [(string), string]; variable 28 var g: [(string), (((typeof a)))]; variable 50 var g; variable 51 var g; variable 52 var g; variable
|
| D | recursiveFunctionTypes1.js | 3 static g(t: typeof C.g){ } argument 10 C.g = function (t) { }; function in C
|
| D | innerTypeParameterShadowingOuterOne2.js | 6 g<T extends Number>() { field in C 18 g<T extends Number, U extends Number>() { field in C2 46 C.prototype.g = function () { method in C 59 C2.prototype.g = function () { method in C2
|
| /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/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/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/flutter/skia/third_party/externals/imgui/ |
| D | imgui.cpp | 1740 void ImGui::ColorConvertRGBtoHSV(float r, float g, float b, float& out_h, float& out_s, float& out_… in ColorConvertRGBtoHSV() 2231 ImGuiContext& g = *GImGui; in RenderText() local 2257 ImGuiContext& g = *GImGui; in RenderTextWrapped() local 2309 ImGuiContext& g = *GImGui; in RenderTextClipped() local 2319 ImGuiContext& g = *GImGui; in RenderFrame() local 2332 ImGuiContext& g = *GImGui; in RenderFrameBorder() local 2345 ImGuiContext& g = *GImGui; in RenderArrow() local 2379 ImGuiContext& g = *GImGui; in RenderBullet() local 2386 ImGuiContext& g = *GImGui; in RenderCheckMark() local 2404 ImGuiContext& g = *GImGui; in RenderNavHighlight() 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 …]
|
| /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
|
| D | declarationEmitNameConflicts.ts | 13 export function g() { }; function 27 export function g() { }; function 34 export var g = M.c.g; // ok variable 42 export function g() { }; function
|
| /third_party/flutter/skia/third_party/externals/sdl/src/video/ |
| D | SDL_blit.h | 70 Uint8 r, g, b, a; member 121 #define RGB_FROM_PIXEL(Pixel, fmt, r, g, b) \ argument 127 #define RGB_FROM_RGB565(Pixel, r, g, b) \ argument 133 #define RGB_FROM_RGB555(Pixel, r, g, b) \ argument 139 #define RGB_FROM_RGB888(Pixel, r, g, b) \ argument 176 #define DISEMBLE_RGB(buf, bpp, fmt, Pixel, r, g, b) \ argument 217 #define PIXEL_FROM_RGB(Pixel, fmt, r, g, b) \ argument 224 #define RGB565_FROM_RGB(Pixel, r, g, b) \ argument 228 #define RGB555_FROM_RGB(Pixel, r, g, b) \ argument 232 #define RGB888_FROM_RGB(Pixel, r, g, b) \ argument [all …]
|
| /third_party/rust/crates/rustix/tests/fs/ |
| D | flock.rs | 9 let g = openat(cwd(), "Cargo.toml", OFlags::RDONLY, Mode::empty()).unwrap(); in test_flock() localVariable 17 let g = openat(cwd(), "Cargo.toml", OFlags::RDONLY, Mode::empty()).unwrap(); in test_flock() localVariable 28 let g = openat(cwd(), "Cargo.toml", OFlags::RDONLY, Mode::empty()).unwrap(); in test_flock() localVariable
|