Home
last modified time | relevance | path

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

/external/webrtc/rtc_tools/py_event_log_analyzer/
Dmisc.py85 get_input = raw_input # pylint: disable=invalid-name variable
87 get_input = input # pylint: disable=invalid-name variable
Drtp_analyzer.py110 chosen_index = int(misc.get_input("choose one> "))
177 freq = int(misc.get_input("Input frequency (in kHz)> "))
/external/antlr/runtime/Cpp/include/
Dantlr3lexer.inl18 typename Lexer<ImplTraits>::InputStreamType* Lexer<ImplTraits>::get_input() const function in Lexer
146 this->get_rec()->get_state()->get_streams().push(this->get_input());
198 token->set_input( this->get_input() );
212 token->set_lineStart( this->get_input()->get_currentLine() );
354 return this->get_input()->get_line();
366 return this->get_input()->get_charPositionInLine();
378 return this->get_input()->substr( state->get_tokenStartCharIndex(),
379 this->getCharIndex() - this->get_input()->get_charByteSize()
478 return this->get_input();
Dantlr3treeparser.inl65 if ( tnode->get_token()->get_input() == NULL)
71 ex->set_streamName( tnode->get_token()->get_input()->get_fileName() );
Dantlr3commontoken.hpp141 InputStreamType* get_input() const;
Dantlr3exception.hpp155 IntStreamType* get_input() const;
Dantlr3lexer.hpp103 InputStreamType* get_input() const;
Dantlr3parser.hpp78 TokenStreamType* get_input() const;
Dantlr3parser.inl47 ANTLR_INLINE typename Parser<ImplTraits>::TokenStreamType* Parser<ImplTraits>::get_input() const function in Parser
65 ex->set_streamName( ex->get_token()->get_input()->get_fileName() );
377 return this->get_input()->_LT(k);
Dantlr3commontoken.inl98 ANTLR_INLINE typename CommonToken<ImplTraits>::InputStreamType* CommonToken<ImplTraits>::get_input(… function in CommonToken
Dantlr3exception.inl92 …lTraits, StreamType>::IntStreamType* ANTLR_ExceptionBase<ImplTraits, StreamType>::get_input() const function in ANTLR_ExceptionBase
Dantlr3tokenstream.inl59 input = lexer->get_input();
/external/tensorflow/
Dconfigure.py95 def get_input(question): function
237 python_lib_path = get_input(
356 user_input_origin = get_input(question)
602 var = get_input(ask_for_var)
/external/llvm-project/llvm/test/CodeGen/Thumb2/LowOverheadLoops/
Dmatrix-debug.mir12 … %call = tail call arm_aapcscc signext i16 @get_input(i32 %d, i32* %e, i16 signext 0) #4, !dbg !33
68 declare !dbg !4 dso_local arm_aapcscc signext i16 @get_input(i32, i32*, i16 signext)
81 …!4 = !DISubprogram(name: "get_input", scope: !1, file: !1, line: 4, type: !5, flags: DIFlagPrototy…
234 …; CHECK: tBL 14 /* CC::al */, $noreg, @get_input, csr_aapcs, implicit-def dead $lr, implicit $sp…
305 …tBL 14, $noreg, @get_input, csr_aapcs, implicit-def dead $lr, implicit $sp, implicit killed $r0, i…
/external/ppp/pppd/
Dmain.c235 static void get_input __P((void));
560 get_input();
1047 get_input() in get_input() function
/external/python/cpython2/Modules/
Dflmodule.c964 get_input (genericobject *g) in get_input() function
983 {"get_input", (PyCFunction)get_input, METH_NOARGS},
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/Cpp/
DCpp.stg1696 <label>->set_input( this->get_input() );
1769 <label>->set_input( this->get_input() );
1800 <label>->set_input( this->get_input() );
2530 this->get_input()->toStringSS( this->get_adaptor()->getTokenStartIndex(retval.start), this->get_ada…
/external/python/cpython2/Doc/library/
Dfl.rst314 :meth:`get_input`, :meth:`set_input_color`, :meth:`set_input_return`.
/external/python/cpython3/Doc/faq/
Dprogramming.rst922 dispatch[get_input()]() # Note trailing parens to call function
/external/python/cpython2/Doc/faq/
Dprogramming.rst1048 dispatch[get_input()]() # Note trailing parens to call function