/dalvik/dx/tests/042-dex-ignore-result/ |
Blort.class | |
Blort.java | 23 static public void ouch() { method in class:Blort
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
test_codeccallbacks.py | 335 ["ascii", u"g\xfcrk", 1, 2, "ouch"],
336 "'ascii' codec can't encode character u'\\xfc' in position 1: ouch"
340 ["ascii", u"g\xfcrk", 1, 4, "ouch"],
341 "'ascii' codec can't encode characters in position 1-3: ouch"
345 ["ascii", u"\xfcx", 0, 1, "ouch"],
346 "'ascii' codec can't encode character u'\\xfc' in position 0: ouch"
350 ["ascii", u"\u0100x", 0, 1, "ouch"],
351 "'ascii' codec can't encode character u'\\u0100' in position 0: ouch"
355 ["ascii", u"\uffffx", 0, 1, "ouch"],
356 "'ascii' codec can't encode character u'\\uffff' in position 0: ouch"
[all...] |
test_gc.py | 268 class Ouch:
271 Ouch.n = Ouch.n + 1
272 if Ouch.n % 17 == 0:
293 t = [t, Ouch()]
296 u = [u, Ouch()]
299 v = {1: v, 2: Ouch()}
452 ouch = []
454 ouch[:] = [wr() for wr in WRs]
461 self.assertEqual(len(ouch), 0) [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_codeccallbacks.py | 335 ["ascii", u"g\xfcrk", 1, 2, "ouch"], 336 "'ascii' codec can't encode character u'\\xfc' in position 1: ouch" 340 ["ascii", u"g\xfcrk", 1, 4, "ouch"], 341 "'ascii' codec can't encode characters in position 1-3: ouch" 345 ["ascii", u"\xfcx", 0, 1, "ouch"], 346 "'ascii' codec can't encode character u'\\xfc' in position 0: ouch" 350 ["ascii", u"\u0100x", 0, 1, "ouch"], 351 "'ascii' codec can't encode character u'\\u0100' in position 0: ouch" 355 ["ascii", u"\uffffx", 0, 1, "ouch"], 356 "'ascii' codec can't encode character u'\\uffff' in position 0: ouch" [all...] |
test_gc.py | 274 class Ouch: 277 Ouch.n = Ouch.n + 1 278 if Ouch.n % 17 == 0: 299 t = [t, Ouch()] 302 u = [u, Ouch()] 305 v = {1: v, 2: Ouch()} 521 ouch = [] 523 ouch[:] = [wr() for wr in WRs] 530 self.assertEqual(len(ouch), 0 [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_codeccallbacks.py | 335 ["ascii", u"g\xfcrk", 1, 2, "ouch"], 336 "'ascii' codec can't encode character u'\\xfc' in position 1: ouch" 340 ["ascii", u"g\xfcrk", 1, 4, "ouch"], 341 "'ascii' codec can't encode characters in position 1-3: ouch" 345 ["ascii", u"\xfcx", 0, 1, "ouch"], 346 "'ascii' codec can't encode character u'\\xfc' in position 0: ouch" 350 ["ascii", u"\u0100x", 0, 1, "ouch"], 351 "'ascii' codec can't encode character u'\\u0100' in position 0: ouch" 355 ["ascii", u"\uffffx", 0, 1, "ouch"], 356 "'ascii' codec can't encode character u'\\uffff' in position 0: ouch" [all...] |
test_gc.py | 274 class Ouch: 277 Ouch.n = Ouch.n + 1 278 if Ouch.n % 17 == 0: 299 t = [t, Ouch()] 302 u = [u, Ouch()] 305 v = {1: v, 2: Ouch()} 521 ouch = [] 523 ouch[:] = [wr() for wr in WRs] 530 self.assertEqual(len(ouch), 0 [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_codeccallbacks.py | 335 ["ascii", u"g\xfcrk", 1, 2, "ouch"], 336 "'ascii' codec can't encode character u'\\xfc' in position 1: ouch" 340 ["ascii", u"g\xfcrk", 1, 4, "ouch"], 341 "'ascii' codec can't encode characters in position 1-3: ouch" 345 ["ascii", u"\xfcx", 0, 1, "ouch"], 346 "'ascii' codec can't encode character u'\\xfc' in position 0: ouch" 350 ["ascii", u"\u0100x", 0, 1, "ouch"], 351 "'ascii' codec can't encode character u'\\u0100' in position 0: ouch" 355 ["ascii", u"\uffffx", 0, 1, "ouch"], 356 "'ascii' codec can't encode character u'\\uffff' in position 0: ouch" [all...] |
test_gc.py | 274 class Ouch: 277 Ouch.n = Ouch.n + 1 278 if Ouch.n % 17 == 0: 299 t = [t, Ouch()] 302 u = [u, Ouch()] 305 v = {1: v, 2: Ouch()} 521 ouch = [] 523 ouch[:] = [wr() for wr in WRs] 530 self.assertEqual(len(ouch), 0 [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_codeccallbacks.py | 335 ["ascii", u"g\xfcrk", 1, 2, "ouch"], 336 "'ascii' codec can't encode character u'\\xfc' in position 1: ouch" 340 ["ascii", u"g\xfcrk", 1, 4, "ouch"], 341 "'ascii' codec can't encode characters in position 1-3: ouch" 345 ["ascii", u"\xfcx", 0, 1, "ouch"], 346 "'ascii' codec can't encode character u'\\xfc' in position 0: ouch" 350 ["ascii", u"\u0100x", 0, 1, "ouch"], 351 "'ascii' codec can't encode character u'\\u0100' in position 0: ouch" 355 ["ascii", u"\uffffx", 0, 1, "ouch"], 356 "'ascii' codec can't encode character u'\\uffff' in position 0: ouch" [all...] |
test_gc.py | 274 class Ouch: 277 Ouch.n = Ouch.n + 1 278 if Ouch.n % 17 == 0: 299 t = [t, Ouch()] 302 u = [u, Ouch()] 305 v = {1: v, 2: Ouch()} 521 ouch = [] 523 ouch[:] = [wr() for wr in WRs] 530 self.assertEqual(len(ouch), 0 [all...] |
/external/python/cpython3/Lib/test/ |
test_codeccallbacks.py | 354 ["ascii", "g\xfcrk", 1, 2, "ouch"], 355 "'ascii' codec can't encode character '\\xfc' in position 1: ouch" 359 ["ascii", "g\xfcrk", 1, 4, "ouch"], 360 "'ascii' codec can't encode characters in position 1-3: ouch" 364 ["ascii", "\xfcx", 0, 1, "ouch"], 365 "'ascii' codec can't encode character '\\xfc' in position 0: ouch" 369 ["ascii", "\u0100x", 0, 1, "ouch"], 370 "'ascii' codec can't encode character '\\u0100' in position 0: ouch" 374 ["ascii", "\uffffx", 0, 1, "ouch"], 375 "'ascii' codec can't encode character '\\uffff' in position 0: ouch" [all...] |
test_gc.py | 321 class Ouch: 324 Ouch.n = Ouch.n + 1 325 if Ouch.n % 17 == 0: 346 t = [t, Ouch()] 349 u = [u, Ouch()] 352 v = {1: v, 2: Ouch()} 580 ouch = [] 582 ouch[:] = [wr() for wr in WRs] 589 self.assertEqual(len(ouch), 0 [all...] |
/external/python/cpython2/Lib/test/ |
test_codeccallbacks.py | 354 ["ascii", u"g\xfcrk", 1, 2, "ouch"], 355 "'ascii' codec can't encode character u'\\xfc' in position 1: ouch" 359 ["ascii", u"g\xfcrk", 1, 4, "ouch"], 360 "'ascii' codec can't encode characters in position 1-3: ouch" 364 ["ascii", u"\xfcx", 0, 1, "ouch"], 365 "'ascii' codec can't encode character u'\\xfc' in position 0: ouch" 369 ["ascii", u"\u0100x", 0, 1, "ouch"], 370 "'ascii' codec can't encode character u'\\u0100' in position 0: ouch" 374 ["ascii", u"\uffffx", 0, 1, "ouch"], 375 "'ascii' codec can't encode character u'\\uffff' in position 0: ouch" [all...] |
test_gc.py | 274 class Ouch: 277 Ouch.n = Ouch.n + 1 278 if Ouch.n % 17 == 0: 299 t = [t, Ouch()] 302 u = [u, Ouch()] 305 v = {1: v, 2: Ouch()} 517 ouch = [] 519 ouch[:] = [wr() for wr in WRs] 526 self.assertEqual(len(ouch), 0 [all...] |
/external/harfbuzz_ng/src/ |
check-c-linkage-decls.sh | 16 echo "Ouch, file $x does not have HB_BEGIN_DECLS / HB_END_DECLS, but it should" 23 echo "Ouch, file $x has HB_BEGIN_DECLS / HB_END_DECLS, but it shouldn't"
|
check-static-inits.sh | 26 echo "Ouch, $obj has static initializers/finalizers" 34 echo "Ouch, $obj has lazy static C++ constructors/destructors or other such stuff"
|
check-libstdc++.sh | 24 echo "Ouch, linked to libstdc++ or libc++"
|
check-header-guards.sh | 19 echo "Ouch, header file $x does not have correct preprocessor guards"
|
check-symbols.sh | 32 echo "Ouch, internal symbols exposed"
|
/external/fonttools/Lib/fontTools/ttLib/tables/ |
L_T_S_H_.py | 19 # ouch: the assertion is not true in Chicago! 32 # ouch: the assertion is not true in Chicago!
|
/tools/tradefederation/core/tests/src/com/android/tradefed/sandbox/ |
SandboxConfigUtilTest.java | 90 result.setStderr("Ouch I failed"); 97 assertEquals("Ouch I failed", expected.getMessage());
|
TradefedSandboxTest.java | 147 result.setStderr("Ouch I failed."); 167 assertEquals("Ouch I failed.", res.getMessage());
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/WebServer/ |
Reboot.c | 60 " Ouch! The system is rebooting!\r\n" );
|