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/orig/ |
D | shell.c | 17149 static int optionMatch(const char *zStr, const char *zOpt){ in optionMatch() function 19940 if( nArg==2 && optionMatch(azArg[1], "indent") ){ in do_meta_command() 20526 if( optionMatch(z,"wrap") && i+1<nArg ){ in do_meta_command() 20528 }else if( optionMatch(z,"ww") ){ in do_meta_command() 20530 }else if( optionMatch(z,"wordwrap") && i+1<nArg ){ in do_meta_command() 20532 }else if( optionMatch(z,"quote") ){ in do_meta_command() 20534 }else if( optionMatch(z,"noquote") ){ in do_meta_command() 20680 if( optionMatch(z,"new") ){ in do_meta_command() 20683 }else if( optionMatch(z, "zip") ){ in do_meta_command() 20686 }else if( optionMatch(z, "append") ){ in do_meta_command() [all …]
|
/external/sqlite/dist/ |
D | shell.c | 17170 static int optionMatch(const char *zStr, const char *zOpt){ in optionMatch() function 19961 if( nArg==2 && optionMatch(azArg[1], "indent") ){ in do_meta_command() 20547 if( optionMatch(z,"wrap") && i+1<nArg ){ in do_meta_command() 20549 }else if( optionMatch(z,"ww") ){ in do_meta_command() 20551 }else if( optionMatch(z,"wordwrap") && i+1<nArg ){ in do_meta_command() 20553 }else if( optionMatch(z,"quote") ){ in do_meta_command() 20555 }else if( optionMatch(z,"noquote") ){ in do_meta_command() 20701 if( optionMatch(z,"new") ){ in do_meta_command() 20704 }else if( optionMatch(z, "zip") ){ in do_meta_command() 20707 }else if( optionMatch(z, "append") ){ in do_meta_command() [all …]
|