| /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
| collections.py | 270 'Return self as a plain tuple. Used by copy and pickle.' 289 >>> p[0] + p[1] # indexable like a plain tuple
|
| /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/ |
| Standard_Suite.py | 671 'plain' : 'plan', # Plain
|
| /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
| test_urllib2_localnet.py | 330 self.send_header('Content-type', 'text/plain') 473 self.assertEqual(info_obj.getsubtype(), "plain")
|
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
| collections.py | 270 'Return self as a plain tuple. Used by copy and pickle.' 289 >>> p[0] + p[1] # indexable like a plain tuple
|
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
| test_urllib2_localnet.py | 330 self.send_header('Content-type', 'text/plain') 473 self.assertEqual(info_obj.getsubtype(), "plain")
|
| /prebuilts/tools/darwin-x86/swt/about_files/ |
| IJG_README | 114 In plain English: 261 ftp://ftp.uu.net/graphics/jpeg/jfif.ps.gz. There is also a plain text
|
| /prebuilts/tools/darwin-x86_64/swt/about_files/ |
| IJG_README | 114 In plain English: 261 ftp://ftp.uu.net/graphics/jpeg/jfif.ps.gz. There is also a plain text
|
| /prebuilts/tools/linux-x86/swt/about_files/ |
| IJG_README | 114 In plain English: 261 ftp://ftp.uu.net/graphics/jpeg/jfif.ps.gz. There is also a plain text
|
| /prebuilts/tools/linux-x86_64/swt/about_files/ |
| IJG_README | 114 In plain English: 261 ftp://ftp.uu.net/graphics/jpeg/jfif.ps.gz. There is also a plain text
|
| /prebuilts/tools/windows/swt/about_files/ |
| IJG_README | 114 In plain English: 261 ftp://ftp.uu.net/graphics/jpeg/jfif.ps.gz. There is also a plain text
|
| /prebuilts/tools/windows-x86_64/swt/about_files/ |
| IJG_README | 114 In plain English: 261 ftp://ftp.uu.net/graphics/jpeg/jfif.ps.gz. There is also a plain text
|
| /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/ |
| ProjectCallback.java | 159 // Just make a plain <View> if you specify <view> without a class= attribute. 486 // subsequent includes should just use a plain pull parser that is not tied
|
| /toolchain/binutils/binutils-2.27/include/ |
| obstack.h | 180 void *(*plain) (size_t); member in union:obstack::__anon4766 185 void (*plain) (void *); member in union:obstack::__anon4767
|
| /toolchain/binutils/binutils-2.27/include/opcode/ |
| ns32k.h | 92 is a plain constant */ 93 char default_model; /* is a plain label */
|
| /external/lisa/ipynb/examples/trace_analysis/ |
| TraceAnalysis_IdleStates.ipynb | 207 "text/plain": [ 494 "text/plain": [ 563 "text/plain": [ [all...] |
| /external/lisa/ipynb/tests/ |
| Frequency_Invariance_Test.ipynb | 315 "text/plain": [ 339 "text/plain": [ 368 "text/plain": [ [all...] |
| /external/python/cpython3/Lib/test/ |
| test_urllib.py | 493 "data:text/plain;charset=UTF-8,test%20data%20URLs%20%3A%3B%2C%25%3" 496 "data:text/plain;charset=ISO-8859-1;base64,dGVzdCBkYXRhIFVSTHMgOjs" 521 [('text/plain', ''), ('charset', 'ISO-8859-1')]) 525 [('text/plain', ''), ('charset', 'US-ASCII')]) 546 self.assertRaises(ValueError,urllib.request.urlopen,'data:text/plain') [all...] |
| test_inspect.py | 834 'missing plain method: %r' % attrs) 835 self.assertIn(('m1', 'method', A), attrs, 'missing plain method') 848 self.assertIn(('m', 'method', B), attrs, 'missing plain method') 849 self.assertIn(('m1', 'method', A), attrs, 'missing plain method') [all...] |
| /libcore/ojluni/src/main/java/java/net/ |
| Socket.java | 99 * a plain socket ignoring any other proxy configuration.</LI> 190 * the actual socket implementation. Otherwise a "plain" socket is created. 227 * actual socket implementation. Otherwise a "plain" socket is created. 354 * the actual socket implementation. Otherwise a "plain" socket is created. 395 * the actual socket implementation. Otherwise a "plain" socket is created. [all...] |
| /prebuilts/go/darwin-x86/src/encoding/xml/ |
| xml.go | 978 // Read plain text section (XML calls it character data). [all...] |
| /prebuilts/go/linux-x86/src/encoding/xml/ |
| xml.go | 978 // Read plain text section (XML calls it character data). [all...] |
| /external/libffi/ |
| texinfo.tex | 3 % Load plain if necessary, i.e., if running under initex. 4 \expandafter\ifx\csname fmtname\endcsname\relax\input plain\fi 71 % We never want plain's \outer definition of \+ in Texinfo. 75 % Save some plain tex macros whose names we will redefine. 102 {\catcode`\'=\active \global\let\ptexquoteright'}% active in plain's math mode 241 % add check for \lastpenalty to plain's definitions. If the last thing 371 % The \baselineskip=24pt in plain's \makefootline has no effect. [all...] |
| /external/libmicrohttpd/doc/ |
| texinfo.tex | 3 % Load plain if necessary, i.e., if running under initex. 4 \expandafter\ifx\csname fmtname\endcsname\relax\input plain\fi 71 % We never want plain's \outer definition of \+ in Texinfo. 75 % Save some plain tex macros whose names we will redefine. 102 {\catcode`\'=\active \global\let\ptexquoteright'}% active in plain's math mode 241 % add check for \lastpenalty to plain's definitions. If the last thing 371 % The \baselineskip=24pt in plain's \makefootline has no effect. [all...] |
| /external/python/cpython2/Modules/_ctypes/libffi/ |
| texinfo.tex | 3 % Load plain if necessary, i.e., if running under initex. 4 \expandafter\ifx\csname fmtname\endcsname\relax\input plain\fi 71 % We never want plain's \outer definition of \+ in Texinfo. 75 % Save some plain tex macros whose names we will redefine. 102 {\catcode`\'=\active \global\let\ptexquoteright'}% active in plain's math mode 241 % add check for \lastpenalty to plain's definitions. If the last thing 371 % The \baselineskip=24pt in plain's \makefootline has no effect. [all...] |
| /external/python/cpython3/Modules/_ctypes/libffi/ |
| texinfo.tex | 3 % Load plain if necessary, i.e., if running under initex. 4 \expandafter\ifx\csname fmtname\endcsname\relax\input plain\fi 71 % We never want plain's \outer definition of \+ in Texinfo. 75 % Save some plain tex macros whose names we will redefine. 102 {\catcode`\'=\active \global\let\ptexquoteright'}% active in plain's math mode 241 % add check for \lastpenalty to plain's definitions. If the last thing 371 % The \baselineskip=24pt in plain's \makefootline has no effect. [all...] |