/external/smali/dexlib/src/main/java/org/jf/dexlib/ |
D | DexFile.java | 153 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/ |
D | disasm.py | 56 def GetDisasmLines(filename, offset, size, arch, inplace): argument 58 if not inplace:
|
D | ll_prof.py | 179 inplace = False 182 inplace = True 188 inplace)
|
/external/webkit/Tools/Scripts/webkitpy/common/checkout/ |
D | changelog.py | 155 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):
|
D | deps.py | 56 for line in fileinput.FileInput(self._path, inplace=1):
|
/external/valgrind/main/mpi/ |
D | Makefile.am | 67 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/main/ |
D | Makefile.tool.am | 140 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/clang/www/ |
D | builtins.py | 153 for line in fileinput.input(inplace=1):
|
/external/harfbuzz/src/ |
D | harfbuzz-buffer.c | 354 HB_Bool inplace ) in _hb_buffer_replace_output_glyph() argument 359 if ( inplace ) in _hb_buffer_replace_output_glyph()
|
D | harfbuzz-buffer-private.h | 67 HB_Bool inplace );
|
/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/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()
|
D | cxdxt.cpp | 1473 int inplace = src == dst; \ 1502 if( inplace ) \ 1526 if( inplace ) \ 1545 inplace ? 0 : ICV_DFT_NO_PERMUTE, 1. ); \
|
/external/valgrind/main/coregrind/ |
D | Makefile.am | 501 all-local: inplace-noinst_PROGRAMS inplace-noinst_DSYMS
|
/external/openssh/ |
D | ssh-keygen.c | 976 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/ |
D | jquery-1.3.2.js | 1773 CLASS: function(match, curLoop, inplace, result, not, isXML){ argument 1817 ATTR: function(match, curLoop, inplace, result, not, isXML){ argument
|
D | concat-jquery-mootools-prototype.js | 1773 CLASS: function(match, curLoop, inplace, result, not, isXML){ argument 1817 ATTR: function(match, curLoop, inplace, result, not, isXML){ argument
|
/external/eigen/doc/ |
D | QuickReference.dox | 366 vec2 = vec1.normalized(); vec1.normalize(); // inplace \endcode
|
/external/webkit/Source/JavaScriptCore/ |
D | ChangeLog-2010-05-24 | 23791 Remove now-useless inplace variants of binary ops.
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2007-10-14 | 13691 …s and cssmakevalue scripts to work on Windows without cygwin perl. Avoid inplace substitutions and…
|