| /hardware/google/camera/devices/EmulatedCamera/hwl/tools/ |
| D | parse_bugreport.py | 55 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/ |
| D | mdp_version.cpp | 343 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/ |
| D | mdp_version.cpp | 349 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/ |
| D | mdp_version.cpp | 406 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/ |
| D | README.md | 9 interfaces have been maintained. The build is split so that the generated
|
| /hardware/interfaces/biometrics/common/util/include/util/ |
| D | Util.h | 60 static std::vector<std::string> split(const std::string& str, const std::string& sep) { in split() function
|
| /hardware/interfaces/wifi/1.6/vts/functional/ |
| D | Android.bp | 72 // 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/ |
| D | Android.bp | 76 // 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/ |
| D | PathUtils.h | 227 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/ |
| D | Android.bp | 92 // 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/ |
| D | FakeFaceEngine.cpp | 79 auto parts = Util::split(nextEnroll, ","); in enrollImpl() 89 auto enrollHit = Util::split(parts[i], ":"); in enrollImpl()
|
| /hardware/interfaces/wifi/1.5/vts/functional/ |
| D | Android.bp | 70 // These tests are split out so that they can be conditioned on presence of the
|
| /hardware/interfaces/biometrics/fingerprint/aidl/default/ |
| D | FakeFingerprintEngine.cpp | 138 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/ |
| D | StringUtils.h | 85 void split(String str, String splitBy, std::function<void(const String&)> func) { in split() function
|
| /hardware/interfaces/bluetooth/audio/2.1/ |
| D | IBluetoothAudioProvidersFactory.hal | 24 * This factory allows a HAL implementation to be split into multiple
|
| /hardware/interfaces/security/rkp/ |
| D | CHANGELOG.md | 40 * The structure has been composed to enable a clear split between what is required to validate a
|
| /hardware/interfaces/bluetooth/audio/2.0/ |
| D | IBluetoothAudioProvidersFactory.hal | 22 * This factory allows a HAL implementation to be split into multiple
|
| /hardware/interfaces/audio/5.0/ |
| D | IDevicesFactory.hal | 23 /** This factory allows a HAL implementation to be split in multiple independent
|
| /hardware/interfaces/audio/4.0/ |
| D | IDevicesFactory.hal | 23 /** This factory allows a HAL implementation to be split in multiple independent
|
| /hardware/interfaces/audio/6.0/ |
| D | IDevicesFactory.hal | 23 /** This factory allows a HAL implementation to be split in multiple independent
|
| /hardware/interfaces/audio/7.0/ |
| D | IDevicesFactory.hal | 23 /** This factory allows a HAL implementation to be split in multiple independent
|
| /hardware/interfaces/broadcastradio/2.0/ |
| D | ITunerCallback.hal | 52 * not exceed it. For large lists, HAL implementation must split them to
|
| /hardware/google/aemu/base/ |
| D | StringUtils.cpp | 126 split(input, splitBy, removeWhiteSpace); in splitTokens()
|
| /hardware/interfaces/audio/7.1/ |
| D | IDevicesFactory.hal | 25 * This factory allows a HAL implementation to be split in multiple independent
|
| /hardware/interfaces/audio/policy/1.0/xml/pfw_schemas/ |
| D | README.md | 24 - The list of plugins (libraries) to be used. They may be split according to
|