Home
last modified time | relevance | path

Searched refs:domain (Results 1 – 11 of 11) sorted by relevance

/development/ndk/sources/android/libportable/arch-mips64/
Dsocket.c133 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/
Dsocket.c133 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/
DWalkieTalkieActivity.java125 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/
Dnative-media-jni.c220 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/
Dtipc.h112 __u32 domain; member
Dcciss_ioctl.h31 unsigned short domain; member
/development/ndk/platforms/android-14/include/OMXAL/
DOpenMAXAL.h3160 XAuint32 *domain
/development/perftests/panorama/feature_mos/doc/
Dfeature_mos_API_doxyfile876 # reverse domain-name style string, e.g. com.mycompany.MyDocSet. Doxygen
/development/perftests/panorama/feature_stab/doc/
Ddbreg_API_doxyfile876 # reverse domain-name style string, e.g. com.mycompany.MyDocSet. Doxygen
/development/samples/SearchableDictionary/res/raw/
Ddefinitions.txt288 domain - n. territory over which rule or control is exercised
/development/sdk/
Dsdk_files_NOTICE.txt517 ** 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.