Home
last modified time | relevance | path

Searched refs:inplace (Results 1 – 25 of 37) sorted by relevance

12

/external/elfutils/tests/
Drun-unstrip-test.sh25 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/
Dtest_arithm.cpp201 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/
De4defrag2.fio20 inplace=0
30 inplace=0
35 inplace=0
43 inplace=1
54 inplace=1
De4defrag.fio15 inplace=0
27 inplace=0
/external/autotest/client/site_tests/kernel_fs_Inplace/
Dcontrol.regression15 Does inplace preads and pwrites.
18 job.run_test('kernel_fs_Inplace', tag='inplace',
19 dir='/tmp', scratch='/tmp/.inplace')
Dcontrol8 Does inplace preads and pwrites.
/external/fio/engines/
De4defrag.c40 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/
Ddisasm.py57 def GetDisasmLines(filename, offset, size, arch, inplace, arch_flags=""): argument
59 if not inplace:
Dll_prof.py195 inplace = False
198 inplace = True
204 inplace)
/external/valgrind/mpi/
DMakefile.am70 all-local: inplace-noinst_PROGRAMS inplace-noinst_DSYMS
/external/eigen/unsupported/Eigen/src/FFT/
Dei_fftw_impl.h241 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/
DMakefile.am124 all-local: inplace-noinst_PROGRAMS inplace-noinst_DSYMS
/external/opencv3/modules/core/test/
Dtest_dxt.cpp511 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/
Dtest_filter.cpp61 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 …]
Dtest_color.cpp77 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/
Dbuiltins.py153 for line in fileinput.input(inplace=1):
/external/autotest/site_utils/docgen/
DCreateDocs.py497 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/
Dalign_rootfs.sh61 sudo rsync -v -a -H -A -x --force --inplace --numeric-ids --delete \
/external/valgrind/
DMakefile.tool.am231 all-local: inplace-noinst_PROGRAMS inplace-noinst_DSYMS
DMakefile.all.am37 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/
Dtox.ini37 python setup.py --quiet build_ext --inplace
/external/opencv3/modules/core/src/
Ddxt.cpp1182 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/
Dcvmorph.cpp832 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/
Dhb-ot-layout.cc908 static const bool inplace = false; member
922 static const bool inplace = true; member
1070 if (!Proxy::inplace) in apply_string()
/external/opencv/cxcore/src/
Dcxcopy.cpp959 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()

12