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

  /external/v8/tools/
disasm.py 55 def GetDisasmLines(filename, offset, size, arch, inplace):
57 if not inplace:
ll_prof.py 179 inplace = False
182 inplace = True
188 inplace)
  /external/clang/www/
builtins.py 150 for line in fileinput.input(inplace=1):
  /external/webkit/Tools/Scripts/webkitpy/common/checkout/
deps.py 55 # inplace=1 creates a backup file and re-directs stdout to the file
56 for line in fileinput.FileInput(self._path, inplace=1):
changelog.py 32 import fileinput # inplace file editing for set_reviewer_in_changelog namespace
154 # inplace=1 creates a backup file and re-directs stdout to the file
155 for line in fileinput.FileInput(self.path, inplace=1):
170 # inplace=1 creates a backup file and re-directs stdout to the file
171 for line in fileinput.FileInput(self.path, inplace=1):
177 for line in fileinput.FileInput(self.path, inplace=1):
  /external/harfbuzz/src/
harfbuzz-buffer-private.h 67 HB_Bool inplace );
harfbuzz-buffer.c 43 * - replace_glyph() is called with inplace=TRUE
49 * As soon an add_output_glyph[s]() or replace_glyph() with inplace=FALSE is
354 HB_Bool inplace )
359 if ( inplace )
  /external/opencv/cv/src/
cvmorph.cpp 832 bool inplace; local
    [all...]
  /external/opencv/cxcore/src/
cxcopy.cpp 959 int inplace = src->data.ptr == dst->data.ptr; local
968 if( flip_mode < 0 && !inplace )
976 if( flip_mode < 0 && inplace )
    [all...]
cxdxt.cpp     [all...]
  /prebuilt/common/tradefed/
tradefed-prebuilt.jar 

Completed in 330 milliseconds