/system/vold/ |
D | Process.cpp | 35 int Process::readSymLink(const char *path, char *link, size_t max) { in readSymLink() 66 void Process::getProcessName(int pid, char *buffer, size_t max) { in getProcessName() 83 …ess::checkFileDescriptorSymLinks(int pid, const char *mountPoint, char *openFilename, size_t max) { in checkFileDescriptorSymLinks() 128 int Process::checkFileMaps(int pid, const char *mountPoint, char *openFilename, size_t max) { in checkFileMaps()
|
D | DirectVolume.cpp | 318 int DirectVolume::getDeviceNodes(dev_t *devs, int max) { in getDeviceNodes()
|
/system/core/nexus/ |
D | WifiNetwork.cpp | 695 int WifiNetwork::WifiNetworkSsidProperty::get(int idx, char *buffer, size_t max) { in get() 708 int WifiNetwork::WifiNetworkBssidProperty::get(int idx, char *buffer, size_t max) { in get() 721 int WifiNetwork::WifiNetworkPskProperty::get(int idx, char *buffer, size_t max) { in get() 735 int WifiNetwork::WifiNetworkWepKeyProperty::get(int idx, char *buffer, size_t max) { in get() 770 int WifiNetwork::WifiNetworkKeyManagementProperty::get(int idx, char *buffer, size_t max) { in get() 811 int WifiNetwork::WifiNetworkProtocolsProperty::get(int idx, char *buffer, size_t max) { in get() 843 int WifiNetwork::WifiNetworkAuthAlgorithmsProperty::get(int idx, char *buffer, size_t max) { in get() 885 int WifiNetwork::WifiNetworkPairwiseCiphersProperty::get(int idx, char *buffer, size_t max) { in get() 920 int WifiNetwork::WifiNetworkGroupCiphersProperty::get(int idx, char *buffer, size_t max) { in get() 962 int WifiNetwork::WifiNetworkHiddenSsidProperty::get(int idx, char *buffer, size_t max) { in get()
|
D | Property.cpp | 62 char *buffer, size_t max) : in StringPropertyHelper() 78 int StringPropertyHelper::get(int idx, char *buffer, size_t max) { in get() 102 int IntegerProperty::get(int idx, char *buffer, size_t max) { in get() 153 int IPV4AddressProperty::get(int idx, char *buffer, size_t max) { in get()
|
D | SupplicantState.cpp | 24 char *SupplicantState::toString(int val, char *buffer, int max) { in toString()
|
D | DhcpState.cpp | 24 char *DhcpState::toString(int val, char *buffer, int max) { in toString()
|
D | DhcpEvent.cpp | 24 char *DhcpEvent::toString(int val, char *buffer, int max) { in toString()
|
D | WifiStatusPoller.cpp | 85 int max = 0; in run() local
|
D | PropertyManager.cpp | 156 int PropertyManager::doGet(Property *p, int idx, char *buffer, size_t max) { in doGet() 224 const char *PropertyManager::get(const char *name, char *buffer, size_t max) { in get()
|
D | WifiController.cpp | 712 int WifiController::WifiSupplicantStateProperty::get(int idx, char *buffer, size_t max) { in get() 732 int WifiController::WifiInterfaceProperty::get(int idx, char *buffer, size_t max) { in get()
|
D | Supplicant.cpp | 517 char *buffer, size_t max) { in getNetworkVar()
|
/system/core/sh/ |
D | arith_lex.l | 54 #define YY_INPUT(buf,result,max) \ argument
|
/system/extras/tests/schedtest/ |
D | schedtest.c | 28 long max = 0; in main() local
|
/system/core/toolbox/ |
D | id.c | 32 int n, max; in id_main() local
|
D | dd.c | 1194 static long long strsuftoll(const char* name, const char* arg, int def, unsigned int max) in strsuftoll()
|
/system/wlan/ti/wilink_6_1/CUDK/os/common/inc/ |
D | cu_osapi.h | 41 #define max(a,b) ((a>b)?a:b) macro
|
/system/core/libsysutils/src/ |
D | SocketListener.cpp | 142 int max = 0; in runListener() local
|
/system/extras/latencytop/ |
D | latencytop.c | 36 unsigned long max; member 328 unsigned long count, max, total; in read_latency_file() local
|
/system/wlan/ti/sta_dk_4_0_4_32/pform/common/inc/ |
D | cli_cu_common.h | 97 # define max(a, b) (((a)>(b)) ? (a) : (b)) macro
|
/system/wlan/ti/wilink_6_1/platforms/os/common/inc/ |
D | cli_cu_common.h | 100 # define max(a, b) (((a)>(b)) ? (a) : (b)) macro
|
/system/core/init/ |
D | logo.c | 110 unsigned count, max; in load_565rle_image() local
|
/system/wlan/ti/sta_dk_4_0_4_32/common/src/utils/ |
D | utils.h | 164 # define max MAX macro
|
/system/core/logcat/ |
D | logcat.cpp | 253 int max = 0; in readLogLines() local
|
/system/core/libpixelflinger/tinyutils/ |
D | VectorImpl.cpp | 38 static inline size_t max(size_t a, size_t b) { in max() function
|
/system/core/libpixelflinger/ |
D | trap.cpp | 77 inline int max(int a, int b) { in max() function 83 inline int max(int a, int b, int c) { in max() function
|