Searched refs:lookup (Results 1 – 25 of 150) sorted by relevance
123456
/device/linaro/dragonboard/shared/utils/qrtr/src/ |
D | ns.c | 59 struct lookup { struct 291 struct lookup *lookup; in server_del() local 309 lookup = container_of(li, struct lookup, li); in server_del() 310 if (lookup->service && lookup->service != srv->service) in server_del() 312 if (lookup->instance && lookup->instance != srv->instance) in server_del() 315 lookup_notify(ctx, &lookup->sq, srv, false); in server_del() 387 struct lookup *lookup; in ctrl_cmd_del_client() local 404 lookup = container_of(li, struct lookup, li); in ctrl_cmd_del_client() 405 if (lookup->sq.sq_node != node_id) in ctrl_cmd_del_client() 407 if (lookup->sq.sq_port != port) in ctrl_cmd_del_client() [all …]
|
/device/linaro/dragonboard/shared/utils/qrtr/ |
D | qrtr.py | 28 def lookup(self, srv, instance=0, ifilter=0): member in qrtr 62 def remove_lookup(self, lookup): argument 63 err = _qrtr.qrtr_remove_lookup(self.sock, *lookup) 94 svcs = qrtr().lookup(15) # 15 is the test service
|
D | Makefile | 38 $(proj)-lookup-srcs := \ 40 src/lookup.c \ 43 $(proj)-lookup-cflags := -Ilib 52 targets := $(proj)-ns $(proj)-cfg $(proj)-lookup lib$(proj).so
|
D | Android.bp | 60 name: "qrtr-lookup", 64 "src/lookup.c",
|
/device/google/cuttlefish/host/commands/assemble_cvd/ |
D | misc_info.cc | 68 auto lookup = misc_info.find(key); in GetExpected() local 69 CF_EXPECTF(lookup != misc_info.end(), in GetExpected() 71 return lookup->second; in GetExpected()
|
/device/linaro/dragonboard/ |
D | full.mk | 185 qrtr-lookup \
|
/device/google/coral/json-c/ |
D | ChangeLog | 106 * Fix subtle bug in linkhash where lookup could hang after all slots
|
/device/google/redbull/json-c/ |
D | ChangeLog | 106 * Fix subtle bug in linkhash where lookup could hang after all slots
|
/device/google/sunfish/json-c/ |
D | ChangeLog | 106 * Fix subtle bug in linkhash where lookup could hang after all slots
|
/device/google/cuttlefish_vmm/qemu/x86_64-linux-gnu/usr/share/qemu/keymaps/ |
D | fr-ca | 999 # The keycode -> keysym lookup finds only one of the
|
D | ar | 1021 # The keycode -> keysym lookup finds only one of the
|
D | th | 978 # The keycode -> keysym lookup finds only one of the
|
D | et | 976 # The keycode -> keysym lookup finds only one of the
|
D | bepo | 1012 # The keycode -> keysym lookup finds only one of the
|
D | en-us | 978 # The keycode -> keysym lookup finds only one of the
|
D | ru | 979 # The keycode -> keysym lookup finds only one of the
|
/device/google/cuttlefish_vmm/qemu/aarch64-linux-gnu/usr/share/qemu/keymaps/ |
D | ru | 979 # The keycode -> keysym lookup finds only one of the
|
D | th | 978 # The keycode -> keysym lookup finds only one of the
|
D | en-us | 978 # The keycode -> keysym lookup finds only one of the
|
D | mk | 978 # The keycode -> keysym lookup finds only one of the
|
D | fr-ca | 999 # The keycode -> keysym lookup finds only one of the
|
D | ar | 1021 # The keycode -> keysym lookup finds only one of the
|
D | et | 976 # The keycode -> keysym lookup finds only one of the
|
D | ja | 982 # The keycode -> keysym lookup finds only one of the
|
D | bepo | 1012 # The keycode -> keysym lookup finds only one of the
|
123456