HomeSort by relevance Sort by last modified time
    Searched refs:idstring (Results 1 - 8 of 8) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/
utils.py 184 def make_msgid(idstring=None):
189 Optional idstring if given is a string used to strengthen the
196 if idstring is None:
197 idstring = ''
199 idstring = '.' + idstring
201 msgid = '<%s.%s.%s%s@%s>' % (utcdate, pid, randint, idstring, idhost)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/
utils.py 184 def make_msgid(idstring=None):
189 Optional idstring if given is a string used to strengthen the
196 if idstring is None:
197 idstring = ''
199 idstring = '.' + idstring
201 msgid = '<%s.%s.%s%s@%s>' % (utcdate, pid, randint, idstring, idhost)
  /external/iproute2/examples/
dhcp-client-script 301 local idstring="#### Generated by DHCPCD"
309 echo $idstring > /etc/resolv.conf.dhcp
324 if [ "`head -1 /etc/resolv.conf`" != "$idstring" ]; then
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
pdb.py 442 idstring = identifier.split("'")
443 if len(idstring) == 1:
445 id = idstring[0].strip()
446 elif len(idstring) == 3:
448 id = idstring[1].strip()
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
pdb.py 442 idstring = identifier.split("'")
443 if len(idstring) == 1:
445 id = idstring[0].strip()
446 elif len(idstring) == 3:
448 id = idstring[1].strip()
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ecf.identity_3.1.0.v20100529-0735.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.ecf.identity_3.2.0.v20130604-1622.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.ecf.identity_3.2.0.v20130604-1622.jar 

Completed in 4155 milliseconds