Searched refs:split (Results 1 – 17 of 17) sorted by relevance
| /hardware/google/camera/devices/EmulatedCamera/hwl/tools/ |
| D | parse_bugreport.py | 49 devices = re.split(deviceRegExp, file.read()) 54 physicalDevices = re.split(physicalDeviceRegExp, devices[1]) 58 tags = re.split(tagRegExp, physicalDevice) 71 tagName = tagsContent[i].split()[0] 83 values = re.split(r' {8}', line) 86 tagValues = filter(None, re.split(tagValueRegExp, values[1]))
|
| /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/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/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/wifi/1.0/vts/functional/ |
| D | Android.bp | 60 // These tests are split out so that they can be conditioned on presence of the 80 // These tests are split out so that they can be conditioned on presence of
|
| /hardware/interfaces/wifi/1.4/vts/functional/ |
| D | Android.bp | 40 // These tests are split out so that they can be conditioned on presence of the 63 // These tests are split out so that they can be conditioned on presence of the
|
| /hardware/interfaces/prebuilt_hashes/ |
| D | dump_hals_for_release.py | 56 line_tokens = trim_trailing_comments(line).strip().split() 113 tup = package_root.split(':')
|
| /hardware/interfaces/bluetooth/audio/2.0/ |
| D | IBluetoothAudioProvidersFactory.hal | 22 * This factory allows a HAL implementation to be split into multiple
|
| /hardware/interfaces/audio/6.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/5.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/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
|
| /hardware/libhardware/modules/sensors/dynamic_sensor/ |
| D | HidRawSensor.cpp | 607 std::vector<std::string> split(const std::string &text, char sep) { in split() function
|
| /hardware/interfaces/camera/metadata/3.2/ |
| D | types.hal | 899 * <p>If set to 1, the HAL will always split result
|
| /hardware/interfaces/neuralnetworks/1.3/ |
| D | types.hal | 4491 * * 0: An n-D tensor to split. 4493 * which to split. 5130 * implicitly split into three groups of input-output, state-only, and
|
| /hardware/interfaces/neuralnetworks/1.2/ |
| D | types.hal | 4253 * * 0: An n-D tensor to split. 4255 * which to split.
|