Home
last modified time | relevance | path

Searched defs:used (Results 1 – 10 of 10) sorted by relevance

/packages/modules/NeuralNetworks/common/
DModelUtils.cpp80 std::vector<bool> used(model.main.operands.size(), false); in identifyUsedOperands() local
102 const std::vector<Model::Subgraph>& subgraphs, std::vector<bool>* used) { in identifyUsedSubgraphs()
117 std::vector<bool>* used) { in identifyUsedSubgraphs()
135 std::vector<bool> used(model.referenced.size(), false); in identifyUsedSubgraphs() local
144 void identifyUsedPools(const Model::Subgraph& subgraph, std::vector<bool>* used) { in identifyUsedPools()
156 std::vector<bool> used(model.pools.size(), false); in identifyUsedPools() local
247 std::vector<bool> used; in identifyUsedExtensions() local
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/ui/model/
DPermissionGroupPreference.java55 void updateSummary(int granted, int used) { in updateSummary()
/packages/apps/Launcher3/tests/src/com/android/launcher3/celllayout/
DCellLayoutBoard.java371 public static WidgetRect getWidgetRect(int x, int y, Set<Point> used, char[][] board) { in getWidgetRect()
416 Set<Point> used = new HashSet<>(); in getRects() local
/packages/modules/Bluetooth/system/btif/src/
Dbtif_sock.cc74 bool used; member
Dbtif_sock_thread.cc95 int used; member
/packages/modules/Bluetooth/system/bta/jv/
Dbta_jv_act.cc112 int used = 0; in get_sec_id_used() local
123 int used = 0; in get_rfc_cb_used() local
1576 uint8_t used = 0, i, listen = 0; in bta_jv_add_rfc_port() local
/packages/apps/Settings/src/com/android/settings/datausage/
DDataUsageSummaryPreference.java146 void setUsageNumbers(long used, long dataPlanSize, boolean hasMobileData) { in setUsageNumbers()
/packages/providers/MediaProvider/jni/
DFuseDaemon.cpp1859 size_t used = 0; in do_readdir_common() local
1960 size_t used = sizeof(*fro); in pf_readdir_postfilter() local
/packages/modules/adb/
Dsysdeps_win32.cpp124 int used; member
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DBaseContactsProvider2Test.java1166 final BitSet used = new BitSet(cursor.getCount()); in assertCursorValues() local