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

  /external/libcxx/test/std/utilities/memory/specialized.algorithms/uninitialized.fill/
uninitialized_fill.pass.cpp 41 struct Nasty
43 Nasty() : i_ ( counter_++ ) {}
44 Nasty * operator &() const { return NULL; }
49 int Nasty::counter_ = 0;
77 char pool[N*sizeof(Nasty)] = {0};
78 Nasty* bp = (Nasty*)pool;
80 Nasty::counter_ = 23;
81 std::uninitialized_fill(bp, bp+N, Nasty());
  /external/libcxx/test/std/utilities/memory/specialized.algorithms/uninitialized.fill.n/
uninitialized_fill_n.pass.cpp 40 struct Nasty
42 Nasty() : i_ ( counter_++ ) {}
43 Nasty * operator &() const { return NULL; }
48 int Nasty::counter_ = 0;
78 char pool[N*sizeof(Nasty)] = {0};
79 Nasty* bp = (Nasty*)pool;
81 Nasty::counter_ = 23;
82 std::uninitialized_fill_n(bp, N, Nasty());
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/utilities/memory/specialized.algorithms/uninitialized.fill/
uninitialized_fill.pass.cpp 34 struct Nasty
36 Nasty() : i_ ( counter_++ ) {}
37 Nasty * operator &() const { return NULL; }
42 int Nasty::counter_ = 0;
68 char pool[N*sizeof(Nasty)] = {0};
69 Nasty* bp = (Nasty*)pool;
71 Nasty::counter_ = 23;
72 std::uninitialized_fill(bp, bp+N, Nasty());
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/utilities/memory/specialized.algorithms/uninitialized.fill.n/
uninitialized_fill_n.pass.cpp 33 struct Nasty
35 Nasty() : i_ ( counter_++ ) {}
36 Nasty * operator &() const { return NULL; }
41 int Nasty::counter_ = 0;
69 char pool[N*sizeof(Nasty)] = {0};
70 Nasty* bp = (Nasty*)pool;
72 Nasty::counter_ = 23;
73 std::uninitialized_fill_n(bp, N, Nasty());
  /external/libcxx/test/std/containers/sequences/vector/vector.data/
data.pass.cpp 20 struct Nasty {
21 Nasty() : i_(0) {}
22 Nasty(int i) : i_(i) {}
23 ~Nasty() {}
25 Nasty * operator&() const { assert(false); return nullptr; }
42 std::vector<Nasty> v(100);
58 std::vector<Nasty, min_allocator<Nasty>> v(100);
data_const.pass.cpp 20 struct Nasty {
21 Nasty() : i_(0) {}
22 Nasty(int i) : i_(i) {}
23 ~Nasty() {}
25 Nasty * operator&() const { assert(false); return nullptr; }
42 std::vector<Nasty> v(100);
58 std::vector<Nasty, min_allocator<Nasty>> v(100);
  /external/libcxx/test/std/utilities/memory/specialized.algorithms/uninitialized.copy/
uninitialized_copy.pass.cpp 41 struct Nasty
43 Nasty() : i_ ( counter_++ ) {}
44 Nasty * operator &() const { return NULL; }
49 int Nasty::counter_ = 0;
79 char pool[sizeof(Nasty)*N] = {0};
80 Nasty * p = (Nasty *) pool;
81 Nasty arr[N];
uninitialized_copy_n.pass.cpp 41 struct Nasty
43 Nasty() : i_ ( counter_++ ) {}
44 Nasty * operator &() const { return NULL; }
49 int Nasty::counter_ = 0;
79 char pool[sizeof(Nasty)*N] = {0};
80 Nasty * p = (Nasty *) pool;
81 Nasty arr[N];
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/utilities/memory/specialized.algorithms/uninitialized.copy/
uninitialized_copy.pass.cpp 34 struct Nasty
36 Nasty() : i_ ( counter_++ ) {}
37 Nasty * operator &() const { return NULL; }
42 int Nasty::counter_ = 0;
70 char pool[sizeof(Nasty)*N] = {0};
71 Nasty * p = (Nasty *) pool;
72 Nasty arr[N];
uninitialized_copy_n.pass.cpp 34 struct Nasty
36 Nasty() : i_ ( counter_++ ) {}
37 Nasty * operator &() const { return NULL; }
42 int Nasty::counter_ = 0;
70 char pool[sizeof(Nasty)*N] = {0};
71 Nasty * p = (Nasty *) pool;
72 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)
  /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...]

Completed in 631 milliseconds