Searched refs:echoOn (Results 1 - 4 of 4) sorted by relevance

/external/smack/src/org/apache/harmony/javax/security/auth/callback/
H A DPasswordCallback.java35 boolean echoOn; field in class:PasswordCallback
51 * @param echoOn
54 public PasswordCallback(String prompt, boolean echoOn) { argument
57 this.echoOn = echoOn;
77 return echoOn;
/external/sqlite/dist/orig/
H A Dshell.c418 int echoOn; /* True to echo input commands */ member in struct:callback_data
1146 if( pArg && pArg->echoOn ){
1672 p->echoOn = booleanValue(azArg[1]);
2172 fprintf(p->out,"%9.9s: %s\n","echo", p->echoOn ? "on" : "off");
2518 if( p->echoOn ) printf("%s\n", zLine);
2944 data.echoOn = 1;
/external/sqlite/dist/
H A Dshell.c423 int echoOn; /* True to echo input commands */ member in struct:callback_data
1151 if( pArg && pArg->echoOn ){
1691 p->echoOn = booleanValue(azArg[1]);
2191 fprintf(p->out,"%9.9s: %s\n","echo", p->echoOn ? "on" : "off");
2537 if( p->echoOn ) printf("%s\n", zLine);
2963 data.echoOn = 1;
/external/chromium_org/third_party/sqlite/src/src/
H A Dshell.c401 int echoOn; /* True to echo input commands */ member in struct:callback_data
1099 if( pArg && pArg->echoOn ){
1601 p->echoOn = booleanValue(azArg[1]);
2090 fprintf(p->out,"%9.9s: %s\n","echo", p->echoOn ? "on" : "off");
2421 if( p->echoOn ) printf("%s\n", zLine);
2835 data.echoOn = 1;

Completed in 114 milliseconds