/hardware/google/camera/devices/EmulatedCamera/hwl/tools/ |
D | parse_bugreport.py | 27 import re 49 devices = re.split(deviceRegExp, file.read()) 54 physicalDevices = re.split(physicalDeviceRegExp, devices[1]) 58 tags = re.split(tagRegExp, physicalDevice) 59 tagsContent = re.findall(tagRegExp, physicalDevice) 83 values = re.split(r' {8}', line) 86 tagValues = filter(None, re.split(tagValueRegExp, values[1])) 112 if re.match("bugreport", name) is not None:
|
/hardware/interfaces/rebootescrow/aidl/default/ |
D | service.cpp | 34 auto re = ndk::SharedRefBase::make<RebootEscrow>(rebootEscrowDevicePath); in main() local 36 binder_status_t status = AServiceManager_addService(re->asBinder().get(), instance.c_str()); in main()
|
/hardware/interfaces/scripts/ |
D | list_hal_vts.py | 28 import re 31 PATH_PACKAGE_PATTERN = re.compile( 64 mo = re.match(PATH_PACKAGE_PATTERN, path)
|
/hardware/google/camera/common/hal/hidl_service/ |
D | version_script.py | 20 import re 54 match = re.search(r'([0-9]+)', soong_build_number)
|
/hardware/interfaces/broadcastradio/2.0/vts/functional/ |
D | VtsHalBroadcastradioV2_0TargetTest.cpp | 389 std::regex re("^[A-Z0-9][A-Z0-9 ]{0,5}[A-Z0-9]$"); in TEST_P() local 391 ASSERT_TRUE(std::regex_match("5A", re)); in TEST_P() 392 ASSERT_FALSE(std::regex_match("5a", re)); in TEST_P() 393 ASSERT_FALSE(std::regex_match("1234ABCD", re)); in TEST_P() 394 ASSERT_TRUE(std::regex_match("CN 12D", re)); in TEST_P() 395 ASSERT_FALSE(std::regex_match(" 5A", re)); in TEST_P() 398 EXPECT_TRUE(std::regex_match(std::string(entry.label), re)); in TEST_P()
|
/hardware/libhardware/modules/ |
D | README.android | 17 A module can have several variants: "default", "arch" and "board", and they're
|
/hardware/interfaces/tests/lazy/1.1/ |
D | ILazy.hal | 25 * For testing purposes, this callback exercises the code to unregister/re-register
|
/hardware/interfaces/secure_element/1.2/ |
D | ISecureElement.hal | 30 * after resetting and all the re-initialization has been successfully completed.
|
/hardware/interfaces/gatekeeper/1.0/ |
D | types.hal | 22 STATUS_REENROLL = 1, // success, but upper layers should re-enroll
|
D | IGatekeeper.hal | 87 * If password re-enrollment is necessary, it must return STATUS_REENROLL.
|
/hardware/qcom/sm8150/gps/utils/ |
D | loc_misc_utils.cpp | 308 float re = A6DOF_WGS_A * sfr + lla[2]; in loc_convert_lla_gnss_to_vrp() local 317 lla[1] = lla[1] + deltaNEU[1] / (re * cl); in loc_convert_lla_gnss_to_vrp()
|
/hardware/qcom/sm7250/gps/utils/ |
D | loc_misc_utils.cpp | 308 float re = A6DOF_WGS_A * sfr + lla[2]; in loc_convert_lla_gnss_to_vrp() local 317 lla[1] = lla[1] + deltaNEU[1] / (re * cl); in loc_convert_lla_gnss_to_vrp()
|
/hardware/interfaces/graphics/common/1.1/ |
D | types.hal | 149 * V0_SRGB) and no re-saturation is allowed. When non-colorimetric mapping 151 * implementations for the purpose of re-saturation, and the re-saturated
|
/hardware/interfaces/tests/extension/light/2.0/ |
D | types.hal | 37 * Say we're really going to use the phone as a heater.
|
/hardware/interfaces/nfc/1.1/ |
D | types.hal | 21 /** In case of an error, HCI network needs to be re-initialized */
|
/hardware/interfaces/biometrics/face/1.0/ |
D | types.hal | 268 * The sensor needs to be re-calibrated. This is an unexpected condition, 271 * re-enrolling. The expected response to this message is to direct the 272 * user to re-enroll.
|
D | IBiometricsFace.hal | 103 * window of opportunity to re-use the challenge and HAT. For example, 105 * or more faces or toggle secure settings without having to re-enter the 151 * flag without re-enrolling. For example, if the user didn't provide
|
/hardware/interfaces/keymaster/4.1/ |
D | types.hal | 62 … * keymaster. exportKey() can be used to re-wrap storage key with a per-boot ephemeral key wrapped
|
/hardware/libhardware/modules/camera/3_4/ |
D | README.md | 133 * One stream at a time is supported. Notably, this means you must re-configure 134 the stream between preview and capture if they're not the same format.
|
/hardware/interfaces/wifi/supplicant/1.3/ |
D | ISupplicantStaIfaceCallback.hal | 134 * Duration for which STA shouldn't try to re-associate.
|
/hardware/interfaces/radio/1.5/ |
D | IRadioIndication.hal | 72 * user, or if the user’s conditional barring status changes due to re-evaluation of the
|
/hardware/interfaces/keymaster/3.0/ |
D | types.hal | 112 * they're informational only. 159 // DSA = 2, -- Removed, do not re-use value 2.
|
/hardware/interfaces/radio/1.1/ |
D | types.hal | 213 string keyIdentifier; // This is an opaque value we're given by the carrier
|
/hardware/interfaces/gnss/1.0/ |
D | IGnss.hal | 118 * setCallback() method is called again and the requests are re-initiated by the framework.
|
/hardware/interfaces/wifi/1.4/ |
D | types.hal | 170 * Configuration parameters of NAN: used when enabling and re-configuring a NAN cluster.
|