/external/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
|
/external/opencv3/modules/cudaarithm/test/ |
D | test_arithm.cpp | 201 void testC2C(const std::string& hint, int cols, int rows, int flags, bool inplace) in testC2C() argument 212 if (inplace) in testC2C() 219 EXPECT_TRUE(!inplace || d_b.ptr() == d_b_data.ptr()); in testC2C() 233 bool inplace = i != 0; in CUDA_TEST_P() local 235 testC2C("no flags", cols, rows, 0, inplace); in CUDA_TEST_P() 236 testC2C("no flags 0 1", cols, rows + 1, 0, inplace); in CUDA_TEST_P() 237 testC2C("no flags 1 0", cols, rows + 1, 0, inplace); in CUDA_TEST_P() 238 testC2C("no flags 1 1", cols + 1, rows, 0, inplace); in CUDA_TEST_P() 239 testC2C("DFT_INVERSE", cols, rows, cv::DFT_INVERSE, inplace); in CUDA_TEST_P() 240 testC2C("DFT_ROWS", cols, rows, cv::DFT_ROWS, inplace); in CUDA_TEST_P() [all …]
|
/external/fio/examples/ |
D | e4defrag2.fio | 20 inplace=0 30 inplace=0 35 inplace=0 43 inplace=1 54 inplace=1
|
D | e4defrag.fio | 15 inplace=0 27 inplace=0
|
/external/autotest/client/site_tests/kernel_fs_Inplace/ |
D | control.regression | 15 Does inplace preads and pwrites. 18 job.run_test('kernel_fs_Inplace', tag='inplace', 19 dir='/tmp', scratch='/tmp/.inplace')
|
D | control | 8 Does inplace preads and pwrites.
|
/external/fio/engines/ |
D | e4defrag.c | 40 unsigned int inplace; member 56 .off1 = offsetof(struct e4defrag_options, inplace), 100 if (!o->inplace) { in fio_e4defrag_init() 152 if (o->inplace) { in fio_e4defrag_queue() 178 if (o->inplace) in fio_e4defrag_queue()
|
/external/v8/tools/ |
D | disasm.py | 57 def GetDisasmLines(filename, offset, size, arch, inplace, arch_flags=""): argument 59 if not inplace:
|
D | ll_prof.py | 195 inplace = False 198 inplace = True 204 inplace)
|
/external/valgrind/mpi/ |
D | Makefile.am | 70 all-local: inplace-noinst_PROGRAMS inplace-noinst_DSYMS
|
/external/eigen/unsupported/Eigen/src/FFT/ |
D | ei_fftw_impl.h | 241 bool inplace = (dst==src); 243 int64_t key = ( (nfft<<3 ) | (inverse<<2) | (inplace<<1) | aligned ) << 1; 250 bool inplace = (dst==src); 252 …int64_t key = ( ( (((int64_t)n0) << 30)|(n1<<3 ) | (inverse<<2) | (inplace<<1) | aligned ) << 1 ) …
|
/external/valgrind/auxprogs/ |
D | Makefile.am | 124 all-local: inplace-noinst_PROGRAMS inplace-noinst_DSYMS
|
/external/opencv3/modules/core/test/ |
D | test_dxt.cpp | 511 bool inplace; // inplace operation (set for each individual test case) member in CxCore_DXTBaseTest 518 spectrum_mode(_spectrum_mode), inplace(false), temp_dst(false) in CxCore_DXTBaseTest() 629 inplace = false; in get_test_array_types_and_sizes() 633 inplace = (bits & 64) != 0; in get_test_array_types_and_sizes() 657 if( inplace ) in prepare_test_case() 687 const Mat& src = inplace ? dst : test_mat[INPUT][0]; in run_func() 752 const Mat& src = inplace ? dst : test_mat[INPUT][0]; in run_func() 795 if( inplace ) in run_func()
|
/external/opencv3/modules/imgproc/test/ |
D | test_filter.cpp | 61 bool inplace; member in CV_FilterBaseTest 73 inplace = false; in CV_FilterBaseTest() 148 inplace = cvtest::randInt(rng) % 2 != 0; in get_test_array_types_and_sizes() 158 if( inplace && test_mat[INPUT][0].type() == test_mat[OUTPUT][0].type()) in prepare_test_case() 161 inplace = false; in prepare_test_case() 330 cvErode( inplace ? test_array[OUTPUT][0] : test_array[INPUT][0], in run_func() 354 cvDilate( inplace ? test_array[OUTPUT][0] : test_array[INPUT][0], in run_func() 378 cvMorphologyEx( test_array[inplace ? OUTPUT : INPUT][0], in run_func() 425 cvFilter2D( test_array[inplace ? OUTPUT : INPUT][0], in run_func() 539 cvSobel( test_array[inplace ? OUTPUT : INPUT][0], in run_func() [all …]
|
D | test_color.cpp | 77 bool inplace; member in CV_ColorCvtBaseTest 103 inplace = false; in CV_ColorCvtBaseTest() 147 inplace = cn == 3 && cvtest::randInt(rng) % 2 != 0; in get_test_array_types_and_sizes() 155 if( code > 0 && inplace ) in prepare_test_case() 166 cvCvtColor( inplace ? out0 : test_array[INPUT][0], out0, fwd_code ); in run_func() 168 …cv::cvtColor( cv::cvarrToMat(inplace ? out0 : test_array[INPUT][0]), _out0, fwd_code, _out0.channe… in run_func() 170 if( inplace ) in run_func() 443 inplace = false; in get_test_array_types_and_sizes() 1329 inplace = false; in get_test_array_types_and_sizes() 1564 inplace = false; in get_test_array_types_and_sizes()
|
/external/clang/www/ |
D | builtins.py | 153 for line in fileinput.input(inplace=1):
|
/external/autotest/site_utils/docgen/ |
D | CreateDocs.py | 497 for line in fileinput.input(self.doxyconf, inplace=1): 503 for line in fileinput.input('header.html', inplace=1): 508 for line in fileinput.input(self.layout, inplace=1): 562 for line in fileinput.input(file, inplace=1):
|
/external/vboot_reference/scripts/image_signing/ |
D | align_rootfs.sh | 61 sudo rsync -v -a -H -A -x --force --inplace --numeric-ids --delete \
|
/external/valgrind/ |
D | Makefile.tool.am | 231 all-local: inplace-noinst_PROGRAMS inplace-noinst_DSYMS
|
D | Makefile.all.am | 37 inplace-noinst_PROGRAMS: $(noinst_PROGRAMS) 44 # Similar to inplace-noinst_PROGRAMS 45 inplace-noinst_DSYMS: build-noinst_DSYMS
|
/external/chromium-trace/catapult/third_party/coverage/ |
D | tox.ini | 37 python setup.py --quiet build_ext --inplace
|
/external/opencv3/modules/core/src/ |
D | dxt.cpp | 1182 int inplace = src == dst; in CCSIDFT() local 1211 if( inplace ) in CCSIDFT() 1235 if( inplace ) in CCSIDFT() 1253 inplace ? 0 : DFT_NO_PERMUTE, 1. ); in CCSIDFT() 2208 doubleFP(_doubleFP), inplace(_inplace), flags(_flags), fftType(_fftType), in FftPlan() 2257 … CLAMDDFT_Assert(clAmdFftSetResultLocation(plHandle, inplace ? CLFFT_INPLACE : CLFFT_OUTOFPLACE)) in FftPlan() 2283 bool inplace; member 2299 bool inplace, int flags, FftType fftType) in getPlanHandle() argument 2313 plan->inplace == inplace) in getPlanHandle() 2326 …wPlan = Ptr<FftPlan>(new FftPlan(dft_size, src_step, dst_step, doubleFP, inplace, flags, fftType)); in getPlanHandle() [all …]
|
/external/opencv/cv/src/ |
D | cvmorph.cpp | 832 bool inplace; in icvMorphOp() local 867 inplace = src->data.ptr == dst->data.ptr; in icvMorphOp() 985 if( inplace ) in icvMorphOp() 1049 if( status >= 0 && (inplace || iterations > 1) ) in icvMorphOp()
|
/external/harfbuzz_ng/src/ |
D | hb-ot-layout.cc | 908 static const bool inplace = false; member 922 static const bool inplace = true; member 1070 if (!Proxy::inplace) in apply_string()
|
/external/opencv/cxcore/src/ |
D | cxcopy.cpp | 959 int inplace = src->data.ptr == dst->data.ptr; in cvFlip() local 968 if( flip_mode < 0 && !inplace ) in cvFlip() 976 if( flip_mode < 0 && inplace ) in cvFlip()
|