/external/eigen/test/ |
D | inplace_decomposition.cpp | 17 template<typename DecType,typename MatrixType> void inplace(bool square = false, bool SPD = false) in inplace() function 86 CALL_SUBTEST_1(( inplace<LLT<Ref<MatrixXd> >, MatrixXd>(true,true) )); in test_inplace_decomposition() 87 CALL_SUBTEST_1(( inplace<LLT<Ref<Matrix4d> >, Matrix4d>(true,true) )); in test_inplace_decomposition() 89 CALL_SUBTEST_2(( inplace<LDLT<Ref<MatrixXd> >, MatrixXd>(true,true) )); in test_inplace_decomposition() 90 CALL_SUBTEST_2(( inplace<LDLT<Ref<Matrix4d> >, Matrix4d>(true,true) )); in test_inplace_decomposition() 92 CALL_SUBTEST_3(( inplace<PartialPivLU<Ref<MatrixXd> >, MatrixXd>(true,false) )); in test_inplace_decomposition() 93 CALL_SUBTEST_3(( inplace<PartialPivLU<Ref<Matrix4d> >, Matrix4d>(true,false) )); in test_inplace_decomposition() 95 CALL_SUBTEST_4(( inplace<FullPivLU<Ref<MatrixXd> >, MatrixXd>(true,false) )); in test_inplace_decomposition() 96 CALL_SUBTEST_4(( inplace<FullPivLU<Ref<Matrix4d> >, Matrix4d>(true,false) )); in test_inplace_decomposition() 98 CALL_SUBTEST_5(( inplace<HouseholderQR<Ref<MatrixXd> >, MatrixXd>(false,false) )); in test_inplace_decomposition() [all …]
|
/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/lisa/libs/utils/ |
D | trace.py | 363 inplace=True) 535 df.dropna(inplace=True, how='any') 565 fdf.rename(columns = { 'child_pid': 'pid' }, inplace=True) 568 fdf.dropna(inplace=True, how='any') 586 ret_df.rename(columns = { 'pid': direction + '_pid' }, inplace=True) 588 ret_df.drop('controller', axis=1, inplace=True) 589 ret_df.rename(columns = { 'cgroup': direction + '_' + controller }, inplace=True) 656 df.rename(columns={'utilization': 'util_avg'}, inplace=True) 657 df.rename(columns={'load': 'load_avg'}, inplace=True) 667 df.rename(columns={'utilization': 'util_avg'}, inplace=True) [all …]
|
/external/python/cpython2/Lib/ |
D | fileinput.py | 85 def input(files=None, inplace=0, backup="", bufsize=0, argument 96 _state = FileInput(files, inplace, backup, bufsize, mode, openhook) 190 def __init__(self, files=None, inplace=0, backup="", bufsize=0, argument 202 self._inplace = inplace 217 if inplace and openhook: 391 inplace = 0 395 if o == '-i': inplace = 1 397 for line in input(args, inplace=inplace, backup=backup):
|
/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/python/cpython3/Lib/ |
D | fileinput.py | 83 def input(files=None, inplace=False, backup="", bufsize=0, argument 94 _state = FileInput(files, inplace, backup, bufsize, mode, openhook) 188 def __init__(self, files=None, inplace=False, backup="", bufsize=0, argument 200 self._inplace = inplace 224 if inplace: 411 inplace = False 415 if o == '-i': inplace = True 417 for line in input(args, inplace=inplace, backup=backup):
|
/external/trappy/trappy/ |
D | sched.py | 88 self.data_frame.rename(columns={'cpu_id':'cpu'}, inplace=True) 89 self.data_frame.rename(columns={'state' :'capacity'}, inplace=True) 134 self.data_frame.rename(columns={'cpu_id':'cpu'}, inplace=True) 135 self.data_frame.rename(columns={'state' :'frequency'}, inplace=True)
|
/external/autotest/client/site_tests/kernel_fs_Inplace/ |
D | control.regression | 14 Does inplace preads and pwrites. 17 job.run_test('kernel_fs_Inplace', tag='inplace', 18 dir='/tmp', scratch='/tmp/.inplace')
|
/external/fio/engines/ |
D | e4defrag.c | 41 unsigned int inplace; member 59 .off1 = offsetof(struct e4defrag_options, inplace), 103 if (!o->inplace) { in fio_e4defrag_init() 155 if (o->inplace) { in fio_e4defrag_queue() 186 if (o->inplace) in fio_e4defrag_queue()
|
/external/python/cpython2/Lib/distutils/tests/ |
D | test_build_ext.py | 291 cmd.inplace = 1 302 cmd.inplace = 0 320 cmd.inplace = 1 337 cmd.inplace = 1 346 cmd.inplace = 0 362 cmd.inplace = 1 373 cmd.inplace = 1 398 cmd.inplace = 1
|
/external/python/cpython3/Lib/test/ |
D | test_fileinput.py | 165 fi = FileInput(files=(t1, t2, t3, t4), inplace=1, bufsize=bs) 298 fi = FileInput(inplace=1, openhook=lambda f, m: None) 427 with FileInput(files=[t], inplace=True) as fi: 447 with FileInput(files=[t], inplace=True) as fi: 467 with FileInput(files=[t], inplace=True) as fi: 536 def __init__(self, files=None, inplace=False, backup="", bufsize=0, argument 539 self.inplace = inplace 642 inplace = object() 649 result = fileinput.input(files=files, inplace=inplace, backup=backup, 659 self.assertIs(inplace, result.inplace, "inplace")
|
/external/skqp/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):
|
/external/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):
|
/external/python/cpython3/Doc/distutils/ |
D | configfile.rst | 61 --inplace (-i) ignore build-lib and put compiled extensions into the 72 .. _distutils-build-ext-inplace: 78 :option:`!--inplace` option on the command-line to ensure this:: 80 python setup.py build_ext --inplace 83 explicitly, and remember to provide :option:`!--inplace`. An easier way is to 88 inplace=1
|
/external/python/cpython2/Doc/distutils/ |
D | configfile.rst | 61 --inplace (-i) ignore build-lib and put compiled extensions into the 72 .. _distutils-build-ext-inplace: 78 :option:`!--inplace` option on the command-line to ensure this:: 80 python setup.py build_ext --inplace 83 explicitly, and remember to provide :option:`!--inplace`. An easier way is to 88 inplace=1
|
/external/v8/tools/ |
D | disasm.py | 57 def GetDisasmLines(filename, offset, size, arch, inplace, arch_flags=""): argument 59 if not inplace:
|
/external/eigen/doc/ |
D | InplaceDecomposition.dox | 5 Starting from %Eigen 3.3, the LU, Cholesky, and QR decompositions can operate \em inplace, that is,… 8 …ted with the input matrix as argument. As an example, let us consider an inplace LU decomposition … 22 No surprise here! Then, let's declare our inplace LU object \c lu, and check the content of the mat… 102 Here is the list of matrix decompositions supporting this inplace mechanism:
|
/external/valgrind/mpi/ |
D | Makefile.am | 70 all-local: inplace-noinst_PROGRAMS inplace-noinst_DSYMS
|
/external/python/cpython3/Lib/distutils/tests/ |
D | test_build_ext.py | 324 cmd.inplace = 1 335 cmd.inplace = 0 353 cmd.inplace = 1 374 cmd.inplace = 1 383 cmd.inplace = 0 399 cmd.inplace = 1
|
/external/lisa/tools/scripts/power/ |
D | power_average.py | 53 df.drop(df.index[end_idx:], inplace=True) 58 df.drop(df.index[:start_idx], inplace=True)
|
/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/lisa/libs/utils/analysis/ |
D | latency_analysis.py | 109 task_switches_df.rename(columns={'prev_state' : 'curr_state'}, inplace=True) 171 df.rename(columns={'t_delta' : 'wakeup_latency'}, inplace=True) 193 df.rename(columns={'t_delta' : 'preempt_latency'}, inplace=True) 332 wkp_df.rename(columns={'wakeup_latency' : 'latency'}, inplace=True) 340 prt_df.rename(columns={'preempt_latency' : 'latency'}, inplace=True) 370 wkp_df.rename(columns={'latency': 'wakeup'}, inplace=True) 374 prt_df.rename(columns={'latency' : 'preempt'}, inplace=True)
|
D | idle_analysis.py | 75 cpu_idle.fillna(method='ffill', inplace=True) 128 cl_idle.fillna(method='ffill', inplace=True) 148 cl_idle.fillna(method='ffill', inplace=True)
|
/external/valgrind/auxprogs/ |
D | Makefile.am | 125 all-local: inplace-noinst_PROGRAMS inplace-noinst_DSYMS
|