Home
last modified time | relevance | path

Searched refs:gSwitches (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/codesighs/
Dnm2tsv.c95 static Switch* gSwitches[] = { variable
286 const int switchCount = sizeof(gSwitches) / sizeof(gSwitches[0]); in initOptions()
315 if(0 == strcmp(gSwitches[switchLoop]->mLongName, inArgv[loop])) in initOptions()
319 else if(0 == strcmp(gSwitches[switchLoop]->mShortName, inArgv[loop])) in initOptions()
326 if(gSwitches[switchLoop]->mHasValue) in initOptions()
335 current = gSwitches[switchLoop]; in initOptions()
341 current = gSwitches[switchLoop]; in initOptions()
457 const int switchCount = sizeof(gSwitches) / sizeof(gSwitches[0]); in showHelp()
466 if(gSwitches[loop]->mHasValue) in showHelp()
475 printf("\t%s%s\n", gSwitches[loop]->mLongName, valueText); in showHelp()
[all …]
Dcodesighs.c131 static Switch* gSwitches[] = { variable
610 const int switchCount = sizeof(gSwitches) / sizeof(gSwitches[0]); in initOptions()
640 if(0 == strcmp(gSwitches[switchLoop]->mLongName, inArgv[loop])) in initOptions()
644 else if(0 == strcmp(gSwitches[switchLoop]->mShortName, inArgv[loop])) in initOptions()
651 if(gSwitches[switchLoop]->mHasValue) in initOptions()
660 current = gSwitches[switchLoop]; in initOptions()
666 current = gSwitches[switchLoop]; in initOptions()
1030 const int switchCount = sizeof(gSwitches) / sizeof(gSwitches[0]); in showHelp()
1039 if(gSwitches[loop]->mHasValue) in showHelp()
1048 printf("\t%s%s\n", gSwitches[loop]->mLongName, valueText); in showHelp()
[all …]
Dmsdump2symdb.c95 static Switch* gSwitches[] = { variable
873 const int switchCount = sizeof(gSwitches) / sizeof(gSwitches[0]); in initOptions()
902 if(0 == strcmp(gSwitches[switchLoop]->mLongName, inArgv[loop])) in initOptions()
906 else if(0 == strcmp(gSwitches[switchLoop]->mShortName, inArgv[loop])) in initOptions()
913 if(gSwitches[switchLoop]->mHasValue) in initOptions()
922 current = gSwitches[switchLoop]; in initOptions()
928 current = gSwitches[switchLoop]; in initOptions()
1044 const int switchCount = sizeof(gSwitches) / sizeof(gSwitches[0]); in showHelp()
1053 if(gSwitches[loop]->mHasValue) in showHelp()
1062 printf("\t%s%s\n", gSwitches[loop]->mLongName, valueText); in showHelp()
[all …]
Dmaptsvdifftool.c103 static Switch* gSwitches[] = { variable
1082 const int switchCount = sizeof(gSwitches) / sizeof(gSwitches[0]); in initOptions()
1111 if(0 == strcmp(gSwitches[switchLoop]->mLongName, inArgv[loop])) in initOptions()
1115 else if(0 == strcmp(gSwitches[switchLoop]->mShortName, inArgv[loop])) in initOptions()
1122 if(gSwitches[switchLoop]->mHasValue) in initOptions()
1131 current = gSwitches[switchLoop]; in initOptions()
1137 current = gSwitches[switchLoop]; in initOptions()
1265 const int switchCount = sizeof(gSwitches) / sizeof(gSwitches[0]); in showHelp()
1274 if(gSwitches[loop]->mHasValue) in showHelp()
1283 printf("\t%s%s\n", gSwitches[loop]->mLongName, valueText); in showHelp()
[all …]
Dmsmap2tsv.c218 static Switch* gSwitches[] = { variable
1875 const int switchCount = sizeof(gSwitches) / sizeof(gSwitches[0]); in initOptions()
1904 if(0 == strcmp(gSwitches[switchLoop]->mLongName, inArgv[loop])) in initOptions()
1908 else if(0 == strcmp(gSwitches[switchLoop]->mShortName, inArgv[loop])) in initOptions()
1915 if(gSwitches[switchLoop]->mHasValue) in initOptions()
1924 current = gSwitches[switchLoop]; in initOptions()
1930 current = gSwitches[switchLoop]; in initOptions()
2096 const int switchCount = sizeof(gSwitches) / sizeof(gSwitches[0]); in showHelp()
2105 if(gSwitches[loop]->mHasValue) in showHelp()
2114 printf("\t%s%s\n", gSwitches[loop]->mLongName, valueText); in showHelp()
[all …]