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

  /external/python/cpython2/Lib/plat-mac/
EasyDialogs.py 546 oldstr = GetDialogItemText(h)
547 if oldstr and oldstr[-1] != ' ':
548 oldstr = oldstr + ' '
549 oldstr = oldstr + stringtoadd
550 if oldstr[-1] != ' ':
551 oldstr = oldstr + '
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/
EasyDialogs.py 539 oldstr = GetDialogItemText(h)
540 if oldstr and oldstr[-1] != ' ':
541 oldstr = oldstr + ' '
542 oldstr = oldstr + stringtoadd
543 if oldstr[-1] != ' ':
544 oldstr = oldstr + '
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
EasyDialogs.py 539 oldstr = GetDialogItemText(h)
540 if oldstr and oldstr[-1] != ' ':
541 oldstr = oldstr + ' '
542 oldstr = oldstr + stringtoadd
543 if oldstr[-1] != ' ':
544 oldstr = oldstr + '
    [all...]
  /external/fonttools/Lib/fontTools/misc/
psOperators.py 329 oldstr = s.value
334 newstr = f.value.read(len(oldstr))
337 self.push(ps_boolean(len(oldstr) == len(newstr)))
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
unicodeobject.c 263 void *oldstr; local
287 oldstr = unicode->str;
291 unicode->str = (Py_UNICODE *)oldstr;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
unicodeobject.c 250 void *oldstr; local
274 oldstr = unicode->str;
278 unicode->str = (Py_UNICODE *)oldstr;
    [all...]
  /external/python/cpython2/Objects/
unicodeobject.c 263 void *oldstr; local
287 oldstr = unicode->str;
291 unicode->str = (Py_UNICODE *)oldstr;
    [all...]

Completed in 860 milliseconds