HomeSort by relevance Sort by last modified time
    Searched refs:id1 (Results 1 - 25 of 289) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/libcxx/test/std/thread/thread.threads/thread.thread.class/thread.thread.id/
eq.pass.cpp 25 std::thread::id id1; local
26 id1 = id0;
27 assert( (id1 == id0));
28 assert(!(id1 != id0));
29 id1 = std::this_thread::get_id();
30 assert(!(id1 == id0));
31 assert( (id1 != id0));
assign.pass.cpp 24 std::thread::id id1; local
25 id1 = id0;
26 assert(id1 == id0);
27 id1 = std::this_thread::get_id();
28 assert(id1 != id0);
copy.pass.cpp 24 std::thread::id id1 = id0; local
25 assert(id1 == id0);
lt.pass.cpp 27 std::thread::id id1; local
29 assert(!(id0 < id1));
30 assert( (id0 <= id1));
31 assert(!(id0 > id1));
32 assert( (id0 >= id1));
thread_id.pass.cpp 28 std::thread::id id1; local
34 assert(h(id1) != h(id2));
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.threads/thread.thread.class/thread.thread.id/
eq.pass.cpp 23 std::thread::id id1; local
24 id1 = id0;
25 assert( (id1 == id0));
26 assert(!(id1 != id0));
27 id1 = std::this_thread::get_id();
28 assert(!(id1 == id0));
29 assert( (id1 != id0));
assign.pass.cpp 22 std::thread::id id1; local
23 id1 = id0;
24 assert(id1 == id0);
25 id1 = std::this_thread::get_id();
26 assert(id1 != id0);
copy.pass.cpp 22 std::thread::id id1 = id0; local
23 assert(id1 == id0);
lt.pass.cpp 25 std::thread::id id1; local
27 assert(!(id0 < id1));
28 assert( (id0 <= id1));
29 assert(!(id0 > id1));
30 assert( (id0 >= id1));
thread_id.pass.cpp 26 std::thread::id id1; local
30 assert(h(id1) != h(id2));
  /frameworks/base/core/tests/coretests/src/android/content/pm/
VerifierDeviceIdentityTest.java 55 VerifierDeviceIdentity id1 = new VerifierDeviceIdentity(TEST_1); local
58 assertTrue("The two VerifierDeviceIdentity instances should be equal", id1.equals(id2));
62 VerifierDeviceIdentity id1 = new VerifierDeviceIdentity(TEST_1); local
65 assertFalse("The two VerifierDeviceIdentity instances should be unique", id1.equals(id2));
69 VerifierDeviceIdentity id1 = new VerifierDeviceIdentity(TEST_1); local
72 (int) TEST_1, id1.hashCode());
76 VerifierDeviceIdentity id1 = new VerifierDeviceIdentity(TEST_1); local
79 TEST_1_ENCODED, id1.toString());
83 VerifierDeviceIdentity id1 = new VerifierDeviceIdentity(TEST_MAXVALUE); local
86 TEST_MAXVALUE_ENCODED, id1.toString())
90 VerifierDeviceIdentity id1 = new VerifierDeviceIdentity(TEST_ZERO); local
97 VerifierDeviceIdentity id1 = new VerifierDeviceIdentity(TEST_NEGONE); local
104 VerifierDeviceIdentity id1 = new VerifierDeviceIdentity(TEST_MINVALUE); local
111 VerifierDeviceIdentity id1 = new VerifierDeviceIdentity(TEST_MINVALUE); local
123 VerifierDeviceIdentity id1 = new VerifierDeviceIdentity(TEST_1); local
152 VerifierDeviceIdentity id1 = new VerifierDeviceIdentity(TEST_MINVALUE); local
163 VerifierDeviceIdentity id1 = new VerifierDeviceIdentity(TEST_1); local
173 VerifierDeviceIdentity id1 = new VerifierDeviceIdentity(TEST_1); local
182 VerifierDeviceIdentity id1 = new VerifierDeviceIdentity(TEST_MAXVALUE); local
226 VerifierDeviceIdentity id1 = new VerifierDeviceIdentity(TEST_1); local
237 VerifierDeviceIdentity id1 = VerifierDeviceIdentity.parse(TEST_SUBSTITUTION_CORRECTED); local
    [all...]
  /external/libcxx/test/std/localization/locales/locale/locale.types/locale.id/
id.pass.cpp 27 std::locale::id id1; variable
35 assert(id1.__get() == id+1);
36 assert(id1.__get() == id+1);
37 assert(id1.__get() == id+1);
44 assert(id1.__get() == id+1);
45 assert(id1.__get() == id+1);
46 assert(id1.__get() == id+1);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locales/locale/locale.types/locale.id/
id.pass.cpp 27 std::locale::id id1; variable
35 assert(id1.__get() == id+1);
36 assert(id1.__get() == id+1);
37 assert(id1.__get() == id+1);
44 assert(id1.__get() == id+1);
45 assert(id1.__get() == id+1);
46 assert(id1.__get() == id+1);
  /external/libweave/src/commands/
command_queue_unittest.cc 92 queue_.Add(CreateDummyCommandInstance("base.reboot", "id1"));
100 const std::string id1 = "id1"; local
102 queue_.Add(CreateDummyCommandInstance("base.reboot", id1));
107 EXPECT_TRUE(Remove(id1));
109 EXPECT_FALSE(Remove(id1));
119 const std::string id1 = "id1"; local
120 queue_.Add(CreateDummyCommandInstance("base.reboot", id1));
123 queue_.RemoveLater(id1);
134 const std::string id1 = "id1"; local
149 const std::string id1 = "id1"; local
175 const std::string id1 = "id1"; local
190 const std::string id1 = "id1"; local
    [all...]
  /external/libcxx/test/std/thread/thread.threads/thread.thread.class/thread.thread.algorithm/
swap.pass.cpp 52 std::thread::id id1 = t1.get_id(); local
54 assert(t0.get_id() == id1);
  /external/libcxx/test/std/thread/thread.threads/thread.thread.class/thread.thread.member/
get_id.pass.cpp 52 std::thread::id id1 = t1.get_id(); local
53 assert(t0.get_id() != id1);
swap.pass.cpp 52 std::thread::id id1 = t1.get_id(); local
54 assert(t0.get_id() == id1);
  /external/lzma/CPP/7zip/Compress/
BranchRegister.cpp 19 #define METHOD_ITEM(x, id1, id2, name) { CreateCodec ## x, CreateCodec ## x ## Out, 0x03030000 + (id1 * 256) + id2, name, 1, true }
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.threads/thread.thread.class/thread.thread.algorithm/
swap.pass.cpp 49 std::thread::id id1 = t1.get_id(); local
51 assert(t0.get_id() == id1);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.threads/thread.thread.class/thread.thread.member/
get_id.pass.cpp 49 std::thread::id id1 = t1.get_id(); local
50 assert(t0.get_id() != id1);
swap.pass.cpp 49 std::thread::id id1 = t1.get_id(); local
51 assert(t0.get_id() == id1);
  /external/strace/
keyctl.c 97 keyctl_handle_key_key(struct tcb *tcp, key_serial_t id1, key_serial_t id2)
99 print_keyring_serial_number(id1);
123 keyctl_keyring_search(struct tcb *tcp, key_serial_t id1, long addr1,
126 print_keyring_serial_number(id1);
143 keyctl_instantiate_key(struct tcb *tcp, key_serial_t id1, long addr,
146 print_keyring_serial_number(id1);
154 keyctl_instantiate_key_iov(struct tcb *tcp, key_serial_t id1,
157 print_keyring_serial_number(id1);
165 keyctl_negate_key(struct tcb *tcp, key_serial_t id1, unsigned timeout,
168 print_keyring_serial_number(id1);
    [all...]
  /external/speex/libspeex/
filterbank.c 60 int id1; local
87 id1 = DIV32(mel,mel_interval);
89 id1 = (int)(floor(mel/mel_interval));
91 if (id1>banks-2)
93 id1 = banks-2;
96 val = DIV32_16(mel - id1*mel_interval,EXTRACT16(PSHR32(mel_interval,15)));
98 id2 = id1+1;
99 bank->bank_left[i] = id1;
162 int id1, id2; local
163 id1 = bank->bank_left[i]
    [all...]
  /external/opencv3/samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/
CsvReader.cpp 63 string num_pts_per_face, id0, id1, id2; local
66 getline(liness, id1, _separator);
71 tmp_triangle[1] = StringToInt(id1);
  /cts/tests/tests/shortcutmanager/src/android/content/pm/cts/shortcutmanager/
ShortcutManagerUsageTest.java 84 final String id1 = generateRandomId("id1"); local
93 makeShortcut(id1),
99 makeShortcut(id1),
107 runWithCaller(mPackageContext1, () -> getManager().reportShortcutUsed(id1));
125 mPackageContext1.getPackageName(), id1)); local

Completed in 316 milliseconds

1 2 3 4 5 6 7 8 91011>>