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

  /system/security/keystore/include/keystore/
utils.h 54 return cur_ == other.cur_ || (is_end() && other.is_end());
62 inline bool is_end() const { return !coll_ || cur_ == coll_->end(); } function in class:android::security::SharedNullableIterator
64 if (!is_end()) {
  /external/libchrome/base/
observer_list.h 117 bool is_end() const { return !list_ || index_ == clamped_max_index(); } function in class:base::ObserverListBase::Iter
211 if (is_end() && other.is_end())
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/ov_tree_map_/
node_iterators.hpp 175 const bool is_end = m_p_begin_value == m_p_end_value; local
178 if (is_end)
182 return (is_end);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/ov_tree_map_/
node_iterators.hpp 175 const bool is_end = m_p_begin_value == m_p_end_value; local
178 if (is_end)
182 return (is_end);
  /external/autotest/site_utils/
generate_test_report 225 def _CollectEndTimes(self, status_raw, status_re='', is_end=True):
235 @param is_end: if True, search for 'END' otherwise 'START'.
247 'END' if is_end else 'START', status_re, localtime_re))
361 is_end=False)
  /external/autotest/client/common_lib/
base_job.py 521 def is_end(self): member in class:status_log_entry
638 if log_entry.is_end():
683 elif log_entry.is_end():
    [all...]
base_job_unittest.py 1119 def is_end(self): member in class:test_status_logger.make_dummy_entry.dummy_entry
    [all...]
  /tools/repohooks/tools/
checkpatch.pl     [all...]
  /external/libxml2/
xmlreader.c 5793 int is_end = 0; \/* the end of the base64 was found *\/ local
    [all...]
  /external/syslinux/gpxe/src/drivers/net/
tg3.c     [all...]

Completed in 354 milliseconds