Home
last modified time | relevance | path

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

/third_party/node/test/js-native-api/5_function_factory/
D5_function_factory.c4 static napi_value MyFunction(napi_env env, napi_callback_info info) { in MyFunction() function
13 napi_create_function(env, "theFunction", -1, MyFunction, NULL, &fn)); in CreateFunction()
/third_party/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
/third_party/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()
/third_party/glslang/Test/
Dhlsl.precise.frag6 void MyFunction(in precise float myfloat, out precise float3 myfloat3) { }
/third_party/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;
/third_party/skia/third_party/externals/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
/third_party/node/doc/api/
Daddons.md745 void MyFunction(const FunctionCallbackInfo<Value>& args) {
755 Local<FunctionTemplate> tpl = FunctionTemplate::New(isolate, MyFunction);
/third_party/cef/tools/
Dtranslator.README.txt33 #pragma message("Warning: "__FILE__": MyFunction prototype has changed")