/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/google/apf/samples/ |
D | arp_offload_program_gen.py | 16 mac_list = mac_raw.split(":") 17 ip_list = ip_raw.split(".")
|
D | ping4_offload_program_gen.py | 15 mac_list = mac_raw.split(":") 16 ip_list = ip_raw.split(".")
|
D | mdns_offload_program_gen.py | 16 mac_list = mac_raw.split(":") 17 ip_list = ip_raw.split(".")
|
/hardware/google/pixel/preupload_hooks/pixel_json_checker/gitlint/ |
D | git.py | 73 '--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(
|
D | utils.py | 51 locations = os.environ.get("PATH").split(os.pathsep)
|
/hardware/google/gfxstream/guest/fuchsia/ |
D | releasepackage.py | 132 subprocess.check_call(cipd_command.split(" ")) 140 subprocess.check_call(cipd_command.split(" "))
|
/hardware/interfaces/biometrics/common/util/include/util/ |
D | Util.h | 63 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/ |
D | README.md | 9 interfaces have been maintained. The build is split so that the generated
|
/hardware/interfaces/automotive/vehicle/tools/ |
D | translate_aidl_enums.py | 99 msgSplit = msg.strip().split() 271 file_name = file_path.split('/')[-1][:-5]
|
/hardware/interfaces/wifi/1.0/vts/functional/ |
D | Android.bp | 77 // 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/ |
D | Android.bp | 73 // 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/ |
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 | 93 // 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/ |
D | GLESmacros.h | 19 android::base::PathUtils::split(std::string(__FILE__), NULL, &baseName); \
|
/hardware/google/gfxstream/scripts/ |
D | gen-entries.py | 94 … 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/ |
D | Android.bp | 71 // These tests are split out so that they can be conditioned on presence of the
|
/hardware/interfaces/biometrics/fingerprint/aidl/default/ |
D | FakeFingerprintEngine.cpp | 146 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/ |
D | GLESVersionDetector.cpp | 239 android::base::split<std::string>(exts, " ", add); in filterExtensionsBasedOnMaxVersion()
|
/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.0/ |
D | IBluetoothAudioProvidersFactory.hal | 22 * This factory allows a HAL implementation to be split into multiple
|
/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/audio/7.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
|