HomeSort by relevance Sort by last modified time
    Searched defs:initConstant (Results 1 - 2 of 2) sorted by null

  /libcore/luni/src/main/native/
libcore_io_OsConstants.cpp 38 static void initConstant(JNIEnv* env, jclass c, const char* fieldName, int value) {
44 initConstant(env, c, "AF_INET", AF_INET);
45 initConstant(env, c, "AF_INET6", AF_INET6);
46 initConstant(env, c, "AF_UNIX", AF_UNIX);
47 initConstant(env, c, "AF_UNSPEC", AF_UNSPEC);
48 initConstant(env, c, "AI_ADDRCONFIG", AI_ADDRCONFIG);
49 initConstant(env, c, "AI_ALL", AI_ALL);
50 initConstant(env, c, "AI_CANONNAME", AI_CANONNAME);
51 initConstant(env, c, "AI_NUMERICHOST", AI_NUMERICHOST);
52 initConstant(env, c, "AI_NUMERICSERV", AI_NUMERICSERV)
    [all...]
  /external/webkit/Source/JavaScriptCore/dfg/
DFGGenerationInfo.h 72 void initConstant(NodeIndex nodeIndex, uint32_t useCount)

Completed in 224 milliseconds