OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:idstring
(Results
1 - 10
of
10
) 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
/external/qemu/distrib/sdl-1.2.15/src/joystick/mint/
SDL_sysjoystick.c
270
#define TEST_JOY_ENABLED(env,
idstring
,num) \
271
if (SDL_strstr(env,
idstring
"-off")) { \
274
if (SDL_strstr(env,
idstring
"-on")) { \
/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
/external/chromium_org/sync/engine/
syncer_unittest.cc
504
const string&
idstring
) {
506
syncable::Id::CreateFromServerId(
idstring
));
[
all
...]
Completed in 577 milliseconds