Home
last modified time | relevance | path

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

12

/external/valgrind/main/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/chromium/net/base/
Ddns_util.cc12 bool DNSDomainFromDot(const std::string& dotted, std::string* out) { in DNSDomainFromDot() argument
13 const char* buf = dotted.data(); in DNSDomainFromDot()
14 unsigned n = dotted.size(); in DNSDomainFromDot()
Ddns_util.h20 bool DNSDomainFromDot(const std::string& dotted, std::string* out);
/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/chrome/common/extensions/docs/examples/extensions/proxy_configuration/test/
Dunittest.css26 border: 1px dotted #666;
32 border: 1px dotted #666;
/external/v8/test/es5conform/
Dtestcfg.py83 for dotted in [x for x in dirs if x.startswith('.')]:
84 dirs.remove(dotted)
/external/v8/test/mozilla/
Dtestcfg.py100 for dotted in [x for x in dirs if x.startswith('.')]:
101 dirs.remove(dotted)
/external/v8/test/test262/
Dtestcfg.py87 for dotted in [x for x in dirs if x.startswith('.')]:
88 dirs.remove(dotted)
/external/webkit/Tools/iExploder/iexploder-1.7.2/src/css-values/
Dother18 thick dotted blue
Ddillo17 dotted
Dwebkit136 dotted
Dmozilla222 dotted
/external/chromium/chrome/common/extensions/docs/examples/extensions/app_launcher/
Dpopup.css44 outline: 1px dotted rgb(100,100,200);
/external/webkit/Tools/iExploder/iexploder-1.3.2/htdocs/
Dcssvalues.in105 dotted
306 thick dotted blue
/external/chromium/chrome/common/extensions/docs/examples/apps/hello-php/
Dmain.css66 border: 1px dotted #C6D2EB;
/external/iproute2/include/
Diptables.h147 extern struct in_addr *dotted_to_addr(const char *dotted);
/external/iptables/iptables/
Dxtables.c1147 static struct in_addr *__numeric_to_ipaddr(const char *dotted, bool is_mask) in __numeric_to_ipaddr() argument
1156 strncpy(buf, dotted, sizeof(buf) - 1); in __numeric_to_ipaddr()
1193 struct in_addr *xtables_numeric_to_ipaddr(const char *dotted) in xtables_numeric_to_ipaddr() argument
1195 return __numeric_to_ipaddr(dotted, false); in xtables_numeric_to_ipaddr()
1198 struct in_addr *xtables_numeric_to_ipmask(const char *dotted) in xtables_numeric_to_ipmask() argument
1200 return __numeric_to_ipaddr(dotted, true); in xtables_numeric_to_ipmask()
/external/libvpx/examples/includes/geshi/docs/api/media/
Dstylesheet.css30 .index-letter-section { background-color: #EEEEEE; border: 1px dotted #999999; padding: .5em; margi…
64 .class-table-header { border-bottom: 1px dotted #666666; text-align: left}
/external/bison/src/
Dvcg.h310 dotted, enumerator
/external/iproute2/tc/
Dm_ipt.c311 struct in_addr *dotted_to_addr(const char *dotted) in dotted_to_addr() argument
321 strncpy(buf, dotted, sizeof (buf) - 1); in dotted_to_addr()
/external/clang/www/analyzer/
Dcontent.css61 table.options td { border-bottom: 1px #cccccc dotted }
/external/dnsmasq/contrib/webmin/
DREADME11 that IP dotted quads are all numbers < 256. Another is that
/external/iproute2/doc/
Dnstat.sgml80 gets information from kernel or some dotted decimal number followed
/external/webkit/Source/WebCore/css/
DCSSValueKeywords.in25 dotted

12