HomeSort by relevance Sort by last modified time
    Searched full:orphans (Results 1 - 25 of 78) sorted by null

1 2 3 4

  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.core.runtime/.manager/
.fileTable.10 7 .orphans=3
.fileTable.9 7 .orphans=2
  /external/chromium-trace/catapult/telemetry/third_party/altgraph/altgraph/
GraphUtil.py 98 Returns (visited, removes, orphans).
103 * orphans: tuples of (last_good, node),
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]
135 #orphans.sort()
137 return visited, removes, orphans
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/
gcgraph.hpp 162 std::vector<Vtx*> orphans; local
261 // modify weights of the edges along the path and collect orphans
276 orphans.push_back(v);
284 orphans.push_back(v);
289 // restore the search trees by finding new parents for the orphans
291 while( !orphans.empty() )
293 Vtx* v2 = orphans.back();
294 orphans.pop_back();
369 orphans.push_back(u);
  /external/chromium-trace/catapult/telemetry/third_party/altgraph/doc/
graphutil.rst 45 Returns (*visited*, *removes*, *orphans*), where
52 * *orphans*: list of tuples (*last_good*, *node*), where
  /external/opencv/cv/src/
cvstereogc.cpp 81 GCVtx** orphans; member in struct:CvStereoGCState2
123 static int icvGCResizeOrphansBuf( GCVtx**& orphans, int norphans )
126 GCVtx** newOrphans = (GCVtx**)cvAlloc( newNOrphans*sizeof(orphans[0]) );
128 newOrphans[i] = orphans[i];
129 cvFree( &orphans );
130 orphans = newOrphans;
142 GCVtx** orphans = _orphans; local
242 // modify weights of the edges along the path and collect orphans
258 maxOrphans = icvGCResizeOrphansBuf( orphans, norphans );
259 orphans[norphans++] = v
    [all...]
  /external/autotest/server/
site_crashcollect.py 155 # TODO(milleral): handle orphans differently. crosbug.com/38202
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_tests/
test_object_graph.py 294 visited, removes, orphans = graph.filterStack(
299 self.assertEqual(orphans, 1)
  /external/skia/tests/
EGLImageTest.cpp 142 // Populate the texture using GL context 1. Important to use TexSubImage as TexImage orphans
  /external/autotest/scheduler/
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):
640 if not orphans:
643 message = '\n'.join(str(process) for process in orphans)
    [all...]
  /packages/apps/Email/provider_src/com/android/email/provider/
AccountReconciler.java 101 * AccountManager. If there are any orphans (an account in one list without a corresponding
EmailProvider.java 421 * @param table the table whose orphans are to be removed
776 final Cursor orphans = db.rawQuery(ORPHAN_BODY_MESSAGE_ID_SELECT, null); local
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
FolderSelectorAdapter.java 137 // Need to do the foldersort first with all folders present to avoid dropping orphans
  /external/llvm/utils/TableGen/
CodeGenRegisters.cpp 236 SmallPtrSet<CodeGenRegister*, 8> Orphans;
238 // Clone inherited subregs and place duplicate entries in Orphans.
248 Orphans.insert(SI->second);
272 if (SubRegs.count(I->second) || !Orphans.erase(SRI->second))
280 // Now Orphans contains the inherited subregisters without a direct index.
296 while (!Indices.empty() && !Orphans.empty()) {
302 if (Orphans.erase(SI->second))
    [all...]
  /frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp 2296 Orphans orphans; local
    [all...]
  /toolchain/binutils/binutils-2.25/ld/
ChangeLog-2008 76 * ldlang.c (lang_record_phdrs): Don't add orphans to PT_INTERP header.
181 (gld${EMULATION_NAME}_place_orphan): Handle non-alloc orphans.
    [all...]
ChangeLog-2010 649 section for orphans handled here.
    [all...]
ChangeLog-2011     [all...]
  /external/e2fsprogs/lib/ext2fs/
ext2_fs.h 491 #define EXT3_ORPHAN_FS 0x0004 /* Orphans being recovered */
    [all...]
  /external/pdfium/xfa/src/fdp/src/css/
fde_cssdatatable.cpp 279 {FDE_CSSPROPERTY_Orphans, L"orphans", 0xB716467B,
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.registry_3.5.0.v20100503.jar 
  /frameworks/native/vulkan/libvulkan/
swapchain.cpp 449 // orphans the previous buffers, getting us back to the state where we can
    [all...]
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarDatabaseHelper.java     [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.registry_3.5.301.v20130717-1549.jar 

Completed in 1204 milliseconds

1 2 3 4