HomeSort by relevance Sort by last modified time
    Searched defs:id0 (Results 1 - 25 of 25) sorted by null

  /external/libcxx/test/thread/thread.threads/thread.thread.class/thread.thread.id/
assign.pass.cpp 21 std::thread::id id0; local
23 id1 = id0;
24 assert(id1 == id0);
26 assert(id1 != id0);
copy.pass.cpp 21 std::thread::id id0; local
22 std::thread::id id1 = id0;
23 assert(id1 == id0);
eq.pass.cpp 22 std::thread::id id0; local
24 id1 = id0;
25 assert( (id1 == id0));
26 assert(!(id1 != id0));
28 assert(!(id1 == id0));
29 assert( (id1 != id0));
lt.pass.cpp 24 std::thread::id id0; local
27 assert(!(id0 < id1));
28 assert( (id0 <= id1));
29 assert(!(id0 > id1));
30 assert( (id0 >= id1));
31 assert(!(id0 == id2));
32 if (id0 < id2) {
33 assert( (id0 <= id2));
34 assert(!(id0 > id2));
35 assert(!(id0 >= id2))
    [all...]
stream.pass.cpp 24 std::thread::id id0 = std::this_thread::get_id(); local
26 os << id0; local
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.threads/thread.thread.class/thread.thread.id/
assign.pass.cpp 21 std::thread::id id0; local
23 id1 = id0;
24 assert(id1 == id0);
26 assert(id1 != id0);
copy.pass.cpp 21 std::thread::id id0; local
22 std::thread::id id1 = id0;
23 assert(id1 == id0);
eq.pass.cpp 22 std::thread::id id0; local
24 id1 = id0;
25 assert( (id1 == id0));
26 assert(!(id1 != id0));
28 assert(!(id1 == id0));
29 assert( (id1 != id0));
lt.pass.cpp 24 std::thread::id id0; local
27 assert(!(id0 < id1));
28 assert( (id0 <= id1));
29 assert(!(id0 > id1));
30 assert( (id0 >= id1));
31 assert(!(id0 == id2));
32 if (id0 < id2) {
33 assert( (id0 <= id2));
34 assert(!(id0 > id2));
35 assert(!(id0 >= id2))
    [all...]
stream.pass.cpp 24 std::thread::id id0 = std::this_thread::get_id(); local
26 os << id0; local
  /external/libcxx/test/localization/locales/locale/locale.types/locale.id/
id.pass.cpp 25 std::locale::id id0; variable
31 long id = id0.__get();
32 assert(id0.__get() == id+0);
33 assert(id0.__get() == id+0);
34 assert(id0.__get() == id+0);
41 assert(id0.__get() == id+0);
42 assert(id0.__get() == id+0);
43 assert(id0.__get() == id+0);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locales/locale/locale.types/locale.id/
id.pass.cpp 25 std::locale::id id0; variable
31 long id = id0.__get();
32 assert(id0.__get() == id+0);
33 assert(id0.__get() == id+0);
34 assert(id0.__get() == id+0);
41 assert(id0.__get() == id+0);
42 assert(id0.__get() == id+0);
43 assert(id0.__get() == id+0);
  /external/libcxx/test/thread/thread.threads/thread.thread.class/thread.thread.algorithm/
swap.pass.cpp 47 std::thread::id id0 = t0.get_id(); local
52 assert(t1.get_id() == id0);
  /external/libcxx/test/thread/thread.threads/thread.thread.class/thread.thread.member/
get_id.pass.cpp 47 std::thread::id id0 = t0.get_id(); local
swap.pass.cpp 47 std::thread::id id0 = t0.get_id(); local
52 assert(t1.get_id() == id0);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.threads/thread.thread.class/thread.thread.algorithm/
swap.pass.cpp 47 std::thread::id id0 = t0.get_id(); local
52 assert(t1.get_id() == id0);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.threads/thread.thread.class/thread.thread.member/
get_id.pass.cpp 47 std::thread::id id0 = t0.get_id(); local
swap.pass.cpp 47 std::thread::id id0 = t0.get_id(); local
52 assert(t1.get_id() == id0);
  /external/openssl/apps/
ciphers.c 194 int id0 = (int)(id >> 24); local
204 BIO_printf(STDout, "0x%02X,0x%02X,0x%02X,0x%02X - ", id0, id1, id2, id3); /* whatever */
  /external/chromium_org/ui/message_center/views/
message_popup_collection_unittest.cc 173 std::string id0 = AddNotification(); local
185 EXPECT_TRUE(IsToastShown(id0));
216 std::string id0 = AddNotification(); local
224 EXPECT_TRUE(IsToastShown(id0));
244 std::string id0 = AddNotification(); local
252 EXPECT_TRUE(IsToastShown(id0));
275 std::string id0 = AddNotification(); local
283 EXPECT_TRUE(IsToastShown(id0));
306 std::string id0 = AddNotification(); local
314 EXPECT_TRUE(IsToastShown(id0));
334 std::string id0 = AddNotification(); local
362 std::string id0 = AddNotification(); local
397 std::string id0 = AddNotification(); local
    [all...]
  /external/chromium_org/ui/message_center/
notification_list_unittest.cc 132 std::string id0 = AddNotification(); local
139 EXPECT_TRUE(notification_list()->GetNotificationById(id0));
145 notification_list()->MarkSinglePopupAsShown(id0, true);
150 notification_list()->RemoveNotification(id0);
172 std::string id0 = AddNotification(); local
176 notification_list()->MarkSinglePopupAsDisplayed(id0);
178 notification_list()->MarkSinglePopupAsDisplayed(id0);
185 std::string id0 = AddNotification(); local
186 std::string replaced = id0 + "_replaced";
198 notification_list()->UpdateNotificationMessage(id0, notification.Pass())
415 std::string id0 = AddPriorityNotification(LOW_PRIORITY); local
443 std::string id0 = AddPriorityNotification(LOW_PRIORITY); local
    [all...]
  /external/chromium_org/ui/events/gesture_detection/
gesture_detector.cc 359 const int id0 = current_down_event_->GetPointerId(0); local
360 const int ev_idx0 = ev.GetPointerId(0) == id0 ? 0 : 1;
  /prebuilts/tools/windows/swt/
swt.jar 
  /prebuilts/tools/windows-x86_64/swt/
swt.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 190 milliseconds