/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/test/data/ |
D | msg_43.txt | 26 …dot.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__.py | 10 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__.py | 10 dot = len(package) 13 dot = package.rindex('.', 0, dot) 17 return "%s.%s" % (package[:dot], name)
|
/device/google/bonito/json-c/ |
D | ChangeLog | 101 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 …]
|
D | Doxyfile | 135 # 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/ |
D | ChangeLog | 101 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 …]
|
D | Doxyfile | 135 # 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/ |
D | fix_itertools.py | 33 dot, it = (results['dot'], results['it']) 39 dot.remove()
|
/device/linaro/bootloader/arm-trusted-firmware/lib/stdlib/ |
D | subr_prf.c | 245 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/ |
D | capsule.c | 211 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/ |
D | capsule.c | 211 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/ |
D | errors.c | 560 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()
|
D | compile.c | 1901 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 …]
|
D | import.c | 2332 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/ |
D | errors.c | 582 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()
|
D | compile.c | 1923 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 …]
|
D | import.c | 2433 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/ |
D | loadlib.c | 571 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/ |
D | posixpath.py | 315 slash, dot = (u'/', u'.') if isinstance(path, unicode) else ('/', '.') 317 return dot 338 return path or dot
|
D | ihooks.py | 441 dot = len(pkgname) 444 dot = pkgname.rindex('.', 0, dot) 448 pkgname = pkgname[:dot]
|
D | ntpath.py | 401 backslash, dot = (u'\\', u'.') if isinstance(path, unicode) else ('\\', '.') 446 comps.append(dot)
|
/device/generic/opengl-transport/ |
D | .gitignore | 15 eclipse/plugins/com.android.ide.eclipse.*/@dot*
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Lib/ |
D | ntpath.py | 406 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/ |
D | ntpath.py | 436 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/ |
D | import.c | 2332 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()
|