/system/core/libpixelflinger/tinyutils/ |
D | TypeHelpers.h | 24 template <typename T> struct trait_trivial_ctor { enum { value = false }; }; enumerator 25 template <typename T> struct trait_trivial_dtor { enum { value = false }; }; enumerator 26 template <typename T> struct trait_trivial_copy { enum { value = false }; }; enumerator 27 template <typename T> struct trait_trivial_assign{ enum { value = false }; }; enumerator 29 template <typename T> struct trait_pointer { enum { value = false }; }; enumerator
|
D | KeyedVector.h | 145 ssize_t KeyedVector<KEY,VALUE>::add(const KEY& key, const VALUE& value) { in add() 150 ssize_t KeyedVector<KEY,VALUE>::replaceValueFor(const KEY& key, const VALUE& value) { in replaceValueFor()
|
/system/core/libcutils/ |
D | atomic.c | 29 void android_atomic_write(int32_t value, volatile int32_t* addr) { in android_atomic_write() 44 int32_t android_atomic_add(int32_t value, volatile int32_t* addr) { in android_atomic_add() 48 int32_t android_atomic_and(int32_t value, volatile int32_t* addr) { in android_atomic_and() 56 int32_t android_atomic_or(int32_t value, volatile int32_t* addr) { in android_atomic_or() 64 int32_t android_atomic_swap(int32_t value, volatile int32_t* addr) { in android_atomic_swap() 92 int64_t android_quasiatomic_swap_64(int64_t value, volatile int64_t* addr) { in android_quasiatomic_swap_64() 110 void android_atomic_write(int32_t value, volatile int32_t* addr) { in android_atomic_write() 133 int32_t android_atomic_add(int32_t value, volatile int32_t* addr) { in android_atomic_add() 141 int32_t android_atomic_and(int32_t value, volatile int32_t* addr) { in android_atomic_and() 149 int32_t android_atomic_or(int32_t value, volatile int32_t* addr) { in android_atomic_or() [all …]
|
D | properties.c | 59 int property_set(const char *key, const char *value) in property_set() 77 int property_get(const char *key, char *value, const char *default_value) in property_get() 93 int property_list(void (*propfn)(const char *key, const char *value, void *cookie), in property_list() 97 char value[PROP_VALUE_MAX]; in property_list() local 175 int property_get(const char *key, char *value, const char *default_value) in property_get() 242 int property_set(const char *key, const char *value) in property_set() 279 int property_list(void (*propfn)(const char *key, const char *value, void *cookie), in property_list() 298 int property_get(const char *key, char *value, const char *default_value) in property_get() 332 int property_set(const char *key, const char *value) in property_set() 362 int property_list(void (*propfn)(const char *key, const char *value, void *cookie), in property_list()
|
D | threads.c | 31 void* value, in thread_store_set() 59 void* value, in thread_store_set()
|
D | memory.c | 19 void android_memset16(uint16_t* dst, uint16_t value, size_t size) in android_memset16() 27 void android_memset32(uint32_t* dst, uint32_t value, size_t size) in android_memset32()
|
D | hashmap.c | 30 void* value; member 166 static Entry* createEntry(void* key, int hash, void* value) { in createEntry() 189 void* hashmapPut(Hashmap* map, void* key, void* value) { in hashmapPut() 267 void* value = initialValue(key, context); in hashmapMemoize() local 293 void* value = current->value; in hashmapRemove() local 307 bool (*callback)(void* key, void* value, void* context), in hashmapForEach()
|
D | config_utils.c | 26 cnode* config_node(const char *name, const char *value) in config_node() 95 void config_set(cnode *root, const char *name, const char *value) in config_set() 122 static int _lex(cstate *cs, int value) in _lex()
|
/system/core/nexus/ |
D | Property.cpp | 40 int StringProperty::set(int idx, int value) { in set() 45 int StringProperty::set(int idx, struct in_addr *value) { in set() 68 int StringPropertyHelper::set(int idx, const char *value) { in set() 92 int IntegerProperty::set(int idx, const char *value) { in set() 97 int IntegerProperty::set(int idx, struct in_addr *value) { in set() 119 int IntegerPropertyHelper::set(int idx, int value) { in set() 143 int IPV4AddressProperty::set(int idx, const char *value) { in set() 148 int IPV4AddressProperty::set(int idx, int value) { in set() 170 int IPV4AddressPropertyHelper::set(int idx, struct in_addr *value) { in set()
|
D | WifiNetwork.cpp | 687 int WifiNetwork::WifiNetworkEnabledProperty::set(int idx, int value) { in set() 701 int WifiNetwork::WifiNetworkSsidProperty::set(int idx, const char *value) { in set() 714 int WifiNetwork::WifiNetworkBssidProperty::set(int idx, const char *value) { in set() 727 int WifiNetwork::WifiNetworkPskProperty::set(int idx, const char *value) { in set() 741 int WifiNetwork::WifiNetworkWepKeyProperty::set(int idx, const char *value) { in set() 752 int WifiNetwork::WifiNetworkDefaultKeyIndexProperty::set(int idx, int value) { in set() 763 int WifiNetwork::WifiNetworkPriorityProperty::set(int idx, int value) { in set() 801 int WifiNetwork::WifiNetworkKeyManagementProperty::set(int idx, const char *value) { in set() 833 int WifiNetwork::WifiNetworkProtocolsProperty::set(int idx, const char *value) { in set() 875 int WifiNetwork::WifiNetworkAuthAlgorithmsProperty::set(int idx, const char *value) { in set() [all …]
|
D | WifiController.cpp | 678 int WifiController::WifiEnabledProperty::set(int idx, int value) { in set() 692 int WifiController::WifiScanOnlyProperty::set(int idx, int value) { in set() 703 int WifiController::WifiAllowedChannelsProperty::set(int idx, int value) { in set() 725 int WifiController::WifiActiveScanProperty::set(int idx, int value) { in set() 752 int WifiController::WifiPacketFilterProperty::set(int idx, int value) { in set() 763 int WifiController::WifiBluetoothCoexScanProperty::set(int idx, int value) { in set() 774 int WifiController::WifiBluetoothCoexModeProperty::set(int idx, int value) { in set() 793 int WifiController::WifiSuspendedProperty::set(int idx, int value) { in set() 816 int WifiController::WifiTriggerScanProperty::set(int idx, int value) { in set()
|
D | WifiController.h | 102 int set(int idx, int value) { return -1; } in set() 134 int set(int idx, int value) { return -1; } in set() 150 int set(int idx, int value) { return -1; } in set() 166 int set(int idx, const char *value) { return -1; } in set() 174 int set(int idx, const char *value) { return -1; } in set()
|
/system/core/init/ |
D | property_service.c | 166 static void update_prop_info(prop_info *pi, const char *value, unsigned len) in update_prop_info() 174 static int property_write(prop_info *pi, const char *value) in property_write() 248 static void write_persistent_property(const char *name, const char *value) in write_persistent_property() 270 int property_set(const char *name, const char *value) in property_set() 331 static int property_list(void (*propfn)(const char *key, const char *value, void *cookie), in property_list() 335 char value[PROP_VALUE_MAX]; in property_list() local 411 char *key, *value, *eol, *sol, *tmp; in load_properties() local 454 char value[PROP_VALUE_MAX]; in load_persistent_properties() local
|
/system/wlan/ti/wilink_6_1/Test/ |
D | connDebug.c | 58 void connDebugSetParam(TI_HANDLE hConn, TI_UINT32 paramType, TI_UINT32 *value) in connDebugSetParam() 72 void connDebugGetParam(TI_HANDLE hConn, TI_UINT32 paramType, TI_UINT32 *value) in connDebugGetParam()
|
D | rsnDbg.c | 72 TI_UINT32 value; in rsnDebugFunction() local
|
/system/core/include/ctest/ |
D | ctest.h | 36 #define assertTrue(value, message) assertTrueWithSource(value, __FILE__, __LINE__, message); argument 41 #define assertFalse(value, message) assertTrueWithSource(!value, __FILE__, __LINE__, message); argument
|
/system/wlan/ti/wilink_6_1/TWD/FirmwareApi/ |
D | public_host_int.h | 118 #define RX_DESC_SET_MEM_BLK(desc, value) ( desc = (desc & ~0x000000FF) | (value << 0 ) ) argument 119 #define RX_DESC_SET_LENGTH(desc, value) ( desc = (desc & ~0x000FFF00) | (value << 8 ) ) argument 120 #define RX_DESC_SET_UNALIGNED(desc, value) ( desc = (desc & ~0x00100000) | (value << 20 ) ) argument
|
/system/core/adb/ |
D | get_my_path_darwin.c | 26 CFStringRef value = (CFStringRef)CFDictionaryGetValue(dict, in get_my_path() local
|
/system/core/fastboot/ |
D | util_osx.c | 39 CFStringRef value = (CFStringRef)CFDictionaryGetValue(dict, in get_my_path() local
|
/system/wlan/ti/wilink_6_1/CUDK/configurationutility/inc/ |
D | cu_cmd.h | 35 U32 value; member
|
/system/extras/tests/icachetest/ |
D | icache_main.c | 18 long value; in main() local
|
/system/core/toolbox/ |
D | getprop.c | 22 char value[PROPERTY_VALUE_MAX]; in getprop_main() local
|
D | r.c | 16 unsigned addr, value; in r_main() local
|
/system/extras/tests/sdcard/ |
D | sysutil.cpp | 201 int writeIntToFile(const char *filename, long value) in writeIntToFile() 246 char value[16]; in pidOutOfMemoryAdj() local 292 char value[256] = {0,}; in newFairSleepers() local 322 char value[256] = {0,}; in normalizedSleepers() local
|
/system/core/include/cutils/ |
D | config_utils.h | 33 const char *value; member
|