Home
last modified time | relevance | path

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

/external/smali/dexlib/src/main/java/org/jf/dexlib/
DDexFile.java153 private boolean inplace = false; field in DexFile
559 return this.inplace; in getInplace()
598 this.inplace = value; in setInplace()
645 if (this.inplace) { in place()
655 if (!this.inplace) { in place()
668 if (this.sortAllItems && !this.inplace) { in place()
707 if (this.inplace) { in writeTo()
/external/v8/tools/
Ddisasm.py56 def GetDisasmLines(filename, offset, size, arch, inplace): argument
58 if not inplace:
Dll_prof.py179 inplace = False
182 inplace = True
188 inplace)
/external/webkit/Tools/Scripts/webkitpy/common/checkout/
Dchangelog.py155 for line in fileinput.FileInput(self.path, inplace=1):
171 for line in fileinput.FileInput(self.path, inplace=1):
177 for line in fileinput.FileInput(self.path, inplace=1):
Ddeps.py56 for line in fileinput.FileInput(self._path, inplace=1):
/external/valgrind/main/mpi/
DMakefile.am67 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/main/
DMakefile.tool.am140 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/clang/www/
Dbuiltins.py153 for line in fileinput.input(inplace=1):
/external/harfbuzz/src/
Dharfbuzz-buffer.c354 HB_Bool inplace ) in _hb_buffer_replace_output_glyph() argument
359 if ( inplace ) in _hb_buffer_replace_output_glyph()
Dharfbuzz-buffer-private.h67 HB_Bool inplace );
/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/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()
Dcxdxt.cpp1473 int inplace = src == dst; \
1502 if( inplace ) \
1526 if( inplace ) \
1545 inplace ? 0 : ICV_DFT_NO_PERMUTE, 1. ); \
/external/valgrind/main/coregrind/
DMakefile.am501 all-local: inplace-noinst_PROGRAMS inplace-noinst_DSYMS
/external/openssh/
Dssh-keygen.c976 int c, skip = 0, inplace = 0, num = 0, invalid = 0, has_unhashed = 0; in do_known_hosts() local
1008 inplace = 1; in do_known_hosts()
1029 if (inplace) in do_known_hosts()
1133 if (inplace) { in do_known_hosts()
1142 if (inplace) { in do_known_hosts()
/external/webkit/PerformanceTests/SunSpider/tests/parse-only/
Djquery-1.3.2.js1773 CLASS: function(match, curLoop, inplace, result, not, isXML){ argument
1817 ATTR: function(match, curLoop, inplace, result, not, isXML){ argument
Dconcat-jquery-mootools-prototype.js1773 CLASS: function(match, curLoop, inplace, result, not, isXML){ argument
1817 ATTR: function(match, curLoop, inplace, result, not, isXML){ argument
/external/eigen/doc/
DQuickReference.dox366 vec2 = vec1.normalized(); vec1.normalize(); // inplace \endcode
/external/webkit/Source/JavaScriptCore/
DChangeLog-2010-05-2423791 Remove now-useless inplace variants of binary ops.
/external/webkit/Source/WebCore/
DChangeLog-2007-10-1413691 …s and cssmakevalue scripts to work on Windows without cygwin perl. Avoid inplace substitutions and…