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

  /external/libcxx/test/std/utilities/memory/specialized.algorithms/uninitialized.fill/
uninitialized_fill.pass.cpp 31 struct Nasty
33 Nasty() : i_ ( counter_++ ) {}
34 Nasty * operator &() const { return NULL; }
39 int Nasty::counter_ = 0;
64 char pool[N*sizeof(Nasty)] = {0};
65 Nasty* bp = (Nasty*)pool;
67 Nasty::counter_ = 23;
68 std::uninitialized_fill(bp, bp+N, Nasty());
  /external/libcxx/test/std/utilities/memory/specialized.algorithms/uninitialized.fill.n/
uninitialized_fill_n.pass.cpp 30 struct Nasty
32 Nasty() : i_ ( counter_++ ) {}
33 Nasty * operator &() const { return NULL; }
38 int Nasty::counter_ = 0;
65 char pool[N*sizeof(Nasty)] = {0};
66 Nasty* bp = (Nasty*)pool;
68 Nasty::counter_ = 23;
69 std::uninitialized_fill_n(bp, N, Nasty());
  /external/libcxx/test/std/utilities/memory/specialized.algorithms/uninitialized.copy/
uninitialized_copy.pass.cpp 31 struct Nasty
33 Nasty() : i_ ( counter_++ ) {}
34 Nasty * operator &() const { return NULL; }
39 int Nasty::counter_ = 0;
65 char pool[sizeof(Nasty)*N] = {0};
66 Nasty * p = (Nasty *) pool;
67 Nasty arr[N];
uninitialized_copy_n.pass.cpp 31 struct Nasty
33 Nasty() : i_ ( counter_++ ) {}
34 Nasty * operator &() const { return NULL; }
39 int Nasty::counter_ = 0;
65 char pool[sizeof(Nasty)*N] = {0};
66 Nasty * p = (Nasty *) pool;
67 Nasty arr[N];
  /external/dhcpcd-6.8.2/
iconfig.mk 0 # Nasty hack so that make clean works without configure being run
  /prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/test/
test_callbacks.py 145 class Nasty:
148 CFUNCTYPE(None)(lambda x=Nasty(): None)
  /prebuilts/gdb/linux-x86/lib/python2.7/ctypes/test/
test_callbacks.py 145 class Nasty:
148 CFUNCTYPE(None)(lambda x=Nasty(): None)
  /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/v8/test/mjsunit/
stack-traces.js 212 function Nasty() { }
213 Nasty.prototype.foo = function () { throw new RangeError(); };
214 var n = new Nasty();
array-slice.js 107 // Nasty: modify the array in ToInteger.
array-splice.js 276 // Nasty: modify the array in ToInteger.
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_exceptions.py 486 class Nasty(str):
490 e = ValueError(Nasty("msg"))
test_descr.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_exceptions.py 486 class Nasty(str):
490 e = ValueError(Nasty("msg"))
test_descr.py     [all...]
  /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...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/
vms_make.com 1151 $! Nasty hack to get the freetype includes to work
    [all...]

Completed in 480 milliseconds