Searched refs:re (Results 1 – 25 of 28) sorted by relevance
12
/hardware/interfaces/prebuilt_hashes/ |
D | dump_hals_for_release.py | 28 import re 76 mo = re.match(Constants.HAL_PATH_PATTERN, filepath) 84 lambda s: all(re.search(pattern, s) is None for pattern in Globals.filter_out), 101 mo = re.match(Constants.CURRENT_TXT_PATTERN, filename)
|
/hardware/interfaces/broadcastradio/2.0/vts/functional/ |
D | VtsHalBroadcastradioV2_0TargetTest.cpp | 388 std::regex re("^[A-Z0-9][A-Z0-9 ]{0,5}[A-Z0-9]$"); in TEST_F() local 390 ASSERT_TRUE(std::regex_match("5A", re)); in TEST_F() 391 ASSERT_FALSE(std::regex_match("5a", re)); in TEST_F() 392 ASSERT_FALSE(std::regex_match("1234ABCD", re)); in TEST_F() 393 ASSERT_TRUE(std::regex_match("CN 12D", re)); in TEST_F() 394 ASSERT_FALSE(std::regex_match(" 5A", re)); in TEST_F() 397 EXPECT_TRUE(std::regex_match(std::string(entry.label), re)); in TEST_F()
|
/hardware/libhardware/modules/ |
D | README.android | 17 A module can have several variants: "default", "arch" and "board", and they're
|
/hardware/interfaces/gatekeeper/1.0/ |
D | types.hal | 22 STATUS_REENROLL = 1, // success, but upper layers should re-enroll
|
D | IGatekeeper.hal | 86 * If password re-enrollment is necessary, it must return STATUS_REENROLL.
|
/hardware/qcom/msm8998/json-c/ |
D | README.md | 17 If you're not using a release tarball, you'll also need:
|
D | RELEASE_CHECKLIST.txt | 25 Generally, unless we're doing a major release, change:
|
D | ChangeLog | 40 a re-serialized object more exactly matches the input. 84 * Allow json_tokener_parse_ex() to be re-used to parse multiple object.
|
/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/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/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.
|
D | IGnssMeasurementCallback.hal | 273 * re-solve for the GNSS clock bias and drift, when using the accompanying
|
/hardware/interfaces/camera/device/3.4/ |
D | types.hal | 106 * parameters that trigger time-consuming HW re-configurations or internal camera
|
/hardware/interfaces/renderscript/1.0/ |
D | IContext.hal | 926 * support them? Or can we fallback to the CPU when they're used? Or can't 927 * we tell whether they're used early enough to do fallback?
|
/hardware/interfaces/wifi/1.0/ |
D | IWifiChip.hal | 576 * TODO: Since we're not longer dumping out the raw data, storing in separate
|
D | types.hal | 829 * Configuration parameters of NAN: used when enabling and re-configuring a NAN cluster. 1286 * ID of the data-path (NDP) for which we're responding - obtained as part of the request in
|
/hardware/interfaces/radio/1.0/ |
D | IRadio.hal | 1049 * subscription is changed, application layer must re-issue the request to 1082 * layer must re-issue the request to update the device identity in this case.
|
D | types.hal | 943 SIM_INIT = 1, // SIM initialized. All files should be re-read. 945 // nd all files must be re-read.
|
/hardware/interfaces/radio/1.4/ |
D | types.hal | 922 * Radio resource control (RRC) connection re-establishment failure.
|
12