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

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.threads/thread.thread.class/thread.thread.id/
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 assert( (id0 <= id2));
33 assert(!(id0 > id2));
34 assert(!(id0 >= id2));
copy.pass.cpp 21 std::thread::id id0; local
22 std::thread::id id1 = id0;
23 assert(id1 == id0);
assign.pass.cpp 21 std::thread::id id0; local
23 id1 = id0;
24 assert(id1 == id0);
26 assert(id1 != id0);
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/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/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/
swap.pass.cpp 47 std::thread::id id0 = t0.get_id(); local
52 assert(t1.get_id() == id0);
get_id.pass.cpp 47 std::thread::id id0 = t0.get_id(); local
  /external/chromium_org/ui/message_center/views/
message_popup_collection_unittest.cc 157 std::string id0 = AddNotification(); local
169 EXPECT_TRUE(IsToastShown(id0));
200 std::string id0 = AddNotification(); local
208 EXPECT_TRUE(IsToastShown(id0));
228 std::string id0 = AddNotification(); local
236 EXPECT_TRUE(IsToastShown(id0));
259 std::string id0 = AddNotification(); local
267 EXPECT_TRUE(IsToastShown(id0));
290 std::string id0 = AddNotification(); local
298 EXPECT_TRUE(IsToastShown(id0));
318 std::string id0 = AddNotification(); local
346 std::string id0 = AddNotification(); local
    [all...]
  /external/ipsec-tools/src/racoon/
localconf.c 133 getpskbyname(id0)
134 vchar_t *id0;
139 id = racoon_calloc(1, 1 + id0->l - sizeof(struct ipsecdoi_id_b));
145 memcpy(id, id0->v + sizeof(struct ipsecdoi_id_b),
146 id0->l - sizeof(struct ipsecdoi_id_b));
147 id[id0->l - sizeof(struct ipsecdoi_id_b)] = '\0';
149 key = privsep_getpsk(id, id0->l - sizeof(struct ipsecdoi_id_b));
  /external/chromium_org/ui/message_center/
notification_list_unittest.cc 109 std::string id0 = AddNotification(); local
116 EXPECT_TRUE(notification_list()->HasNotification(id0));
126 notification_list()->RemoveNotification(id0);
152 std::string id0 = AddNotification(); local
156 notification_list()->MarkSinglePopupAsDisplayed(id0);
158 notification_list()->MarkSinglePopupAsDisplayed(id0);
165 std::string id0 = AddNotification(); local
166 std::string replaced = id0 + "_replaced";
178 notification_list()->UpdateNotificationMessage(id0, notification.Pass());
190 "id0",
345 std::string id0 = AddPriorityNotification(LOW_PRIORITY); local
373 std::string id0 = AddPriorityNotification(LOW_PRIORITY); local
    [all...]
  /external/chromium_org/third_party/openssl/openssl/apps/
ciphers.c 200 int id0 = (int)(id >> 24); local
210 BIO_printf(STDout, "0x%02X,0x%02X,0x%02X,0x%02X - ", id0, id1, id2, id3); /* whatever */
  /external/openssl/apps/
ciphers.c 200 int id0 = (int)(id >> 24); local
210 BIO_printf(STDout, "0x%02X,0x%02X,0x%02X,0x%02X - ", id0, id1, id2, id3); /* whatever */
  /external/chromium_org/third_party/re2/re2/
bitstate.cc 140 // Try a search from instruction id0 in state p0.
142 bool BitState::TrySearch(int id0, const char* p0) {
146 Push(id0, p0, 0);
nfa.cc 182 // Follows all empty arrows from id0 and enqueues all the states reached.
186 void NFA::AddToThreadq(Threadq* q, int id0, int flag,
188 if (id0 == 0)
198 stk[nstk++] = AddState(id0);
217 // so that we don't revisit id0 during the recursion.
  /external/regex-re2/re2/
bitstate.cc 140 // Try a search from instruction id0 in state p0.
142 bool BitState::TrySearch(int id0, const char* p0) {
146 Push(id0, p0, 0);
nfa.cc 182 // Follows all empty arrows from id0 and enqueues all the states reached.
186 void NFA::AddToThreadq(Threadq* q, int id0, int flag,
188 if (id0 == 0)
198 stk[nstk++] = AddState(id0);
217 // so that we don't revisit id0 during the recursion.
  /prebuilts/tools/windows/swt/
swt.jar 
  /prebuilts/tools/windows-x86_64/swt/
swt.jar 

Completed in 5758 milliseconds