Home
last modified time | relevance | path

Searched refs:split (Results 1 – 25 of 33) 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/qcom/display/msm8084/libqdutils/
Dmdp_version.cpp343 char split[64] = {0}; in updateSplitInfo() local
347 if(fread(split, sizeof(char), 64, fp)) { in updateSplitInfo()
348 split[sizeof(split) - 1] = '\0'; in updateSplitInfo()
349 mSplit.mLeft = atoi(split); in updateSplitInfo()
351 char *rght = strpbrk(split, " "); in updateSplitInfo()
/hardware/qcom/display/msm8226/libqdutils/
Dmdp_version.cpp349 char split[64] = {0}; in updateSplitInfo() local
353 if(fread(split, sizeof(char), 64, fp)) { in updateSplitInfo()
354 split[sizeof(split) - 1] = '\0'; in updateSplitInfo()
355 mSplit.mLeft = atoi(split); in updateSplitInfo()
357 char *rght = strpbrk(split, " "); in updateSplitInfo()
/hardware/qcom/display/msm8994/libqdutils/
Dmdp_version.cpp406 char split[64] = {0}; in updateSplitInfo() local
410 if(fread(split, sizeof(char), 64, fp)) { in updateSplitInfo()
411 split[sizeof(split) - 1] = '\0'; in updateSplitInfo()
412 mSplit.mLeft = atoi(split); in updateSplitInfo()
414 char *rght = strpbrk(split, " "); in updateSplitInfo()
/hardware/interfaces/security/keymint/
DREADME.md9 interfaces have been maintained. The build is split so that the generated
/hardware/interfaces/biometrics/common/util/include/util/
DUtil.h60 static std::vector<std::string> split(const std::string& str, const std::string& sep) { in split() function
/hardware/interfaces/wifi/1.6/vts/functional/
DAndroid.bp72 // These tests are split out so that they can be conditioned on presence of the
97 // These tests are split out so that they can be conditioned on presence of the
/hardware/interfaces/wifi/1.0/vts/functional/
DAndroid.bp76 // These tests are split out so that they can be conditioned on presence of the
101 // These tests are split out so that they can be conditioned on presence of
/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.bp92 // These tests are split out so that they can be conditioned on presence of the
116 // These tests are split out so that they can be conditioned on presence of the
/hardware/interfaces/biometrics/face/aidl/default/
DFakeFaceEngine.cpp79 auto parts = Util::split(nextEnroll, ","); in enrollImpl()
89 auto enrollHit = Util::split(parts[i], ":"); in enrollImpl()
/hardware/interfaces/wifi/1.5/vts/functional/
DAndroid.bp70 // These tests are split out so that they can be conditioned on presence of the
/hardware/interfaces/biometrics/fingerprint/aidl/default/
DFakeFingerprintEngine.cpp138 auto parts = Util::split(nextEnroll, ":"); in onEnrollFingerDown()
419 auto dim = Util::split(loc, ":"); in getSensorLocationConfig()
455 std::vector<std::string> seqs = Util::split(str, sep); in parseIntSequence()
/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.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/bluetooth/audio/2.0/
DIBluetoothAudioProvidersFactory.hal22 * This factory allows a HAL implementation to be split into multiple
/hardware/interfaces/audio/5.0/
DIDevicesFactory.hal23 /** This factory allows a HAL implementation to be split in multiple independent
/hardware/interfaces/audio/4.0/
DIDevicesFactory.hal23 /** This factory allows a HAL implementation to be split in multiple independent
/hardware/interfaces/audio/6.0/
DIDevicesFactory.hal23 /** This factory allows a HAL implementation to be split in multiple independent
/hardware/interfaces/audio/7.0/
DIDevicesFactory.hal23 /** This factory allows a HAL implementation to be split in multiple independent
/hardware/interfaces/broadcastradio/2.0/
DITunerCallback.hal52 * not exceed it. For large lists, HAL implementation must split them to
/hardware/google/aemu/base/
DStringUtils.cpp126 split(input, splitBy, removeWhiteSpace); in splitTokens()
/hardware/interfaces/audio/7.1/
DIDevicesFactory.hal25 * This factory allows a HAL implementation to be split in multiple independent
/hardware/interfaces/audio/policy/1.0/xml/pfw_schemas/
DREADME.md24 - The list of plugins (libraries) to be used. They may be split according to

12