/external/v8/tools/profviz/ |
D | profviz.css | 47 border: 1px dotted #aaa; 108 border-bottom: 1px dotted #000; 136 border-bottom: 1px dotted #000;
|
/external/clang/www/analyzer/ |
D | content.css | 62 table.options td { border-bottom: 1px #cccccc dotted } 82 table.checkers td { border-right: 1px #cccccc dotted; border-bottom: 1px #cccccc dotted; }
|
/external/testng/src/main/java/org/testng/internal/ |
D | DynamicGraph.java | 202 String dotted = m_nodesFinished.contains(k) ? "style=dotted" : ""; in toDot() local 203 result.append(" " + getName(k) + " -> " + getName(n) + " [dir=back " + dotted + "]\n"); in toDot()
|
/external/icu/icu4c/source/data/translit/ |
D | tr_Upper.txt | 10 # When uppercasing, i turns into a dotted capital I
|
/external/curl/lib/ |
D | curl_addrinfo.h | 80 Curl_addrinfo *Curl_str2addr(char *dotted, int port);
|
/external/iptables/extensions/ |
D | libxt_mangle.c | 126 static struct in_addr *dotted_to_addr(const char *dotted) in dotted_to_addr() argument 136 strncpy(buf, dotted, sizeof(buf) - 1); in dotted_to_addr()
|
/external/libnl/doc/stylesheets/ |
D | volnitsky.css | 27 border-bottom: 1px dotted #999999; 36 a { color: #666688; text-decoration: none; border-bottom: 1px dotted #666688; } 37 a:visited { color: #615FA0; border-bottom: 1px dotted #615FA0; }
|
D | flask.css | 559 border-bottom: 1px dotted #999999; 572 a { color: #004B6B; text-decoration: none; border-bottom: 1px dotted #004B6B; } 573 a:visited { color: #615FA0; border-bottom: 1px dotted #615FA0; }
|
/external/wayland/doc/publican/sources/css/ |
D | common.css | 134 border-bottom: 1px dotted ; 144 border-bottom: 1px dotted ; 160 border-bottom: 1px dotted; 310 border-top: 1px dotted #ccc; 532 border-bottom:1px dotted #ccc; 536 border-bottom:1px dotted #ccc; 1072 border-bottom:1px dotted #aaa; 1382 border-top:1px dotted #ccc;
|
/external/mesa3d/src/gallium/docs/source/drivers/freedreno/ |
D | ir3-notes.rst | 214 coord_x -> coord_y [label="right",style=dotted]; 215 coord_y -> coord_x [label="left",style=dotted]; 246 fanout_0 -> fanout_1 [label="right",style=dotted]; 247 fanout_1 -> fanout_0 [label="left",style=dotted]; 248 fanout_1 -> fanout_2 [label="right",style=dotted]; 249 fanout_2 -> fanout_1 [label="left",style=dotted];
|
/external/jline/src/src/site/resources/css/ |
D | site.css | 54 background-image: url(../images/dotted.png); 145 background-image: url(../images/dotted.png);
|
/external/iptables/libxtables/ |
D | xtables.c | 1290 static struct in_addr *__numeric_to_ipaddr(const char *dotted, bool is_mask) in __numeric_to_ipaddr() argument 1299 strncpy(buf, dotted, sizeof(buf) - 1); in __numeric_to_ipaddr() 1336 struct in_addr *xtables_numeric_to_ipaddr(const char *dotted) in xtables_numeric_to_ipaddr() argument 1338 return __numeric_to_ipaddr(dotted, false); in xtables_numeric_to_ipaddr() 1341 struct in_addr *xtables_numeric_to_ipmask(const char *dotted) in xtables_numeric_to_ipmask() argument 1343 return __numeric_to_ipaddr(dotted, true); in xtables_numeric_to_ipmask()
|
/external/python/cpython3/Lib/ |
D | pdb.py | 500 dotted = text.split('.') 502 obj = ns[dotted[0]] 503 for part in dotted[1:-1]: 507 prefix = '.'.join(dotted[:-1]) + '.' 508 return [prefix + n for n in dir(obj) if n.startswith(dotted[-1])]
|
/external/python/cpython2/Doc/library/ |
D | imputil.rst | 53 *modname* specifies a single module (not dotted) within the parent. 56 (potentially) dotted name from the "root" of the module namespace
|
D | zipimport.rst | 81 qualified (dotted) module name. It returns the zipimporter instance itself 125 qualified (dotted) module name. It returns the imported module, or raises
|
D | rlcompleter.rst | 63 If called for a dotted name, it will try to evaluate anything without obvious
|
D | pydoc.rst | 43 or a dotted reference to a class, method, or function within a module or module
|
/external/python/cpython3/Doc/library/ |
D | zipimport.rst | 76 qualified (dotted) module name. It returns the zipimporter instance itself 123 qualified (dotted) module name. It returns the imported module, or raises
|
D | rlcompleter.rst | 56 If called for a dotted name, it will try to evaluate anything without obvious
|
/external/testng/doc/samplereport/css/ |
D | maven-base.css | 16 border-bottom: 1px dotted #feb;
|
/external/testng/doc/ |
D | testng.css | 32 border-bottom: 1px dotted #aaa;
|
/external/python/cpython3/Doc/tutorial/ |
D | interactive.rst | 23 module names. For dotted expressions such as ``string.a``, it will evaluate
|
/external/golang-protobuf/protoc-gen-go/testdata/my_test/ |
D | test.proto | 35 package my.test; // dotted package name
|
/external/python/cpython2/Doc/c-api/ |
D | import.rst | 123 dotted name for *name* are not created if not already present. 147 If *name* points to a dotted name of the form ``package.module``, any package
|
/external/python/cpython3/Doc/c-api/ |
D | import.rst | 110 dotted name for *name* are not created if not already present. 147 If *name* points to a dotted name of the form ``package.module``, any package
|