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

  /external/chromium/chrome/common/
sandbox_policy.cc 105 size_t end_item = 0; local
106 while (end_item != std::wstring::npos) {
107 end_item = list.find(L",", pos);
109 size_t size_item = (end_item == std::wstring::npos) ? end_item :
110 end_item - pos;
115 pos = end_item + 1;
  /external/bluetooth/bluedroid/stack/include/
avrc_defs.h 1098 UINT32 end_item; member in struct:__anon3185
    [all...]

Completed in 166 milliseconds