/third_party/node/test/parallel/ |
H A D | test-vm-global-get-own.js | 27 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 D | typeArgumentsWithStringLiteralTypes01.js | 7 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 D | fn-ref.c | 2 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 D | test1-fn-removed-app.cc | 4 extern void fun1(); 10 fun1(); in main()
|
H A D | test3-fn-removed-app.cc | 5 extern void fun1(); 11 fun1(); in main()
|
H A D | test1-fn-removed-v1.cc | 5 fun1() in fun1() function
|
H A D | test1-fn-removed-v0.cc | 5 fun1() in fun1() function
|
H A D | test0-fn-changed-app.cc | 14 fun1(s1); in main()
|
H A D | test0-fn-changed-libapp.h | 27 fun1(S1*);
|
H A D | test0-fn-changed-libapp-v0.cc | 67 fun1(S1*) in fun1() function
|
H A D | test0-fn-changed-libapp-v1.cc | 77 fun1(S1*) in fun1() function
|
/third_party/skia/third_party/externals/spirv-tools/test/fuzz/ |
H A D | transformation_add_parameter_test.cpp | 278 OpName %6 "fun1(" in TEST() 393 OpName %6 "fun1(" 526 OpName %6 "fun1(" 618 OpName %6 "fun1(" 767 OpName %6 "fun1("
|
H A D | transformation_duplicate_region_with_selection_test.cpp | 1691 OpName %10 "fun1(i1;"
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/fuzz/ |
H A D | transformation_add_parameter_test.cpp | 278 OpName %6 "fun1(" in TEST() 393 OpName %6 "fun1(" 526 OpName %6 "fun1(" 618 OpName %6 "fun1(" 767 OpName %6 "fun1("
|
H A D | transformation_duplicate_region_with_selection_test.cpp | 1691 OpName %10 "fun1(i1;"
|
/third_party/spirv-tools/test/fuzz/ |
H A D | transformation_add_parameter_test.cpp | 278 OpName %6 "fun1(" in TEST() 393 OpName %6 "fun1(" 526 OpName %6 "fun1(" 618 OpName %6 "fun1(" 767 OpName %6 "fun1("
|
H A D | transformation_duplicate_region_with_selection_test.cpp | 1691 OpName %10 "fun1(i1;"
|
/third_party/libabigail/tests/data/test-diff-dwarf/ |
H A D | test26-added-parms-before-variadic-v0.c | 3 fun1(const char* c, ...) in fun1() function
|
H A D | test26-added-parms-before-variadic-v1.c | 3 fun1(const char* c, const char* c1, ...) in fun1() function
|