Home
last modified time | relevance | path

Searched refs:fn1 (Results 1 – 25 of 419) sorted by relevance

12345678910>>...17

/external/pdfium/core/fxcrt/
Dcfx_timer_unittest.cpp31 TimerHandlerIface::TimerCallback fn1 = nullptr; in TEST() local
36 .WillOnce(DoAll(SaveArg<1>(&fn1), Return(1001))); in TEST()
54 ASSERT_TRUE(fn1); in TEST()
56 (*fn1)(1001); in TEST()
57 (*fn1)(1002); in TEST()
58 (*fn1)(1002); in TEST()
62 TimerHandlerIface::TimerCallback fn1 = nullptr; in TEST() local
66 .WillOnce(DoAll(SaveArg<1>(&fn1), Return(1001))); in TEST()
77 ASSERT_TRUE(fn1); in TEST()
78 (*fn1)(-1); in TEST()
[all …]
/external/ltp/testcases/kernel/containers/libclone/
Dlibclone.c20 int (*fn1) (void *arg), void *arg1, in do_clone_tests()
25 ret = ltp_clone_quick(clone_flags | SIGCHLD, fn1, arg1); in do_clone_tests()
39 int (*fn1) (void *arg), void *arg1, in do_unshare_tests()
72 ret = fn1(arg1); in do_unshare_tests()
89 int do_plain_tests(int (*fn1) (void *arg), void *arg1, in do_plain_tests()
100 exit(fn1(arg1)); in do_plain_tests()
107 int (*fn1) (void *arg), void *arg1) in do_clone_unshare_test()
111 return do_plain_tests(fn1, arg1, NULL, NULL); in do_clone_unshare_test()
113 return do_clone_tests(clone_flags, fn1, arg1, NULL, NULL); in do_clone_unshare_test()
115 return do_unshare_tests(clone_flags, fn1, arg1, NULL, NULL); in do_clone_unshare_test()
[all …]
Dlibclone.h65 int(*fn1)(void *arg), void *arg1,
69 int (*fn1)(void *arg), void *arg1,
72 int do_fork_tests(int (*fn1)(void *arg), void *arg1,
76 int (*fn1)(void *arg), void *arg1);
79 int (*fn1)(void *arg), void *arg1,
/external/angle/third_party/vulkan-deps/glslang/src/Test/
Dhlsl.params.default.frag6 // ERROR: Ambiguous with fn1 below.
7 // int4 fn1(int4 p0) { return int4(1,2,3,4); }
9 int4 fn1(int4 p0, bool b1, bool b2 = false) {
13 int4 fn1(int4 p0,
42 return fn1(100) +
43 fn1(101, ui4) +
44 fn1(102, ui4, myarray) +
45 fn1(103, ui4, myarray, 99) +
46 fn1(104, false) +
47 fn1(105, false, true) +
Dhlsl.params.default.negative.frag7 int4 fn1(int4 p0) { return int4(1,2,3,4); }
9 int4 fn1(int4 p0, bool b1, bool b2 = false) {
13 int4 fn1(int4 p0,
40 return fn1(100) + // ERROR: ambiguous
41 fn1(101, ui4) +
42 fn1(102, ui4, myarray) +
43 fn1(103, ui4, myarray, 99) +
44 fn1(104, false) +
45 fn1(105, false, true) +
Dhlsl.texture.struct.frag38 s1_t fn1(Texture2D <s1_t> t1) { return t1 . Sample(g_sSamp, float2(0.6, 0.61)); }
39 s2_t fn1(Texture2D <s2_t> t2) { return t2 . Sample(g_sSamp, float2(0.6, 0.61)); }
49 s1_t r0 = fn1(g_tTex2s1);
50 s2_t r1 = fn1(g_tTex2s2);
51 s1_t r2 = fn1(g_tTex2s1a);
/external/deqp-deps/glslang/Test/
Dhlsl.params.default.frag6 // ERROR: Ambiguous with fn1 below.
7 // int4 fn1(int4 p0) { return int4(1,2,3,4); }
9 int4 fn1(int4 p0, bool b1, bool b2 = false) {
13 int4 fn1(int4 p0,
42 return fn1(100) +
43 fn1(101, ui4) +
44 fn1(102, ui4, myarray) +
45 fn1(103, ui4, myarray, 99) +
46 fn1(104, false) +
47 fn1(105, false, true) +
Dhlsl.params.default.negative.frag7 int4 fn1(int4 p0) { return int4(1,2,3,4); }
9 int4 fn1(int4 p0, bool b1, bool b2 = false) {
13 int4 fn1(int4 p0,
40 return fn1(100) + // ERROR: ambiguous
41 fn1(101, ui4) +
42 fn1(102, ui4, myarray) +
43 fn1(103, ui4, myarray, 99) +
44 fn1(104, false) +
45 fn1(105, false, true) +
Dhlsl.texture.struct.frag38 s1_t fn1(Texture2D <s1_t> t1) { return t1 . Sample(g_sSamp, float2(0.6, 0.61)); }
39 s2_t fn1(Texture2D <s2_t> t2) { return t2 . Sample(g_sSamp, float2(0.6, 0.61)); }
49 s1_t r0 = fn1(g_tTex2s1);
50 s2_t r1 = fn1(g_tTex2s2);
51 s1_t r2 = fn1(g_tTex2s1a);
/external/angle/doc/
DExtensionSupport.md18 * GL\_OES\_element\_index\_uint (fn1)
23 * GL\_OES\_texture\_half\_float (fn1)
24 * GL\_OES\_texture\_half\_float\_linear (fn1)
25 * GL\_OES\_texture\_float (fn1)
26 * GL\_OES\_texture\_float\_linear (fn1)
27 * GL\_OES\_texture\_npot (fn1)
28 * GL\_EXT\_occlusion\_query\_boolean (fn1)
32 * GL\_EXT\_texture\_compression\_dxt1 (fn1)
33 * GL\_EXT\_texture\_filter\_anisotropic (fn1)
40 * GL\_ANGLE\_framebuffer\_multisample (fn1)
[all …]
DResourceLimits.md21 GL\_MAX\_VERTEX\_TEXTURE\_IMAGE\_UNITS | 0 | (fn1) | 0 | 0 |…
22 GL\_MAX\_VARYING\_VECTORS | 8 | (fn1) | 8 | 10 |…
23 GL\_MAX\_FRAGMENT\_UNIFORM\_VECTORS | 16 | (fn1) | 29 | 221 |…
25 GL\_MAX\_TEXTURE\_SIZE | 64 | 2048-16384 (fn1) | | |
26 GL\_MAX\_CUBE\_MAP\_SIZE | 16 | 2048-16384 (fn1) | | |
27 GL\_MAX\_RENDERBUFFER\_SIZE | 1 | 2048-16384 (fn1) | | |
33 * fn1: limits vary based on the underlying hardware capabilities
/external/llvm-project/llvm/test/Transforms/Attributor/IPConstantProp/
DPR16052.ll15 ; IS__TUNIT____-NEXT: [[CALL2:%.*]] = call i64 @fn1(i64 undef) [[ATTR0]], [[RNG0:!range !.*]]
22 ; IS__CGSCC_OPM-NEXT: [[CALL2:%.*]] = call i64 @fn1(i64 undef) [[ATTR1:#.*]]
29 ; IS__CGSCC_NPM-NEXT: [[CALL2:%.*]] = call i64 @fn1(i64 undef) [[ATTR1:#.*]], [[RNG0:!range !.*]]
35 %call2 = call i64 @fn1(i64 %div)
46 ; IS__TUNIT____-NEXT: [[CALL2:%.*]] = call i64 @fn1(i64 [[DIV]]) [[ATTR0]], [[RNG0]]
55 ; IS__CGSCC____-NEXT: [[CALL2:%.*]] = call i64 @fn1(i64 [[DIV]]) [[ATTR1:#.*]], [[RNG0:!range !.…
61 %call2 = call i64 @fn1(i64 %div)
70 ; IS__TUNIT____-NEXT: [[CALL2:%.*]] = call i64 @fn1(i64 noundef 42) [[ATTR0]], [[RNG0]]
77 ; IS__CGSCC____-NEXT: [[CALL2:%.*]] = call i64 @fn1(i64 noundef 42) [[ATTR1]]
83 %call2 = call i64 @fn1(i64 %add)
[all …]
/external/llvm-project/lld/test/COFF/
Dorder.test4 # RUN: echo fn1 > %t.order
9 # RUN: lld-link -entry:fn1 -subsystem:console -opt:noref -debug %t1.obj %t2.obj \
11 # CHECK: fn1
18 # RUN: lld-link -entry:fn1 -subsystem:console -opt:noref -debug %t1.obj %t2.obj \
25 # DEFAULT: fn1
27 # RUN: echo fn1 > %t2.order
32 # RUN: lld-link -entry:fn1 -subsystem:console -debug %t1.obj %t2.obj \
38 # RUN: lld-link -entry:fn1 -subsystem:console -debug %t1.obj %t2.obj \
Dorder-i386.test3 # RUN: echo fn1 > %t.order
6 # RUN: lld-link -safeseh:no -entry:fn1 -subsystem:console -opt:noref %t.obj \
8 # CHECK: fn1
11 # RUN: lld-link -safeseh:no -entry:fn1 -subsystem:console -opt:noref %t.obj \
14 # DEFAULT: fn1
/external/tpm2-tss/src/tss2-mu/
Dtpmt-types.c24 #define TPMT_MARSHAL_2(type, m1, op1, fn1, m2, op2, sel, fn2) \ argument
43 ret = fn1(op1 src->m1, buffer, buffer_size, &local_offset); \
56 #define TPMT_UNMARSHAL_2(type, m1, fn1, m2, sel, fn2) \ argument
75 ret = fn1(buffer, buffer_size, &local_offset, dest ? &dest->m1 : &tmp.m1); \
88 #define TPMT_MARSHAL_3(type, m1, op1, fn1, m2, op2, sel2, fn2, m3, op3, sel3, fn3) \ argument
107 ret = fn1(op1 src->m1, buffer, buffer_size, &local_offset); \
124 #define TPMT_UNMARSHAL_3(type, m1, fn1, m2, sel2, fn2, m3, sel3, fn3) \ argument
143 ret = fn1(buffer, buffer_size, &local_offset, dest ? &dest->m1 : &tmp.m1); \
160 #define TPMT_MARSHAL_TK(type, m1, fn1, m2, fn2, m3, fn3) \ argument
179 ret = fn1(src->m1, buffer, buffer_size, &local_offset); \
[all …]
/external/llvm-project/clang/test/Modules/Inputs/overloadable-attrs/
Da.h2 constexpr int fn1() __attribute__((enable_if(0, ""))) { return 0; } in fn1() function
3 constexpr int fn1() { return 1; } in fn1() function
19 constexpr int fn1(void *const a __attribute__((pass_object_size(0)))) { in fn1() function
22 constexpr int fn1(void *const a) { return 0; } in fn1() function
/external/llvm-project/clang/test/SemaTemplate/
Dcxx1z-using-declaration.cpp129 template<typename ...T> int fn1() { in fn1() function
141 fn1<>(); // expected-note {{instantiation of}} in f()
142 fn1<X>(); // expected-note {{instantiation of}} in f()
143 fn1<Y>(); // expected-note {{instantiation of}} in f()
144 fn1<E>(); in f()
145 fn1<E, F>(); // expected-note {{instantiation of}} in f()
146 fn1<E, X>(); // expected-note {{instantiation of}} in f()
/external/llvm/test/Transforms/IPConstantProp/
DPR16052.ll10 %call2 = call i64 @fn1(i64 %div)
15 ; CHECK: %[[CALL:.*]] = call i64 @fn1(i64 undef)
17 define internal i64 @fn1(i64 %p1) {
24 ; CHECK-DAG: define internal i64 @fn1(
/external/clang/test/Sema/
Dunused-expr.c83 int fn1() __attribute__ ((warn_unused_result));
88 if (fn1() < 0 || fn2(2,1) < 0 || fn3(2) < 0) // no warnings in t6()
91fn1(); // expected-warning {{ignoring return value of function declared with 'warn_unused_result'… in t6()
95 …(void)0, fn1(); // expected-warning {{ignoring return value of function declared with 'warn_unuse… in t6()
135 #define M6() fn1()
/external/llvm-project/clang/test/Sema/
Dunused-expr.c83 int fn1() __attribute__ ((warn_unused_result));
88 if (fn1() < 0 || fn2(2,1) < 0 || fn3(2) < 0) // no warnings in t6()
91fn1(); // expected-warning {{ignoring return value of function declared with 'warn_unused_result'… in t6()
95 …(void)0, fn1(); // expected-warning {{ignoring return value of function declared with 'warn_unuse… in t6()
135 #define M6() fn1()
/external/deqp-deps/glslang/Test/baseResults/
Dhlsl.params.default.negative.frag.out4 ERROR: 0:40: 'fn1' : ambiguous best function under implicit type conversion
12 0:7 Function Definition: fn1(vi4; ( temp 4-component vector of int)
22 0:9 Function Definition: fn1(vi4;b1;b1; ( temp 4-component vector of int)
30 0:17 Function Definition: fn1(vi4;vi4;i1[2];i1; ( temp 4-component vector of int)
92 0:40 Function Call: fn1(vi4; ( temp 4-component vector of int)
98 0:41 Function Call: fn1(vi4;vi4;i1[2];i1; ( temp 4-component vector of int)
113 0:42 Function Call: fn1(vi4;vi4;i1[2];i1; ( temp 4-component vector of int)
126 0:43 Function Call: fn1(vi4;vi4;i1[2];i1; ( temp 4-component vector of int)
139 0:44 Function Call: fn1(vi4;b1;b1; ( temp 4-component vector of int)
149 0:45 Function Call: fn1(vi4;b1;b1; ( temp 4-component vector of int)
[all …]
Dhlsl.params.default.frag.out5 0:9 Function Definition: fn1(vi4;b1;b1; ( temp 4-component vector of int)
13 0:17 Function Definition: fn1(vi4;vi4;i1[2];i1; ( temp 4-component vector of int)
81 0:42 Function Call: fn1(vi4;vi4;i1[2];i1; ( temp 4-component vector of int)
97 0:43 Function Call: fn1(vi4;vi4;i1[2];i1; ( temp 4-component vector of int)
112 0:44 Function Call: fn1(vi4;vi4;i1[2];i1; ( temp 4-component vector of int)
125 0:45 Function Call: fn1(vi4;vi4;i1[2];i1; ( temp 4-component vector of int)
138 0:46 Function Call: fn1(vi4;b1;b1; ( temp 4-component vector of int)
148 0:47 Function Call: fn1(vi4;b1;b1; ( temp 4-component vector of int)
195 0:9 Function Definition: fn1(vi4;b1;b1; ( temp 4-component vector of int)
203 0:17 Function Definition: fn1(vi4;vi4;i1[2];i1; ( temp 4-component vector of int)
[all …]
/external/angle/third_party/vulkan-deps/glslang/src/Test/baseResults/
Dhlsl.params.default.negative.frag.out4 ERROR: 0:40: 'fn1' : ambiguous best function under implicit type conversion
12 0:7 Function Definition: fn1(vi4; ( temp 4-component vector of int)
22 0:9 Function Definition: fn1(vi4;b1;b1; ( temp 4-component vector of int)
30 0:17 Function Definition: fn1(vi4;vi4;i1[2];i1; ( temp 4-component vector of int)
92 0:40 Function Call: fn1(vi4; ( temp 4-component vector of int)
98 0:41 Function Call: fn1(vi4;vi4;i1[2];i1; ( temp 4-component vector of int)
113 0:42 Function Call: fn1(vi4;vi4;i1[2];i1; ( temp 4-component vector of int)
126 0:43 Function Call: fn1(vi4;vi4;i1[2];i1; ( temp 4-component vector of int)
139 0:44 Function Call: fn1(vi4;b1;b1; ( temp 4-component vector of int)
149 0:45 Function Call: fn1(vi4;b1;b1; ( temp 4-component vector of int)
[all …]
Dhlsl.params.default.frag.out5 0:9 Function Definition: fn1(vi4;b1;b1; ( temp 4-component vector of int)
13 0:17 Function Definition: fn1(vi4;vi4;i1[2];i1; ( temp 4-component vector of int)
81 0:42 Function Call: fn1(vi4;vi4;i1[2];i1; ( temp 4-component vector of int)
97 0:43 Function Call: fn1(vi4;vi4;i1[2];i1; ( temp 4-component vector of int)
112 0:44 Function Call: fn1(vi4;vi4;i1[2];i1; ( temp 4-component vector of int)
125 0:45 Function Call: fn1(vi4;vi4;i1[2];i1; ( temp 4-component vector of int)
138 0:46 Function Call: fn1(vi4;b1;b1; ( temp 4-component vector of int)
148 0:47 Function Call: fn1(vi4;b1;b1; ( temp 4-component vector of int)
195 0:9 Function Definition: fn1(vi4;b1;b1; ( temp 4-component vector of int)
203 0:17 Function Definition: fn1(vi4;vi4;i1[2];i1; ( temp 4-component vector of int)
[all …]
/external/skia/resources/sksl/inliner/
DExponentialGrowth.sksl3 void fn1() { sk_FragColor.x = 0; }
4 void fn2() { fn1(); fn1(); fn1(); }

12345678910>>...17