Home
last modified time | relevance | path

Searched refs:fun2 (Results 1 - 14 of 14) sorted by relevance

/third_party/typescript/tests/baselines/reference/
H A DtypeArgumentsWithStringLiteralTypes01.js11 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 DdeclarationEmitQualifiedAliasTypeArgument.js27 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 DmappedTypeAsClauseRelationships.js21 function fun2<T>(val: T) {
36 function fun2(val) { function
/third_party/node/test/parallel/
H A Dtest-vm-global-get-own.js28 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 Dtest1-fn-removed-app.cc5 extern void fun2();
11 fun2(); in main()
H A Dtest1-fn-removed-v0.cc10 fun2() in fun2() function
H A Dtest0-fn-changed-libapp.h30 fun2(S2*);
H A Dtest0-fn-changed-libapp-v0.cc72 fun2(S2*) in fun2() function
/third_party/skia/third_party/externals/spirv-tools/test/fuzz/
H A Dtransformation_add_parameter_test.cpp279 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 Dtransformation_add_parameter_test.cpp279 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 Dtransformation_add_parameter_test.cpp279 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 Dtest26-added-parms-before-variadic-v0.c10 fun2(const char* c, ...) in fun2() function
H A Dtest26-added-parms-before-variadic-v1.c13 fun2(const char* c, const char* c1, ...) in fun2() function
/third_party/ffmpeg/libavfilter/
H A Dvf_drawtext.c110 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()

Completed in 9 milliseconds