HomeSort by relevance Sort by last modified time
    Searched full:__unicode__ (Results 1 - 25 of 53) sorted by null

1 2 3

  /external/chromium_org/third_party/jinja2/
_compat.py 74 cls.__unicode__ = cls.__str__
75 cls.__str__ = lambda x: x.__unicode__().encode('utf-8')
exceptions.py 30 def __unicode__(self): member in class:TemplateError
  /external/chromium_org/tools/telemetry/docs/
telemetry.core.exceptions.html 87 <dl><dt><a name="BrowserConnectionGoneException-__unicode__"><strong>__unicode__</strong></a>(...)</dt></dl>
149 <dl><dt><a name="BrowserGoneException-__unicode__"><strong>__unicode__</strong></a>(...)</dt></dl>
207 <dl><dt><a name="EvaluateException-__unicode__"><strong>__unicode__</strong></a>(...)</dt></dl>
265 <dl><dt><a name="LoginException-__unicode__"><strong>__unicode__</strong></a>(...)</dt></dl>
327 <dl><dt><a name="TabCrashException-__unicode__"><strong>__unicode__</strong></a>(...)</dt></dl
    [all...]
telemetry.core.extension_to_load.html 94 <dl><dt><a name="ExtensionPathNonExistentException-__unicode__"><strong>__unicode__</strong></a>(...)</dt></dl>
183 <dl><dt><a name="MissingPublicKeyException-__unicode__"><strong>__unicode__</strong></a>(...)</dt></dl>
telemetry.core.chrome.extension_dict_backend.html 122 <dl><dt><a name="ExtensionNotFoundException-__unicode__"><strong>__unicode__</strong></a>(...)</dt></dl>
telemetry.core.chrome.inspector_memory.html 122 <dl><dt><a name="InspectorMemoryException-__unicode__"><strong>__unicode__</strong></a>(...)</dt></dl>
telemetry.core.chrome.inspector_timeline.html 122 <dl><dt><a name="TabBackendException-__unicode__"><strong>__unicode__</strong></a>(...)</dt></dl>
telemetry.core.browser_finder.html 88 <dl><dt><a name="BrowserFinderException-__unicode__"><strong>__unicode__</strong></a>(...)</dt></dl>
146 <dl><dt><a name="BrowserTypeRequiredException-__unicode__"><strong>__unicode__</strong></a>(...)</dt></dl>
telemetry.core.chrome.cros_interface.html 151 <dl><dt><a name="KeylessLoginRequiredException-__unicode__"><strong>__unicode__</strong></a>(...)</dt></dl>
209 <dl><dt><a name="LoginException-__unicode__"><strong>__unicode__</strong></a>(...)</dt></dl>
telemetry.page.actions.page_action.html 136 <dl><dt><a name="PageActionFailed-__unicode__"><strong>__unicode__</strong></a>(...)</dt></dl>
194 <dl><dt><a name="PageActionNotSupported-__unicode__"><strong>__unicode__</strong></a>(...)</dt></dl>
telemetry.core.chrome.inspector_backend.html 187 <dl><dt><a name="InspectorException-__unicode__"><strong>__unicode__</strong></a>(...)</dt></dl>
telemetry.core.chrome.tracing_backend.html 149 <dl><dt><a name="TracingUnsupportedException-__unicode__"><strong>__unicode__</strong></a>(...)</dt></dl>
telemetry.core.util.html 113 <dl><dt><a name="TimeoutException-__unicode__"><strong>__unicode__</strong></a>(...)</dt></dl>
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/test/
test_email_codecs.py 54 eq(h.__unicode__().encode('euc-jp'), long)
test_email_codecs_renamed.py 54 eq(h.__unicode__().encode('euc-jp'), long)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/test/
test_email_codecs.py 54 eq(h.__unicode__().encode('euc-jp'), long)
test_email_codecs_renamed.py 54 eq(h.__unicode__().encode('euc-jp'), long)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_str.py 53 def __unicode__(self): member in class:StrTest.test_conversion.Foo0
80 def __unicode__(self): member in class:StrTest.test_conversion.Foo6
86 def __unicode__(self): member in class:StrTest.test_conversion.Foo7
98 def __unicode__(self): member in class:StrTest.test_conversion.Foo9
101 self.assertTrue(str(Foo0()).startswith("<")) # this is different from __unicode__
test_unicode.py 699 def __unicode__(self): member in class:UnicodeTest.test_constructor.UnicodeCompat
703 unicode(UnicodeCompat('__unicode__ compatible objects are recognized')),
704 u'__unicode__ compatible objects are recognized')
1213 def __unicode__(self): member in class:UnicodeTest.test_conversion.Foo1
1217 def __unicode__(self): member in class:UnicodeTest.test_conversion.Foo2
1221 def __unicode__(self): member in class:UnicodeTest.test_conversion.Foo3
1225 def __unicode__(self): member in class:UnicodeTest.test_conversion.Foo4
1229 def __unicode__(self): member in class:UnicodeTest.test_conversion.Foo5
1236 def __unicode__(self): member in class:UnicodeTest.test_conversion.Foo6
1242 def __unicode__(self): member in class:UnicodeTest.test_conversion.Foo7
1248 def __unicode__(self): member in class:UnicodeTest.test_conversion.Foo8
1254 def __unicode__(self): member in class:UnicodeTest.test_conversion.Foo9
1630 def __unicode__(self): member in class:UnicodeTest.test_format_subclass.U
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_str.py 53 def __unicode__(self): member in class:StrTest.test_conversion.Foo0
80 def __unicode__(self): member in class:StrTest.test_conversion.Foo6
86 def __unicode__(self): member in class:StrTest.test_conversion.Foo7
98 def __unicode__(self): member in class:StrTest.test_conversion.Foo9
101 self.assertTrue(str(Foo0()).startswith("<")) # this is different from __unicode__
test_unicode.py 699 def __unicode__(self): member in class:UnicodeTest.test_constructor.UnicodeCompat
703 unicode(UnicodeCompat('__unicode__ compatible objects are recognized')),
704 u'__unicode__ compatible objects are recognized')
1213 def __unicode__(self): member in class:UnicodeTest.test_conversion.Foo1
1217 def __unicode__(self): member in class:UnicodeTest.test_conversion.Foo2
1221 def __unicode__(self): member in class:UnicodeTest.test_conversion.Foo3
1225 def __unicode__(self): member in class:UnicodeTest.test_conversion.Foo4
1229 def __unicode__(self): member in class:UnicodeTest.test_conversion.Foo5
1236 def __unicode__(self): member in class:UnicodeTest.test_conversion.Foo6
1242 def __unicode__(self): member in class:UnicodeTest.test_conversion.Foo7
1248 def __unicode__(self): member in class:UnicodeTest.test_conversion.Foo8
1254 def __unicode__(self): member in class:UnicodeTest.test_conversion.Foo9
1630 def __unicode__(self): member in class:UnicodeTest.test_format_subclass.U
    [all...]
  /external/chromium_org/third_party/markupsafe/
__init__.py 219 __unicode__ = __str__ = lambda s: text_type(s.escape(s.obj))
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
python.php 154 '__hash__', '__nonzero__', '__unicode__', '__dict__',
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/
pytree.py 274 def __unicode__(self): member in class:Node
283 __str__ = __unicode__
385 def __unicode__(self): member in class:Leaf
394 __str__ = __unicode__
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/
pytree.py 274 def __unicode__(self): member in class:Node
283 __str__ = __unicode__
385 def __unicode__(self): member in class:Leaf
394 __str__ = __unicode__

Completed in 1359 milliseconds

1 2 3