Home
last modified time | relevance | path

Searched refs:fragments (Results 1 – 12 of 12) sorted by relevance

/system/core/adb/
Dsocket_spec.cpp185 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/
Dpacket_view.cc27 PacketView<little_endian>::PacketView(const std::forward_list<class View> fragments) in PacketView() argument
28 : fragments_(fragments), length_(0) { in PacketView()
Dpacket_view.h36 PacketView(const std::forward_list<class View> fragments);
/system/bt/vendor_libs/test_vendor_lib/packets/
Dpacket_view.cc27 PacketView<little_endian>::PacketView(const std::forward_list<class View> fragments) in PacketView() argument
28 : fragments_(fragments), length_(0) { in PacketView()
Dpacket_view.h34 PacketView(const std::forward_list<class View> fragments);
/system/sepolicy/vendor/
Dvendor_modprobe.te3 # For the use of /vendor/bin/modprobe from vendor init.rc fragments
/system/chre/platform/shared/idl/
Dhost_messages.fbs104 /// 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/
Dutility.cpp104 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/
DDoxyfile208 # 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
DDoxyfile.orig208 # 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/
DDoxyfile216 # 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/
DDoxyfile216 # 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