OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:num_props
(Results
1 - 3
of
3
) sorted by null
/external/bluetooth/bluedroid/btif/src/
btif_core.c
893
uint32_t
num_props
;
local
901
num_props
= 0;
904
BTIF_STORAGE_FILL_PROPERTY(&properties[
num_props
], BT_PROPERTY_BDADDR,
906
btif_storage_get_adapter_property(&properties[
num_props
]);
907
num_props
++;
910
BTIF_STORAGE_FILL_PROPERTY(&properties[
num_props
], BT_PROPERTY_BDNAME,
912
btif_storage_get_adapter_property(&properties[
num_props
]);
913
num_props
++;
916
BTIF_STORAGE_FILL_PROPERTY(&properties[
num_props
], BT_PROPERTY_ADAPTER_SCAN_MODE,
918
btif_storage_get_adapter_property(&properties[
num_props
]);
948
uint32_t
num_props
= 0;
local
[
all
...]
btif_storage.c
841
uint32_t
num_props
= 0;
local
[
all
...]
/external/chromium_org/v8/test/cctest/
test-api.cc
2874
int
num_props
= obj->GetPropertyNames()->Length();
local
2964
int
num_props
= obj->GetPropertyNames()->Length();
local
[
all
...]
Completed in 191 milliseconds