/external/libcxx/src/ |
D | locale.cpp | 3183 uint8_t* _to = reinterpret_cast<uint8_t*>(to); in do_out() local 3185 uint8_t* _to_nxt = _to; in do_out() 3186 result r = utf16_to_utf8(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt); in do_out() 3188 to_nxt = to + (_to_nxt - _to); in do_out() 3200 uint16_t* _to = reinterpret_cast<uint16_t*>(to); in do_in() local 3202 uint16_t* _to_nxt = _to; in do_in() 3203 result r = utf8_to_utf16(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt); in do_in() 3205 to_nxt = to + (_to_nxt - _to); in do_in() 3260 uint8_t* _to = reinterpret_cast<uint8_t*>(to); in do_out() local 3262 uint8_t* _to_nxt = _to; in do_out() [all …]
|
/external/compiler-rt/lib/asan/scripts/ |
D | asan_device_setup | 309 local _to=$2 316 exec $_to \$@ 365 local _to=$2 369 echo "Installing $_to/$_basename $_mode $_context" 370 adb_push "$_from" "$_to/$_basename" 371 adb_shell chown root.shell "$_to/$_basename" 373 adb_shell chmod "$_mode" "$_to/$_basename" 376 adb_shell chcon "$_context" "$_to/$_basename"
|
/external/jetty/src/java/org/eclipse/jetty/servlet/ |
D | ErrorPageErrorHandler.java | 194 private int _to; field in ErrorPageErrorHandler.ErrorCodeRange 204 _to = to; in ErrorCodeRange() 210 if ((value >= _from) && (value <= _to)) in isInRange() 226 return "from: " + _from + ",to: " + _to + ",uri: " + _uri; in toString()
|
/external/opencv3/modules/stitching/include/opencv2/stitching/detail/ |
D | util.hpp | 132 inline GraphEdge::GraphEdge(int _from, int _to, float _weight) : from(_from), to(_to), weight(_weig… in GraphEdge() argument
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | TimeZoneNamesImpl.java | 769 private long _to; field in TimeZoneNamesImpl.MZMapEntry 774 _to = to; in MZMapEntry() 786 return _to; in to()
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
D | TimeZoneNamesImpl.java | 771 private long _to; field in TimeZoneNamesImpl.MZMapEntry 776 _to = to; in MZMapEntry() 788 return _to; in to()
|
/external/opencv3/modules/calib3d/src/ |
D | ptsetreg.cpp | 506 int cv::estimateAffine3D(InputArray _from, InputArray _to, in estimateAffine3D() argument 510 Mat from = _from.getMat(), to = _to.getMat(); in estimateAffine3D()
|
/external/opencv3/modules/core/src/ |
D | matrix.cpp | 4573 convertData_(const void* _from, void* _to, int cn) in convertData_() argument 4576 T2* to = (T2*)_to; in convertData_() 4585 convertScaleData_(const void* _from, void* _to, int cn, double alpha, double beta) in convertScaleData_() argument 4588 T2* to = (T2*)_to; in convertScaleData_()
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
D | org.mortbay.jetty.server_6.1.23.v201004211559.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
/external/guice/extensions/persist/lib/ |
D | db4o-6.4.14.8131-java5.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/db4o/
com/ ... |