HomeSort by relevance Sort by last modified time
    Searched refs:at_command (Results 1 - 25 of 37) sorted by null

1 2

  /external/autotest/client/cros/cellular/wardmodem/
at_transceiver_unittest.py 326 at_command = 'AT+commmmmmmmmand'
327 self._mock_mm_channel.send(at_command)
330 self._at_transceiver._process_wardmodem_at_command(at_command)
339 at_command = 'AT+commmmmmmmmand'
343 self._at_transceiver._post_wardmodem_request(at_command)
346 self._at_transceiver._process_mm_at_command(at_command)
368 at_command = 'AT+commmmmmmmmand'
369 self._mock_mm_channel.send(at_command)
372 self._at_transceiver._process_modem_at_command(at_command)
381 at_command = 'AT+commmmmmmmmand
    [all...]
at_channel.py 137 def send(self, at_command):
141 @param at_command: The AT command to send.
150 at_command = self._prepare_for_send(at_command)
152 os.write(self._channel, at_command)
156 self._channel_name, repr(at_command))
161 self._channel_name, repr(at_command))
  /external/clang/include/clang/AST/
CommentParser.h 84 return (Tok.is(tok::backslash_command) || Tok.is(tok::at_command)) &&
CommentLexer.h 40 at_command, // Command with an ID, that used 'at' marker. enumerator in enum:clang::comments::tok::TokenKind
123 assert(is(tok::backslash_command) || is(tok::at_command));
128 assert(is(tok::backslash_command) || is(tok::at_command));
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
CommentParser.h 84 return (Tok.is(tok::backslash_command) || Tok.is(tok::at_command)) &&
CommentLexer.h 39 at_command, // Command with an ID, that used 'at' marker. enumerator in enum:clang::comments::tok::TokenKind
122 assert(is(tok::backslash_command) || is(tok::at_command));
127 assert(is(tok::backslash_command) || is(tok::at_command));
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/AST/
CommentParser.h 84 return (Tok.is(tok::backslash_command) || Tok.is(tok::at_command)) &&
CommentLexer.h 39 at_command, // Command with an ID, that used 'at' marker. enumerator in enum:clang::comments::tok::TokenKind
122 assert(is(tok::backslash_command) || is(tok::at_command));
127 assert(is(tok::backslash_command) || is(tok::at_command));
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/AST/
CommentParser.h 84 return (Tok.is(tok::backslash_command) || Tok.is(tok::at_command)) &&
CommentLexer.h 39 at_command, // Command with an ID, that used 'at' marker. enumerator in enum:clang::comments::tok::TokenKind
122 assert(is(tok::backslash_command) || is(tok::at_command));
127 assert(is(tok::backslash_command) || is(tok::at_command));
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/AST/
CommentParser.h 84 return (Tok.is(tok::backslash_command) || Tok.is(tok::at_command)) &&
CommentLexer.h 39 at_command, // Command with an ID, that used 'at' marker. enumerator in enum:clang::comments::tok::TokenKind
122 assert(is(tok::backslash_command) || is(tok::at_command));
127 assert(is(tok::backslash_command) || is(tok::at_command));
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/AST/
CommentParser.h 84 return (Tok.is(tok::backslash_command) || Tok.is(tok::at_command)) &&
CommentLexer.h 39 at_command, // Command with an ID, that used 'at' marker. enumerator in enum:clang::comments::tok::TokenKind
122 assert(is(tok::backslash_command) || is(tok::at_command));
127 assert(is(tok::backslash_command) || is(tok::at_command));
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/AST/
CommentParser.h 84 return (Tok.is(tok::backslash_command) || Tok.is(tok::at_command)) &&
CommentLexer.h 39 at_command, // Command with an ID, that used 'at' marker. enumerator in enum:clang::comments::tok::TokenKind
122 assert(is(tok::backslash_command) || is(tok::at_command));
127 assert(is(tok::backslash_command) || is(tok::at_command));
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/AST/
CommentParser.h 84 return (Tok.is(tok::backslash_command) || Tok.is(tok::at_command)) &&
CommentLexer.h 39 at_command, // Command with an ID, that used 'at' marker. enumerator in enum:clang::comments::tok::TokenKind
122 assert(is(tok::backslash_command) || is(tok::at_command));
127 assert(is(tok::backslash_command) || is(tok::at_command));
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
CommentParser.h 84 return (Tok.is(tok::backslash_command) || Tok.is(tok::at_command)) &&
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/AST/
CommentParser.h 84 return (Tok.is(tok::backslash_command) || Tok.is(tok::at_command)) &&
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/AST/
CommentParser.h 84 return (Tok.is(tok::backslash_command) || Tok.is(tok::at_command)) &&
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/AST/
CommentParser.h 84 return (Tok.is(tok::backslash_command) || Tok.is(tok::at_command)) &&
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/AST/
CommentParser.h 84 return (Tok.is(tok::backslash_command) || Tok.is(tok::at_command)) &&
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/AST/
CommentParser.h 84 return (Tok.is(tok::backslash_command) || Tok.is(tok::at_command)) &&
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/AST/
CommentParser.h 84 return (Tok.is(tok::backslash_command) || Tok.is(tok::at_command)) &&

Completed in 519 milliseconds

1 2