Home
last modified time | relevance | path

Searched refs:_to (Results 1 – 14 of 14) sorted by relevance

/external/libcxx/src/
Dlocale.cpp3124 uint8_t* _to = reinterpret_cast<uint8_t*>(to); in do_out() local
3126 uint8_t* _to_nxt = _to; in do_out()
3127 result r = utf16_to_utf8(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt); in do_out()
3129 to_nxt = to + (_to_nxt - _to); in do_out()
3141 uint16_t* _to = reinterpret_cast<uint16_t*>(to); in do_in() local
3143 uint16_t* _to_nxt = _to; in do_in()
3144 result r = utf8_to_utf16(_frm, _frm_end, _frm_nxt, _to, _to_end, _to_nxt); in do_in()
3146 to_nxt = to + (_to_nxt - _to); in do_in()
3201 uint8_t* _to = reinterpret_cast<uint8_t*>(to); in do_out() local
3203 uint8_t* _to_nxt = _to; in do_out()
[all …]
/external/compiler-rt/lib/asan/scripts/
Dasan_device_setup316 local _to=$2
330 exec $_to \$@
379 local _to=$2
383 echo "Installing $_to/$_basename $_mode $_context"
384 adb_push "$_from" "$_to/$_basename"
385 adb_shell chown root.shell "$_to/$_basename"
387 adb_shell chmod "$_mode" "$_to/$_basename"
390 adb_shell chcon "$_context" "$_to/$_basename"
/external/autotest/server/site_tests/provision_CheetsUpdate/
DREADME.md11 ## Running push\_to\_device manually
14 download push\_to\_device.zip and the prebuilt image (e.g. cheets_arm-img-4885137.zip)
26 Warning: If the command fails, check run\_push\_to\_device method in
/external/tensorflow/tensorflow/lite/experimental/micro/examples/micro_speech/apollo3/
DREADME.md19 captured\_data\_to\_wav.py by executing "python
20 captured\_data\_to\_wav.py"
72 * **captured\_data\_to\_wav.py**: Python script that parses a text file
/external/perfetto/test/cts/
DREADME.md15 * The contents of perfetto/test/end\_to\_end\_integrationtest.cc.
/external/perfetto/docs/
Dheapprofd.md199 ### Download trace\_to\_text
200 Download the latest trace\_to\_text for [Linux](
243 Use the trace\_to\_text file downloaded above, with XXXXXXX replaced with the
/external/mesa3d/src/mesa/state_tracker/tests/
Dtest_glsl_to_tgsi_lifetime.cpp40 …ockCodeline(unsigned _op, const vector<int>& _dst, const vector<int>& _src, const vector<int>&_to): in MockCodeline()
41 op(_op), dst(_dst), src(_src), tex_offsets(_to){} in MockCodeline()
55 const vector<pair<int, const char *>>&_to): in MockCodelineWithSwizzle()
56 op(_op), dst(_dst), src(_src), tex_offsets(_to){} in MockCodelineWithSwizzle()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DTimeZoneNamesImpl.java830 private long _to;
835 _to = to;
847 return _to;
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DTimeZoneNamesImpl.java832 private long _to;
837 _to = to;
849 return _to;
/external/mesa3d/src/gallium/docs/source/
Dtgsi.rst415 dst = f32\_to\_f16(src.x) | f32\_to\_f16(src.y) << 16
424 dst = f32\_to\_unorm16(src.x) | f32\_to\_unorm16(src.y) << 16
433 dst = f32\_to\_snorm8(src.x) |
434 (f32\_to\_snorm8(src.y) << 8) |
435 (f32\_to\_snorm8(src.z) << 16) |
436 (f32\_to\_snorm8(src.w) << 24)
445 dst = f32\_to\_unorm8(src.x) |
446 (f32\_to\_unorm8(src.y) << 8) |
447 (f32\_to\_unorm8(src.z) << 16) |
448 (f32\_to\_unorm8(src.w) << 24)
[all …]
/external/python/cpython3/Objects/
Dunicodeobject.c164 to_type *_to = (to_type *)(to); \
171 _to[0] = (to_type) _iter[0]; \
172 _to[1] = (to_type) _iter[1]; \
173 _to[2] = (to_type) _iter[2]; \
174 _to[3] = (to_type) _iter[3]; \
175 _iter += 4; _to += 4; \
178 *_to++ = (to_type) *_iter++; \
/external/cldr/tools/java/org/unicode/cldr/util/data/
DPathHeader.txt343 //supplementalData/likelySubtags/likelySubtag[@from="%A"]/_to ; Supplemental ; Likely ; Subtag ; …
/external/guice/extensions/persist/lib/
Ddb4o-6.4.14.8131-java5.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/db4o/ com/ ...
/external/cldr/tools/java/libs/
Dicu4j.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ ...