Searched defs:inplace (Results 1 – 8 of 8) sorted by relevance
/third_party/node/deps/v8/tools/ |
D | disasm.py | 59 def GetDisasmLines(filename, offset, size, arch, inplace, arch_flags=""): argument
|
/third_party/python/Lib/ |
D | fileinput.py | 78 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/ |
D | hb-ot-layout.cc | 1798 static constexpr bool inplace = false; member 1812 static constexpr bool inplace = true; member
|
/third_party/python/Lib/test/ |
D | test_fileinput.py | 541 def __init__(self, files=None, inplace=False, backup="", *, argument
|
/third_party/ffmpeg/libavfilter/ |
D | vf_premultiply.c | 42 int inplace; member
|
/third_party/skia/third_party/externals/brotli/c/enc/ |
D | encode.c | 1656 BROTLI_BOOL inplace = BROTLI_TRUE; in BrotliEncoderCompressStreamFast() local
|
/third_party/node/deps/brotli/c/enc/ |
D | encode.c | 1656 BROTLI_BOOL inplace = BROTLI_TRUE; in BrotliEncoderCompressStreamFast() local
|
/third_party/python/Lib/unittest/ |
D | mock.py | 1947 inplace = ' '.join('i%s' % n for n in numerics.split()) variable
|