Searched refs:optionMatch (Results 1 – 4 of 4) sorted by relevance
/external/vulkan-validation-layers/tests/ |
D | vktestframework.cpp | 151 bool VkTestFramework::optionMatch(const char *option, char *optionLine) { in optionMatch() function in VkTestFramework 162 if (optionMatch("--strip-SPV", argv[i])) in InitArgs() 164 else if (optionMatch("--canonicalize-SPV", argv[i])) in InitArgs() 166 else if (optionMatch("--devsim", argv[i])) in InitArgs() 168 else if (optionMatch("--disable_uberlayer", argv[i])) in InitArgs() 170 else if (optionMatch("--help", argv[i]) || optionMatch("-h", argv[i])) { in InitArgs()
|
D | vktestframework.h | 63 static bool optionMatch(const char *option, char *optionLine);
|
/external/sqlite/dist/ |
D | shell.c | 13923 static int optionMatch(const char *zStr, const char *zOpt){ in optionMatch() function 16314 if( nArg==2 && optionMatch(azArg[1], "indent") ){ in do_meta_command() 16978 if( optionMatch(z,"new") ){ in do_meta_command() 16981 }else if( optionMatch(z, "zip") ){ in do_meta_command() 16984 }else if( optionMatch(z, "append") ){ in do_meta_command() 16986 }else if( optionMatch(z, "readonly") ){ in do_meta_command() 16988 }else if( optionMatch(z, "nofollow") ){ in do_meta_command() 16991 }else if( optionMatch(z, "deserialize") ){ in do_meta_command() 16993 }else if( optionMatch(z, "hexdb") ){ in do_meta_command() 16995 }else if( optionMatch(z, "maxsize") && iName+1<nArg ){ in do_meta_command() [all …]
|
/external/sqlite/dist/orig/ |
D | shell.c | 13902 static int optionMatch(const char *zStr, const char *zOpt){ in optionMatch() function 16293 if( nArg==2 && optionMatch(azArg[1], "indent") ){ in do_meta_command() 16957 if( optionMatch(z,"new") ){ in do_meta_command() 16960 }else if( optionMatch(z, "zip") ){ in do_meta_command() 16963 }else if( optionMatch(z, "append") ){ in do_meta_command() 16965 }else if( optionMatch(z, "readonly") ){ in do_meta_command() 16967 }else if( optionMatch(z, "nofollow") ){ in do_meta_command() 16970 }else if( optionMatch(z, "deserialize") ){ in do_meta_command() 16972 }else if( optionMatch(z, "hexdb") ){ in do_meta_command() 16974 }else if( optionMatch(z, "maxsize") && iName+1<nArg ){ in do_meta_command() [all …]
|