Searched refs:initConstant (Results 1 - 1 of 1) sorted by relevance

/libcore/luni/src/main/native/
H A Dandroid_system_OsConstants.cpp59 static void initConstant(JNIEnv* env, jclass c, const char* fieldName, int value) { function
65 initConstant(env, c, "AF_INET", AF_INET);
66 initConstant(env, c, "AF_INET6", AF_INET6);
67 initConstant(env, c, "AF_PACKET", AF_PACKET);
68 initConstant(env, c, "AF_NETLINK", AF_NETLINK);
69 initConstant(env, c, "AF_UNIX", AF_UNIX);
70 initConstant(env, c, "AF_UNSPEC", AF_UNSPEC);
71 initConstant(env, c, "AI_ADDRCONFIG", AI_ADDRCONFIG);
72 initConstant(env, c, "AI_ALL", AI_ALL);
73 initConstant(en
[all...]

Completed in 52 milliseconds