OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:disjoint
(Results
26 - 50
of
179
) sorted by null
1
2
3
4
5
6
7
8
/external/chromium/chrome/browser/sync/
README.js
33
handled by the JsBackends and the JsFrontend are
disjoint
, which means
/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/icu4c/common/
usetiter.cpp
74
* <br>You are also guaranteed that ranges are
disjoint
and non-contiguous.
/frameworks/base/services/tests/servicestests/src/com/android/server/content/
SyncOperationTest.java
124
// Interval
disjoint
from and after op1.
/external/srec/tools/thirdparty/OpenFst/fst/lib/
equivalent.h
38
//
disjoint
, we map Arc::StateId on the type MappedId. The states of
102
// set containing the start states of both acceptors. A
disjoint
tree
/external/llvm/lib/CodeGen/
StackColoring.cpp
13
// merge
disjoint
stack slots and reduce the used stack space.
85
/// StackColoring - A machine pass for merging
disjoint
stack allocations,
191
"stack-coloring", "Merge
disjoint
stack slots", false, false)
195
"stack-coloring", "Merge
disjoint
stack slots", false, false)
737
// for
disjoint
slots. When you find
disjoint
slots, merge the samller one
763
// 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);
/external/openfst/src/include/fst/
equivalent.h
47
//
disjoint
, we map Arc::StateId on the type MappedId. The states of
118
// set containing the start states of both acceptors. A
disjoint
tree
/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/net/base/
transport_security_state.h
57
// 2) |hashes| and |public_key_hashes| are not
disjoint
.
/external/chromium_org/chrome/browser/history/
url_utils_unittest.cc
38
// Every
disjoint
pair-wise comparison.
/external/chromium_org/chrome/browser/media_galleries/fileapi/
device_media_async_file_util.h
131
// 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
193
// a layer is made of
disjoint
objects) but in practice is a significant performance
/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;
/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.
/external/chromium_org/chrome/browser/sync/glue/
sync_backend_registrar.h
72
// |types_to_remove| and |types_to_add| must be
disjoint
. Returns
Completed in 1026 milliseconds
1
2
3
4
5
6
7
8