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

1 2 3 4 5 6 7 8 91011>>

  /external/libxml2/test/schemas/
bug312957_0.xml 5 <siblings>
7 </siblings>
bug312957_1.xsd 6 <xs:selector xpath="siblings/sibling"/>
16 <xs:element name="siblings" type="siblings_type" />
  /external/syslinux/gpxe/src/core/
device.c 78 list_add ( &rootdev->dev.siblings, &devices );
81 list_del ( &rootdev->dev.siblings );
98 list_for_each_entry_safe ( rootdev, tmp, &devices, dev.siblings ) {
100 list_del ( &rootdev->dev.siblings );
settings.c 221 .siblings =
222 LIST_HEAD_INIT ( generic_settings_root.settings.siblings ),
249 list_for_each_entry ( settings, &parent->children, siblings ) {
389 * Reorders the settings block amongst its siblings according to its
405 /* Remove from siblings list */
406 list_del ( &settings->siblings );
409 list_for_each_entry ( tmp, &parent->children, siblings ) {
414 list_add_tail ( &settings->siblings, &tmp->siblings );
443 list_add_tail ( &settings->siblings, &parent->children )
    [all...]
  /external/ltp/testcases/kernel/power_management/
pm_include.sh 89 siblings=`grep siblings /proc/cpuinfo | uniq | cut -f2 -d':'`
91 [ $siblings -gt $cpu_cores ]; echo $?
133 siblings=`grep siblings /proc/cpuinfo | uniq | cut -f2 -d':'`
135 if [ $siblings -eq $cpu_cores ]; then
138 : $(( num_of_cpus = siblings / cpu_cores ))
144 siblings=`grep siblings /proc/cpuinfo | uniq | cut -f2 -d':'`
147 if [ $siblings -eq $cpu_cores ]; the
    [all...]
  /external/syslinux/gpxe/src/drivers/bus/
isa.c 121 list_add ( &isa->dev.siblings,
131 list_del ( &isa->dev.siblings );
155 dev.siblings ) {
157 list_del ( &isa->dev.siblings );
eisa.c 133 list_add ( &eisa->dev.siblings, &rootdev->dev.children );
142 list_del ( &eisa->dev.siblings );
165 dev.siblings ) {
167 list_del ( &eisa->dev.siblings );
mca.c 128 list_add ( &mca->dev.siblings, &rootdev->dev.children );
137 list_del ( &mca->dev.siblings );
160 dev.siblings ) {
162 list_del ( &mca->dev.siblings );
  /external/toolchain-utils/crosperf/test_cache/test_input/
machine.txt 1 processor : 0vendor_id : GenuineIntelcpu family : 6model : 42model name : Intel(R) Celeron(R) CPU 867 @ 1.30GHzstepping : 7microcode : 0x25cache size : 2048 KBphysical id : 0siblings : 2core id : 0cpu cores : 2apicid : 0initial apicid : 0fpu : yesfpu_exception : yescpuid level : 13wp : yesflags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer xsave lahf_lm arat epb xsaveopt pln pts dts tpr_shadow vnmi flexpriority ept vpidclflush size : 64cache_alignment : 64address sizes : 36 bits physical, 48 bits virtualpower management:processor : 1vendor_id : GenuineIntelcpu family : 6model : 42model name : Intel(R) Celeron(R) CPU 867 @ 1.30GHzstepping : 7microcode : 0x25cache size : 2048 KBphysical id : 0siblings : 2core id : 1cpu cores : 2apicid : 2initial apicid : 2fpu : yesfpu_exception : yescpuid level (…)
  /external/toolchain-utils/crosperf/test_cache/test_puretelemetry_input/
machine.txt 1 processor : 0vendor_id : GenuineIntelcpu family : 6model : 42model name : Intel(R) Celeron(R) CPU 867 @ 1.30GHzstepping : 7microcode : 0x25cache size : 2048 KBphysical id : 0siblings : 2core id : 0cpu cores : 2apicid : 0initial apicid : 0fpu : yesfpu_exception : yescpuid level : 13wp : yesflags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer xsave lahf_lm arat epb xsaveopt pln pts dts tpr_shadow vnmi flexpriority ept vpidclflush size : 64cache_alignment : 64address sizes : 36 bits physical, 48 bits virtualpower management:processor : 1vendor_id : GenuineIntelcpu family : 6model : 42model name : Intel(R) Celeron(R) CPU 867 @ 1.30GHzstepping : 7microcode : 0x25cache size : 2048 KBphysical id : 0siblings : 2core id : 1cpu cores : 2apicid : 2initial apicid : 2fpu : yesfpu_exception : yescpuid level (…)
  /external/syslinux/gpxe/src/arch/i386/drivers/net/
undi.c 106 list_add ( &undi->dev.siblings, &pci->dev.children );
116 list_del ( &undi->dev.siblings );
134 list_del ( &undi->dev.siblings );
undionly.c 76 list_add ( &undi->dev.siblings, &rootdev->dev.children);
86 list_del ( &undi->dev.siblings );
99 list_del ( &undi->dev.siblings );
  /art/compiler/optimizing/
register_allocation_resolver.h 60 // Connect adjacent siblings within blocks, and resolve inputs along the way.
63 // Connect siblings between block entries and exits.
  /external/ltp/testcases/kernel/power_management/lib/
pm_sched_mc.py 86 if line.startswith('siblings'):
87 siblings = line.split(":")
91 if int( siblings[1] ) / int( cpu_cores[1] )> 1:
107 if line.startswith('siblings'):
108 siblings = line.split(":")
113 if int( siblings[1] ) == int( cpu_cores[1] ):
119 num_of_cpus = int(siblings[1]) / int(cpu_cores[1])
138 if line.startswith('siblings'):
139 siblings = line.split(":")
143 return( int( siblings[1] ) / int( cpu_cores[1] )
    [all...]
  /external/compiler-rt/test/cfi/
sibling.cpp 18 // Tests that the CFI enforcement distinguishes betwen non-overriding siblings.
  /external/ltp/testcases/kernel/sched/pthreads/
pth_str01.h 24 int talk_count; /* Count of siblings that */
pth_str01.c 182 * will unlock it when we broadcast that all of our siblings have
257 * Since all of our siblings have been created, this level of
259 * rest of the siblings.
266 * In this case, not all of our siblings at this level of the
271 printf("thread %d waiting for siblings to register\n",
330 * Synchronize with our siblings so that all the children at
449 * Talk to siblings (children of the same parent node).
472 ("thread %d talk siblings\n",
502 * Wait until the breadth - 1 siblings have contacted us.
505 printf("thread %d waiting for talk siblings\n"
    [all...]
pth_str03.c 50 int talk_count; /* Count of siblings that we talked to */
200 * will unlock it when we broadcast that all of our siblings have
266 /* Since all of our siblings have been created, this level of
268 * rest of the siblings. */
273 /* In this case, not all of our siblings at this level of the
277 printf("thread %d waiting for siblings to register\n",
331 /* Synchronize with our siblings so that all the children at
437 /* Talk to siblings (children of the same parent node). */
457 ("thread %d talk siblings\n",
486 /* Wait until the breadth - 1 siblings have contacted us. *
    [all...]
  /external/pdfium/xfa/fxfa/parser/
cxfa_nodehelper.cpp 34 std::vector<CXFA_Node*> siblings;
36 NodeAcc_TraverseAnySiblings(parent, uNameHash, &siblings, bIsClassName);
37 return !siblings.empty() ? siblings[0] : nullptr;
222 std::vector<CXFA_Node*> siblings; local
223 int32_t iSize = NodeAcc_TraverseSiblings(parent, dwHashName, &siblings,
226 CXFA_Node* child = siblings[i];
  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
hc_textsplittextone.java 33 * as siblings in the tree.
40 * to ensure that the two nodes are indeed siblings.
textsplittextone.java 33 * as siblings in the tree.
40 * to ensure that the two nodes are indeed siblings.
  /external/syslinux/gpxe/src/include/gpxe/
device.h 62 struct list_head siblings; member in struct:device
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ftw.h 53 /* Continue with FTW_DP callback for current directory (if FTW_DEPTH) and then its siblings. */
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
SelectionOverlay.java 219 List<CanvasViewInfo> siblings = view.getNodeSiblings(); local
220 if (siblings != null) {
221 for (CanvasViewInfo sibling : siblings) {
  /external/libxml2/doc/examples/
tree1.c 28 * that are siblings or children of a given xml node.

Completed in 313 milliseconds

1 2 3 4 5 6 7 8 91011>>