HomeSort by relevance Sort by last modified time
    Searched refs:firstTwo (Results 1 - 14 of 14) sorted by null

  /external/eigen/doc/examples/
class_FixedVectorBlock.cpp 8 firstTwo(MatrixBase<Derived>& v)
15 firstTwo(const MatrixBase<Derived>& v)
23 cout << firstTwo(4*v) << endl; // calls the const version
24 firstTwo(v) *= 2; // calls the non-const version
  /external/python/cpython2/Lib/
os2emxpath.py 69 firstTwo = p[0:2]
70 if firstTwo == '/' * 2 or firstTwo == '\\' * 2:
ntpath.py 148 firstTwo = p[0:2]
149 if firstTwo == '//' or firstTwo == '\\\\':
  /prebuilts/gdb/darwin-x86/lib/python2.7/
os2emxpath.py 68 firstTwo = p[0:2]
69 if firstTwo == '/' * 2 or firstTwo == '\\' * 2:
ntpath.py 141 firstTwo = p[0:2]
142 if firstTwo == '//' or firstTwo == '\\\\':
  /prebuilts/gdb/linux-x86/lib/python2.7/
os2emxpath.py 68 firstTwo = p[0:2]
69 if firstTwo == '/' * 2 or firstTwo == '\\' * 2:
ntpath.py 141 firstTwo = p[0:2]
142 if firstTwo == '//' or firstTwo == '\\\\':
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
os2emxpath.py 68 firstTwo = p[0:2]
69 if firstTwo == '/' * 2 or firstTwo == '\\' * 2:
ntpath.py 141 firstTwo = p[0:2]
142 if firstTwo == '//' or firstTwo == '\\\\':
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
os2emxpath.py 68 firstTwo = p[0:2]
69 if firstTwo == '/' * 2 or firstTwo == '\\' * 2:
ntpath.py 141 firstTwo = p[0:2]
142 if firstTwo == '//' or firstTwo == '\\\\':
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Lib/
ntpath.py 146 firstTwo = p[0:2]
147 if firstTwo == '//' or firstTwo == '\\\\':
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
ntpath.py 141 firstTwo = p[0:2]
142 if firstTwo == '//' or firstTwo == '\\\\':
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Lib/
ntpath.py 166 firstTwo = p[0:2]
167 if firstTwo == '//' or firstTwo == '\\\\':

Completed in 530 milliseconds