Home
last modified time | relevance | path

Searched refs:fun1 (Results 1 - 19 of 19) sorted by relevance

/third_party/node/test/parallel/
H A Dtest-vm-global-get-own.js27 const fun1 = () => 1;
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);
42 runAssertions(global, 'tyty', true, fun1, 2, 3);
43 runAssertions(global, Symbol.for('tyty'), true, fun1, 2, 3);
48 runAssertions(global, 'tata', false, fun1, fun2, fun3);
49 runAssertions(global, Symbol.for('tata'), false, fun1, fun2, fun3);
50 runAssertions(global, 'tztz', false, fun1, 2, 3);
51 runAssertions(global, Symbol.for('tztz'), false, fun1,
[all...]
/third_party/typescript/tests/baselines/reference/
H A DtypeArgumentsWithStringLiteralTypes01.js7 function fun1<T>(x: T, y: T) {
23 export let a = fun1("Hello", "World");
24 export let b = fun1("Hello", "Hello");
54 export let a = fun1<"Hello">("Hello", "Hello");
55 export let b = fun1<"Hello">("Hello", "World");
115 function fun1(x, y) { function
133 n1.a = fun1("Hello", "World");
134 n1.b = fun1("Hello", "Hello");
161 n2.a = fun1("Hello", "Hello");
162 n2.b = fun1("Hell
[all...]
/third_party/ltp/tools/sparse/sparse-src/validation/backend/
H A Dfn-ref.c2 extern int fun1(int a);
13 return fun1; in bar()
21 int fun1(int a) in fun1() function
/third_party/libabigail/tests/data/test-abicompat/
H A Dtest1-fn-removed-app.cc4 extern void fun1();
10 fun1(); in main()
H A Dtest3-fn-removed-app.cc5 extern void fun1();
11 fun1(); in main()
H A Dtest1-fn-removed-v1.cc5 fun1() in fun1() function
H A Dtest1-fn-removed-v0.cc5 fun1() in fun1() function
H A Dtest0-fn-changed-app.cc14 fun1(s1); in main()
H A Dtest0-fn-changed-libapp.h27 fun1(S1*);
H A Dtest0-fn-changed-libapp-v0.cc67 fun1(S1*) in fun1() function
H A Dtest0-fn-changed-libapp-v1.cc77 fun1(S1*) in fun1() function
/third_party/skia/third_party/externals/spirv-tools/test/fuzz/
H A Dtransformation_add_parameter_test.cpp278 OpName %6 "fun1(" in TEST()
393 OpName %6 "fun1("
526 OpName %6 "fun1("
618 OpName %6 "fun1("
767 OpName %6 "fun1("
H A Dtransformation_duplicate_region_with_selection_test.cpp1691 OpName %10 "fun1(i1;"
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/fuzz/
H A Dtransformation_add_parameter_test.cpp278 OpName %6 "fun1(" in TEST()
393 OpName %6 "fun1("
526 OpName %6 "fun1("
618 OpName %6 "fun1("
767 OpName %6 "fun1("
H A Dtransformation_duplicate_region_with_selection_test.cpp1691 OpName %10 "fun1(i1;"
/third_party/spirv-tools/test/fuzz/
H A Dtransformation_add_parameter_test.cpp278 OpName %6 "fun1(" in TEST()
393 OpName %6 "fun1("
526 OpName %6 "fun1("
618 OpName %6 "fun1("
767 OpName %6 "fun1("
H A Dtransformation_duplicate_region_with_selection_test.cpp1691 OpName %10 "fun1(i1;"
/third_party/libabigail/tests/data/test-diff-dwarf/
H A Dtest26-added-parms-before-variadic-v0.c3 fun1(const char* c, ...) in fun1() function
H A Dtest26-added-parms-before-variadic-v1.c3 fun1(const char* c, const char* c1, ...) in fun1() function

Completed in 12 milliseconds