/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/ |
iterators.py | 11 # Do not include _structure() since it's part of the debugging API. 64 def _structure(msg, fp=None, level=0, include_default=False): 76 _structure(subpart, fp, level+1, include_default) 61 def _structure(msg, fp=None, level=0, include_default=False): function
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/ |
iterators.py | 11 # Do not include _structure() since it's part of the debugging API. 64 def _structure(msg, fp=None, level=0, include_default=False): 76 _structure(subpart, fp, level+1, include_default) 61 def _structure(msg, fp=None, level=0, include_default=False): function
|
/external/chromium_org/tools/grit/grit/gather/ |
chrome_scaled_image_unittest.py | 73 def _Structure(name, file, fallback=None): 126 _Structure('IDR_A', 'a.png'), 127 _Structure('IDR_B', 'b.png'), 141 _Structure('IDR_A', 'a.png'), 156 _Structure('IDR_A', 'a.png', inner), 171 _Structure('IDR_A', 'a.png'),
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/test/ |
test_email_torture.py | 20 from email.iterators import _structure namespace 62 _structure(msg, fp=fp)
|
test_email.py | [all...] |
test_email_renamed.py | [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/test/ |
test_email_torture.py | 20 from email.iterators import _structure namespace 62 _structure(msg, fp=fp)
|
test_email.py | [all...] |
test_email_renamed.py | [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/ |
RelativeLayoutRule.java | 74 private static final String ACTION_SHOW_STRUCTURE = "_structure"; //$NON-NLS-1$
|
GridLayoutRule.java | 117 private static final String ACTION_SHOW_STRUCTURE = "_structure"; //$NON-NLS-1$
|