Home
last modified time | relevance | path

Searched refs:split (Results 1 – 25 of 44) sorted by relevance

12

/hardware/google/camera/devices/EmulatedCamera/hwl/tools/
Dparse_bugreport.py55 devices = re.split(deviceRegExp, file.read())
60 physicalDevices = re.split(physicalDeviceRegExp, devices[1])
64 tags = re.split(tagRegExp, physicalDevice)
77 tagName = tagsContent[i].split()[0]
89 values = re.split(r' {8}', line)
97 tagValues = list(filter(None, re.split(tagValueRegExp, values[1])))
/hardware/google/apf/samples/
Darp_offload_program_gen.py16 mac_list = mac_raw.split(":")
17 ip_list = ip_raw.split(".")
Dping4_offload_program_gen.py15 mac_list = mac_raw.split(":")
16 ip_list = ip_raw.split(".")
Dmdns_offload_program_gen.py16 mac_list = mac_raw.split(":")
17 ip_list = ip_raw.split(".")
/hardware/google/pixel/preupload_hooks/pixel_json_checker/gitlint/
Dgit.py73 '--ignore-submodules=all']).decode('utf-8').split(os.linesep)
93 commit]).decode('utf-8').split(os.linesep)
129 ['git', 'blame', (commit + b'^!'), '--porcelain', '--', filename]).split(
Dutils.py51 locations = os.environ.get("PATH").split(os.pathsep)
/hardware/google/gfxstream/guest/fuchsia/
Dreleasepackage.py132 subprocess.check_call(cipd_command.split(" "))
140 subprocess.check_call(cipd_command.split(" "))
/hardware/interfaces/biometrics/common/util/include/util/
DUtil.h63 static std::vector<std::string> split(const std::string& str, const std::string& sep) { in split() function
75 std::vector<std::string> seqs = Util::split(str, sep);
/hardware/interfaces/security/keymint/
DREADME.md9 interfaces have been maintained. The build is split so that the generated
/hardware/interfaces/automotive/vehicle/tools/
Dtranslate_aidl_enums.py99 msgSplit = msg.strip().split()
271 file_name = file_path.split('/')[-1][:-5]
/hardware/interfaces/wifi/1.0/vts/functional/
DAndroid.bp77 // These tests are split out so that they can be conditioned on presence of the
102 // These tests are split out so that they can be conditioned on presence of
/hardware/interfaces/wifi/1.6/vts/functional/
DAndroid.bp73 // These tests are split out so that they can be conditioned on presence of the
98 // These tests are split out so that they can be conditioned on presence of the
/hardware/google/aemu/base/include/aemu/base/files/
DPathUtils.h227 static bool split(const char* path,
233 static bool split(const char* path, in split() function
236 return split(path, HOST_TYPE, dirName, baseName); in split()
/hardware/interfaces/wifi/1.4/vts/functional/
DAndroid.bp93 // These tests are split out so that they can be conditioned on presence of the
117 // These tests are split out so that they can be conditioned on presence of the
/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/include/GLcommon/
DGLESmacros.h19 android::base::PathUtils::split(std::string(__FILE__), NULL, &baseName); \
/hardware/google/gfxstream/scripts/
Dgen-entries.py94 … namespaces = list(map(lambda t: t.strip(), line.split("namespaces")[1].strip().split(",")))
108 for parameter in parameters.split(','):
/hardware/interfaces/wifi/1.5/vts/functional/
DAndroid.bp71 // These tests are split out so that they can be conditioned on presence of the
/hardware/interfaces/biometrics/fingerprint/aidl/default/
DFakeFingerprintEngine.cpp146 auto parts = Util::split(nextEnroll, ":"); in onEnrollFingerDown()
423 auto locations = Util::split(locStr, ","); in getSensorLocationConfig()
428 auto dim = Util::split(loc, ":"); in getSensorLocationConfig()
/hardware/google/gfxstream/host/gl/
DGLESVersionDetector.cpp239 android::base::split<std::string>(exts, " ", add); in filterExtensionsBasedOnMaxVersion()
/hardware/google/aemu/base/include/aemu/base/misc/
DStringUtils.h85 void split(String str, String splitBy, std::function<void(const String&)> func) { in split() function
/hardware/interfaces/bluetooth/audio/2.0/
DIBluetoothAudioProvidersFactory.hal22 * This factory allows a HAL implementation to be split into multiple
/hardware/interfaces/bluetooth/audio/2.1/
DIBluetoothAudioProvidersFactory.hal24 * This factory allows a HAL implementation to be split into multiple
/hardware/interfaces/security/rkp/
DCHANGELOG.md40 * The structure has been composed to enable a clear split between what is required to validate a
/hardware/interfaces/audio/7.0/
DIDevicesFactory.hal23 /** This factory allows a HAL implementation to be split in multiple independent
/hardware/interfaces/audio/5.0/
DIDevicesFactory.hal23 /** This factory allows a HAL implementation to be split in multiple independent

12