/external/valgrind/main/docs/internals/ |
D | tm-threadstates.dot | 30 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 …]
|
D | tm-mutexstates.dot | 17 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/ |
D | dns_util.cc | 12 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()
|
D | dns_util.h | 20 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/ |
D | searchcvs.css | 3 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/ |
D | unittest.css | 26 border: 1px dotted #666; 32 border: 1px dotted #666;
|
/external/v8/test/es5conform/ |
D | testcfg.py | 83 for dotted in [x for x in dirs if x.startswith('.')]: 84 dirs.remove(dotted)
|
/external/v8/test/mozilla/ |
D | testcfg.py | 100 for dotted in [x for x in dirs if x.startswith('.')]: 101 dirs.remove(dotted)
|
/external/v8/test/test262/ |
D | testcfg.py | 87 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/ |
D | other | 18 thick dotted blue
|
D | dillo | 17 dotted
|
D | webkit | 136 dotted
|
D | mozilla | 222 dotted
|
/external/chromium/chrome/common/extensions/docs/examples/extensions/app_launcher/ |
D | popup.css | 44 outline: 1px dotted rgb(100,100,200);
|
/external/webkit/Tools/iExploder/iexploder-1.3.2/htdocs/ |
D | cssvalues.in | 105 dotted 306 thick dotted blue
|
/external/chromium/chrome/common/extensions/docs/examples/apps/hello-php/ |
D | main.css | 66 border: 1px dotted #C6D2EB;
|
/external/iproute2/include/ |
D | iptables.h | 147 extern struct in_addr *dotted_to_addr(const char *dotted);
|
/external/iptables/iptables/ |
D | xtables.c | 1147 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/ |
D | stylesheet.css | 30 .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/ |
D | vcg.h | 310 dotted, enumerator
|
/external/iproute2/tc/ |
D | m_ipt.c | 311 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/ |
D | content.css | 61 table.options td { border-bottom: 1px #cccccc dotted }
|
/external/dnsmasq/contrib/webmin/ |
D | README | 11 that IP dotted quads are all numbers < 256. Another is that
|
/external/iproute2/doc/ |
D | nstat.sgml | 80 gets information from kernel or some dotted decimal number followed
|
/external/webkit/Source/WebCore/css/ |
D | CSSValueKeywords.in | 25 dotted
|