Home
last modified time | relevance | path

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

/external/autotest/server/
Dsite_crashcollect.py157 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/
DGraphUtil.py110 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
DObjectGraph.py78 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/
Dgcgraph.hpp162 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/
Dcvstereogc.cpp81 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.107 .orphans=3
D.fileTable.97 .orphans=2
/external/chromium-trace/catapult/telemetry/third_party/altgraph/doc/
Dgraphutil.rst45 Returns (*visited*, *removes*, *orphans*), where
52 * *orphans*: list of tuples (*last_good*, *node*), where
/external/autotest/scheduler/
Dmonitor_db.py619 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/
Dtest_object_graph.py294 visited, removes, orphans = graph.filterStack(
299 self.assertEqual(orphans, 1)
/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rcssmin/bench/
Dwikipedia.min.css1 …e-break-inside:avoid}h2,h3,h4,h5,h6,h7{page-break-after:avoid}p{widows:3;orphans:3}.catlinks ul{di…
Dwikipedia.css2271 orphans: 3;
/external/autotest/client/site_tests/video_VimeoVideo/
Djquery-2.1.3.min.js3 …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/
Djquery-2.1.3.min.js3 …lexGrow:!0,flexShrink:!0,fontWeight:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,widows:!0,zInd… property
/external/chromium-trace/catapult/experimental/heatmap/
Djquery.min.js5 …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/
Djquery-2.1.4.min.js3 …lexGrow:!0,flexShrink:!0,fontWeight:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,widows:!0,zInd… property
Djquery-2.1.4.min.map1 …columnCount","fillOpacity","flexGrow","flexShrink","lineHeight","order","orphans","widows","zIndex…
/external/chromium-trace/catapult/third_party/coverage/coverage/htmlfiles/
Djquery.min.js3 …lexGrow:!0,flexShrink:!0,fontWeight:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,widows:!0,zInd… property
/external/okhttp/website/static/
Dbootstrap-combined.min.css9 …reak-inside:avoid}img{max-width:100%!important}@page{margin:.5cm}p,h2,h3{orphans:3;widows:3}h2,h3{…
/external/netperf/doc/
Dtexinfo.tex6393 % Following George Bush, just get rid of widows and orphans.
/external/v8/test/cctest/
Dtest-api.cc7994 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/
Dtexinfo.tex6857 % Following George Bush, just get rid of widows and orphans.
/external/e2fsprogs/lib/et/
Dtexinfo.tex6857 % Following George Bush, just get rid of widows and orphans.
/external/libmicrohttpd/doc/
Dtexinfo.tex9677 % Following George Bush, get rid of widows and orphans.
/external/bison/build-aux/
Dtexinfo.tex9676 % Following George Bush, get rid of widows and orphans.