Searched defs:shared (Results 1 – 12 of 12) sorted by relevance
18 mod shared; module
101 StorageStatsEvent(boolean shared, int storageKb, int uid) { in StorageStatsEvent()
33 auto shared = std::make_shared<std::vector<uint8_t>>(data); in GetPacketView() local
84 AtomicReference<Drawable> shared = new AtomicReference<>(); in getMobileNetworkSignalIcon() local
110 struct shared_bool { bool shared; }; member191 bool shared; // use empty string as 'file' component of pin path - allows cross .o map sharing member
118 struct shared_bool { bool shared; }; member199 bool shared; // use empty string as 'file' component of pin path - allows cross .o map sharing member
241 AtomicReference<Drawable> shared = new AtomicReference<>(); in getMobileDrawable() local
483 let shared = &pub_a * &priv_b; in p192() localVariable506 let shared = &pub_a * &priv_b; in p256() localVariable
121 boolean shared, boolean enabled, String fqdn, String providerFriendlyName) { in generateWifiConfig()152 boolean shared, boolean enabled, String fqdn, String providerFriendlyName, in generateWifiConfig()
641 private List<WifiConfiguration> getTestNetworksConfig(boolean shared) { in getTestNetworksConfig()
720 std::shared_ptr<std::string> shared = std::make_shared<std::string>(valid); in TEST_F() local723 std::shared_ptr<std::string> shared) { in TEST_F()
1375 public boolean shared; field in WifiConfiguration