Searched refs:term (Results 1 - 25 of 126) sorted by relevance

123456

/prebuilts/gdb/darwin-x86/lib/python2.7/curses/
H A D__init__.py32 setupterm(term=_os.environ.get("TERM", "unknown"),
/prebuilts/gdb/linux-x86/lib/python2.7/curses/
H A D__init__.py32 setupterm(term=_os.environ.get("TERM", "unknown"),
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/curses/
H A D__init__.py32 setupterm(term=_os.environ.get("TERM", "unknown"),
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/curses/
H A D__init__.py32 setupterm(term=_os.environ.get("TERM", "unknown"),
/prebuilts/ndk/current/sources/third_party/googletest/googletest/test/
H A Dgtest_color_test.py56 def UsesColor(term, color_env_var, color_flag):
59 SetEnvVar('TERM', term)
/prebuilts/ndk/r11/sources/third_party/googletest/googletest/test/
H A Dgtest_color_test.py56 def UsesColor(term, color_env_var, color_flag):
59 SetEnvVar('TERM', term)
/prebuilts/ndk/r13/sources/third_party/googletest/googletest/test/
H A Dgtest_color_test.py56 def UsesColor(term, color_env_var, color_flag):
59 SetEnvVar('TERM', term)
/prebuilts/gdb/darwin-x86/include/python2.7/
H A Dgraminit.h62 #define term 315 macro
H A Dpy_curses.h53 #include <term.h>
/prebuilts/gdb/darwin-x86/lib/python2.7/
H A Dsymbol.py72 term = 315 variable
/prebuilts/gdb/linux-x86/include/python2.7/
H A Dgraminit.h62 #define term 315 macro
H A Dpy_curses.h53 #include <term.h>
/prebuilts/gdb/linux-x86/lib/python2.7/
H A Dsymbol.py72 term = 315 variable
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/
H A Dgraminit.h62 #define term 315 macro
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A Dsymbol.py72 term = 315 variable
/prebuilts/python/linux-x86/2.7.5/include/python2.7/
H A Dgraminit.h62 #define term 315 macro
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A Dsymbol.py72 term = 315 variable
/prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/
H A Daetypes.py221 def __init__(self, logc, term):
223 self.term = term
226 return "Logical(%r, %r)" % (self.logc, self.term)
229 if type(self.term) == ListType and len(self.term) == 2:
230 return "%s %s %s" % (nice(self.term[0]),
232 nice(self.term[1]))
234 return "%s(%s)" % (string.strip(self.logc), nice(self.term))
237 return pack({'logc': mkenum(self.logc), 'term'
[all...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
H A Daetypes.py221 def __init__(self, logc, term):
223 self.term = term
226 return "Logical(%r, %r)" % (self.logc, self.term)
229 if type(self.term) == ListType and len(self.term) == 2:
230 return "%s %s %s" % (nice(self.term[0]),
232 nice(self.term[1]))
234 return "%s(%s)" % (string.strip(self.logc), nice(self.term))
237 return pack({'logc': mkenum(self.logc), 'term'
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/
H A Dsql_1.h67 int term();
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
H A Dsql_1.h67 int term();
/prebuilts/gdb/darwin-x86/lib/python2.7/lib2to3/fixes/
H A Dfix_has_key.py106 syms.arith_expr, syms.term,
/prebuilts/gdb/darwin-x86/lib/python2.7/test/
H A Dtest_asynchat.py109 def line_terminator_check(self, term, server_chunk):
117 c = echo_client(term, s.port)
119 c.push("world%s" % term)
120 c.push("I'm not dead yet!%s" % term)
H A Dtest_curses.py26 term = os.environ.get('TERM') variable
27 if not term or term == 'unknown':
28 raise unittest.SkipTest, "$TERM=%r, calling initscr() may cause exit" % term
/prebuilts/gdb/linux-x86/lib/python2.7/lib2to3/fixes/
H A Dfix_has_key.py106 syms.arith_expr, syms.term,

Completed in 596 milliseconds

123456