Searched refs:inplace (Results 1 - 25 of 28) sorted by relevance

12

/external/elfutils/tests/
H A 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/fio/examples/
H A De4defrag2.fio20 inplace=0
30 inplace=0
35 inplace=0
43 inplace=1
54 inplace=1
/external/opencv3/modules/cudaarithm/test/
H A Dtest_arithm.cpp201 void testC2C(const std::string& hint, int cols, int rows, int flags, bool inplace) argument
212 if (inplace)
219 EXPECT_TRUE(!inplace || d_b.ptr() == d_b_data.ptr());
233 bool inplace = i != 0; local
235 testC2C("no flags", cols, rows, 0, inplace);
236 testC2C("no flags 0 1", cols, rows + 1, 0, inplace);
237 testC2C("no flags 1 0", cols, rows + 1, 0, inplace);
238 testC2C("no flags 1 1", cols + 1, rows, 0, inplace);
239 testC2C("DFT_INVERSE", cols, rows, cv::DFT_INVERSE, inplace);
240 testC2C("DFT_ROWS", cols, rows, cv::DFT_ROWS, inplace);
253 testR2CThenC2R(const std::string& hint, int cols, int rows, bool inplace) argument
[all...]
/external/v8/tools/
H A Ddisasm.py57 def GetDisasmLines(filename, offset, size, arch, inplace, arch_flags=""):
59 if not inplace:
H A Dll_prof.py195 inplace = False
198 inplace = True
204 inplace)
/external/clang/www/
H A Dbuiltins.py153 for line in fileinput.input(inplace=1):
/external/fio/engines/
H A De4defrag.c40 unsigned int inplace; member in struct:e4defrag_options
54 .name = "inplace",
56 .off1 = offsetof(struct e4defrag_options, inplace),
100 if (!o->inplace) {
152 if (o->inplace) {
178 if (o->inplace)
/external/eigen/unsupported/Eigen/src/FFT/
H A Dei_fftw_impl.h241 bool inplace = (dst==src); local
243 int64_t key = ( (nfft<<3 ) | (inverse<<2) | (inplace<<1) | aligned ) << 1;
250 bool inplace = (dst==src); local
252 int64_t key = ( ( (((int64_t)n0) << 30)|(n1<<3 ) | (inverse<<2) | (inplace<<1) | aligned ) << 1 ) + 1;
/external/vboot_reference/scripts/image_signing/
H A Dalign_rootfs.sh59 # Use the --inplace flag to preserve as much of the file system metadata
61 sudo rsync -v -a -H -A -x --force --inplace --numeric-ids --delete \
/external/opencv3/modules/core/test/
H A Dtest_dxt.cpp511 bool inplace; // inplace operation (set for each individual test case) member in class:CxCore_DXTBaseTest
518 spectrum_mode(_spectrum_mode), inplace(false), temp_dst(false)
629 inplace = false;
633 inplace = (bits & 64) != 0;
657 if( inplace )
687 const Mat& src = inplace ? dst : test_mat[INPUT][0];
752 const Mat& src = inplace ? dst : test_mat[INPUT][0];
795 if( inplace )
/external/autotest/site_utils/docgen/
H A 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/opencv3/modules/imgproc/test/
H A Dtest_filter.cpp61 bool inplace; member in class:CV_FilterBaseTest
73 inplace = false;
148 inplace = cvtest::randInt(rng) % 2 != 0;
158 if( inplace && test_mat[INPUT][0].type() == test_mat[OUTPUT][0].type())
161 inplace = false;
330 cvErode( inplace ? test_array[OUTPUT][0] : test_array[INPUT][0],
354 cvDilate( inplace ? test_array[OUTPUT][0] : test_array[INPUT][0],
378 cvMorphologyEx( test_array[inplace ? OUTPUT : INPUT][0],
425 cvFilter2D( test_array[inplace ? OUTPUT : INPUT][0],
539 cvSobel( test_array[inplace
[all...]
H A Dtest_color.cpp77 bool inplace; member in class:CV_ColorCvtBaseTest
103 inplace = false;
147 inplace = cn == 3 && cvtest::randInt(rng) % 2 != 0;
155 if( code > 0 && inplace )
166 cvCvtColor( inplace ? out0 : test_array[INPUT][0], out0, fwd_code );
168 cv::cvtColor( cv::cvarrToMat(inplace ? out0 : test_array[INPUT][0]), _out0, fwd_code, _out0.channels());
170 if( inplace )
443 inplace = false;
1329 inplace = false;
1564 inplace
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/110/1/.cp/ant_tasks/
H A Dpublisher-ant.jar ... .p2.publisher.ant.AbstractPublishTask { protected boolean inplace protected String[] configurations protected String mode private String flavor private ...
/external/opencv/cv/src/
H A Dcvmorph.cpp832 bool inplace; local
867 inplace = src->data.ptr == dst->data.ptr;
985 if( inplace )
1049 if( status >= 0 && (inplace || iterations > 1) )
/external/harfbuzz_ng/src/
H A Dhb-ot-layout.cc908 static const bool inplace = false; member in struct:GSUBProxy
922 static const bool inplace = true; member in struct:GPOSProxy
1070 if (!Proxy::inplace)
/external/opencv/cxcore/src/
H A Dcxcopy.cpp959 int inplace = src->data.ptr == dst->data.ptr; local
968 if( flip_mode < 0 && !inplace )
976 if( flip_mode < 0 && inplace )
/external/opencv3/modules/core/src/
H A Ddxt.cpp1182 int inplace = src == dst;
1211 if( inplace )
1235 if( inplace )
1253 inplace ? 0 : DFT_NO_PERMUTE, 1. );
2208 doubleFP(_doubleFP), inplace(_inplace), flags(_flags), fftType(_fftType),
2257 CLAMDDFT_Assert(clAmdFftSetResultLocation(plHandle, inplace ? CLFFT_INPLACE : CLFFT_OUTOFPLACE))
2283 bool inplace;
2299 bool inplace, int flags, FftType fftType)
2313 plan->inplace == inplace)
[all...]
H A Dcopy.cpp1200 bool inplace = dst.datastart == src.datastart;
1223 if (inplace)
1240 if (inplace)
H A Dmatrix.cpp3049 bool inplace = dst.u == src.u;
3051 if (inplace)
3067 cn, TILE_DIM, BLOCK_ROWS, rowsPerWI, inplace ? " -D INPLACE" : ""));
3071 if (inplace)
3078 size_t globalsize[2] = { src.cols, inplace ? (src.rows + rowsPerWI - 1) / rowsPerWI : (divUp(src.rows, TILE_DIM) * BLOCK_ROWS) };
3080 if (inplace && dev.isIntel())
3826 bool inplace = src.data == dst.data;
3855 if( !inplace )
/external/chromium-trace/catapult/telemetry/third_party/webpagereplay/
H A Dplatformsettings.py566 for line in fileinput.input(self.RESOLV_CONF, inplace=1, backup='.bak'):
/external/chromium-trace/catapult/telemetry/third_party/mock/
H A Dmock.py1722 inplace = ' '.join('i%s' % n for n in numerics.split()) variable
1753 ' '.join([magic_methods, numerics, inplace, right, extra]).split()
/external/chromium-trace/catapult/third_party/mock/
H A Dmock.py1722 inplace = ' '.join('i%s' % n for n in numerics.split()) variable
1753 ' '.join([magic_methods, numerics, inplace, right, extra]).split()
/external/chromium-trace/catapult/telemetry/third_party/altgraph/
H A Dsetup.py780 self.reinitialize_command('build_ext', inplace=1)
/external/chromium-trace/catapult/telemetry/third_party/modulegraph/
H A Dsetup.py780 self.reinitialize_command('build_ext', inplace=1)

Completed in 769 milliseconds

12