/third_party/node/test/parallel/ |
H A D | test-vm-global-get-own.js | 29 const fun3 = () => 3; 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, fun3); [all...] |
/third_party/typescript/tests/baselines/reference/ |
H A D | typeArgumentsWithStringLiteralTypes01.js | 15 function fun3<T>(...args: T[]): T { 27 export let e = fun3("Hello", "Hello", "World", "Foo"); 58 export let e = fun3<"Hello">("Hello", "World"); 90 export let e = fun3<"Hello" | "World">("Hello", "World"); 121 function fun3() {
function 137 n1.e = fun3("Hello", "Hello", "World", "Foo");
165 n2.e = fun3("Hello", "World");
193 n3.e = fun3("Hello", "World");
222 declare function fun3<T>(...args: T[]): T;
|
/third_party/skia/third_party/externals/spirv-tools/test/fuzz/ |
H A D | transformation_add_parameter_test.cpp | 281 OpName %14 "fun3(" in TEST() 396 OpName %14 "fun3(" 529 OpName %14 "fun3(" 621 OpName %14 "fun3(" 770 OpName %14 "fun3("
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/fuzz/ |
H A D | transformation_add_parameter_test.cpp | 281 OpName %14 "fun3(" in TEST() 396 OpName %14 "fun3(" 529 OpName %14 "fun3(" 621 OpName %14 "fun3(" 770 OpName %14 "fun3("
|
/third_party/spirv-tools/test/fuzz/ |
H A D | transformation_add_parameter_test.cpp | 281 OpName %14 "fun3(" in TEST() 396 OpName %14 "fun3(" 529 OpName %14 "fun3(" 621 OpName %14 "fun3(" 770 OpName %14 "fun3("
|
/third_party/libabigail/tests/data/test-abicompat/ |
H A D | test1-fn-removed-v0.cc | 15 fun3() in fun3() function
|
H A D | test3-fn-removed-v0.cc | 18 fun3() in fun3() function
|
H A D | test0-fn-changed-libapp.h | 33 fun3(S3*);
|
H A D | test0-fn-changed-libapp-v0.cc | 77 fun3(S3*) in fun3() function
|
/third_party/libabigail/tests/data/test-diff-dwarf/ |
H A D | test26-added-parms-before-variadic-v0.c | 17 fun3(const char* c, const int* d, ...) in fun3() function
|
H A D | test26-added-parms-before-variadic-v1.c | 23 fun3(const char* c, const int* d, const int* d1, ...) in fun3() function
|