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

12 3 4 5 6 7 8

  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/utils/
ResizableIntArrayTests.java 326 assertEquals("length after disjoint fill", endPos2, src.getLength());
330 assertEquals("new values after disjoint fill at " + i, fillValue3, src.get(i));
332 assertEquals("unmodified values after disjoint fill at " + i,
335 assertEquals("unmodified values after disjoint fill at " + i, value, src.get(i));
337 assertEquals("gap values after disjoint fill at " + i, 0, src.get(i));
  /external/guava/guava-tests/test/com/google/common/collect/
SetOperationsTest.java 113 .named("union of disjoint")
158 .named("intersection of disjoint")
249 .named("set - disjoint")
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
util.rb 168 def disjoint?( range )
  /external/chromium_org/third_party/icu/source/common/
usetiter.cpp 74 * <br>You are also guaranteed that ranges are disjoint and non-contiguous.
propname.h 127 * The value enum values may be contiguous or disjoint. If they are
130 * disjoint.
276 * disjoint. If they are contiguous, an EnumToOffset should be used
  /external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
CollectionContainsAllTester.java 71 assertFalse("containsAll(disjoint) should return false",
  /external/icu/icu4c/source/common/
usetiter.cpp 74 * <br>You are also guaranteed that ranges are disjoint and non-contiguous.
  /external/llvm/test/Feature/
optnone-llc.ll 46 ; LLC-Ox-DAG: Skipping pass 'Merge disjoint stack slots'
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
equivalent.h 37 // disjoint, we map Arc::StateId on the type MappedId. The states of
101 // set containing the start states of both acceptors. A disjoint tree
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/compat/
LocaleSpanCompatUtilsTests.java 121 // Test if disjoint spans remain disjoint.
  /external/llvm/lib/CodeGen/
StackColoring.cpp 13 // merge disjoint stack slots and reduce the used stack space.
87 /// StackColoring - A machine pass for merging disjoint stack allocations,
181 "stack-coloring", "Merge disjoint stack slots", false, false)
186 "stack-coloring", "Merge disjoint stack slots", false, false)
716 // for disjoint slots. When you find disjoint slots, merge the samller one
748 // Merge disjoint slots.
  /external/ceres-solver/internal/ceres/
graph_algorithms.h 237 // find and update operation for disjoint-set. Recursively traverse
238 // the disjoint set structure till you reach a vertex whose connected
279 // Disjoint-set to keep track of the connected components in the
  /external/guava/guava-testlib/src/com/google/common/collect/testing/
FeatureSpecificTestSuiteBuilder.java 19 import static java.util.Collections.disjoint;
269 return !disjoint(a, b);
  /dalvik/dexgen/src/com/android/dexgen/rop/annotation/
Annotations.java 44 * two given instances. The two instances must contain disjoint sets
  /dalvik/dx/src/com/android/dx/rop/annotation/
Annotations.java 43 * two given instances. The two instances must contain disjoint sets
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
TokenRewriteStream.cs 607 // throw exception unless disjoint or identical
608 bool disjoint =
614 if (prevRop.text == null && rop.text == null && !disjoint)
622 else if ( !disjoint && !same )
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
TokenRewriteStream.java 489 // throw exception unless disjoint or identical
490 boolean disjoint =
496 if ( prevRop.text==null && rop.text==null && !disjoint ) {
503 else if ( !disjoint && !same ) {
  /external/chromium_org/chrome/browser/history/
url_utils_unittest.cc 39 // Every disjoint pair-wise comparison.
  /external/chromium_org/chrome/browser/media_galleries/fileapi/
device_media_async_file_util.h 147 // in any two calls are disjoint), and |has_more| will be true, except for
  /external/chromium_org/media/base/
ranges_unittest.cc 123 // Test intersections with a disjoint ranges.
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderLayerModelObject.cpp 185 // a layer is made of disjoint objects) but in practice is a significant performance
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGResourcesCycleSolver.cpp 118 // (potentially disjoint) graphs formed by the resources referenced by
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
sp_query.c 177 td.disjoint = sq->end != sq->start;
  /external/dexmaker/src/dx/java/com/android/dx/rop/annotation/
Annotations.java 44 * two given instances. The two instances must contain disjoint sets
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_query.c 177 td.disjoint = sq->end != sq->start;

Completed in 2280 milliseconds

12 3 4 5 6 7 8