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

1 2 3 4 5 6 7 8 91011>>

  /external/e2fsprogs/tests/f_badorphan/
name 1 corrupted orphan list
  /external/e2fsprogs/tests/f_orphan/
name 1 clearing orphan inodes
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-elf/
orphan-5.d 1 #name: Report warning for orphan sections
2 #ld: --script orphan.ld --orphan-handling=warn
3 #source: orphan.s
4 #warning_output: orphan-5.l
orphan-6.d 1 #name: Report error for orphan sections
2 #ld: --script orphan.ld --orphan-handling=error
3 #source: orphan.s
4 #error_output: orphan-6.l
orphan-7.d 1 #name: Discard orphan sections
2 #ld: --script orphan.ld --orphan-handling=discard
3 #source: orphan.s
4 #map: orphan-7.map
orphan-8.d 1 #name: Place orphan sections
2 #ld: --script orphan.ld --orphan-handling=place
3 #source: orphan.s
4 #map: orphan-8.map
orphan-6.l 2 .*error: unplaced orphan section `\.notbad' from `tmpdir/.*\.o'\.
4 .*error: unplaced orphan section `\.note\.bar' from `tmpdir/.*\.o'\.
orphan-5.l 2 .*warning: orphan section `\.notbad' from `tmpdir/.*\.o' being placed in section `\.notbad'\.
4 .*warning: orphan section `\.note\.bar' from `tmpdir/.*\.o' being placed in section `\.note\.bar'\.
orphan-region.d 1 #source: orphan-region.s
2 #ld: -T orphan-region.ld -N -z stack-size=0
7 # if not using elf32.em, you don't get fancy orphan handling
orphan.d 1 #source: orphan.s
2 #ld: -T orphan.ld
6 # if not using elf32.em, you don't get fancy orphan handling
  /external/python/cpython2/Doc/distutils/
uploading.rst 1 :orphan:
  /external/python/cpython3/Doc/distutils/
uploading.rst 1 :orphan:
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-scripts/
empty-orphan.d 1 #source: empty-orphan.s
2 #ld: -T empty-orphan.t
empty-orphan.t 21 /* .orphan_data is an orphan */
empty-orphan.exp 1 # Make sure orphan sections do not lead to huge output files.
32 set testname "empty-orphan"
34 run_dump_test empty-orphan
  /external/fio/doc/
fio_man.rst 1 :orphan:
  /external/javaparser/javaparser-testing/src/test/resources/com/github/javaparser/bdd/
comment_attribution_scenarios.story 17 Then the compilation unit has 0 orphan comments
20 Then method 1 in class 1 has 0 orphan comments
22 Then block statement in method 1 in class 1 has 3 orphan comments
43 //Orphan comment inside the CompilationUnit
47 Then the compilation unit orphan comment 1 is "Orphan comment inside the CompilationUnit"
48 Then class 1 orphan comment 1 is "a first comment floating in the class"
49 Then class 1 orphan comment 2 is "a second comment floating in the class"
52 Then method 1 in class 1 has 0 orphan comments
55 Then block statement in method 1 in class 1 orphan comment 1 is "comment floating inside the method
    [all...]
comment_parsing_scenarios.story 33 /* comment which is not attributed to the class, it floats around as an orphan */
42 another orphan.
47 /* a comment lost inside a compilation unit. It is orphan, I am sure you got this one */
50 Then block comment 1 is " comment which is not attributed to the class, it floats around as an orphan "
53 Then block comment 4 is " comment put randomly in class: another orphan. It spans over more lines "
54 Then block comment 5 is " a comment lost inside a compilation unit. It is orphan, I am sure you got this one "
88 Scenario: A Class With Orphan Comments is processed by the Comments Parser
105 //Orphan comment inside the CompilationUnit
115 Scenario: A Class With Orphan Comments is processed by the Comments Parser
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-powerpc/
reloc.d 1 # Test that orphan reloc sections are placed before .rela.plt even when
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-i386/
reloc.d 1 # Test that orphan reloc sections are placed before .rel.plt even when
  /toolchain/binutils/binutils-2.27/gold/testsuite/
gc_orphan_section_test.sh 26 # with orphan sections.
28 # the orphan sections are retained when they are referenced through
  /toolchain/binutils/binutils-2.27/ld/
ld.h 222 /* Different ways we can handle orphan sections. */
226 /* The classic strategy, find a suitable section to place the orphan
230 /* Discard any orphan sections as though they were assign to the section
234 /* Find somewhere to place the orphan section, as with
238 /* Issue a fatal error if any orphan sections are found. */
265 /* How should we deal with orphan sections. */
285 /* If set, orphan input sections will be mapped to separate output
  /external/strace/
print_sg_req_info.c 57 ", orphan=%hhd"
63 info.orphan,
  /external/icu/icu4c/source/i18n/
region.cpp 133 allRegions->addElement(newRegion.orphan(),status);
138 allRegions->addElement(newRegion.orphan(),status);
152 allRegions->addElement(newRegion.orphan(),status);
157 allRegions->addElement(newRegion.orphan(),status);
163 allRegions->addElement(regionName.orphan(),status);
197 void* idStrAlias = (void*)&(r->idStr); // about to orphan 'r'. Save this off.
198 uhash_put(newRegionIDMap.getAlias(),idStrAlias,(void *)(r.orphan()),&status); // regionIDMap takes ownership
213 uhash_put(newRegionAliases.getAlias(),(void *)aliasFromStr.orphan(), (void *)aliasToRegion,&status);
218 aliasFromRegion = newRgn.orphan();
241 aliasFromRegion->preferredValues = newPreferredValues.orphan();
    [all...]
  /external/guava/guava-gwt/test-super/com/google/common/base/super/com/google/common/base/
StringsTest.java 168 // One orphan high surrogate.
170 // Two orphan high surrogates.
201 // One orphan low surrogate.
203 // Two orphan low surrogates.

Completed in 3872 milliseconds

1 2 3 4 5 6 7 8 91011>>