Searched refs:domain (Results 1 – 11 of 11) sorted by relevance
/development/ndk/sources/android/libportable/arch-mips64/ |
D | socket.c | 133 int WRAP(socket)(int domain, int type, int protocol) { in WRAP() 138 domain, type, protocol); in WRAP() 140 rv = REAL(socket)(domain, socktype_pton(type), protocol); in WRAP() 147 int WRAP(socketpair)(int domain, int type, int protocol, int sv[2]) { in WRAP() 152 domain, type, protocol, sv); in WRAP() 154 rv = REAL(socketpair)(domain, socktype_pton(type), protocol, sv); in WRAP()
|
/development/ndk/sources/android/libportable/arch-mips/ |
D | socket.c | 133 int WRAP(socket)(int domain, int type, int protocol) { in WRAP() 138 domain, type, protocol); in WRAP() 140 rv = REAL(socket)(domain, socktype_pton(type), protocol); in WRAP() 147 int WRAP(socketpair)(int domain, int type, int protocol, int sv[2]) { in WRAP() 152 domain, type, protocol, sv); in WRAP() 154 rv = REAL(socketpair)(domain, socktype_pton(type), protocol, sv); in WRAP()
|
/development/samples/SipDemo/src/com/example/android/sip/ |
D | WalkieTalkieActivity.java | 125 String domain = prefs.getString("domainPref", ""); in initializeLocalProfile() local 128 if (username.length() == 0 || domain.length() == 0 || password.length() == 0) { in initializeLocalProfile() 134 SipProfile.Builder builder = new SipProfile.Builder(username, domain); in initializeLocalProfile()
|
/development/ndk/platforms/android-14/samples/native-media/jni/ |
D | native-media-jni.c | 220 XAuint32 domain; in StreamChangeCallback() local 221 res = (*caller)->QueryStreamType(caller, streamIndex, &domain); in StreamChangeCallback() 223 switch (domain) { in StreamChangeCallback() 233 fprintf(stderr, "Unexpected domain %u\n", domain); in StreamChangeCallback()
|
/development/ndk/platforms/android-L/include/linux/ |
D | tipc.h | 112 __u32 domain; member
|
D | cciss_ioctl.h | 31 unsigned short domain; member
|
/development/ndk/platforms/android-14/include/OMXAL/ |
D | OpenMAXAL.h | 3160 XAuint32 *domain
|
/development/perftests/panorama/feature_mos/doc/ |
D | feature_mos_API_doxyfile | 876 # reverse domain-name style string, e.g. com.mycompany.MyDocSet. Doxygen
|
/development/perftests/panorama/feature_stab/doc/ |
D | dbreg_API_doxyfile | 876 # reverse domain-name style string, e.g. com.mycompany.MyDocSet. Doxygen
|
/development/samples/SearchableDictionary/res/raw/ |
D | definitions.txt | 288 domain - n. territory over which rule or control is exercised
|
/development/sdk/ |
D | sdk_files_NOTICE.txt | 517 ** This file is in the public domain, so clarified as of 7248 LZMA SDK is placed in the public domain. 8646 All MurmurHash source files are placed in the public domain. 8802 All code here is public domain. 11985 This library (libselinux) is public domain software, i.e. not copyrighted.
|