Searched defs:raw_input (Results 1 - 16 of 16) sorted by relevance

/external/ply/ply/example/BASIC/
H A Dbasic.py8 raw_input = input variable
40 line = raw_input("[BASIC] ")
H A Dbasiclog.py8 raw_input = input variable
48 line = raw_input("[BASIC] ")
/external/ply/ply/example/closurecalc/
H A Dcalc.py13 raw_input = input variable
127 s = raw_input("calc > ")
/external/python/cpython2/Lib/
H A Dcode.py234 line = self.raw_input(prompt)
270 def raw_input(self, prompt=""): member in class:InteractiveConsole
277 raw_input(); a subclass may replace this with a different
281 return raw_input(prompt)
294 readfunc -- if not None, replaces InteractiveConsole.raw_input()
300 console.raw_input = readfunc
/external/python/cpython3/Tools/scripts/
H A Dtreesync.py190 def raw_input(prompt): function
/external/ply/ply/example/calc/
H A Dcalc.py12 raw_input = input variable
118 s = raw_input('calc > ')
/external/ply/ply/example/calcdebug/
H A Dcalc.py12 raw_input = input variable
124 s = raw_input('calc > ')
/external/ply/ply/example/calceof/
H A Dcalc.py12 raw_input = input variable
39 more = raw_input('... ')
127 s = raw_input('calc > ')
/external/ply/ply/example/optcalc/
H A Dcalc.py12 raw_input = input variable
131 s = raw_input('calc > ')
/external/python/cpython3/Lib/
H A Dcode.py228 line = self.raw_input(prompt)
264 def raw_input(self, prompt=""): member in class:InteractiveConsole
289 readfunc -- if not None, replaces InteractiveConsole.raw_input()
296 console.raw_input = readfunc
/external/syslinux/core/lwip/src/core/
H A Draw.c76 raw_input(struct pbuf *p, struct netif *inp) function
/external/ply/ply/example/classcalc/
H A Dcalc.py16 raw_input = input variable
52 s = raw_input('calc > ')
/external/ply/ply/example/newclasscalc/
H A Dcalc.py18 raw_input = input variable
54 s = raw_input('calc > ')
/external/gemmlowp/test/
H A Dtest_fixedpoint.cc264 const std::int32_t raw_input = testvals_int32[i + j]; local
266 std::max(unary_op.MinInput(), raw_input));
/external/tensorflow/tensorflow/core/util/ctc/
H A Dctc_beam_search.h247 const Vector& raw_input) {
251 (label_selection_size_ > 0 && label_selection_size_ < raw_input.size());
254 // Get max coefficient and remove it from raw_input later.
257 max_coeff = GetTopK(label_selection_size_, raw_input, &top_k_logits,
260 max_coeff = raw_input.maxCoeff();
267 CHECK_EQ(num_classes_, raw_input.size());
293 b->newp.label += raw_input(b->label) - max_coeff;
296 b->newp.blank = b->oldp.total + raw_input(blank_index_) - max_coeff;
328 const float logit = top_k ? top_k_logits[ind] : raw_input(ind);
246 Step( const Vector& raw_input) argument
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...

Completed in 464 milliseconds