/third_party/elfutils/tests/ |
D | run-unstrip-test.sh | 25 tempfiles testfile.unstrip testfile.inplace 38 rm -f testfile.inplace 39 cp $debugfile testfile.inplace 40 chmod 644 testfile.inplace 41 testrun ${abs_top_builddir}/src/unstrip $stripped testfile.inplace 43 testrun ${abs_top_builddir}/src/elfcmp --hash-inexact $original testfile.inplace
|
/third_party/python/Lib/ |
D | fileinput.py | 78 def input(files=None, inplace=False, backup="", *, mode="r", openhook=None, argument 89 _state = FileInput(files, inplace, backup, mode=mode, openhook=openhook, 184 def __init__(self, files=None, inplace=False, backup="", *, argument 198 self._inplace = inplace 230 if inplace: 445 inplace = False 449 if o == '-i': inplace = True 451 for line in input(args, inplace=inplace, backup=backup):
|
/third_party/python/Lib/test/ |
D | test_fileinput.py | 155 fi = FileInput(files=(t1, t2, t3, t4), inplace=1, encoding="utf-8") 269 fi = FileInput(inplace=1, openhook=lambda f, m: None) 331 with FileInput(temp_file, mode='rb', inplace=True) as fobj: 417 with FileInput(files=[t], inplace=True, encoding="utf-8") as fi: 436 with FileInput(files=[t], inplace=True, encoding="utf-8") as fi: 454 with FileInput(files=[t], inplace=True, encoding="utf-8") as fi: 530 with FileInput(t1, inplace=True, encoding="utf-8") as fi: 541 def __init__(self, files=None, inplace=False, backup="", *, argument 544 self.inplace = inplace 648 inplace = object() [all …]
|
/third_party/skia/infra/bots/assets/armhf_sysroot/ |
D | create.py | 52 for line in fileinput.input(bad_libpthread, inplace=True): 59 for line in fileinput.input(bad_libc, inplace=True):
|
/third_party/python/Doc/distutils/ |
D | configfile.rst | 67 --inplace (-i) ignore build-lib and put compiled extensions into the 78 .. _distutils-build-ext-inplace: 84 :option:`!--inplace` option on the command-line to ensure this: 88 python setup.py build_ext --inplace 91 explicitly, and remember to provide :option:`!--inplace`. An easier way is to 98 inplace=1
|
/third_party/node/deps/v8/tools/ |
D | disasm.py | 59 def GetDisasmLines(filename, offset, size, arch, inplace, arch_flags=""): argument 61 if not inplace:
|
D | ll_prof.py | 207 inplace = False 210 inplace = True 216 inplace)
|
/third_party/ffmpeg/libavfilter/ |
D | vf_premultiply.c | 42 int inplace; member 59 { "inplace","enable inplace mode", OFFSET(inplace), AV_OPT_TYPE_BOOL, {.i64=0}, 0, 1, FLAGS }, 89 …return ff_set_common_formats(ctx, ff_make_format_list(s->inplace ? alpha_pix_fmts : no_alpha_pix_f… in query_formats() 495 s->inplace ? alpha->data[3] + slice_start * alpha->linesize[3] : in premultiply_slice() 498 base->linesize[p], s->inplace ? alpha->linesize[3] : alpha->linesize[0], in premultiply_slice() 701 if (!s->inplace) { in config_output() 725 if (s->inplace) in config_output() 750 if (s->inplace) { in activate() 796 if (!s->inplace) { in init() 812 if (!s->inplace) in uninit()
|
/third_party/icu/tools/release/java/ |
D | Makefile | 55 inplace-old: $(OLD_ICU)/source/configure 60 inplace-new: $(NEW_ICU)/source/configure
|
/third_party/python/Lib/distutils/tests/ |
D | test_build_ext.py | 359 cmd.inplace = 1 370 cmd.inplace = 0 388 cmd.inplace = 1 409 cmd.inplace = 1 418 cmd.inplace = 0 434 cmd.inplace = 1
|
/third_party/skia/third_party/externals/brotli/python/ |
D | Makefile | 36 @cd .. && $(PYTHON) setup.py build_ext --inplace
|
/third_party/ffmpeg/libswscale/arm/ |
D | output.S | 50 … @ copy 8x16-bit @ src[j ][i + {0..7}] for following inplace zip instruction 51 … @ copy 8x16-bit @ src[j+1][i + {0..7}] for following inplace zip instruction
|
/third_party/python/Doc/library/ |
D | fileinput.rst | 59 .. function:: input(files=None, inplace=False, backup='', *, mode='r', openhook=None, encoding=None… 144 .. class:: FileInput(files=None, inplace=False, backup='', *, mode='r', openhook=None, encoding=Non… 160 cannot use *inplace* and *openhook* together. 187 **Optional in-place filtering:** if the keyword argument ``inplace=True`` is
|
/third_party/vk-gl-cts/external/amber/src/tools/ |
D | copyright.py | 99 for line in fileinput.input(file, inplace=1):
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/ |
D | check_copyright.py | 133 for line in fileinput.input(file, inplace=1):
|
/third_party/skia/third_party/externals/spirv-tools/utils/ |
D | check_copyright.py | 133 for line in fileinput.input(file, inplace=1):
|
/third_party/spirv-tools/utils/ |
D | check_copyright.py | 151 for line in fileinput.input(file, inplace=1):
|
/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 1885 if (!Proxy::inplace) in apply_string() 1891 if (!Proxy::inplace) in apply_string()
|
/third_party/python/Lib/distutils/command/ |
D | build_ext.py | 111 self.inplace = 0 650 if not self.inplace:
|
/third_party/python/Tools/peg_generator/pegen/ |
D | build.py | 88 cmd.inplace = True
|
/third_party/gstreamer/gstplugins_bad/gst/audiovisualizers/ |
D | README | 24 - would be nice to use a generic 3x3 matrix operation, we don't run inplace
|
/third_party/skia/third_party/externals/brotli/c/enc/ |
D | encode.c | 1656 BROTLI_BOOL inplace = BROTLI_TRUE; in BrotliEncoderCompressStreamFast() local 1669 inplace = BROTLI_FALSE; in BrotliEncoderCompressStreamFast() 1693 if (inplace) { in BrotliEncoderCompressStreamFast()
|
/third_party/node/deps/brotli/c/enc/ |
D | encode.c | 1656 BROTLI_BOOL inplace = BROTLI_TRUE; in BrotliEncoderCompressStreamFast() local 1669 inplace = BROTLI_FALSE; in BrotliEncoderCompressStreamFast() 1693 if (inplace) { in BrotliEncoderCompressStreamFast()
|
/third_party/mbedtls/tests/suites/ |
D | test_suite_bignum.misc.data | 775 Base test mbedtls_mpi_add_mpi inplace #1 778 Test mbedtls_mpi_add_mpi inplace #2 781 Test mbedtls_mpi_add_mpi inplace #3
|
/third_party/python/Lib/unittest/ |
D | mock.py | 1947 inplace = ' '.join('i%s' % n for n in numerics.split()) variable 1973 ' '.join([magic_methods, numerics, inplace, right]).split()
|