Home
last modified time | relevance | path

Searched refs:MyFunction (Results 1 – 13 of 13) sorted by relevance

/external/deqp-deps/glslang/Test/baseResults/
Dhlsl.precise.frag.out5 0:6 Function Definition: MyFunction(f1;vf3; ( temp void)
45 0:6 Function Definition: MyFunction(f1;vf3; ( temp void)
89 Name 13 "MyFunction(f1;vf3;"
126 13(MyFunction(f1;vf3;): 2 Function None 10
/external/angle/third_party/vulkan-deps/glslang/src/Test/baseResults/
Dhlsl.precise.frag.out5 0:6 Function Definition: MyFunction(f1;vf3; ( temp void)
45 0:6 Function Definition: MyFunction(f1;vf3; ( temp void)
89 Name 13 "MyFunction(f1;vf3;"
126 13(MyFunction(f1;vf3;): 2 Function None 10
/external/googletest/googlemock/test/
Dgmock-actions_test.cc830 typedef void MyFunction(bool, int*, char*); in TEST() typedef
831 Action<MyFunction> a = SetArgPointee<1>(2); in TEST()
849 typedef void MyFunction(std::string*, const char**); in TEST() typedef
850 Action<MyFunction> a = SetArgPointee<0>("hi"); in TEST()
865 typedef void MyFunction(const wchar_t**); in TEST() typedef
866 Action<MyFunction> a = SetArgPointee<0>(L"world"); in TEST()
884 typedef void MyFunction(bool, std::string*, const char**); in TEST() typedef
886 Action<MyFunction> a = SetArgPointee<1>(hi); in TEST()
903 typedef void MyFunction(bool, const wchar_t**); in TEST() typedef
905 Action<MyFunction> a = SetArgPointee<1>(hi); in TEST()
[all …]
Dgmock-more-actions_test.cc604 using MyFunction = void(bool, int*, char*); in TEST() typedef
606 Action<MyFunction> a = SetArrayArgument<1>(numbers, numbers + 3); in TEST()
640 using MyFunction = void(bool, int*); in TEST() typedef
642 Action<MyFunction> a = SetArrayArgument<1>(numbers, numbers); in TEST()
656 using MyFunction = void(bool, int*); in TEST() typedef
658 Action<MyFunction> a = SetArrayArgument<1>(chars, chars + 3); in TEST()
671 using MyFunction = void(bool, std::back_insert_iterator<std::string>); in TEST() typedef
673 Action<MyFunction> a = SetArrayArgument<1>(letters.begin(), letters.end()); in TEST()
/external/deqp-deps/glslang/Test/
Dhlsl.precise.frag6 void MyFunction(in precise float myfloat, out precise float3 myfloat3) { }
/external/angle/third_party/vulkan-deps/glslang/src/Test/
Dhlsl.precise.frag6 void MyFunction(in precise float myfloat, out precise float3 myfloat3) { }
/external/llvm-project/llvm/test/CodeGen/ARM/
D2009-08-31-LSDA-Name.ll12 define void @"\01-[MyFunction Name:]"() personality i8* bitcast (i32 (...)* @__gxx_personality_sj0 …
/external/llvm/test/CodeGen/ARM/
D2009-08-31-LSDA-Name.ll10 define void @"\01-[MyFunction Name:]"() personality i8* bitcast (i32 (...)* @__gxx_personality_sj0 …
/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/test/
Dgoogletest-printers-test.cc522 void MyFunction(int /* n */) {} in MyFunction() function
531 reinterpret_cast<internal::BiggestInt>(&MyFunction))), in TEST()
532 Print(&MyFunction)); in TEST()
1117 void (*fp)(int n) = &MyFunction; in TEST()
/external/googletest/googletest/test/
Dgoogletest-printers-test.cc689 void MyFunction(int /* n */) {} in MyFunction() function
698 reinterpret_cast<internal::BiggestInt>(&MyFunction))), in TEST()
699 Print(&MyFunction)); in TEST()
1362 void (*fp)(int n) = &MyFunction;
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/
DTargetInstrPredicate.td110 // MyFunction(MI->getOperand(Index).getImm()) == Val;
112 // In the example above, `MyFunction` is a function that takes as input an
/external/llvm-project/llvm/include/llvm/Target/
DTargetInstrPredicate.td110 // MyFunction(MI->getOperand(Index).getImm()) == Val;
112 // In the example above, `MyFunction` is a function that takes as input an
/external/pigweed/pw_log/
Ddocs.rst165 int MyFunction() {