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

  /ndk/tests/device/test-gnustl-full/unit/
alg_test.cpp 223 vector<int> intv; local
224 intv.push_back(0);
225 intv.push_back(1);
226 intv.push_back(2);
227 intv.push_back(3);
230 first = find_first_of(intv.begin(), intv.end(), intsl.begin(), intsl.end());
231 CPPUNIT_ASSERT( first != intv.end() );
235 vector<int> intv; local
236 intv.push_back(3)
253 vector<int> intv; local
265 vector<int> intv; local
279 vector<int> intv; local
293 vector<int> intv; local
307 vector<int> intv; local
322 vector<MyIntComparable> intv; local
    [all...]
  /ndk/tests/device/test-stlport/unit/
alg_test.cpp 223 vector<int> intv; local
224 intv.push_back(0);
225 intv.push_back(1);
226 intv.push_back(2);
227 intv.push_back(3);
230 first = find_first_of(intv.begin(), intv.end(), intsl.begin(), intsl.end());
231 CPPUNIT_ASSERT( first != intv.end() );
235 vector<int> intv; local
236 intv.push_back(3)
253 vector<int> intv; local
265 vector<int> intv; local
279 vector<int> intv; local
293 vector<int> intv; local
307 vector<int> intv; local
322 vector<MyIntComparable> intv; local
    [all...]
  /external/e2fsprogs/misc/
tune2fs.c 1179 unsigned long intv; local
1184 intv = strtoul(arg, &p, 0);
1192 if (intv == 0) {
1193 intv = EXT4_MMP_UPDATE_INTERVAL;
1194 } else if (intv > EXT4_MMP_MAX_UPDATE_INTERVAL) {
1197 intv);
1204 "interval to %lu seconds\n", intv),
1205 intv);
1206 fs->super->s_mmp_update_interval = intv;
    [all...]

Completed in 649 milliseconds