/third_party/typescript/tests/baselines/reference/ |
H A D | typeArgumentsWithStringLiteralTypes01.js | 11 function fun2<T, U>(x: T, y: U) { 25 export let c = fun2("Hello", "World"); 26 export let d = fun2("Hello", "Hello"); 56 export let c = fun2<"Hello", "Hello">("Hello", "Hello"); 57 export let d = fun2<"Hello", "Hello">("Hello", "World"); 86 export let a = fun2<"Hello", "World">("Hello", "World"); 87 export let b = fun2<"Hello", "World">("World", "Hello"); 88 export let c = fun2<"World", "Hello">("Hello", "Hello"); 89 export let d = fun2<"World", "Hello">("World", "World"); 118 function fun2( function [all...] |
H A D | declarationEmitQualifiedAliasTypeArgument.js | 27 export const fun2 = create<Q>(); 33 exports.fun2 = exports.fun = void 0;
36 exports.fun2 = (0, bbb_1.create)();
42 export declare const fun2: () => import("./bbb").INode<Q>;
|
H A D | mappedTypeAsClauseRelationships.js | 21 function fun2<T>(val: T) { 36 function fun2(val) {
function
|
/third_party/node/test/parallel/ |
H A D | test-vm-global-get-own.js | 28 const fun2 = () => 2; 32 const sandboxContext = vm.createContext({ runAssertions, fun1, fun2, fun3 }); 40 runAssertions(global, 'tutu', true, fun1, fun2, fun3); 41 runAssertions(global, Symbol.for('tutu'), true, fun1, fun2, fun3); 48 runAssertions(global, 'tata', false, fun1, fun2, fun3); 49 runAssertions(global, Symbol.for('tata'), false, fun1, fun2, fun3); 58 runAssertions(${variable}, 'tutu', true, fun1, fun2, fun3); 59 runAssertions(${variable}, Symbol.for('tutu'), true, fun1, fun2, fun3); 69 runAssertions(${variable}, 'tata', false, fun1, fun2, fun3); 70 runAssertions(${variable}, Symbol.for('tata'), false, fun1, fun2, fun [all...] |
/third_party/libabigail/tests/data/test-abicompat/ |
H A D | test1-fn-removed-app.cc | 5 extern void fun2(); 11 fun2(); in main()
|
H A D | test1-fn-removed-v0.cc | 10 fun2() in fun2() function
|
H A D | test0-fn-changed-libapp.h | 30 fun2(S2*);
|
H A D | test0-fn-changed-libapp-v0.cc | 72 fun2(S2*) in fun2() function
|
/third_party/skia/third_party/externals/spirv-tools/test/fuzz/ |
H A D | transformation_add_parameter_test.cpp | 279 OpName %12 "fun2(i1;" in TEST() 394 OpName %12 "fun2(i1;" 527 OpName %12 "fun2(i1;" 619 OpName %12 "fun2(i1;" 768 OpName %12 "fun2(i1;"
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/fuzz/ |
H A D | transformation_add_parameter_test.cpp | 279 OpName %12 "fun2(i1;" in TEST() 394 OpName %12 "fun2(i1;" 527 OpName %12 "fun2(i1;" 619 OpName %12 "fun2(i1;" 768 OpName %12 "fun2(i1;"
|
/third_party/spirv-tools/test/fuzz/ |
H A D | transformation_add_parameter_test.cpp | 279 OpName %12 "fun2(i1;" in TEST() 394 OpName %12 "fun2(i1;" 527 OpName %12 "fun2(i1;" 619 OpName %12 "fun2(i1;" 768 OpName %12 "fun2(i1;"
|
/third_party/libabigail/tests/data/test-diff-dwarf/ |
H A D | test26-added-parms-before-variadic-v0.c | 10 fun2(const char* c, ...) in fun2() function
|
H A D | test26-added-parms-before-variadic-v1.c | 13 fun2(const char* c, const char* c1, ...) in fun2() function
|
/third_party/ffmpeg/libavfilter/ |
H A D | vf_drawtext.c | 110 static const eval_func2 fun2[] = { variable 417 NULL, NULL, fun2_names, fun2, 0, ctx)) < 0) in parse_fontsize() 895 NULL, NULL, fun2_names, fun2, 0, ctx)) < 0 || in config_input() 897 NULL, NULL, fun2_names, fun2, 0, ctx)) < 0 || in config_input() 899 NULL, NULL, fun2_names, fun2, 0, ctx)) < 0) { in config_input() 1132 NULL, NULL, fun2_names, fun2, in func_eval_expr() 1161 NULL, NULL, fun2_names, fun2, in func_eval_expr_int_format()
|