OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isSorted
(Results
1 - 25
of
34
) sorted by null
1
2
/external/chromium_org/third_party/WebKit/Source/core/xml/
XPathNodeSet.h
62
void markSorted(bool
isSorted
) { m_isSorted =
isSorted
; }
63
bool
isSorted
() const { return m_isSorted || m_nodes.size() < 2; }
XPathPath.cpp
121
bool resultIsSorted = nodes.
isSorted
();
142
if (!matches.
isSorted
())
XPathStep.cpp
129
if (!nodes.
isSorted
())
/external/chromium_org/third_party/sqlite/src/src/
rowset.c
110
u8
isSorted
; /* True if pEntry is sorted */
137
p->
isSorted
= 1;
158
p->
isSorted
= 1;
188
if( p->
isSorted
&& rowid<=pLast->v ){
189
p->
isSorted
= 0;
246
assert( p->
isSorted
==0 );
264
p->
isSorted
= 1;
363
if( !p->
isSorted
){
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
ASN1Set.java
12
private boolean
isSorted
= false;
280
if (
isSorted
)
404
if (!
isSorted
)
406
isSorted
= true;
/external/chromium_org/third_party/skia/src/pdf/
SkTSet.h
258
SkASSERT(
isSorted
() && !hasDuplicates() && arraysConsistent());
270
bool
isSorted
() const {
/external/skia/src/pdf/
SkTSet.h
258
SkASSERT(
isSorted
() && !hasDuplicates() && arraysConsistent());
270
bool
isSorted
() const {
/external/chromium_org/third_party/icu/source/tools/toolutil/
ucm.c
224
if(t->
isSorted
) {
264
t->
isSorted
=TRUE;
296
base->
isSorted
=FALSE;
687
fromUTable->
isSorted
=FALSE;
907
table->
isSorted
=FALSE;
1006
table->
isSorted
=FALSE;
[
all
...]
ucm.h
82
UBool
isSorted
;
/external/icu4c/tools/toolutil/
ucm.c
224
if(t->
isSorted
) {
264
t->
isSorted
=TRUE;
296
base->
isSorted
=FALSE;
687
fromUTable->
isSorted
=FALSE;
907
table->
isSorted
=FALSE;
1006
table->
isSorted
=FALSE;
[
all
...]
ucm.h
83
UBool
isSorted
;
/hardware/invensense/60xx/mlsdk/mllite/
dmpDefault.c
307
static int
isSorted
= 0;
308
if ( !
isSorted
) {
317
isSorted
= 1;
dmpDefaultMantis.c
410
static int
isSorted
= 0;
411
if ( !
isSorted
) {
420
isSorted
= 1;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.help_3.5.0.v20100524.jar
/frameworks/base/tools/aapt/
StringPool.cpp
50
pool->
isSorted
() ? "sorted" : "non-sorted",
/external/clang/lib/Sema/
SemaLookup.cpp
[
all
...]
/frameworks/base/include/androidfw/
ResourceTypes.h
470
bool
isSorted
() const;
[
all
...]
/external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c
[
all
...]
/external/sqlite/dist/orig/
sqlite3.c
[
all
...]
/external/sqlite/dist/
sqlite3.c
[
all
...]
/prebuilts/tools/common/cglib/
cglib-2.2.3.jar
cglib-nodep-2.2.3.jar
/prebuilts/tools/common/m2/internal/cglib/cglib-nodep/2.2.2/
cglib-nodep-2.2.2.jar
/frameworks/base/libs/androidfw/
ResourceTypes.cpp
835
bool ResStringPool::
isSorted
() const
[
all
...]
/external/robolectric/lib/test/
mockito-core-1.8.5.jar
Completed in 887 milliseconds
1
2