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

12 3 4

  /external/chromium_org/base/files/
file_path.cc 1154 int index2 = 0; local
    [all...]
  /external/chromium_org/third_party/freetype/include/freetype/internal/
t1types.h 172 FT_Int index2; member in struct:AFM_KernPairRec_
  /external/freetype/include/freetype/internal/
t1types.h 161 FT_Int index2; member in struct:AFM_KernPairRec_
  /external/hyphenation/
hyphen.c 366 char * index2 = strchr(index + 1, ','); local
368 if (index2) {
369 *index2 = '\0';
371 replcut = (signed char) atoi(index2 + 1);
    [all...]
  /external/javassist/src/main/javassist/bytecode/
AnnotationsAttribute.java 448 int index2 = cpool.addUtf8Info(newName); local
449 ByteArray.write16bit(index2, info, pos);
  /external/opencv/cv/src/
cvconvhull.cpp 610 int index1, index2, index3; local
618 CV_CALL( index2 = cvSeqElemIdx( ptseq, pos ));
626 index2 = *CV_SEQ_ELEM( hull, int, 1 );
630 sign += (index2 > index1) ? 1 : 0;
631 sign += (index3 > index2) ? 1 : 0;
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
AtPhonebook.java 302 // AT+CPBR=<index1>[,<index2>]
312 int index2; local
325 index2 = index1;
327 index2 = Integer.parseInt(indices[1]);
336 mCpbrIndex2 = index2;
  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeySourceScript.java 781 int index2 = 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 );
671 FT_ULong index2 = KERN_INDEX( kp2->index1, kp2->index2 ); local
674 if ( index1 > index2 )
676 else if ( index1 < index2 )
737 kp->index2 = shared_vals[1].u.i;
  /external/chromium_org/third_party/libxml/src/include/libxml/
xpath.h 121 int index2; member in struct:_xmlXPathObject
  /external/chromium_org/third_party/libxml/src/
xinclude.c 915 int index1, index2; local
933 index2 = range->index2;
973 len = index2;
978 len = index2;
1009 if (index2 > 1) {
1010 end = xmlXIncludeGetNthChild(cur, index2 - 1);
1011 index2 = 0;
    [all...]
xpointer.c 210 * @index2: the second index
218 xmlXPtrCmpPoints(xmlNodePtr node1, int index1, xmlNodePtr node2, int index2) {
225 if (index1 < index2)
227 if (index1 > index2)
281 range->user2, range->index2);
287 range->index = range->index2;
288 range->index2 = tmp;
317 if (range1->index2 != range2->index2)
357 ret->index2 = endindex
1438 int index1, index2; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_sample.c 200 LLVMValueRef index2 = LLVMConstInt(i32t, 2, 0); local
340 rho_r = LLVMBuildExtractElement(builder, rho_vec, index2, "");
    [all...]
  /external/freetype/src/psaux/
afmparse.c 670 FT_ULong index1 = KERN_INDEX( kp1->index1, kp1->index2 );
671 FT_ULong index2 = KERN_INDEX( kp2->index1, kp2->index2 ); local
674 if ( index1 > index2 )
676 else if ( index1 < index2 )
737 kp->index2 = shared_vals[1].u.i;
  /external/libxml2/include/libxml/
xpath.h 122 int index2; member in struct:_xmlXPathObject
  /external/libxml2/
xinclude.c 915 int index1, index2; local
933 index2 = range->index2;
973 len = index2;
978 len = index2;
1009 if (index2 > 1) {
1010 end = xmlXIncludeGetNthChild(cur, index2 - 1);
1011 index2 = 0;
    [all...]
xpointer.c 210 * @index2: the second index
218 xmlXPtrCmpPoints(xmlNodePtr node1, int index1, xmlNodePtr node2, int index2) {
225 if (index1 < index2)
227 if (index1 > index2)
281 range->user2, range->index2);
287 range->index = range->index2;
288 range->index2 = tmp;
317 if (range1->index2 != range2->index2)
357 ret->index2 = endindex
1446 int index1, index2; local
    [all...]
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_sample.c 200 LLVMValueRef index2 = LLVMConstInt(i32t, 2, 0); local
340 rho_r = LLVMBuildExtractElement(builder, rho_vec, index2, "");
    [all...]
  /dalvik/vm/compiler/codegen/x86/
AnalysisO1.cpp 2485 int index2 = searchVirtualInfoOfBB(LowOpndRegType_gp, vr_num, currentBB); local
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMDefaultBase.java 2117 int index2 = makeNodeIdentity(nodeHandle2); local
    [all...]
  /external/chromium_org/third_party/icu/source/common/
utext.cpp 533 int64_t index2 = (limit2 >= 0 ? UTEXT_GETNATIVEINDEX(s2) : 0); local
535 while((limit1 < 0 || index1 < limit1) && (limit2 < 0 || index2 < limit2)) {
549 index2 = UTEXT_GETNATIVEINDEX(s2);
554 if(index2 >= limit2) {
708 int64_t index1, index2; local
723 index2 = (limit2 >= 0 ? UTEXT_GETNATIVEINDEX(s2) : 0);
729 (foldOffset2 < foldLength2 || limit2 < 0 || index2 < limit2)) {
774 index2 = UTEXT_GETNATIVEINDEX(s2);
785 index2 -= foldLength2 - foldOffset2;
788 if(index2 >= limit2)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
tgsi_exec.c 1216 union tgsi_exec_channel index2; local
1278 union tgsi_exec_channel index2; local
1433 union tgsi_exec_channel index2; local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-apache-bcel.jar 
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/
PropertyTable.java 1216 int index2 = index; local
    [all...]
  /external/harfbuzz_ng/src/hb-ucdn/
unicodedata_db.h 2045 static const unsigned short index2[] = { variable
    [all...]

Completed in 820 milliseconds

12 3 4