/external/valgrind/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/mesa3d/src/gallium/state_trackers/d3d1x/docs/ |
D | module_dependencies.dot | 5 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/ |
D | searchcvs.css | 3 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/ |
D | util.rst | 12 dotted names. 17 for every part of a dotted module name, and
|
D | find_modules.rst | 40 Return a mapping of implied dependencies. The key is a, possibly dotted,
|
/external/v8/test/intl/ |
D | testcfg.py | 42 for dotted in [x for x in dirs if x.startswith('.')]: 43 dirs.remove(dotted)
|
/external/tlsdate/ |
D | events.dot | 36 cros_user_set_time -> sync [style=dotted]; 46 tlsdate_fail -> tlsdate [label="retry",style=dotted];
|
/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/v8/test/mjsunit/ |
D | testcfg.py | 49 for dotted in [x for x in dirs if x.startswith('.')]: 50 dirs.remove(dotted)
|
/external/v8/test/mozilla/ |
D | testcfg.py | 70 for dotted in [x for x in dirs if x.startswith(".")]: 71 dirs.remove(dotted)
|
/external/v8/test/message/ |
D | testcfg.py | 49 for dotted in [x for x in dirs if x.startswith('.')]: 50 dirs.remove(dotted)
|
/external/v8/test/webkit/ |
D | testcfg.py | 49 for dotted in [x for x in dirs if x.startswith('.')]: 50 dirs.remove(dotted)
|
/external/curl/lib/ |
D | curl_addrinfo.h | 80 Curl_addrinfo *Curl_str2addr(char *dotted, int port);
|
/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/v8/test/test262/ |
D | testcfg.py | 111 for dotted in [x for x in dirs if x.startswith(".")]: 112 dirs.remove(dotted)
|
/external/chromium-trace/catapult/tracing/tracing/ui/base/ |
D | list_view.css | 24 outline: 1px dotted rgba(0,0,0,0.1);
|
/external/chromium-trace/catapult/third_party/graphy/graphy/ |
D | line_chart.py | 72 def dotted(cls): member in LineStyle
|
/external/unicode/ |
D | StandardizedVariants.txt | 72 1000 FE00; dotted form; # MYANMAR LETTER KA 73 1002 FE00; dotted form; # MYANMAR LETTER GA 74 1004 FE00; dotted form; # MYANMAR LETTER NGA 75 1010 FE00; dotted form; # MYANMAR LETTER TA 76 1011 FE00; dotted form; # MYANMAR LETTER THA 77 1015 FE00; dotted form; # MYANMAR LETTER PA 78 1019 FE00; dotted form; # MYANMAR LETTER MA 79 101A FE00; dotted form; # MYANMAR LETTER YA 80 101C FE00; dotted form; # MYANMAR LETTER LA 81 101D FE00; dotted form; # MYANMAR LETTER WA [all …]
|
/external/chromium-trace/catapult/tracing/tracing/ui/extras/chrome/cc/ |
D | picture_ops_list_view.css | 55 outline: 1px dotted rgba(0, 0, 0, 0.1);
|
/external/iptables/libxtables/ |
D | xtables.c | 1259 static struct in_addr *__numeric_to_ipaddr(const char *dotted, bool is_mask) in __numeric_to_ipaddr() argument 1268 strncpy(buf, dotted, sizeof(buf) - 1); in __numeric_to_ipaddr() 1305 struct in_addr *xtables_numeric_to_ipaddr(const char *dotted) in xtables_numeric_to_ipaddr() argument 1307 return __numeric_to_ipaddr(dotted, false); in xtables_numeric_to_ipaddr() 1310 struct in_addr *xtables_numeric_to_ipmask(const char *dotted) in xtables_numeric_to_ipmask() argument 1312 return __numeric_to_ipaddr(dotted, true); in xtables_numeric_to_ipmask()
|
/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/iproute2/tc/ |
D | m_ipt.c | 314 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()
|