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

  /external/regex-re2/util/
sparse_array.h 151 inline bool has_index(int i) const;
174 // Fast but unsafe: only use if has_index(i) is true.
178 // Fast but unsafe: only use if has_index(i) is false.
182 // Fast but unsafe: only use if has_index(i) is true.
207 // Fast but unsafe: only use if has_index(i) is true.
212 // Only use if has_index(i) is known to be false.
294 bool SparseArray<Value>::has_index(int i) const { function in class:re2::SparseArray
315 if (!has_index(i))
325 if (has_index(new_value.index_)) {
336 if (!has_index(i)
    [all...]
sparse_array_test.cc 33 ASSERT_TRUE(set.has_index(order[j]));
39 ASSERT_FALSE(set.has_index(order[j]));
52 ASSERT_FALSE(set.has_index(i));
140 }, "Check failed: !has_index\\(i\\)");
  /system/tpm/tpm_manager/common/
print_tpm_nvram_interface_proto.cc 40 if (value.has_index()) {
85 if (value.has_index()) {
125 if (value.has_index()) {
172 if (value.has_index()) {
219 if (value.has_index()) {
264 if (value.has_index()) {
309 if (value.has_index()) {
  /system/tpm/tpm_manager/client/
tpm_nvram_dbus_proxy_test.cc 57 EXPECT_TRUE(request.has_index());
93 EXPECT_TRUE(request.has_index());
126 EXPECT_TRUE(request.has_index());
163 EXPECT_TRUE(request.has_index());
200 EXPECT_TRUE(request.has_index());
238 EXPECT_TRUE(request.has_index());
276 EXPECT_TRUE(request.has_index());
  /system/tpm/tpm_manager/server/
dbus_service_test.cc 180 EXPECT_TRUE(request.has_index());
201 EXPECT_TRUE(request.has_index());
222 EXPECT_TRUE(request.has_index());
244 EXPECT_TRUE(request.has_index());
267 EXPECT_TRUE(request.has_index());
290 EXPECT_TRUE(request.has_index());
313 EXPECT_TRUE(request.has_index());
  /external/regex-re2/re2/
prefilter_tree.cc 256 if (!uniq_child.has_index(child_id))
260 if (!child_entry->parents->has_index(prefilter->unique_id()))
335 if (count.has_index(j)) {
nfa.cc 209 if (q->has_index(id)) {
  /toolchain/binutils/binutils-2.25/gas/config/
tc-i386-intel.c 419 int has_index = (intel_state.index != NULL); local
425 if (ret && !has_index && intel_state.index)
430 if (ret && !scale && !has_index && intel_state.index)
tc-aarch64.c     [all...]
  /toolchain/binutils/binutils-2.25/include/opcode/
aarch64.h 713 unsigned has_index : 1;
714 /* Lane index; valid only when has_index is 1. */
710 unsigned has_index : 1; member in struct:aarch64_opnd_info::__anon76041::__anon76044
  /toolchain/binutils/binutils-2.25/opcodes/
aarch64-asm.c 221 assert (info->reglist.has_index);
    [all...]
aarch64-opc.c     [all...]
aarch64-dis.c 469 info->reglist.has_index = 1;
    [all...]

Completed in 256 milliseconds