HomeSort by relevance Sort by last modified time
    Searched refs:showHeader (Results 1 - 5 of 5) sorted by null

  /external/javasqlite/src/main/java/SQLite/
Shell.java 23 boolean showHeader;
56 s.showHeader = showHeader;
201 if (showHeader) {
206 if (showHeader) {
222 if (count++ == 0 && showHeader) {
242 if (count++ == 0 && showHeader) {
332 showHeader = true;
534 s.showHeader = false;
549 s.showHeader = true
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
ConversationListFragment.java 197 final boolean showHeader = ConversationListContext.isSearchResult(mViewContext);
203 if (showHeader) {
208 mSearchStatusView.setVisibility(showHeader ? View.VISIBLE : View.GONE);
209 int marginTop = showHeader ? (int) res.getDimension(R.dimen.notification_view_height) : 0;
225 final boolean showHeader = ConversationListContext.isSearchResult(mViewContext);
226 if (showHeader) {
    [all...]
  /external/chromium_org/third_party/sqlite/src/src/
shell.c 390 int showHeader;
407 int showHeader; /* True to show column names in List or Column mode */
690 if( p->showHeader ){
694 if( p->showHeader ){
727 if( p->cnt++==0 && p->showHeader ){
748 if( p->cnt++==0 && p->showHeader ){
768 if( p->cnt++==0 && p->showHeader ){
784 if( p->cnt++==0 && p->showHeader ){
    [all...]
  /external/sqlite/dist/orig/
shell.c 407 int showHeader;
425 int showHeader; /* True to show column names in List or Column mode */
707 if( p->showHeader ){
711 if( p->showHeader ){
744 if( p->cnt++==0 && p->showHeader ){
765 if( p->cnt++==0 && p->showHeader ){
785 if( p->cnt++==0 && p->showHeader ){
801 if( p->cnt++==0 && p->showHeader ){
    [all...]
  /external/sqlite/dist/
shell.c 412 int showHeader;
430 int showHeader; /* True to show column names in List or Column mode */
712 if( p->showHeader ){
716 if( p->showHeader ){
749 if( p->cnt++==0 && p->showHeader ){
770 if( p->cnt++==0 && p->showHeader ){
790 if( p->cnt++==0 && p->showHeader ){
806 if( p->cnt++==0 && p->showHeader ){
    [all...]

Completed in 158 milliseconds