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

  /external/webkit/Source/WebCore/storage/
IDBSQLiteBackingStore.cpp 54 static bool runCommands(SQLiteDatabase& sqliteDatabase, const char** commands, size_t numberOfCommands)
91 return runCommands(sqliteDatabase, commands, sizeof(commands) / sizeof(commands[0]));
101 return runCommands(sqliteDatabase, commands, sizeof(commands) / sizeof(commands[0]));
144 if (!runCommands(sqliteDatabase, commands, sizeof(commands) / sizeof(commands[0])))
159 if (!runCommands(sqliteDatabase, commands, sizeof(commands) / sizeof(commands[0])))
    [all...]
  /system/netd/
BandwidthController.cpp 246 runCommands(sizeof(IPT_FLUSH_COMMANDS) / sizeof(char*),
249 runCommands(sizeof(IPT_CLEANUP_COMMANDS) / sizeof(char*),
252 runCommands(sizeof(IPT_SETUP_COMMANDS) / sizeof(char*),
277 res = runCommands(sizeof(IPT_FLUSH_COMMANDS) / sizeof(char*),
280 res |= runCommands(sizeof(IPT_BASIC_ACCOUNTING_COMMANDS) / sizeof(char*),
288 runCommands(sizeof(IPT_FLUSH_COMMANDS) / sizeof(char*),
293 int BandwidthController::runCommands(int numCommands, const char *commands[],
300 ALOGV("runCommands(): %d commands", numCommands);
    [all...]

Completed in 75 milliseconds