/external/autotest/server/ |
D | site_crashcollect.py | 157 orphans = fetch_orphaned_crashdumps(host, infodir) 159 orphans = [] 169 if host.job and minidumps or orphans: 173 for orphan in orphans: 177 orphans.extend(minidumps) 179 for minidump in orphans: 182 return orphans
|
/external/chromium-trace/catapult/telemetry/third_party/altgraph/altgraph/ |
D | GraphUtil.py | 110 visited, removes, orphans = set([head]), set(), set() 129 orphans.add((last_good, tail)) 134 orphans = [(last_good, tail) for (last_good, tail) in orphans if tail not in removes] 137 return visited, removes, orphans
|
D | ObjectGraph.py | 78 visited, removes, orphans = filter_stack(self.graph, self, filters) 80 for last_good, tail in orphans: 86 return len(visited)-1, len(removes), len(orphans)
|
/external/opencv3/modules/imgproc/src/ |
D | gcgraph.hpp | 162 std::vector<Vtx*> orphans; in maxFlow() local 276 orphans.push_back(v); in maxFlow() 284 orphans.push_back(v); in maxFlow() 291 while( !orphans.empty() ) in maxFlow() 293 Vtx* v2 = orphans.back(); in maxFlow() 294 orphans.pop_back(); in maxFlow() 369 orphans.push_back(u); in maxFlow()
|
/external/opencv/cv/src/ |
D | cvstereogc.cpp | 81 GCVtx** orphans; member 123 static int icvGCResizeOrphansBuf( GCVtx**& orphans, int norphans ) in icvGCResizeOrphansBuf() argument 126 GCVtx** newOrphans = (GCVtx**)cvAlloc( newNOrphans*sizeof(orphans[0]) ); in icvGCResizeOrphansBuf() 128 newOrphans[i] = orphans[i]; in icvGCResizeOrphansBuf() 129 cvFree( &orphans ); in icvGCResizeOrphansBuf() 130 orphans = newOrphans; in icvGCResizeOrphansBuf() 142 GCVtx** orphans = _orphans; in icvGCMaxFlow() local 258 maxOrphans = icvGCResizeOrphansBuf( orphans, norphans ); in icvGCMaxFlow() 259 orphans[norphans++] = v; in icvGCMaxFlow() 268 maxOrphans = icvGCResizeOrphansBuf( orphans, norphans ); in icvGCMaxFlow() [all …]
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.core.runtime/.manager/ |
D | .fileTable.10 | 7 .orphans=3
|
D | .fileTable.9 | 7 .orphans=2
|
/external/chromium-trace/catapult/telemetry/third_party/altgraph/doc/ |
D | graphutil.rst | 45 Returns (*visited*, *removes*, *orphans*), where 52 * *orphans*: list of tuples (*last_good*, *node*), where
|
/external/autotest/scheduler/ |
D | monitor_db.py | 619 orphans = _drone_manager.get_orphaned_autoserv_processes() 624 orphans.discard(agent_task.monitor.get_process()) 627 self._check_for_remaining_orphan_processes(orphans) 639 def _check_for_remaining_orphan_processes(self, orphans): argument 640 if not orphans: 643 message = '\n'.join(str(process) for process in orphans)
|
/external/chromium-trace/catapult/telemetry/third_party/altgraph/altgraph_tests/ |
D | test_object_graph.py | 294 visited, removes, orphans = graph.filterStack( 299 self.assertEqual(orphans, 1)
|
/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rcssmin/bench/ |
D | wikipedia.min.css | 1 …e-break-inside:avoid}h2,h3,h4,h5,h6,h7{page-break-after:avoid}p{widows:3;orphans:3}.catlinks ul{di…
|
D | wikipedia.css | 2271 orphans: 3;
|
/external/autotest/client/site_tests/video_VimeoVideo/ |
D | jquery-2.1.3.min.js | 3 …lexGrow:!0,flexShrink:!0,fontWeight:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,widows:!0,zInd… property
|
/external/autotest/client/site_tests/video_GlitchDetection/ |
D | jquery-2.1.3.min.js | 3 …lexGrow:!0,flexShrink:!0,fontWeight:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,widows:!0,zInd… property
|
/external/chromium-trace/catapult/experimental/heatmap/ |
D | jquery.min.js | 5 …nCount:!0,fillOpacity:!0,fontWeight:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,widows:!0,zInd… property
|
/external/chromium-trace/catapult/third_party/jquery/ |
D | jquery-2.1.4.min.js | 3 …lexGrow:!0,flexShrink:!0,fontWeight:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,widows:!0,zInd… property
|
D | jquery-2.1.4.min.map | 1 …columnCount","fillOpacity","flexGrow","flexShrink","lineHeight","order","orphans","widows","zIndex…
|
/external/chromium-trace/catapult/third_party/coverage/coverage/htmlfiles/ |
D | jquery.min.js | 3 …lexGrow:!0,flexShrink:!0,fontWeight:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,widows:!0,zInd… property
|
/external/okhttp/website/static/ |
D | bootstrap-combined.min.css | 9 …reak-inside:avoid}img{max-width:100%!important}@page{margin:.5cm}p,h2,h3{orphans:3;widows:3}h2,h3{…
|
/external/netperf/doc/ |
D | texinfo.tex | 6393 % Following George Bush, just get rid of widows and orphans.
|
/external/v8/test/cctest/ |
D | test-api.cc | 7994 uint16_t orphans[8] = { 0x61, 0x62, 0xd800, 0x63, 0x64, 0xdc00, 0x65, 0x66 }; in THREADED_TEST() local 7996 v8::String::NewFromTwoByte(context->GetIsolate(), orphans, in THREADED_TEST()
|
/external/e2fsprogs/doc/ |
D | texinfo.tex | 6857 % Following George Bush, just get rid of widows and orphans.
|
/external/e2fsprogs/lib/et/ |
D | texinfo.tex | 6857 % Following George Bush, just get rid of widows and orphans.
|
/external/libmicrohttpd/doc/ |
D | texinfo.tex | 9677 % Following George Bush, get rid of widows and orphans.
|
/external/bison/build-aux/ |
D | texinfo.tex | 9676 % Following George Bush, get rid of widows and orphans.
|