/system/core/sh/ |
D | syntax.c | 13 #define set(ch, val) [ndx(ch)] = val, macro 19 set('\n', CNL) 20 set('\\', CBACK) 21 set('\'', CSQUOTE) 22 set('"', CDQUOTE) 23 set('`', CBQUOTE) 24 set('$', CVAR) 25 set('}', CENDVAR) 26 set('<', CSPCL) 27 set('>', CSPCL) [all …]
|
D | miscbltin.c | 346 int set, all = 0; in ulimitcmd() local 371 set = *argptr ? 1 : 0; in ulimitcmd() 372 if (set) { in ulimitcmd() 418 if (set) { in ulimitcmd()
|
D | expand.c | 613 int set; in evalvar() local 628 set = varisset(var, varflags & VSNUL); in evalvar() 634 set = 0; in evalvar() 636 set = 1; in evalvar() 642 if (!set && uflag) { in evalvar() 655 if (set && subtype != VSPLUS) { in evalvar() 694 set = !set; in evalvar() 697 if (!set) { in evalvar() 713 if (!set) in evalvar() 733 if (set) in evalvar() [all …]
|
/system/core/nexus/ |
D | Property.h | 40 virtual int set(int idx, const char *value) = 0; 41 virtual int set(int idx, int value) = 0; 42 virtual int set(int idx, struct in_addr *value) = 0; 59 virtual int set(int idx, const char *value) = 0; 60 int set(int idx, int value); 61 int set(int idx, struct in_addr *value); 74 int set(int idx, const char *value); 83 int set(int idx, const char *value); 84 virtual int set(int idx, int value) = 0; 85 int set(int idx, struct in_addr *value); [all …]
|
D | WifiController.h | 49 virtual int set(int idx, int value) = 0; 61 virtual int set(int idx, const char *value) = 0; 70 int set(int idx, int value); 78 int set(int idx, int value); 86 int set(int idx, int value); 94 int set(int idx, int value); 102 int set(int idx, int value) { return -1; } in set() function 110 int set(int idx, int value); 118 int set(int idx, int value); 126 int set(int idx, int value); [all …]
|
D | WifiNetwork.h | 78 virtual int set(int idx, int value) = 0; 90 virtual int set(int idx, const char *value) = 0; 99 int set(int idx, int value); 107 int set(int idx, int value); 115 int set(int idx, int value); 123 int set(int idx, const char *value); 131 int set(int idx, const char *value); 139 int set(int idx, const char *value); 147 int set(int idx, const char *value); 155 int set(int idx, const char *value); [all …]
|
D | Property.cpp | 40 int StringProperty::set(int idx, int value) { in set() function in StringProperty 45 int StringProperty::set(int idx, struct in_addr *value) { in set() function in StringProperty 68 int StringPropertyHelper::set(int idx, const char *value) { in set() function in StringPropertyHelper 92 int IntegerProperty::set(int idx, const char *value) { in set() function in IntegerProperty 97 int IntegerProperty::set(int idx, struct in_addr *value) { in set() function in IntegerProperty 119 int IntegerPropertyHelper::set(int idx, int value) { in set() function in IntegerPropertyHelper 143 int IPV4AddressProperty::set(int idx, const char *value) { in set() function in IPV4AddressProperty 148 int IPV4AddressProperty::set(int idx, int value) { in set() function in IPV4AddressProperty 170 int IPV4AddressPropertyHelper::set(int idx, struct in_addr *value) { in set() function in IPV4AddressPropertyHelper
|
D | VpnController.h | 34 virtual int set(int idx, int value) = 0; 46 virtual int set(int idx, const char *value) = 0; 58 virtual int set(int idx, struct in_addr *value) = 0; 67 int set(int idx, int value);
|
D | InterfaceConfig.h | 50 int set(const char *name, const char *value); 74 int set(int idx, struct in_addr *value);
|
D | WifiNetwork.cpp | 687 int WifiNetwork::WifiNetworkEnabledProperty::set(int idx, int value) { in set() function in WifiNetwork::WifiNetworkEnabledProperty 701 int WifiNetwork::WifiNetworkSsidProperty::set(int idx, const char *value) { in set() function in WifiNetwork::WifiNetworkSsidProperty 714 int WifiNetwork::WifiNetworkBssidProperty::set(int idx, const char *value) { in set() function in WifiNetwork::WifiNetworkBssidProperty 727 int WifiNetwork::WifiNetworkPskProperty::set(int idx, const char *value) { in set() function in WifiNetwork::WifiNetworkPskProperty 741 int WifiNetwork::WifiNetworkWepKeyProperty::set(int idx, const char *value) { in set() function in WifiNetwork::WifiNetworkWepKeyProperty 752 int WifiNetwork::WifiNetworkDefaultKeyIndexProperty::set(int idx, int value) { in set() function in WifiNetwork::WifiNetworkDefaultKeyIndexProperty 763 int WifiNetwork::WifiNetworkPriorityProperty::set(int idx, int value) { in set() function in WifiNetwork::WifiNetworkPriorityProperty 801 int WifiNetwork::WifiNetworkKeyManagementProperty::set(int idx, const char *value) { in set() function in WifiNetwork::WifiNetworkKeyManagementProperty 833 int WifiNetwork::WifiNetworkProtocolsProperty::set(int idx, const char *value) { in set() function in WifiNetwork::WifiNetworkProtocolsProperty 875 int WifiNetwork::WifiNetworkAuthAlgorithmsProperty::set(int idx, const char *value) { in set() function in WifiNetwork::WifiNetworkAuthAlgorithmsProperty [all …]
|
D | WifiController.cpp | 678 int WifiController::WifiEnabledProperty::set(int idx, int value) { in set() function in WifiController::WifiEnabledProperty 692 int WifiController::WifiScanOnlyProperty::set(int idx, int value) { in set() function in WifiController::WifiScanOnlyProperty 703 int WifiController::WifiAllowedChannelsProperty::set(int idx, int value) { in set() function in WifiController::WifiAllowedChannelsProperty 725 int WifiController::WifiActiveScanProperty::set(int idx, int value) { in set() function in WifiController::WifiActiveScanProperty 752 int WifiController::WifiPacketFilterProperty::set(int idx, int value) { in set() function in WifiController::WifiPacketFilterProperty 763 int WifiController::WifiBluetoothCoexScanProperty::set(int idx, int value) { in set() function in WifiController::WifiBluetoothCoexScanProperty 774 int WifiController::WifiBluetoothCoexModeProperty::set(int idx, int value) { in set() function in WifiController::WifiBluetoothCoexModeProperty 793 int WifiController::WifiSuspendedProperty::set(int idx, int value) { in set() function in WifiController::WifiSuspendedProperty 816 int WifiController::WifiTriggerScanProperty::set(int idx, int value) { in set() function in WifiController::WifiTriggerScanProperty
|
D | PropertyManager.cpp | 127 return p->set(idx, value); in doSet() 137 return p->set(idx, tmp); in doSet() 145 return p->set(idx, &tmp); in doSet() 194 int PropertyManager::set(const char *name, const char *value) { in set() function in PropertyManager
|
D | LoopController.h | 29 int set(const char *name, const char *value);
|
D | PropertyManager.h | 39 int set(const char *name, const char *value);
|
/system/wlan/ti/wilink_6_1/stad/src/Ctrl_Interface/ |
D | CmdDispatcher.c | 73 TParamFunc set; member 258 …pCmdDispatch->paramAccessTable[GET_PARAM_MODULE_NUMBER(AUTH_MODULE_PARAM) - 1].set = auth_setParam; in cmdDispatch_ConfigParamsAccessTable() 262 …pCmdDispatch->paramAccessTable[GET_PARAM_MODULE_NUMBER(ASSOC_MODULE_PARAM) - 1].set = assoc_setPar… in cmdDispatch_ConfigParamsAccessTable() 266 …pCmdDispatch->paramAccessTable[GET_PARAM_MODULE_NUMBER(RX_DATA_MODULE_PARAM) - 1].set = rxData_set… in cmdDispatch_ConfigParamsAccessTable() 270 …pCmdDispatch->paramAccessTable[GET_PARAM_MODULE_NUMBER(TX_CTRL_MODULE_PARAM) - 1].set = txCtrlPara… in cmdDispatch_ConfigParamsAccessTable() 274 …pCmdDispatch->paramAccessTable[GET_PARAM_MODULE_NUMBER(CTRL_DATA_MODULE_PARAM) - 1].set = ctrlData… in cmdDispatch_ConfigParamsAccessTable() 278 …pCmdDispatch->paramAccessTable[GET_PARAM_MODULE_NUMBER(SITE_MGR_MODULE_PARAM) - 1].set = siteMgr_s… in cmdDispatch_ConfigParamsAccessTable() 282 …pCmdDispatch->paramAccessTable[GET_PARAM_MODULE_NUMBER(CONN_MODULE_PARAM) - 1].set = conn_setParam; in cmdDispatch_ConfigParamsAccessTable() 286 …pCmdDispatch->paramAccessTable[GET_PARAM_MODULE_NUMBER(RSN_MODULE_PARAM) - 1].set = (TParamFunc)rs… in cmdDispatch_ConfigParamsAccessTable() 290 …pCmdDispatch->paramAccessTable[GET_PARAM_MODULE_NUMBER(TWD_MODULE_PARAM) - 1].set = cmdDispatch_Se… in cmdDispatch_ConfigParamsAccessTable() [all …]
|
/system/core/toolbox/ |
D | r.c | 15 int width = 4, set = 0, fd; in r_main() local 35 set = 1; in r_main() 56 if(set) *x = value; in r_main() 62 if(set) *x = value; in r_main() 68 if(set) *x = value; in r_main()
|
D | ifconfig.c | 22 static void setflags(int s, struct ifreq *ifr, int set, int clr) in setflags() argument 25 ifr->ifr_flags = (ifr->ifr_flags & (~clr)) | set; in setflags()
|
/system/media/opensles/doc/ |
D | Doxyfile | 43 # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create 65 # If the BRIEF_MEMBER_DESC tag is set to YES (the default) Doxygen will 72 # If the REPEAT_BRIEF tag is set to YES (the default) Doxygen will prepend 74 # Note: if both HIDE_UNDOC_MEMBERS and BRIEF_MEMBER_DESC are set to NO, the 91 # If the ALWAYS_DETAILED_SEC and REPEAT_BRIEF tags are both set to YES then 97 # If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show all 104 # If the FULL_PATH_NAMES tag is set to YES then Doxygen will prepend the full 105 # path before files name in the file list and in the header files. If set 110 # If the FULL_PATH_NAMES tag is set to YES then the STRIP_FROM_PATH tag 128 # If the SHORT_NAMES tag is set to YES, doxygen will generate much shorter [all …]
|
/system/core/libacc/tests/data/ |
D | typedef.c | 16 void set(Point* p, int x, int y) { in set() function 30 set(&a, 1,2); in main() 31 set(&b, 3,4); in main()
|
D | structs.c | 56 void set(struct v* v, float x, float y, float z, float w) { in set() function 69 set(&a, 1.0f, 2.0f, 3.0f, 4.0f); in testArgs() 70 set(&b, 5.0f, 6.0f, 7.0f, 8.0f); in testArgs()
|
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/sme/configMgr/ |
D | configMgr.c | 416 …status = pConfigManager->paramAccessTable[moduleNumber - 1].set(pConfigManager->paramAccessTable[m… in configMgr_setParam() 2254 …pConfigManager->paramAccessTable[GET_PARAM_MODULE_NUMBER(AUTH_MODULE_PARAM) - 1].set = auth_setPar… in configParamsAccessTable() 2258 …pConfigManager->paramAccessTable[GET_PARAM_MODULE_NUMBER(ASSOC_MODULE_PARAM) - 1].set = assoc_setP… in configParamsAccessTable() 2262 …pConfigManager->paramAccessTable[GET_PARAM_MODULE_NUMBER(RX_DATA_MODULE_PARAM) - 1].set = rxData_s… in configParamsAccessTable() 2266 …pConfigManager->paramAccessTable[GET_PARAM_MODULE_NUMBER(TX_DATA_MODULE_PARAM) - 1].set = txData_s… in configParamsAccessTable() 2270 …pConfigManager->paramAccessTable[GET_PARAM_MODULE_NUMBER(CTRL_DATA_MODULE_PARAM) - 1].set = ctrlDa… in configParamsAccessTable() 2274 …pConfigManager->paramAccessTable[GET_PARAM_MODULE_NUMBER(SITE_MGR_MODULE_PARAM) - 1].set = siteMgr… in configParamsAccessTable() 2278 …pConfigManager->paramAccessTable[GET_PARAM_MODULE_NUMBER(CONN_MODULE_PARAM) - 1].set = conn_setPar… in configParamsAccessTable() 2282 …pConfigManager->paramAccessTable[GET_PARAM_MODULE_NUMBER(RSN_MODULE_PARAM) - 1].set = rsn_setParam; in configParamsAccessTable() 2286 …pConfigManager->paramAccessTable[GET_PARAM_MODULE_NUMBER(HAL_CTRL_MODULE_PARAM) - 1].set = (paramF… in configParamsAccessTable() [all …]
|
D | configMgr.h | 65 paramFunc_t set; member
|
/system/extras/tests/bionic/libstdc++/ |
D | README.TXT | 1 This directory contains a set of tests for Android's Bionic Standard C++ library.
|
/system/core/sh/funcs/ |
D | popd | 49 set $DSTACK 64 set $DSTACK
|
D | dirs | 49 set $DSTACK 64 set $DSTACK
|