HomeSort by relevance Sort by last modified time
    Searched full:meep (Results 1 - 3 of 3) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/test/
test_dbtables.py 178 'c': "meep",
211 conditions={'c': lambda c: c == 'meep'})
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/test/
test_dbtables.py 178 'c': "meep",
211 conditions={'c': lambda c: c == 'meep'})
  /frameworks/base/services/common_time/
common_time_server.cpp 121 struct sockaddr_in* meep = local
124 inet_aton(kDefaultMasterElectionAddr, &meep->sin_addr);
125 meep->sin_family = AF_INET;
126 meep->sin_port = htons(kDefaultMasterElectionPort);
    [all...]

Completed in 94 milliseconds