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

  /system/netd/server/
RouteController.h 30 enum TableType {
72 TableType tableType) WARN_UNUSED_RESULT;
74 TableType tableType) WARN_UNUSED_RESULT;
RouteController.cpp 791 const char* nexthop, RouteController::TableType tableType) {
793 switch (tableType) {
    [all...]
NetworkController.cpp 539 RouteController::TableType tableType;
541 tableType = RouteController::LOCAL_NETWORK;
544 tableType = RouteController::LEGACY_SYSTEM;
546 tableType = RouteController::LEGACY_NETWORK;
549 tableType = RouteController::INTERFACE;
552 return add ? RouteController::addRoute(interface, destination, nexthop, tableType) :
553 RouteController::removeRoute(interface, destination, nexthop, tableType);
  /external/chromium_org/v8/src/
objects-printer.cc 693 template <class Derived, class TableType>
695 Derived, TableType>::OrderedHashTableIteratorPrint(OStream& os) { // NOLINT
    [all...]
objects-inl.h     [all...]
objects.cc     [all...]
objects.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
sql.h 568 SQLRETURN SQL_API SQLTables(SQLHSTMT StatementHandle,SQLCHAR *CatalogName,SQLSMALLINT NameLength1,SQLCHAR *SchemaName,SQLSMALLINT NameLength2,SQLCHAR *TableName,SQLSMALLINT NameLength3,SQLCHAR *TableType,SQLSMALLINT NameLength4);

Completed in 648 milliseconds