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

12 3 4 5 6 7 8 91011>>

  /external/guava/guava-tests/test/com/google/common/base/
StringsTest.java 170 // One orphan high surrogate.
172 // Two orphan high surrogates.
203 // One orphan low surrogate.
205 // Two orphan low surrogates.
  /toolchain/binutils/binutils-2.27/gold/testsuite/
gc_orphan_section_test.cc 24 // discard orphan sections when references to them through __start_XXX
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-i386/
combreloc.d 1 # Test that orphan reloc sections are merged into .rel.dyn with
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-mmix/
orph-d-awp.d 9 # An orphan section (.tm_clone_table) would attach after the register
  /external/icu/icu4c/source/common/
uloc_keytype.cpp 143 keyMapEntry.adoptInstead(ures_getNextResource(keyMapRes.getAlias(), keyMapEntry.orphan(), &sts));
186 typeAliasResByKey.orphan();
193 bcpTypeAliasResByKey.orphan();
207 typeMapEntry.adoptInstead(ures_getNextResource(typeMapResByKey.getAlias(), typeMapEntry.orphan(), &sts));
312 typeAliasDataEntry.adoptInstead(ures_getNextResource(typeAliasResByKey.getAlias(), typeAliasDataEntry.orphan(), &sts));
362 bcpTypeAliasDataEntry.adoptInstead(ures_getNextResource(bcpTypeAliasResByKey.getAlias(), bcpTypeAliasDataEntry.orphan(), &sts));
ulistformatter.cpp 32 return (UListFormatter*)listfmt.orphan();
filteredbrk.cpp 255 fText.adoptInstead(fDelegate->getUText(fText.orphan(), status));
521 strs.adoptInstead(ures_getNextResource(breaks.getAlias(), strs.orphan(), &subStatus));
677 return new SimpleFilteredSentenceBreakIterator(adopt.orphan(), forwardsPartialTrie.orphan(), backwardsTrie.orphan(), status);
693 return (U_SUCCESS(status))? ret.orphan(): NULL;
700 return (U_SUCCESS(status))? ret.orphan(): NULL;
  /toolchain/binutils/binutils-2.27/ld/emultempl/
vanilla.em 75 NULL, /* place orphan */
mmo.em 46 /* Place an orphan section. We use this to put random SEC_CODE or
145 sure not to place the orphan section after the
147 the reg section and we never want that to happen for orphan
  /external/sonivox/docs/
JET_Authoring_Guidelines.html 102 mso-pagination:widow-orphan lines-together;
114 mso-pagination:widow-orphan lines-together;
135 mso-pagination:widow-orphan lines-together;
153 mso-pagination:widow-orphan lines-together;
169 mso-pagination:widow-orphan lines-together;
187 mso-pagination:widow-orphan lines-together;
203 mso-pagination:widow-orphan lines-together;
221 mso-pagination:widow-orphan lines-together;
236 mso-pagination:widow-orphan lines-together;
253 mso-pagination:widow-orphan lines-together;
    [all...]
JET_Creator_User_Manual.html 105 mso-pagination:widow-orphan lines-together;
117 mso-pagination:widow-orphan lines-together;
138 mso-pagination:widow-orphan lines-together;
156 mso-pagination:widow-orphan lines-together;
172 mso-pagination:widow-orphan lines-together;
190 mso-pagination:widow-orphan lines-together;
206 mso-pagination:widow-orphan lines-together;
224 mso-pagination:widow-orphan lines-together;
239 mso-pagination:widow-orphan lines-together;
256 mso-pagination:widow-orphan lines-together;
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/org/xml/sax/helpers/
XMLFilterImplTest.java 57 private XMLFilterImpl orphan = new XMLFilterImpl(); field in class:XMLFilterImplTest
114 orphan.setFeature("foo", false);
139 orphan.setProperty("foo", "bar");
199 orphan.parse(is);
225 orphan.parse("foo");
  /external/javaparser/javaparser-testing/src/test/java/com/github/javaparser/bdd/steps/
CommentParsingSteps.java 221 @Then("the compilation unit has $expectedCount orphan comments")
226 @Then("the compilation unit orphan comment $position is \"$expectedContent\"")
232 @Then("comment $commentPosition in compilation unit is not an orphan")
238 @Then("comment $commentPosition in compilation unit is an orphan")
268 @Then("class $position has $expectedCount orphan comment")
269 @Alias("class $position has $expectedCount orphan comments")
275 @Then("class $classPosition orphan comment $commentPosition is \"$expectedContent\"")
307 @Then("method $methodPosition in class $classPosition has $expectedCount orphan comments")
324 @Then("block statement in method $methodPosition in class $classPosition has $expectedCount orphan comments")
333 @Then("block statement in method $methodPosition in class $classPosition orphan comment $commentPosition is \"$expectedContent\""
    [all...]
  /external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_src/proper_source/com/github/javaparser/ast/
Node.java 35 * a number of "orphan comments" which it contains but are not specifically
283 * or at the end of CompilationUnit are orphan comments.
286 * it is associated with the statements, while the others are "orphan".
  /external/icu/icu4c/source/i18n/
collationroot.cpp 68 t.orphan(); // The rootSingleton took ownership of the tailoring.
udateintervalformat.cpp 56 return (UDateIntervalFormat*)formatter.orphan();
scientificnumberformatter.cpp 115 fmt.orphan();
116 style.orphan();
tmutfmt.cpp 279 result.adoptObject(tmutamt.orphan());
446 formatters = localFormatters.orphan();
448 formatters[style] = messageFormat.orphan();
452 timeUnitFormatObj->fTimeUnitToCountToPatterns[timeUnitField] = localCountToPatterns.orphan();
587 countToPatterns->put(srcPluralCount, localFormatters.orphan(), err);
593 formatters[style] = messageFormat.orphan();
662 countToPatterns->put(srcPluralCount, localFormatters.orphan(), err);
666 formatters[style] = messageFormat.orphan();
  /external/javaparser/javaparser-testing/src/test/resources/com/github/javaparser/bdd/
pretty_printing_scenarios.story 35 Scenario: Printing orphan comments in empty method
61 Scenario: Printing orphan comments in empty method (issue 192)
80 Scenario: Printing orphan comments in for loop (issue 192)
101 Scenario: Printing orphan and attributed comments in for loop (issue 192)
  /external/ltp/testcases/kernel/fs/doio/include/
forker.h 42 * the child will return. This will orphan the returning process
  /toolchain/binutils/binutils-2.27/gold/
script-sections.h 51 // This is a list, not a vector, because we insert orphan sections
173 // Place a marker for an orphan output section into the SECTIONS
259 // Used for orphan sections.
311 // Where to put orphan sections.
  /external/autotest/client/tests/bash_shared_mapping/
ext3-tools.tar.gz 
  /external/autotest/client/tests/fsx/
ext3-tools.tar.gz 
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/source/util/
move_to_front.h 290 // Inserts node in the tree. The node must be an orphan.
457 const uint32_t orphan = RemoveNode(it->second); local
458 (void)orphan;
461 assert(!IsInTree(orphan));
462 assert(ValueOf(orphan) == value);
700 // Orphan |node| and reconnect parent and child.
715 const uint32_t orphan = node; local
762 return orphan;
  /external/e2fsprogs/e2fsck/
super.c 96 * If we are deleting an orphan, then we leave the fields alone.
97 * If we are truncating an orphan, then update the inode fields
228 * This function releases all of the orphan inodes. It returns 1 if
243 * Win or lose, we won't be using the head of the orphan inode
250 * If the filesystem contains errors, don't run the orphan
251 * list, since the orphan list can't be trusted; and we're
847 * Clean up any orphan inodes, if present.

Completed in 2366 milliseconds

12 3 4 5 6 7 8 91011>>