Searched refs:fragments (Results 1 – 12 of 12) sorted by relevance
/system/core/adb/ |
D | socket_spec.cpp | 185 std::vector<std::string> fragments = android::base::Split(spec_str, ":"); in socket_spec_connect() local 187 if (fragments.size() != 2 && fragments.size() != 3) { in socket_spec_connect() 194 if (!android::base::ParseUint(fragments[1], &cid)) { in socket_spec_connect() 200 if (fragments.size() == 3 && !android::base::ParseUint(fragments[2], &port_value)) { in socket_spec_connect() 289 std::vector<std::string> fragments = android::base::Split(spec_str, ":"); in socket_spec_listen() local 290 if (fragments.size() != 2) { in socket_spec_listen() 295 if (!android::base::ParseInt(fragments[1], &port)) { in socket_spec_listen()
|
/system/bt/gd/packet/ |
D | packet_view.cc | 27 PacketView<little_endian>::PacketView(const std::forward_list<class View> fragments) in PacketView() argument 28 : fragments_(fragments), length_(0) { in PacketView()
|
D | packet_view.h | 36 PacketView(const std::forward_list<class View> fragments);
|
/system/bt/vendor_libs/test_vendor_lib/packets/ |
D | packet_view.cc | 27 PacketView<little_endian>::PacketView(const std::forward_list<class View> fragments) in PacketView() argument 28 : fragments_(fragments), length_(0) { in PacketView()
|
D | packet_view.h | 34 PacketView(const std::forward_list<class View> fragments);
|
/system/sepolicy/vendor/ |
D | vendor_modprobe.te | 3 # For the use of /vendor/bin/modprobe from vendor init.rc fragments
|
/system/chre/platform/shared/idl/ |
D | host_messages.fbs | 104 /// fragments must be delivered before a new LoadNanoappRequest can be 106 /// outstanding fragments, the current request will be overridden with the 109 /// appending to already loaded fragments as appropriate. 111 /// multiple LoadNanoappRequest with incremental nanoapp binary fragments. 134 /// fragments. For clients that do not support fragmented loading, the
|
/system/core/debuggerd/libdebuggerd/ |
D | utility.cpp | 104 std::vector<std::string> fragments = android::base::Split(msg, "\n"); in _LOG() local 105 for (const std::string& fragment : fragments) { in _LOG()
|
/system/media/audio_utils/ |
D | Doxyfile | 208 # uses this value to replace tabs by spaces in code fragments. 811 # that contain example code fragments that are included (see the \include 904 # special comment blocks from generated source code fragments. Normal C, C++ and
|
D | Doxyfile.orig | 208 # uses this value to replace tabs by spaces in code fragments. 811 # that contain example code fragments that are included (see the \include 904 # special comment blocks from generated source code fragments. Normal C, C++ and
|
/system/chre/pal/doc/ |
D | Doxyfile | 216 # uses this value to replace tabs by spaces in code fragments. 844 # that contain example code fragments that are included (see the \include 945 # special comment blocks from generated source code fragments. Normal C, C++ and
|
/system/chre/chre_api/doc/ |
D | Doxyfile | 216 # uses this value to replace tabs by spaces in code fragments. 844 # that contain example code fragments that are included (see the \include 945 # special comment blocks from generated source code fragments. Normal C, C++ and
|