Home
last modified time | relevance | path

Searched defs:inplace (Results 1 – 8 of 8) sorted by relevance

/third_party/node/deps/v8/tools/
Ddisasm.py59 def GetDisasmLines(filename, offset, size, arch, inplace, arch_flags=""): argument
/third_party/python/Lib/
Dfileinput.py78 def input(files=None, inplace=False, backup="", *, mode="r", openhook=None, argument
184 def __init__(self, files=None, inplace=False, backup="", *, argument
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ot-layout.cc1798 static constexpr bool inplace = false; member
1812 static constexpr bool inplace = true; member
/third_party/python/Lib/test/
Dtest_fileinput.py541 def __init__(self, files=None, inplace=False, backup="", *, argument
/third_party/ffmpeg/libavfilter/
Dvf_premultiply.c42 int inplace; member
/third_party/skia/third_party/externals/brotli/c/enc/
Dencode.c1656 BROTLI_BOOL inplace = BROTLI_TRUE; in BrotliEncoderCompressStreamFast() local
/third_party/node/deps/brotli/c/enc/
Dencode.c1656 BROTLI_BOOL inplace = BROTLI_TRUE; in BrotliEncoderCompressStreamFast() local
/third_party/python/Lib/unittest/
Dmock.py1947 inplace = ' '.join('i%s' % n for n in numerics.split()) variable