Home
last modified time | relevance | path

Searched defs:order (Results 1 – 9 of 9) sorted by relevance

/system/keymaster/
Dopenssl_utils.cpp134 UniquePtr<BIGNUM, BIGNUM_Delete> order(BN_new()); in ec_group_size_bits() local
/system/connectivity/shill/test-rpc-proxy/
Dproxy_rpc_server.cc265 std::string order; in GetServiceOrder() local
278 const std::string& order(params_in[0]); in SetServiceOrder() local
Dproxy_dbus_client.cc398 bool ProxyDbusClient::GetServiceOrder(std::string* order) { in GetServiceOrder()
403 bool ProxyDbusClient::SetServiceOrder(const std::string& order) { in SetServiceOrder()
/system/extras/librank/
Dlibrank.c69 static int order; variable
/system/extras/procrank/
Dprocrank.c49 static int order; variable
/system/connectivity/shill/vpn/
Dopenvpn_driver.cc466 int order = 0; in ParseIPConfiguration() local
536 int order = 0; in GetRouteOptionEntry() local
/system/connectivity/shill/dbus/
Dchromeos_manager_dbus_adaptor.cc367 string* order) { in GetServiceOrder()
374 const string& order) { in SetServiceOrder()
/system/core/libutils/
DVectorImpl.cpp624 size_t order; in add() local
/system/connectivity/shill/
Dmanager.cc2573 void Manager::SetTechnologyOrder(const string& order, Error* error) { in SetTechnologyOrder()