(command.CommandList
  children: [
    (command.FuncDef
      name: _adb_command_usage
      body: 
        (command.BraceGroup
          children: [
            (command.Assignment
              keyword: Assign_None
              pairs: [
                (assign_pair
                  lhs: (lhs_expr.LhsName name:COMPREPLY)
                  op: Equal
                  rhs: 
                    {
                      (word_part.ArrayLiteralPart
                        words: [
                          {
                            (word_part.CommandSubPart
                              command_list: 
                                (command.CommandList
                                  children: [
                                    (C {(compgen)} {(-W)} 
                                      {
                                        (SQ 
                                          <
'$( "$1" help 2>&1 | command grep "^ *\\(adb \\)\\? *$2 " \\\n'
                                          > <'            | sed -e "s/[]|[]/\\n/g" | _parse_help - )'>
                                        )
                                      } {(--)} {(DQ ($ VSub_DollarName '$cur'))}
                                    )
                                  ]
                                )
                              left_token: <Left_CommandSub '$('>
                            )
                          }
                        ]
                      )
                    }
                )
              ]
            )
          ]
        )
    )
    (command.AndOr
      ops: [Op_DAmp]
      children: [
        (command.FuncDef
          name: _adb
          body: 
            (command.BraceGroup
              children: [
                (command.Assignment
                  keyword: Assign_Local
                  pairs: [
                    (assign_pair lhs:(lhs_expr.LhsName name:cur) op:Equal)
                    (assign_pair lhs:(lhs_expr.LhsName name:prev) op:Equal)
                    (assign_pair lhs:(lhs_expr.LhsName name:words) op:Equal)
                    (assign_pair lhs:(lhs_expr.LhsName name:cword) op:Equal)
                  ]
                )
                (command.AndOr
                  ops: [Op_DPipe]
                  children: [
                    (C {(_init_completion)})
                    (command.ControlFlow token:<ControlFlow_Return return>)
                  ]
                )
                (command.Case
                  to_match: {($ VSub_DollarName '$prev')}
                  arms: [
                    (case_arm
                      pat_list: [{(-s)} {(-p)} {(--algo)} {(--key)} {(--iv)}]
                      action: [(command.ControlFlow token:<ControlFlow_Return return>)]
                    )
                    (case_arm
                      pat_list: [{(-f)}]
                      action: [(C {(_filedir)}) (command.ControlFlow token:<ControlFlow_Return return>)]
                    )
                  ]
                )
                (command.Assignment
                  keyword: Assign_Local
                  pairs: [
                    (assign_pair lhs:(lhs_expr.LhsName name:cmd) op:Equal)
                    (assign_pair lhs:(lhs_expr.LhsName name:i) op:Equal)
                  ]
                )
                (command.ForExpr
                  init: 
                    (arith_expr.BinaryAssign
                      op_id: Arith_Equal
                      left: (lhs_expr.LhsName name:i)
                      right: (arith_expr.ArithWord w:{(Lit_Digits 1)})
                    )
                  cond: 
                    (arith_expr.ArithBinary
                      op_id: Arith_Less
                      left: (arith_expr.ArithVarRef token:<Lit_ArithVarLike i>)
                      right: (arith_expr.ArithVarRef token:<Lit_ArithVarLike cword>)
                    )
                  update: 
                    (arith_expr.UnaryAssign
                      op_id: Node_PostDPlus
                      child: (lhs_expr.LhsName name:i)
                    )
                  body: 
                    (command.DoGroup
                      children: [
                        (command.If
                          arms: [
                            (if_arm
                              cond: [
                                (command.Sentence
                                  child: 
                                    (command.DBracket
                                      expr: 
                                        (bool_expr.LogicalAnd
                                          left: 
                                            (bool_expr.BoolBinary
                                              op_id: BoolBinary_GlobNEqual
                                              left: 
                                                {
                                                  (DQ 
                                                    (word_part.BracedVarSub
                                                      token: <VSub_Name words>
                                                      bracket_op: 
                                                        (bracket_op.ArrayIndex
                                                          expr: 
                                                            (arith_expr.ArithVarRef
                                                              token: <Lit_ArithVarLike i>
                                                            )
                                                        )
                                                    )
                                                  )
                                                }
                                              right: {(-) (Lit_Other '*')}
                                            )
                                          right: 
                                            (bool_expr.BoolBinary
                                              op_id: BoolBinary_GlobNEqual
                                              left: 
                                                {
                                                  (DQ 
                                                    (word_part.BracedVarSub
                                                      token: <VSub_Name words>
                                                      bracket_op: 
                                                        (bracket_op.ArrayIndex
                                                          expr: 
                                                            (arith_expr.ArithBinary
                                                              op_id: Arith_Minus
                                                              left: 
                                                                (arith_expr.ArithVarRef
                                                                  token: <Lit_ArithVarLike i>
                                                                )
                                                              right: 
                                                                (arith_expr.ArithWord
                                                                  w: {(Lit_Digits 1)}
                                                                )
                                                            )
                                                        )
                                                    )
                                                  )
                                                }
                                              right: {(-) (Lit_Other '[') (sp) (Lit_Other ']')}
                                            )
                                        )
                                    )
                                  terminator: <Op_Semi ';'>
                                )
                              ]
                              action: [
                                (command.Assignment
                                  keyword: Assign_None
                                  pairs: [
                                    (assign_pair
                                      lhs: (lhs_expr.LhsName name:cmd)
                                      op: Equal
                                      rhs: 
                                        {
                                          (DQ 
                                            (word_part.BracedVarSub
                                              token: <VSub_Name words>
                                              bracket_op: 
                                                (bracket_op.ArrayIndex
                                                  expr: 
                                                    (arith_expr.ArithVarRef
                                                      token: <Lit_ArithVarLike i>
                                                    )
                                                )
                                            )
                                          )
                                        }
                                    )
                                  ]
                                )
                                (command.ControlFlow
                                  token: <ControlFlow_Break break>
                                )
                              ]
                            )
                          ]
                        )
                      ]
                    )
                )
                (command.If
                  arms: [
                    (if_arm
                      cond: [
                        (command.Sentence
                          child: 
                            (command.DBracket
                              expr: 
                                (bool_expr.LogicalNot
                                  child: (bool_expr.WordTest w:{(DQ ($ VSub_DollarName '$cmd'))})
                                )
                            )
                          terminator: <Op_Semi ';'>
                        )
                      ]
                      action: [
                        (command.Assignment
                          keyword: Assign_Local
                          pairs: [(assign_pair lhs:(lhs_expr.LhsName name:tmp) op:Equal rhs:{(word_part.ArrayLiteralPart)})]
                        )
                        (command.If
                          arms: [
                            (if_arm
                              cond: [
                                (command.Sentence
                                  child: 
                                    (command.DBracket
                                      expr: 
                                        (bool_expr.LogicalOr
                                          left: 
                                            (bool_expr.LogicalNot
                                              child: 
                                                (bool_expr.WordTest
                                                  w: {($ VSub_DollarName '$cur')}
                                                )
                                            )
                                          right: 
                                            (bool_expr.BoolBinary
                                              op_id: BoolBinary_GlobDEqual
                                              left: {($ VSub_DollarName '$cur')}
                                              right: {(-) (Lit_Other '*')}
                                            )
                                        )
                                    )
                                  terminator: <Op_Semi ';'>
                                )
                              ]
                              action: [
                                (command.Assignment
                                  keyword: Assign_None
                                  pairs: [
                                    (assign_pair
                                      lhs: (lhs_expr.LhsName name:tmp)
                                      op: PlusEqual
                                      rhs: 
                                        {
                                          (word_part.ArrayLiteralPart
                                            words: [
                                              {
                                                (word_part.CommandSubPart
                                                  command_list: 
                                                    (command.CommandList
                                                      children: [
                                                        (C {(compgen)} {(-W)} 
                                                          {(SQ <'$( _parse_help "$1" help )'>)} {(--)} {(DQ ($ VSub_DollarName '$cur'))}
                                                        )
                                                      ]
                                                    )
                                                  left_token: <Left_CommandSub '$('>
                                                )
                                              }
                                            ]
                                          )
                                        }
                                    )
                                  ]
                                )
                              ]
                            )
                          ]
                        )
                        (command.If
                          arms: [
                            (if_arm
                              cond: [
                                (command.Sentence
                                  child: 
                                    (command.DBracket
                                      expr: 
                                        (bool_expr.LogicalOr
                                          left: 
                                            (bool_expr.LogicalNot
                                              child: 
                                                (bool_expr.WordTest
                                                  w: {($ VSub_DollarName '$cur')}
                                                )
                                            )
                                          right: 
                                            (bool_expr.BoolBinary
                                              op_id: BoolBinary_GlobNEqual
                                              left: {($ VSub_DollarName '$cur')}
                                              right: {(-) (Lit_Other '*')}
                                            )
                                        )
                                    )
                                  terminator: <Op_Semi ';'>
                                )
                              ]
                              action: [
                                (command.Assignment
                                  keyword: Assign_None
                                  pairs: [
                                    (assign_pair
                                      lhs: (lhs_expr.LhsName name:tmp)
                                      op: PlusEqual
                                      rhs: 
                                        {
                                          (word_part.ArrayLiteralPart
                                            words: [
                                              {
                                                (word_part.CommandSubPart
                                                  command_list: 
                                                    (command.CommandList
                                                      children: [
                                                        (command.Pipeline
                                                          children: [
                                                            (command.SimpleCommand
                                                              words: [{($ VSub_Number '$1')} {(help)}]
                                                              redirects: [
                                                                (redir.Redir
                                                                  op: <Redir_GreatAnd '2>&'>
                                                                  fd: 2
                                                                  arg_word: {(1)}
                                                                )
                                                              ]
                                                            )
                                                            (C {(awk)} 
                                                              {(SQ <'$1 == "adb" { print $2 }'>)}
                                                            )
                                                          ]
                                                          negated: F
                                                        )
                                                      ]
                                                    )
                                                  left_token: <Left_CommandSub '$('>
                                                )
                                              }
                                            ]
                                          )
                                        }
                                    )
                                  ]
                                )
                                (command.Assignment
                                  keyword: Assign_None
                                  pairs: [
                                    (assign_pair
                                      lhs: (lhs_expr.LhsName name:tmp)
                                      op: PlusEqual
                                      rhs: 
                                        {
                                          (word_part.ArrayLiteralPart
                                            words: [{(devices)} {(connect)} {(disconnect)} {(sideload)}]
                                          )
                                        }
                                    )
                                  ]
                                )
                              ]
                            )
                          ]
                        )
                        (command.Assignment
                          keyword: Assign_None
                          pairs: [
                            (assign_pair
                              lhs: (lhs_expr.LhsName name:COMPREPLY)
                              op: Equal
                              rhs: 
                                {
                                  (word_part.ArrayLiteralPart
                                    words: [
                                      {
                                        (word_part.CommandSubPart
                                          command_list: 
                                            (command.CommandList
                                              children: [
                                                (C {(compgen)} {(-W)} {(SQ <'${tmp[@]}'>)} {(--)} 
                                                  {(DQ ($ VSub_DollarName '$cur'))}
                                                )
                                              ]
                                            )
                                          left_token: <Left_CommandSub '$('>
                                        )
                                      }
                                    ]
                                  )
                                }
                            )
                          ]
                        )
                        (command.ControlFlow
                          token: <ControlFlow_Return return>
                        )
                      ]
                    )
                  ]
                )
                (C {(_adb_command_usage)} {(DQ ($ VSub_Number '$1'))} {($ VSub_DollarName '$cmd')})
                (command.Case
                  to_match: {($ VSub_DollarName '$cmd')}
                  arms: [
                    (case_arm
                      pat_list: [{(push)} {(restore)} {(sideload)}]
                      action: [(C {(_filedir)})]
                    )
                    (case_arm
                      pat_list: [{(forward)}]
                      action: [
                        (command.Assignment
                          keyword: Assign_None
                          pairs: [
                            (assign_pair
                              lhs: (lhs_expr.LhsName name:COMPREPLY)
                              op: Equal
                              rhs: 
                                {
                                  (word_part.ArrayLiteralPart
                                    words: [
                                      {
                                        (word_part.CommandSubPart
                                          command_list: 
                                            (command.CommandList
                                              children: [
                                                (C {(compgen)} {(-W)} 
                                                  {
                                                    (SQ 
                                                      <
'$( "$1" help 2>&1 | sed -ne "s/^ *adb  *forward  *-/-/p" | \\\n'
                                                      > <'                    _parse_help - )'>
                                                    )
                                                  } {(--)} {(DQ ($ VSub_DollarName '$cur'))}
                                                )
                                              ]
                                            )
                                          left_token: <Left_CommandSub '$('>
                                        )
                                      }
                                    ]
                                  )
                                }
                            )
                          ]
                        )
                      ]
                    )
                    (case_arm
                      pat_list: [{(reboot)}]
                      action: [
                        (command.Assignment
                          keyword: Assign_None
                          pairs: [
                            (assign_pair
                              lhs: (lhs_expr.LhsName name:COMPREPLY)
                              op: Equal
                              rhs: 
                                {
                                  (word_part.ArrayLiteralPart
                                    words: [
                                      {
                                        (word_part.CommandSubPart
                                          command_list: 
                                            (command.CommandList
                                              children: [
                                                (C {(compgen)} {(-W)} {(SQ <'bootloader recovery'>)} 
                                                  {(--)} {(DQ ($ VSub_DollarName '$cur'))}
                                                )
                                              ]
                                            )
                                          left_token: <Left_CommandSub '$('>
                                        )
                                      }
                                    ]
                                  )
                                }
                            )
                          ]
                        )
                      ]
                    )
                  ]
                )
              ]
            )
        )
        (C {(complete)} {(-F)} {(_adb)} {(adb)})
      ]
    )
  ]
)