HomeSort by relevance Sort by last modified time
    Searched refs:deletions (Results 1 - 25 of 33) sorted by null

1 2

  /toolchain/binutils/binutils-2.27/gas/
hash.c 65 unsigned long deletions; member in struct:hash_control
103 ret->deletions = 0;
341 ++table->deletions;
389 fprintf (f, "\t%lu deletions\n", table->deletions);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
ftpmirror.py 243 deletions = 0
250 deletions = deletions + 1
251 if deletions:
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
WrapInRefactoring.java 235 List<DeleteEdit> deletions = new ArrayList<DeleteEdit>(); local
249 deletions.add(deletion);
349 deletions.add(deletion);
378 for (DeleteEdit deletion : deletions) {
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
stringold.py 347 def translate(s, table, deletions=""):
356 return s.translate(table, deletions)
string.py 482 def translate(s, table, deletions=""):
483 """translate(s,table [,deletions]) -> string
486 in the optional argument deletions are removed, and the
489 deletions argument is not allowed for Unicode strings.
492 if deletions or table is None:
493 return s.translate(table, deletions)
  /external/python/cpython2/Lib/
stringold.py 347 def translate(s, table, deletions=""):
356 return s.translate(table, deletions)
string.py 484 def translate(s, table, deletions=""):
485 """translate(s,table [,deletions]) -> string
488 in the optional argument deletions are removed, and the
491 deletions argument is not allowed for Unicode strings.
494 if deletions or table is None:
495 return s.translate(table, deletions)
  /prebuilts/gdb/darwin-x86/lib/python2.7/
stringold.py 347 def translate(s, table, deletions=""):
356 return s.translate(table, deletions)
string.py 482 def translate(s, table, deletions=""):
483 """translate(s,table [,deletions]) -> string
486 in the optional argument deletions are removed, and the
489 deletions argument is not allowed for Unicode strings.
492 if deletions or table is None:
493 return s.translate(table, deletions)
  /prebuilts/gdb/linux-x86/lib/python2.7/
stringold.py 347 def translate(s, table, deletions=""):
356 return s.translate(table, deletions)
string.py 482 def translate(s, table, deletions=""):
483 """translate(s,table [,deletions]) -> string
486 in the optional argument deletions are removed, and the
489 deletions argument is not allowed for Unicode strings.
492 if deletions or table is None:
493 return s.translate(table, deletions)
  /prebuilts/jdk/jdk9/darwin-x86/legal/java.desktop/
jpeg.md 23 notice unaltered; and any additions, deletions, or changes to the original
  /prebuilts/jdk/jdk9/linux-x86/legal/java.desktop/
jpeg.md 23 notice unaltered; and any additions, deletions, or changes to the original
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
stringold.py 347 def translate(s, table, deletions=""):
356 return s.translate(table, deletions)
string.py 482 def translate(s, table, deletions=""):
483 """translate(s,table [,deletions]) -> string
486 in the optional argument deletions are removed, and the
489 deletions argument is not allowed for Unicode strings.
492 if deletions or table is None:
493 return s.translate(table, deletions)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
stringold.py 347 def translate(s, table, deletions=""):
356 return s.translate(table, deletions)
string.py 482 def translate(s, table, deletions=""):
483 """translate(s,table [,deletions]) -> string
486 in the optional argument deletions are removed, and the
489 deletions argument is not allowed for Unicode strings.
492 if deletions or table is None:
493 return s.translate(table, deletions)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
string.py 484 def translate(s, table, deletions=""):
485 """translate(s,table [,deletions]) -> string
488 in the optional argument deletions are removed, and the
491 deletions argument is not allowed for Unicode strings.
494 if deletions or table is None:
495 return s.translate(table, deletions)
  /prebuilts/go/darwin-x86/src/image/jpeg/
fdct.go 39 unaltered; and any additions, deletions, or changes to the original files
  /prebuilts/go/linux-x86/src/image/jpeg/
fdct.go 39 unaltered; and any additions, deletions, or changes to the original files
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/pydoc_data/
topics.py     [all...]
  /external/python/cpython2/Lib/pydoc_data/
topics.py     [all...]
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.core.resources_3.10.0.v20150423-0755.jar 
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/pydoc_data/
topics.py     [all...]
  /external/python/cpython3/Lib/pydoc_data/
topics.py     [all...]

Completed in 426 milliseconds

1 2