HomeSort by relevance Sort by last modified time
    Searched refs:Nasty (Results 1 - 9 of 9) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_callbacks.py 145 class Nasty:
148 CFUNCTYPE(None)(lambda x=Nasty(): None)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_callbacks.py 145 class Nasty:
148 CFUNCTYPE(None)(lambda x=Nasty(): None)
  /external/chromium_org/v8/test/mjsunit/
stack-traces.js 181 function Nasty() { }
182 Nasty.prototype.foo = function () { throw new RangeError(); };
183 var n = new Nasty();
array-slice.js 107 // Nasty: modify the array in ToInteger.
array-splice.js 216 // Nasty: modify the array in ToInteger.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_exceptions.py 486 class Nasty(str):
490 e = ValueError(Nasty("msg"))
test_descr.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_exceptions.py 486 class Nasty(str):
490 e = ValueError(Nasty("msg"))
test_descr.py     [all...]

Completed in 384 milliseconds