Searched refs:table (Results 26 - 34 of 34) sorted by relevance

12

/system/sepolicy/tools/
H A Dcheckfc.c66 struct type_datum *attr = hashtab_search(policydb->p_types.table, (char *)attr_name);
104 struct type_datum *type = hashtab_search(policydb->p_types.table, (char *)type_name);
H A Dcheck_seapp.c181 * rule map table entries (hash_entry), used for
313 dat = hashtab_search(d->p_types.table, type);
563 * True if the rule map has been added to the hash table, false
963 * Adds a rule to the hash table and to the ordered list if needed.
998 /* It wasn't found, just add the rule map to the table */
1125 * and adds them to the hash table and ordered list entries
1227 log_error("Could not create hash table: %s\n", strerror(errno));
/system/connectivity/shill/
H A Drouting_table_unittest.cc190 status.table == RoutingTableTest::kTestTableId &&
213 status.table == RoutingTableTest::kTestTableId &&
214 entry.table == RoutingTableTest::kTestTableId &&
261 entry.table,
317 // We should have a single table, which should in turn have a single entry.
368 // We should be back to having one route per table.
383 // Routing table size shouldn't change, but the new metric should match.
422 // The table entry should look much like entry0, except with
451 // Test that removing the table causes the route to disappear.
474 // Furthermore, the routing table shoul
[all...]
/system/connectivity/shill/cellular/
H A Dmobile_operator_info_impl.h101 StringToMNOListMap* table,
H A Dmobile_operator_info_impl.cc446 StringToMNOListMap* table,
449 (*table)[key].push_back(value);
445 InsertIntoStringToMNOListMap( StringToMNOListMap* table, const string& key, const MobileNetworkOperator* value) argument
/system/extras/tests/net_test/
H A Dmultinetwork_test.py583 "no support for per-table autoconf")
646 "no support for per-table autoconf")
783 # table the original packet used, and thus it won't be able to clone the
840 table = Random()
844 self.iproute.UidRangeRule(version, True, start, end, table,
853 self.assertEquals(table, attributes["FRA_TABLE"])
855 self.iproute.UidRangeRule(version, False, start, end, table,
910 # ignored the table.
915 # Delete rule with mark 300 pointing at table 302.
918 # Check that the rule pointing at table 30
[all...]
/system/netd/server/
H A DCommandListener.cpp163 static void createChildChains(IptablesTarget target, const char* table, const char* parentChain, argument
175 execIptablesSilently(target, "-t", table, "-D", parentChain, "-j", *childChain, NULL);
176 execIptablesSilently(target, "-t", table, "-F", *childChain, NULL);
177 execIptablesSilently(target, "-t", table, "-X", *childChain, NULL);
178 execIptables(target, "-t", table, "-N", *childChain, NULL);
179 execIptables(target, "-t", table, "-A", parentChain, "-j", *childChain, NULL);
/system/connectivity/shill/net/
H A Drtnl_message.cc480 hdr->rtm.rtm_table = route_status_.table;
H A Drtnl_message_unittest.cc460 unsigned char table,
473 EXPECT_EQ(table, status.table);
453 TestParseRoute(const ByteString& packet, RTNLMessage::Mode , IPAddress::Family family, int interface_index, const IPAddress& dst, const IPAddress& src, const IPAddress& gateway, unsigned char table, int protocol, unsigned char scope, unsigned char type, int metric) argument

Completed in 315 milliseconds

12