OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:idstring
(Results
1 - 14
of
14
) sorted by null
/prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/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)
/prebuilts/gdb/darwin-x86/share/gdb/python/gdb/command/
unwinders.py
21
def validate_regexp(exp,
idstring
):
25
raise SyntaxError("Invalid %s regexp: %s." % (
idstring
, exp))
/prebuilts/gdb/linux-x86/share/gdb/python/gdb/command/
unwinders.py
21
def validate_regexp(exp,
idstring
):
25
raise SyntaxError("Invalid %s regexp: %s." % (
idstring
, exp))
/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/gdb/darwin-x86/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/gdb/linux-x86/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/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 595 milliseconds