Home
last modified time | relevance | path

Searched refs:evalue (Results 1 – 9 of 9) sorted by relevance

/external/python/cpython2/Lib/
Dcgitb.py104 etype, evalue, etb = einfo
174 pydoc.html.escape(str(evalue)))]
175 if isinstance(evalue, BaseException):
176 for name in dir(evalue):
178 value = pydoc.html.repr(getattr(evalue, name))
191 ''.join(traceback.format_exception(etype, evalue, etb)))
195 etype, evalue, etb = einfo
245 exception = ['%s: %s' % (str(etype), str(evalue))]
246 if isinstance(evalue, BaseException):
247 for name in dir(evalue):
[all …]
/external/python/cpython3/Lib/
Dcgitb.py103 etype, evalue, etb = einfo
173 pydoc.html.escape(str(evalue)))]
174 for name in dir(evalue):
176 value = pydoc.html.repr(getattr(evalue, name))
189 ''.join(traceback.format_exception(etype, evalue, etb)))
193 etype, evalue, etb = einfo
243 exception = ['%s: %s' % (str(etype), str(evalue))]
244 for name in dir(evalue):
245 value = pydoc.text.repr(getattr(evalue, name))
254 ''' % ''.join(traceback.format_exception(etype, evalue, etb))
[all …]
/external/grpc-grpc/test/core/transport/chttp2/
Dhpack_parser_test.cc38 const char *ekey, *evalue; in onhdr() local
42 evalue = va_arg(chk->args, char*); in onhdr()
43 GPR_ASSERT(evalue); in onhdr()
45 GPR_ASSERT(grpc_slice_str_cmp(GRPC_MDVALUE(md), evalue) == 0); in onhdr()
/external/apache-commons-bcel/src/main/java/org/apache/bcel/classfile/
DArrayElementValue.java62 for (final ElementValue evalue : evalues) { in dump()
63 evalue.dump(dos); in dump()
/external/cldr/tools/java/org/unicode/cldr/util/
DDateTimeFormats.java1029 private String getCleanValue(String evalue, Width width, String fallback) { in getCleanValue() argument
1031 … String qevalue = evalue != null ? TransliteratorUtilities.toHTML.transform(evalue) : replacement; in getCleanValue()
/external/cldr/tools/java/org/unicode/cldr/tool/
DCLDRModify.java1086 String evalue = english.getStringValue(xpath);
1087 if (value.equals(evalue)) {
/external/toolchain-utils/dejagnu/gdb_baseline/
Dx86_64-cros-linux-gnu18073 PASS: gdb.python/py-value.exp: print evalue
18074 PASS: gdb.python/py-value.exp: python evalue = gdb.history (0)
18075 PASS: gdb.python/py-value.exp: python print (int (evalue))
Di686-pc-linux-gnu17805 PASS: gdb.python/py-value.exp: print evalue
17806 PASS: gdb.python/py-value.exp: python evalue = gdb.history (0)
17807 PASS: gdb.python/py-value.exp: python print (int (evalue))
Darmv7a-cros-linux-gnueabi17714 PASS: gdb.python/py-value.exp: print evalue
17715 PASS: gdb.python/py-value.exp: python evalue = gdb.history (0)
17716 PASS: gdb.python/py-value.exp: python print (int (evalue))