OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:numPairs
(Results
1 - 16
of
16
) sorted by null
/external/icu/icu4c/source/i18n/
collationiterator.cpp
800
int32_t
numPairs
= (length + 1) / 2;
801
uint32_t primary = numericPrimary | ((132 - 4 +
numPairs
) << 16);
[
all
...]
/external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/bullet/
PairCacheTest.java
140
int
numPairs
= arr.size();
141
for (int i = 0; i <
numPairs
; ++i) {
/external/javassist/src/main/javassist/bytecode/
AnnotationsAttribute.java
341
int
numPairs
= ByteArray.readU16bit(info, pos + 2);
342
return annotation(pos + 4, type,
numPairs
);
345
int annotation(int pos, int type, int
numPairs
) throws Exception {
346
for (int j = 0; j <
numPairs
; ++j)
427
int annotation(int pos, int type, int
numPairs
) throws Exception {
429
return super.annotation(pos, type,
numPairs
);
495
int annotation(int pos, int type, int
numPairs
) throws Exception {
496
writer.annotation(copyType(type),
numPairs
);
497
return super.annotation(pos, type,
numPairs
);
617
int annotation(int pos, int type, int
numPairs
) throws Exception
[
all
...]
/external/lzma/C/
LzmaEnc.c
289
UInt32
numPairs
;
829
UInt32 lenRes = 0,
numPairs
;
831
numPairs
= p->matchFinder.GetMatches(p->matchFinderObj, p->matches);
834
printf("\n i = %d
numPairs
= %d ", g_STAT_OFFSET,
numPairs
/ 2);
838
for (i = 0; i <
numPairs
; i += 2)
843
if (
numPairs
> 0)
845
lenRes = p->matches[
numPairs
- 2];
849
UInt32 distance = p->matches[
numPairs
- 1] + 1;
860
*numDistancePairsRes =
numPairs
;
[
all
...]
/external/guice/extensions/persist/lib/
javassist.jar
/external/guice/extensions/struts2/lib/
javassist.jar
/external/robolectric/v1/lib/main/
javassist-3.14.0-GA.jar
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.commons.httpclient_3.1.0.v201005080502.jar
/external/libgdx/backends/gdx-backend-moe/libs/
intel-moe-core.jar
/prebuilts/misc/common/icu4j/
icu4j.jar
/prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar
/prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar
/external/owasp/sanitizer/tools/findbugs/lib/
findbugs.jar
/prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar
/prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/2.0.3/
findbugs-2.0.3.jar
/prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/3.0.0/
findbugs-3.0.0.jar
Completed in 279 milliseconds