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

  /ndk/sources/cxx-stl/llvm-libc++/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.obs/
expired.pass.cpp 38 std::shared_ptr<A> sp0(new A);
39 std::weak_ptr<A> wp(sp0);
42 sp0.reset();
lock.pass.cpp 40 std::shared_ptr<A> sp0(new A);
41 std::weak_ptr<A> wp(sp0);
44 assert(sp.get() == sp0.get());
49 std::shared_ptr<A> sp0(new A);
50 std::weak_ptr<A> wp(sp0);
51 sp0.reset();
  /ndk/sources/cxx-stl/llvm-libc++/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/
weak_ptr.pass.cpp 57 std::shared_ptr<A> sp0(new A);
58 std::weak_ptr<A> wp(sp0);
61 assert(sp.get() == sp0.get());
66 std::shared_ptr<A> sp0(new A);
67 std::weak_ptr<A> wp(sp0);
68 sp0.reset();
  /external/regex-re2/re2/testing/
backtrack.cc 115 StringPiece sp0; local
117 submatch_ = &sp0;
234 StringPiece sp0; local
238 match = &sp0;
  /external/regex-re2/re2/
bitstate.cc 358 StringPiece sp0; local
362 match = &sp0;
  /external/opencv/cv/src/
cvsegmentation.cpp 327 double sp0, double sr, int max_level,
407 float sp = (float)(sp0 / (1 << level));
  /external/v8/test/cctest/
test-macro-assembler-x64.cc 2233 Operand sp0 = Operand(rsp, 0); local
    [all...]

Completed in 2809 milliseconds