/external/opencv3/modules/python/src2/ |
hdr_parser.py | 286 rpos = rettype.rfind(" ") 287 if rpos >= 0: 288 fname = rettype[rpos+1:].strip() + fname 289 rettype = rettype[:rpos].strip() [all...] |
/external/wpa_supplicant_8/hostapd/ |
config_file.c | 1391 char *pos, *end, *rpos; local [all...] |
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletSoftBody/ |
btSoftBody.cpp | 968 btVector3 btSoftBody::clusterVelocity(const Cluster* cluster,const btVector3& rpos) 970 return(cluster->m_lv+btCross(cluster->m_av,rpos)); 974 void btSoftBody::clusterVImpulse(Cluster* cluster,const btVector3& rpos,const btVector3& impulse) 977 const btVector3 ai=cluster->m_invwi*btCross(rpos,impulse); 984 void btSoftBody::clusterDImpulse(Cluster* cluster,const btVector3& rpos,const btVector3& impulse) 987 const btVector3 ai=cluster->m_invwi*btCross(rpos,impulse); 994 void btSoftBody::clusterImpulse(Cluster* cluster,const btVector3& rpos,const Impulse& impulse) 996 if(impulse.m_asVelocity) clusterVImpulse(cluster,rpos,impulse.m_velocity); 997 if(impulse.m_asDrift) clusterDImpulse(cluster,rpos,impulse.m_drift); [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
locale.py | 176 rpos = len(s) - 1 177 while amount and s[rpos] == ' ': 178 rpos -= 1 180 return s[lpos:rpos+1] [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/ |
locale.py | 176 rpos = len(s) - 1 177 while amount and s[rpos] == ' ': 178 rpos -= 1 180 return s[lpos:rpos+1] [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
locale.py | 176 rpos = len(s) - 1 177 while amount and s[rpos] == ' ': 178 rpos -= 1 180 return s[lpos:rpos+1] [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
locale.py | 176 rpos = len(s) - 1 177 while amount and s[rpos] == ' ': 178 rpos -= 1 180 return s[lpos:rpos+1] [all...] |
/external/guice/extensions/struts2/lib/ |
xwork-core-2.2.1.jar | |
/prebuilts/android-emulator/linux-x86_64/ |
emulator-arm | |
emulator-mips | |
emulator-x86 | |
/prebuilts/android-emulator/linux-x86_64/qemu/linux-x86/ |
qemu-system-aarch64 | |
qemu-system-i386 | |
qemu-system-mips64el | |
qemu-system-x86_64 | |