Home
last modified time | relevance | path

Searched refs:dot (Results 1 – 25 of 33) sorted by relevance

12

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/test/data/
Dmsg_43.txt26dot.ca.gov, xxxxxxxxxxxxx@dot.ca.gov, xxxxxxxxxx@dot.ca.gov, xxxxxxxx@dot.ca.gov, xxxxxxxxxx@dot.c…
41 Reporting-MTA: dns; sacspam01.dot.ca.gov
42 Received-From-MTA: smtp; sacspam01.dot.ca.gov ([127.0.0.1])
45 Final-Recipient: rfc822; xxxxxxx@dot.ca.gov
51 Final-Recipient: rfc822; xxxxxxxxxxxxx@dot.ca.gov
57 Final-Recipient: rfc822; xxxxxxxxxx@dot.ca.gov
63 Final-Recipient: rfc822; xxxxxxxx@dot.ca.gov
69 Final-Recipient: rfc822; xxxxxxxxxx@dot.ca.gov
75 Final-Recipient: rfc822; xxxxxx@dot.ca.gov
81 Final-Recipient: rfc822; xxxxxxxxxx@dot.ca.gov
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/importlib/
D__init__.py10 dot = len(package)
13 dot = package.rindex('.', 0, dot)
17 return "%s.%s" % (package[:dot], name)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/importlib/
D__init__.py10 dot = len(package)
13 dot = package.rindex('.', 0, dot)
17 return "%s.%s" % (package[:dot], name)
/device/google/bonito/json-c/
DChangeLog101 Zachary Blair, zack_blair at hotmail dot com
105 Rui Miguel Silva Seabra, rms at 1407 dot org
108 Spotted by Jean-Marc Naud, j dash m at newtraxtech dot com
110 Spotted by Vikram Raj V, vsagar at attinteractive dot com
112 Brent Miller, bdmiller at yahoo dash inc dot com
114 Brent Miller, bdmiller at yahoo dash inc dot com
120 Eric Haszlakiewicz, EHASZLA at transunion dot com
122 Ian Atha, thatha at yahoo dash inc dot com
126 Erik Hovland, erik at hovland dot org
128 Spotted by Vitaly Kruglikov, Vitaly dot Kruglikov at palm dot com
[all …]
DDoxyfile135 # will interpret the first line (until the first dot) of a JavaDoc-style
1014 # Configuration options related to the dot tool
1021 # recommended to install and use dot, since it yields more powerful graphs.
1031 # If you set the HAVE_DOT tag to YES then doxygen will assume the dot tool is
1091 # generated by dot. Possible values are png, jpg, or gif
1096 # The tag DOT_PATH can be used to specify the path where the dot tool can be
1097 # found. If left blank, it is assumed the dot tool can be found on the path.
1102 # contain dot files that are included in the documentation (see the
1108 # (in pixels) of the graphs generated by dot. If a graph becomes larger than
1116 # (in pixels) of the graphs generated by dot. If a graph becomes larger than
[all …]
/device/google/crosshatch/json-c/
DChangeLog101 Zachary Blair, zack_blair at hotmail dot com
105 Rui Miguel Silva Seabra, rms at 1407 dot org
108 Spotted by Jean-Marc Naud, j dash m at newtraxtech dot com
110 Spotted by Vikram Raj V, vsagar at attinteractive dot com
112 Brent Miller, bdmiller at yahoo dash inc dot com
114 Brent Miller, bdmiller at yahoo dash inc dot com
120 Eric Haszlakiewicz, EHASZLA at transunion dot com
122 Ian Atha, thatha at yahoo dash inc dot com
126 Erik Hovland, erik at hovland dot org
128 Spotted by Vitaly Kruglikov, Vitaly dot Kruglikov at palm dot com
[all …]
DDoxyfile135 # will interpret the first line (until the first dot) of a JavaDoc-style
1014 # Configuration options related to the dot tool
1021 # recommended to install and use dot, since it yields more powerful graphs.
1031 # If you set the HAVE_DOT tag to YES then doxygen will assume the dot tool is
1091 # generated by dot. Possible values are png, jpg, or gif
1096 # The tag DOT_PATH can be used to specify the path where the dot tool can be
1097 # found. If left blank, it is assumed the dot tool can be found on the path.
1102 # contain dot files that are included in the documentation (see the
1108 # (in pixels) of the graphs generated by dot. If a graph becomes larger than
1116 # (in pixels) of the graphs generated by dot. If a graph becomes larger than
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/fixes/
Dfix_itertools.py33 dot, it = (results['dot'], results['it'])
39 dot.remove()
/device/linaro/bootloader/arm-trusted-firmware/lib/stdlib/
Dsubr_prf.c245 int base, lflag, qflag, tmp, width, ladjust, sharpflag, neg, sign, dot; in kvprintf() local
273 sign = 0; dot = 0; dwidth = 0; upper = 0; in kvprintf()
277 dot = 1; in kvprintf()
292 if (!dot) { in kvprintf()
303 if (!dot) { in kvprintf()
315 if (dot) in kvprintf()
419 if (!dot) in kvprintf()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dcapsule.c211 char *dot = strchr(trace, '.'); in PyCapsule_Import() local
212 if (dot) { in PyCapsule_Import()
213 *dot++ = '\0'; in PyCapsule_Import()
234 trace = dot; in PyCapsule_Import()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dcapsule.c211 char *dot = strchr(trace, '.'); in PyCapsule_Import() local
212 if (dot) { in PyCapsule_Import()
213 *dot++ = '\0'; in PyCapsule_Import()
234 trace = dot; in PyCapsule_Import()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Derrors.c560 char *dot; in PyErr_NewException() local
566 dot = strrchr(name, '.'); in PyErr_NewException()
567 if (dot == NULL) { in PyErr_NewException()
581 (Py_ssize_t)(dot-name)); in PyErr_NewException()
598 dot+1, bases, dict); in PyErr_NewException()
657 char *dot = strrchr(className, '.'); in PyErr_WriteUnraisable() local
658 if (dot != NULL) in PyErr_WriteUnraisable()
659 className = dot+1; in PyErr_WriteUnraisable()
Dcompile.c1901 const char *dot = strchr(src, '.'); in compiler_import_as() local
1902 if (dot) { in compiler_import_as()
1904 src = dot + 1; in compiler_import_as()
1905 while (dot) { in compiler_import_as()
1908 dot = strchr(src, '.'); in compiler_import_as()
1910 dot ? dot - src : strlen(src)); in compiler_import_as()
1915 src = dot + 1; in compiler_import_as()
1959 char *dot = strchr(base, '.'); in compiler_import() local
1960 if (dot) in compiler_import()
1962 dot - base); in compiler_import()
[all …]
Dimport.c2332 char *dot = strrchr(buf, '.'); in find_module() local
2333 if (dot == NULL) { in find_module()
2339 *dot = '\0'; in find_module()
2379 char *dot = strchr(name, '.'); in find_module() local
2392 if (dot == NULL) { in find_module()
2397 *p_name = dot+1; in find_module()
2398 len = dot-name; in find_module()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Derrors.c582 char *dot; in PyErr_NewException() local
588 dot = strrchr(name, '.'); in PyErr_NewException()
589 if (dot == NULL) { in PyErr_NewException()
603 (Py_ssize_t)(dot-name)); in PyErr_NewException()
620 dot+1, bases, dict); in PyErr_NewException()
679 char *dot = strrchr(className, '.'); in PyErr_WriteUnraisable() local
680 if (dot != NULL) in PyErr_WriteUnraisable()
681 className = dot+1; in PyErr_WriteUnraisable()
Dcompile.c1923 const char *dot = strchr(src, '.'); in compiler_import_as() local
1924 if (dot) { in compiler_import_as()
1926 src = dot + 1; in compiler_import_as()
1927 while (dot) { in compiler_import_as()
1930 dot = strchr(src, '.'); in compiler_import_as()
1932 dot ? dot - src : strlen(src)); in compiler_import_as()
1937 src = dot + 1; in compiler_import_as()
1981 char *dot = strchr(base, '.'); in compiler_import() local
1982 if (dot) in compiler_import()
1984 dot - base); in compiler_import()
[all …]
Dimport.c2433 char *dot = strrchr(buf, '.'); in get_parent() local
2434 if (dot == NULL) { in get_parent()
2440 *dot = '\0'; in get_parent()
2480 char *dot = strchr(name, '.'); in load_next() local
2493 if (dot == NULL) { in load_next()
2498 *p_name = dot+1; in load_next()
2499 len = dot-name; in load_next()
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dloadlib.c571 const char *dot; in modinit() local
576 dot = strrchr(modname, '.'); /* look for last dot in module name */ in modinit()
577 if (dot == NULL) dot = modname; in modinit()
578 else dot++; in modinit()
580 lua_pushlstring(L, modname, dot - modname); in modinit()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dposixpath.py315 slash, dot = (u'/', u'.') if isinstance(path, unicode) else ('/', '.')
317 return dot
338 return path or dot
Dihooks.py441 dot = len(pkgname)
444 dot = pkgname.rindex('.', 0, dot)
448 pkgname = pkgname[:dot]
Dntpath.py401 backslash, dot = (u'\\', u'.') if isinstance(path, unicode) else ('\\', '.')
446 comps.append(dot)
/device/generic/opengl-transport/
D.gitignore15 eclipse/plugins/com.android.ide.eclipse.*/@dot*
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Lib/
Dntpath.py406 backslash, dot = (u'\\', u'.') if isinstance(path, unicode) else ('\\', '.')
451 comps.append(dot)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Lib/
Dntpath.py436 backslash, dot = (u'\\', u'.') if isinstance(path, _unicode) else ('\\', '.')
481 comps.append(dot)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Python/
Dimport.c2332 char *dot = strrchr(buf, '.'); in find_module() local
2333 if (dot == NULL) { in find_module()
2339 *dot = '\0'; in find_module()
2379 char *dot = strchr(name, '.'); in find_module() local
2392 if (dot == NULL) { in find_module()
2397 *p_name = dot+1; in find_module()
2398 len = dot-name; in find_module()

12