HomeSort by relevance Sort by last modified time
    Searched defs:index1 (Results 26 - 50 of 74) sorted by null

12 3

  /external/chromium_org/base/files/
file_path.cc 1153 int index1 = 0; local
    [all...]
  /external/chromium_org/third_party/freetype/include/freetype/internal/
t1types.h 171 FT_Int index1; member in struct:AFM_KernPairRec_
  /external/chromium_org/third_party/icu/source/test/intltest/
transapi.cpp 442 UTransPosition index1[]={ local
449 for(uint32_t i=0; i<sizeof(index1)/sizeof(index1[0]); i++){
451 t->transliterate(rs, index1[i], insertion, status);
    [all...]
  /external/freetype/include/freetype/internal/
t1types.h 160 FT_Int index1; member in struct:AFM_KernPairRec_
  /external/icu4c/test/intltest/
transapi.cpp 442 UTransPosition index1[]={ local
449 for(uint32_t i=0; i<sizeof(index1)/sizeof(index1[0]); i++){
451 t->transliterate(rs, index1[i], insertion, status);
    [all...]
  /external/opencv/cv/src/
cvconvhull.cpp 610 int index1, index2, index3; local
615 CV_CALL( index1 = cvSeqElemIdx( ptseq, pos ));
625 index1 = *CV_SEQ_ELEM( hull, int, 0 );
630 sign += (index2 > index1) ? 1 : 0;
632 sign += (index1 > index3) ? 1 : 0;
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
omxVCM4P10_DequantTransformResidualFromPairAndAdd_s.s 86 index1 RN 10 label
236 LDR index1,=0x03020504
240 VDUP dindexRow1,index1
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
AtPhonebook.java 302 // AT+CPBR=<index1>[,<index2>]
311 int index1; local
323 index1 = Integer.parseInt(indices[0]);
325 index2 = index1;
335 mCpbrIndex1 = index1;
  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeySourceScript.java 780 int index1 = line.indexOf('('); local
783 if (index1 < 0 || index2 < 0) {
787 String[] args = line.substring(index1 + 1, index2).split(",");
    [all...]
  /external/chromium_org/third_party/freetype/src/psaux/
afmparse.c 670 FT_ULong index1 = KERN_INDEX( kp1->index1, kp1->index2 ); local
671 FT_ULong index2 = KERN_INDEX( kp2->index1, kp2->index2 );
674 if ( index1 > index2 )
676 else if ( index1 < index2 )
736 kp->index1 = shared_vals[0].u.i;
  /external/chromium_org/third_party/libxml/src/
xinclude.c 915 int index1, index2; local
932 index1 = range->index;
974 if ((cur == start) && (index1 > 1)) {
975 content += (index1 - 1);
976 len -= (index1 - 1);
1013 if ((cur == start) && (index1 > 1)) {
1014 cur = xmlXIncludeGetNthChild(cur, index1 - 1);
1015 index1 = 0;
1033 if (index1 > 1) {
1034 content += (index1 - 1)
    [all...]
xpointer.c 208 * @index1: the first index
218 xmlXPtrCmpPoints(xmlNodePtr node1, int index1, xmlNodePtr node2, int index2) {
225 if (index1 < index2)
227 if (index1 > index2)
1438 int index1, index2; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_sample.c 199 LLVMValueRef index1 = LLVMConstInt(i32t, 1, 0); local
335 rho_t = LLVMBuildExtractElement(builder, rho_vec, index1, "");
    [all...]
  /external/freetype/src/psaux/
afmparse.c 670 FT_ULong index1 = KERN_INDEX( kp1->index1, kp1->index2 ); local
671 FT_ULong index2 = KERN_INDEX( kp2->index1, kp2->index2 );
674 if ( index1 > index2 )
676 else if ( index1 < index2 )
736 kp->index1 = shared_vals[0].u.i;
  /external/libxml2/
xinclude.c 915 int index1, index2; local
932 index1 = range->index;
974 if ((cur == start) && (index1 > 1)) {
975 content += (index1 - 1);
976 len -= (index1 - 1);
1013 if ((cur == start) && (index1 > 1)) {
1014 cur = xmlXIncludeGetNthChild(cur, index1 - 1);
1015 index1 = 0;
1033 if (index1 > 1) {
1034 content += (index1 - 1)
    [all...]
xpointer.c 208 * @index1: the first index
218 xmlXPtrCmpPoints(xmlNodePtr node1, int index1, xmlNodePtr node2, int index2) {
225 if (index1 < index2)
227 if (index1 > index2)
1446 int index1, index2; local
    [all...]
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_sample.c 199 LLVMValueRef index1 = LLVMConstInt(i32t, 1, 0); local
335 rho_t = LLVMBuildExtractElement(builder, rho_vec, index1, "");
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMDefaultBase.java 2116 int index1 = makeNodeIdentity(nodeHandle1); local
    [all...]
  /external/chromium_org/third_party/icu/source/common/
ubidi.c 1586 index0, index1; local
    [all...]
utext.cpp 532 int64_t index1 = (limit1 >= 0 ? UTEXT_GETNATIVEINDEX(s1) : 0); local
535 while((limit1 < 0 || index1 < limit1) && (limit2 < 0 || index2 < limit2)) {
546 index1 = UTEXT_GETNATIVEINDEX(s1);
553 if(limit1 >= 0 && index1 >= limit1) {
560 if(index1 >= limit1) {
708 int64_t index1, index2; local
722 index1 = (limit1 >= 0 ? UTEXT_GETNATIVEINDEX(s1) : 0);
728 while((foldOffset1 < foldLength1 || limit1 < 0 || index1 < limit1) &&
749 index1 = UTEXT_GETNATIVEINDEX(s1);
784 index1 -= foldLength1 - foldOffset1
    [all...]
  /external/harfbuzz_ng/src/hb-ucdn/
unicodedata_db.h 1740 static const unsigned short index1[] = { variable
    [all...]
  /external/icu4c/common/
ubidi.c 1718 index0, index1; local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Node.cpp 1771 unsigned index1 = chain1.size(); local
    [all...]
  /external/google-diff-match-patch/name/fraser/neil/plaintext/
diff_match_patch.java 1978 int index1 = 0; local
    [all...]
  /external/opencv/cvaux/include/
cvaux.h 1011 int index1; member in struct:CvLCMEdge
    [all...]

Completed in 1700 milliseconds

12 3