HomeSort by relevance Sort by last modified time
    Searched defs:ct2 (Results 1 - 6 of 6) sorted by null

  /frameworks/rs/
rsg_generator.c 79 int ct2; local
92 for (ct2=0; ct2 < api->paramCount; ct2++) {
94 printVarTypeAndName(f, &api->params[ct2]);
186 int ct2; local
218 for (ct2=0; ct2 < api->paramCount; ct2++) {
219 const VarType *vt = &api->params[ct2];
430 int ct2; local
    [all...]
  /external/icu4c/test/intltest/
cpdtrtst.cpp 124 CompoundTransliterator *ct2=new CompoundTransliterator("Greek-Latin", parseError, status); local
128 delete ct2;
136 CompoundTransliterator *copyct2=new CompoundTransliterator(*ct2);
144 if(copyct1->getID() != ct1->getID() || copyct2->getID() != ct2->getID() ||
145 copyct1->getCount() != ct1->getCount() || copyct2->getCount() != ct2->getCount() ||
146 copyct2->getID() == ct1->getID() || copyct1->getID() == ct2->getID() ||
147 copyct2->getCount() == ct1->getCount() || copyct1->getCount() == ct2->getCount() ){
151 if(equalct1.getID() != ct1->getID() || equalct2.getID() != ct2->getID() ||
153 equalct1.getCount() != ct1->getCount() || equalct2.getCount() != ct2->getCount() ||
154 copyct2->getID() == ct1->getID() || copyct1->getID() == ct2->getID() |
194 CompoundTransliterator *ct2=new CompoundTransliterator("Any-Hex;Hex-Any;Cyrillic-Latin;Latin-Cyrillic", parseError, status); local
391 CompoundTransliterator *ct2=new CompoundTransliterator(Data[i+0], parseError, status); local
    [all...]
  /packages/apps/Camera/jni/feature_stab/db_vlvm/
db_image_homography.cpp 72 double ct1[9],ct2[9]; local
74 db_SProjImagePointPointConstraints(ct1,ct2,xp,x);
76 db_Copy6(c2,ct2); c2[6]=ct2[8];
  /packages/apps/Gallery2/jni_mosaic/feature_stab/db_vlvm/
db_image_homography.cpp 72 double ct1[9],ct2[9]; local
74 db_SProjImagePointPointConstraints(ct1,ct2,xp,x);
76 db_Copy6(c2,ct2); c2[6]=ct2[8];
  /packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
db_image_homography.cpp 72 double ct1[9],ct2[9]; local
74 db_SProjImagePointPointConstraints(ct1,ct2,xp,x);
76 db_Copy6(c2,ct2); c2[6]=ct2[8];
  /prebuilts/sdk/renderscript/lib/
javalib.jar 

Completed in 154 milliseconds