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

1 23 4 5 6 7 8

  /frameworks/base/services/tests/servicestests/src/com/android/server/content/
SyncOperationTest.java 137 // Interval disjoint from and after op1.
  /external/llvm/include/llvm/Analysis/
AliasSetTracker.h 12 // of disjoint sets. Each AliasSet object constructed by the AliasSetTracker
13 // object refers to memory disjoint from the other sets.
  /frameworks/base/core/java/android/util/
Range.java 202 * @throws IllegalArgumentException if the ranges are disjoint.
234 * @throws IllegalArgumentException if the ranges are disjoint.
  /external/chromium_org/chrome/browser/sync/glue/
sync_backend_registrar.h 72 // |types_to_remove| and |types_to_add| must be disjoint. Returns
  /external/chromium_org/third_party/mesa/src/src/mesa/vbo/
vbo_primitive_restart.c 54 * that uses duplicated vertices to render the disjoint strips as one
  /external/llvm/include/llvm/CodeGen/
LiveIntervalUnion.h 42 /// expect the constituent live intervals to be disjoint, although we may
  /external/llvm/lib/CodeGen/
AggressiveAntiDepBreaker.h 53 /// GroupNodes - Implements a disjoint-union data structure to
  /external/mesa3d/src/mesa/vbo/
vbo_primitive_restart.c 54 * that uses duplicated vertices to render the disjoint strips as one
  /external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_tools_windows/tools/
symshift.pl 20 # In order to keep the id ranges for each set disjoint, ids are shifted
  /frameworks/base/core/java/android/view/animation/
PathInterpolator.java 37 * It is alright to have a disjoint line in the vertical direction:</p>
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
TokenRewriteStream.as 338 // throw exception unless disjoint or identical
339 var disjoint:Boolean =
343 if ( !disjoint && !same ) {
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
TokenRewriteStream.cs 519 // throw exception unless disjoint or identical
520 bool disjoint =
524 if (!disjoint && !same) {
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRTokenRewriteStream.m 587 // throw exception unless disjoint or identical
588 BOOL disjoint = prevRop.lastIndex<rop.rwIndex || prevRop.rwIndex > rop.lastIndex;
590 if ( !disjoint && !same ) {
  /external/chromium_org/third_party/skia/experimental/Intersection/
thingsToDo.txt 145 once the edges are exhausted, remaining must be disjoint contours
146 send a ray from a disjoint point through all other contours
147 count the crossings, determine if disjoint is inside or outside, then continue
  /external/skia/experimental/Intersection/
thingsToDo.txt 145 once the edges are exhausted, remaining must be disjoint contours
146 send a ray from a disjoint point through all other contours
147 count the crossings, determine if disjoint is inside or outside, then continue
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
DFAState.java 276 * the disjoint list will be [{a..j,l..z}, k, 9, 0..8].
284 * state in the DFA, we must make the reachable labels set disjoint.
294 * existing set s[i] with two new disjoint sets, s[i]-t and s[i]&t.
  /external/antlr/antlr-3.4/runtime/Python/antlr3/
streams.py     [all...]
  /external/chromium_org/cc/surfaces/
surface_unittest.cc 329 // The third frame references a disjoint set of resources, so we expect to
  /external/chromium_org/remoting/ios/bridge/
client_proxy_unittest.mm 103 // Note these are disjoint regions. Testing intersecting regions is beyond the
  /external/chromium_org/sql/
statement.h 171 // situations may. Therefore, the code is handling disjoint situations in
  /external/chromium_org/third_party/icu/source/common/unicode/
usetiter.h 202 * disjoint and non-contiguous. The value returned from <tt>getString()</tt>
  /external/chromium_org/third_party/mesa/src/src/glsl/
ir_function_detect_recursion.cpp 28 * Consider the (possibly disjoint) graph of function calls in a shader. If a
  /external/chromium_org/ui/gfx/geometry/
box_unittest.cc 68 // box_1 and box_3 are disjoint
  /external/chromium_org/v8/src/
utils.cc 348 // Copy memory area to disjoint memory area.
  /external/icu/icu4c/source/common/unicode/
usetiter.h 202 * disjoint and non-contiguous. The value returned from <tt>getString()</tt>

Completed in 879 milliseconds

1 23 4 5 6 7 8