HomeSort by relevance Sort by last modified time
    Searched full:num_removed (Results 1 - 4 of 4) sorted by null

  /frameworks/base/packages/WAPPushManager/src/com/android/smspush/
WapPushManager.java 343 int num_removed = db.delete(APPID_TABLE_NAME, where, null); local
346 if (LOCAL_LOGV) Log.v(LOG_TAG, "deleted " + num_removed + " rows:"
349 return num_removed > 0;
  /external/libnfc-nci/src/nfa/ee/
nfa_ee_act.c 774 int xx, num_removed = 0; local
783 num_removed ++;
789 NFA_TRACE_DEBUG3("nfa_ee_remove_pending() cur_ee:%d, num_removed:%d first_removed:%d", nfa_ee_cb.cur_ee, num_removed, first_removed);
790 if (num_removed && (first_removed != (nfa_ee_cb.cur_ee - num_removed)))
811 nfa_ee_cb.cur_ee -= (UINT8)num_removed;
    [all...]
  /external/llvm/lib/Support/
PathV2.cpp 897 error_code remove_all(const Twine &path, uint32_t &num_removed) {
904 num_removed = 0;
905 return remove_all_r(p, fs.type(), num_removed);
  /external/llvm/include/llvm/Support/
FileSystem.h 300 /// @param num_removed Number of files removed.
301 /// @returns errc::success if path has been removed and num_removed has been
303 error_code remove_all(const Twine &path, uint32_t &num_removed);

Completed in 507 milliseconds