Searched refs:optionMatch (Results 1 – 4 of 4) sorted by relevance
/external/vulkan-validation-layers/tests/ |
D | vktestframework.cpp | 150 bool VkTestFramework::optionMatch(const char *option, char *optionLine) { in optionMatch() function in VkTestFramework 161 if (optionMatch("--strip-SPV", argv[i])) in InitArgs() 163 else if (optionMatch("--canonicalize-SPV", argv[i])) in InitArgs() 165 else if (optionMatch("--devsim", argv[i])) in InitArgs() 167 else if (optionMatch("--help", argv[i]) || optionMatch("-h", argv[i])) { in InitArgs()
|
D | vktestframework.h | 66 static bool optionMatch(const char *option, char *optionLine);
|
/external/sqlite/dist/orig/ |
D | shell.c | 11260 static int optionMatch(const char *zStr, const char *zOpt){ in optionMatch() function 12678 if( nArg==2 && optionMatch(azArg[1], "indent") ){ in do_meta_command() 13200 if( optionMatch(z,"new") ){ in do_meta_command() 13203 }else if( optionMatch(z, "zip") ){ in do_meta_command() 13206 }else if( optionMatch(z, "append") ){ in do_meta_command() 13426 if( optionMatch(azArg[ii],"indent") ){ in do_meta_command() 13428 }else if( optionMatch(azArg[ii],"debug") ){ in do_meta_command()
|
/external/sqlite/dist/ |
D | shell.c | 11283 static int optionMatch(const char *zStr, const char *zOpt){ in optionMatch() function 12701 if( nArg==2 && optionMatch(azArg[1], "indent") ){ in do_meta_command() 13223 if( optionMatch(z,"new") ){ in do_meta_command() 13226 }else if( optionMatch(z, "zip") ){ in do_meta_command() 13229 }else if( optionMatch(z, "append") ){ in do_meta_command() 13449 if( optionMatch(azArg[ii],"indent") ){ in do_meta_command() 13451 }else if( optionMatch(azArg[ii],"debug") ){ in do_meta_command()
|