| /third_party/rust/rust/src/tools/clippy/tests/ui/ |
| D | redundant_pub_crate.rs | 7 pub(crate) fn g() {} // private due to m1 in g() function 12 pub(crate) fn g() {} // private due to m1_1 and m1 in g() function 19 pub(crate) fn g() {} // private due to m1_2 and m1 in g() function 25 pub(crate) fn g() {} // private due to m1 in g() function 32 pub(crate) fn g() {} // already crate visible due to m2 in g() function 37 pub(crate) fn g() {} // private due to m2_1 in g() function 44 pub(crate) fn g() {} // already crate visible due to m2_2 and m2 in g() function 50 pub(crate) fn g() {} // already crate visible due to m2 in g() function 57 pub(crate) fn g() {} // ok: m3 is exported in g() function 62 pub(crate) fn g() {} // private due to m3_1 in g() function [all …]
|
| /third_party/rust/rust/tests/ui/regions/ |
| D | region-borrow-params-issue-29793-small.rs | 8 let g = |x: usize, y:usize| { in escaping_borrow_of_closure_params_1() localVariable 23 let g = |x: usize, y:usize| { in escaping_borrow_of_closure_params_2() localVariable 34 let g = |x: usize, y:usize| { in move_of_closure_params() localVariable 43 let g = |x: usize, y:usize| { in ok_borrow_of_fn_params() localVariable 54 fn g<'a>(x: usize, y:usize) -> Box<dyn Fn(bool) -> usize + 'a> { in escaping_borrow_of_fn_params_1() function 65 fn g<'a>(x: usize, y:usize) -> Box<dyn Fn(bool) -> usize + 'a> { in escaping_borrow_of_fn_params_2() function 76 fn g<'a>(x: usize, y:usize) -> Box<dyn Fn(bool) -> usize + 'a> { in move_of_fn_params() function 89 fn g<'a>(&self, x: usize, y:usize) -> Box<dyn Fn(bool) -> usize + 'a> { in escaping_borrow_of_method_params_1() method 103 fn g<'a>(&self, x: usize, y:usize) -> Box<dyn Fn(bool) -> usize + 'a> { in escaping_borrow_of_method_params_2() method 116 fn g<'a>(&self, x: usize, y:usize) -> Box<dyn Fn(bool) -> usize + 'a> { in move_of_method_params() method [all …]
|
| /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 | 10 class g<T> { class 34 var g = /** @class */ (function () { function 35 function g() { function 41 var g = /** @class */ (function () { function 42 function g() { function
|
| D | declFileTypeAnnotationTypeQuery.js | 10 class g<T> { class 59 var g = /** @class */ (function () { function 60 function g() { function 66 var g = /** @class */ (function () { function 67 function g() { function
|
| D | declFileTypeAnnotationUnionType.js | 13 class g<T> { class 38 var g = /** @class */ (function () { function 39 function g() { function 45 var g = /** @class */ (function () { function 46 function g() { function
|
| D | declFileTypeAnnotationTypeReference.js | 10 class g<T> { class 59 var g = /** @class */ (function () { function 60 function g() { function 66 var g = /** @class */ (function () { function 67 function g() { function
|
| 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 | 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 | 10 class g<T> { class 67 var g = /** @class */ (function () { function 68 function g() { function 74 var g = /** @class */ (function () { function 75 function g() { function
|
| 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
|
| 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
|
| /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/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/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/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/mesa3d/src/util/ |
| D | register_allocate.c | 505 ra_test_adjacency_bit(struct ra_graph *g, unsigned n1, unsigned n2) in ra_test_adjacency_bit() 512 ra_set_adjacency_bit(struct ra_graph *g, unsigned n1, unsigned n2) in ra_set_adjacency_bit() 519 ra_clear_adjacency_bit(struct ra_graph *g, unsigned n1, unsigned n2) in ra_clear_adjacency_bit() 526 ra_add_node_adjacency(struct ra_graph *g, unsigned int n1, unsigned int n2) in ra_add_node_adjacency() 543 ra_node_remove_adjacency(struct ra_graph *g, unsigned int n1, unsigned int n2) in ra_node_remove_adjacency() 563 ra_realloc_interference_graph(struct ra_graph *g, unsigned int alloc) in ra_realloc_interference_graph() 608 struct ra_graph *g; in ra_alloc_interference_graph() local 619 ra_resize_interference_graph(struct ra_graph *g, unsigned int count) in ra_resize_interference_graph() 626 void ra_set_select_reg_callback(struct ra_graph *g, in ra_set_select_reg_callback() 635 ra_set_node_class(struct ra_graph *g, in ra_set_node_class() [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
|
| /third_party/rust/rust/library/std/src/sync/condvar/ |
| D | tests.rs | 22 let g = m.lock().unwrap(); in notify_one() localVariable 27 let g = c.wait(g).unwrap(); in notify_one() localVariable 96 let g = m.lock().unwrap(); in wait_timeout_wait() localVariable 114 let g = m.lock().unwrap(); in wait_timeout_while_wait() localVariable 126 let g = m.lock().unwrap(); in wait_timeout_while_instant_satisfy() localVariable 139 let g = m.lock().unwrap(); in wait_timeout_while_wake() localVariable 162 let g = m.lock().unwrap(); in wait_timeout_wake() localVariable
|
| /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/mesa3d/src/gallium/frontends/nine/ |
| D | nine_csmt_helper.h | 28 #define _args_for_bypass_7(a, b, c, d, e, f, g) ,g argument 29 #define _args_for_bypass_14(a, b, c, d, e, f, g, ...) ,g _args_for_bypass_7(__VA_ARGS__) argument 30 #define _args_for_bypass_21(a, b, c, d, e, f, g, ...) ,g _args_for_bypass_14(__VA_ARGS__) argument 31 #define _args_for_bypass_28(a, b, c, d, e, f, g, ...) ,g _args_for_bypass_21(__VA_ARGS__) argument 32 #define _args_for_bypass_35(a, b, c, d, e, f, g, ...) ,g _args_for_bypass_28(__VA_ARGS__) argument 33 #define _args_for_bypass_42(a, b, c, d, e, f, g, ...) ,g _args_for_bypass_35(__VA_ARGS__) argument 34 #define _args_for_bypass_49(a, b, c, d, e, f, g, ...) ,g _args_for_bypass_42(__VA_ARGS__) argument 35 #define _args_for_bypass_56(a, b, c, d, e, f, g, ...) ,g _args_for_bypass_49(__VA_ARGS__) argument 36 #define _args_for_bypass_63(a, b, c, d, e, f, g, ...) ,g _args_for_bypass_56(__VA_ARGS__) argument 37 #define _args_for_bypass_70(a, b, c, d, e, f, g, ...) ,g _args_for_bypass_63(__VA_ARGS__) argument [all …]
|
| /third_party/rust/rust/tests/ui/hygiene/ |
| D | globs.rs | 8 pub fn g() {} in g() function 34 fn g() { in g() function 43 fn g() { in g() function 53 fn g() { in g() function
|