Home
last modified time | relevance | path

Searched defs:g (Results 1 – 25 of 2159) sorted by relevance

12345678910>>...87

/third_party/typescript/tests/baselines/reference/
DtypeSatisfaction_propertyValueConformance3.js2 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
DdeclFileTypeAnnotationTupleType.js34 var g = /** @class */ (function () { function
35 function g() { function
41 var g = /** @class */ (function () { function
42 function g() { function
59 class g<T> { class
DdeclFileTypeAnnotationUnionType.js38 var g = /** @class */ (function () { function
39 function g() { function
45 var g = /** @class */ (function () { function
46 function g() { function
65 class g<T> { class
DdeclFileTypeAnnotationTypeReference.js59 var g = /** @class */ (function () { function
60 function g() { function
66 var g = /** @class */ (function () { function
67 function g() { function
107 class g<T> { class
DdeclFileTypeAnnotationTypeQuery.js59 var g = /** @class */ (function () { function
60 function g() { function
66 var g = /** @class */ (function () { function
67 function g() { function
107 class g<T> { class
DspreadMethods.js5 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
DrecursiveFunctionTypes.js8 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
DdeclFileTypeAnnotationArrayType.js67 var g = /** @class */ (function () { function
68 function g() { function
74 var g = /** @class */ (function () { function
75 function g() { function
122 class g<T> { class
DrecursiveFunctionTypes1.js3 static g(t: typeof C.g){ } method in C
10 C.g = function (t) { }; function in C
DparenthesizedTypes.js26 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
DinnerTypeParameterShadowingOuterOne2.js6 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
DtypeParameterUsedAsTypeParameterConstraint2.js43 var g = <X extends W, Y extends V>(a: X, b: Y): T => { variable
80 var g = function (a, b) { function
88 var g = function baz(a, b) { function
96 var g = function (a, b) { function
104 var g = function (a, b) { function
/third_party/jerryscript/tests/jerry/es2015/
Dlet4.js16 var g = -1; variable
24 function g() { return 1 }; function
45 function g() { return 1 }; function
76 function g() { return 2 }; function
Dlet3.js16 var g = -1; variable
24 function g() { return 1 }; function
45 function g() { return 1 }; function
76 function g() { return 2 }; function
Dfunction-async1.js93 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/
Dfst_group.h22 #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/
Dfst_group.h22 #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/mesa3d/src/util/
Dregister_allocate.c491 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/typescript/tests/cases/compiler/
Doverload1.ts16 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
DdeclarationEmitNameConflicts.ts13 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/rust/crates/rustix/tests/fs/
Dflock.rs9 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/mesa3d/src/imgui/
Dimgui.cpp1778 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/
Dnine_csmt_helper.h45 #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/curl/docs/examples/
Dephiperfifo.c144 static int multi_timer_cb(CURLM *multi, long timeout_ms, GlobalInfo *g) in multi_timer_cb()
175 static void check_multi_info(GlobalInfo *g) in check_multi_info()
201 static void event_cb(GlobalInfo *g, int fd, int revents) in event_cb()
221 static void timer_cb(GlobalInfo* g, int revents) in timer_cb()
253 static void remsock(SockInfo *f, GlobalInfo* g) in remsock()
269 GlobalInfo *g) in setsock()
295 static void addsock(curl_socket_t s, CURL *easy, int action, GlobalInfo *g) in addsock()
307 GlobalInfo *g = (GlobalInfo*) cbp; in sock_cb() local
357 static void new_conn(char *url, GlobalInfo *g) in new_conn()
394 static void fifo_cb(GlobalInfo* g, int revents) in fifo_cb()
[all …]
/third_party/mesa3d/src/intel/compiler/
Dtest_fs_scoreboard.cpp142 fs_reg g[16]; in TEST_F() local
169 fs_reg g[16]; in TEST_F() local
195 fs_reg g[16]; in TEST_F() local
222 fs_reg g[16]; in TEST_F() local
255 fs_reg g[16]; in TEST_F() local
281 fs_reg g[16]; in TEST_F() local
307 fs_reg g[16]; in TEST_F() local
333 fs_reg g[16]; in TEST_F() local
362 fs_reg g[16]; in TEST_F() local
393 fs_reg g[16]; in TEST_F() local
[all …]

12345678910>>...87