Home
last modified time | relevance | path

Searched refs:dotted (Results 1 – 25 of 54) sorted by relevance

123

/external/valgrind/docs/internals/
Dtm-threadstates.dot30 wait_mutex -> zombie [ style=dotted, label="thread dies\nwaiting" ];
31 wait_mutex -> dead [ style=dotted, label="thread dies\nwaiting" ];
32 wait_mutex -> wait_condvar [ style=dotted, label="waiting for\nmultiple objects" ];
33 wait_mutex -> wait_join [ style=dotted, label="waiting for\nmultiple objects" ];
35 wait_condvar -> zombie [ style=dotted, label="thread dies\nwaiting" ];
36 wait_condvar -> dead [ style=dotted, label="thread dies\nwaiting" ];
37 wait_condvar -> wait_mutex [ style=dotted, label="waiting for\nmultiple objects" ];
38 wait_condvar -> wait_join [ style=dotted, label="waiting for\nmultiple objects" ];
40 wait_join -> zombie [ style=dotted, label="thread dies\nwaiting" ];
41 wait_join -> dead [ style=dotted, label="thread dies\nwaiting" ];
[all …]
Dtm-mutexstates.dot17 dead -> locked [ style=dotted, label="locked\nafter destroy" ];
18 dead -> free [ style=dotted, label="unlocked\nafter destroy" ];
20 locked -> free [ style=dotted, label="unlocked\nby non-owner" ];
21 locked -> dead [ style=dotted, label="destroyed\nwhile locked" ];
/external/mesa3d/src/gallium/state_trackers/d3d1x/docs/
Dmodule_dependencies.dot5 progs -> d3dapi [style="dotted"];
6 progs -> gd3dapi [style="dotted"];
7 progs -> microsoft_directx_sdk [style="dotted"];
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_cvs/searchcvs/www/projectName/includes/
Dsearchcvs.css3 border-bottom: 1px dotted gray;
45 border-bottom: 1px dotted black;
46 border-top: 1px dotted black;
/external/chromium-trace/catapult/telemetry/third_party/modulegraph/doc/
Dutil.rst12 dotted names.
17 for every part of a dotted module name, and
Dfind_modules.rst40 Return a mapping of implied dependencies. The key is a, possibly dotted,
Dmodulegraph.rst161 This method is called to load the rest of a dotted name after loading the root
169 :arg tail: The rest of a dotted name, can be empty
236 of the graph. The *name* can not be a dotted name.
395 the possibly dotted module name, *filename* is the
Dchangelog.rst214 a dotted name can be found but the rest cannot. This used to create
215 a MissingModule node for the dotted name in the global namespace instead
/external/v8/tools/profviz/
Dprofviz.css47 border: 1px dotted #aaa;
108 border-bottom: 1px dotted #000;
136 border-bottom: 1px dotted #000;
/external/clang/www/analyzer/
Dcontent.css62 table.options td { border-bottom: 1px #cccccc dotted }
82 table.checkers td { border-right: 1px #cccccc dotted; border-bottom: 1px #cccccc dotted; }
/external/fmtlib/doc/bootstrap/mixins/
Dtab-focus.less5 outline: thin dotted;
/external/testng/src/main/java/org/testng/internal/
DDynamicGraph.java202 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/
Dtr_Upper.txt10 # When uppercasing, i turns into a dotted capital I
/external/curl/lib/
Dcurl_addrinfo.h80 Curl_addrinfo *Curl_str2addr(char *dotted, int port);
/external/iptables/extensions/
Dlibxt_mangle.c126 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/
Dvolnitsky.css27 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; }
Dflask.css559 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/jline/src/src/site/resources/css/
Dsite.css54 background-image: url(../images/dotted.png);
145 background-image: url(../images/dotted.png);
/external/iptables/libxtables/
Dxtables.c1290 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/testng/doc/samplereport/css/
Dmaven-base.css16 border-bottom: 1px dotted #feb;
/external/testng/doc/
Dtestng.css32 border-bottom: 1px dotted #aaa;
/external/iproute2/tc/
Dm_ipt.c314 struct in_addr *dotted_to_addr(const char *dotted) in dotted_to_addr() argument
324 strncpy(buf, dotted, sizeof (buf) - 1); in dotted_to_addr()
/external/chromium-trace/catapult/telemetry/third_party/altgraph/doc/
Ddot.rst75 dot.edge_style(1, 2, style='dotted')
101 style = 'dashed' | 'dotted' | 'solid' | 'invis' | 'bold'
/external/dnsmasq/contrib/webmin/
DREADME11 that IP dotted quads are all numbers < 256. Another is that
/external/chromium-trace/catapult/telemetry/third_party/modulegraph/
DPKG-INFO231 a dotted name can be found but the rest cannot. This used to create
232 a MissingModule node for the dotted name in the global namespace instead

123