Searched refs:MyFunction (Results 1 – 9 of 9) sorted by relevance
/third_party/node/test/js-native-api/5_function_factory/ |
D | 5_function_factory.c | 4 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/ |
D | hlsl.precise.frag.out | 5 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/ |
D | gmock-actions_test.cc | 830 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 …]
|
D | gmock-more-actions_test.cc | 604 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/ |
D | hlsl.precise.frag | 6 void MyFunction(in precise float myfloat, out precise float3 myfloat3) { }
|
/third_party/googletest/googletest/test/ |
D | googletest-printers-test.cc | 689 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/ |
D | TargetInstrPredicate.td | 110 // 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/ |
D | addons.md | 745 void MyFunction(const FunctionCallbackInfo<Value>& args) { 755 Local<FunctionTemplate> tpl = FunctionTemplate::New(isolate, MyFunction);
|
/third_party/cef/tools/ |
D | translator.README.txt | 33 #pragma message("Warning: "__FILE__": MyFunction prototype has changed")
|