Home
last modified time | relevance | path

Searched refs:set_line (Results 1 – 20 of 20) sorted by relevance

/external/autotest/scheduler/
Drdb_cache_unittests.py251 self.assertRaises(rdb_utils.RDBException, cache.set_line, *(key, None))
254 cache.set_line(key, [])
265 cache.set_line(key, [host])
272 cache.set_line(cache.get_key(host.labels, host.acls), [host])
280 cache.set_line(key, [host, different_host])
289 cache.set_line(key, [host, different_host])
Drdb_cache_manager.py120 self.cache.set_line(cache_key, hosts)
315 def set_line(self, key, hosts): member in RDBHostCacheManager
/external/antlr/runtime/Cpp/include/
Dantlr3input.hpp160 void set_line( ANTLR_UINT32 line );
310 void set_line( ANTLR_UINT32 line );
Dantlr3commontoken.hpp189 void set_line(ANTLR_UINT32 line);
Dantlr3exception.hpp165 void set_line( ANTLR_UINT32 line );
Dantlr3treeparser.inl48 ex->set_line( ex->get_token()->getLine() );
Dantlr3parser.inl56 ex->set_line( ex->get_token()->get_line() );
218 token->set_line(current->get_line());
Dantlr3lexer.inl113 ex->set_line( m_input->get_line() ); /* Line number comes from stream */
208 token->set_line( state->get_tokenStartLine() );
Dantlr3input.inl213 ANTLR_INLINE void InputStream<ImplTraits>::set_line( ANTLR_UINT32 line ) function in InputStream
417 ANTLR_INLINE void LexState<ImplTraits>::set_line( ANTLR_UINT32 line ) function in LexState
Dantlr3commontoken.inl195 ANTLR_INLINE void CommonToken<ImplTraits>::set_line(ANTLR_UINT32 line) function in CommonToken
Dantlr3tokenstream.inl94 teof.set_line(lexer->getLine());
179 teof.set_line(lexer->getLine());
Dantlr3exception.inl142 ANTLR_INLINE void ANTLR_ExceptionBase<ImplTraits, StreamType>::set_line( ANTLR_UINT32 line ) function in ANTLR_ExceptionBase
Dantlr3intstream.inl131 state->set_line( input->get_line() );
171 input->set_line( state.get_line() );
/external/antlr/runtime/Perl5/lib/ANTLR/Runtime/
DANTLRStringStream.pm65 sub set_line { method in ANTLR::Runtime::ANTLRStringStream
158 $state->set_line($self->line);
DParser.pm52 $t->set_line($current->get_line());
DCommonToken.pm103 sub set_line { subroutine
DLexer.pm144 $t->set_line($self->state->token_start_line);
/external/minijail/tools/
Dcompile_seccomp_policy.py76 parser_state.set_line(opts.default_action)
/external/tensorflow/tensorflow/core/profiler/internal/
Dtfprof_code.cc159 line_pb->set_line(line_number); in GetIndex()
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/Cpp/
DCpp.stg1697 <label>->set_line( <label>StartLine<elementIndex> );
1770 <label>->set_line( <label>StartLine<elementIndex> );
1801 <label>->set_line( <label>StartLine<elementIndex> );