/system/libziparchive/ |
D | entry_name_utils_test.cc | 32 const uint8_t invalid[] = {0x41, 0xfe}; in TEST() local 33 ASSERT_FALSE(IsValidEntryName(invalid, sizeof(invalid))); in TEST()
|
/system/chre/apps/chqts/src/general_test/ |
D | cell_info_base.cc | 27 int32_t upper, int32_t invalid) { in isBoundedInt32() argument 28 return (((value >= lower) && (value <= upper)) || (value == invalid)); in isBoundedInt32()
|
D | cell_info_base.h | 34 int32_t upper, int32_t invalid);
|
D | basic_sensor_tests.cc | 104 if (mApiVersion >= CHRE_API_VERSION_1_2 && data->readings[i].invalid) { in confirmDataIsSane()
|
/system/core/libunwindstack/tests/files/offline/invalid_elf_offset_arm/ |
D | maps.txt | 1 c7ee8000-c8c52fff r-xp 12e4000 00:00 0 invalid.apk
|
/system/libbase/ |
D | parsebool_test.cpp | 45 TEST(parsebool, invalid) { in TEST() argument
|
/system/chre/chre_api/legacy/v1_2/chre/ |
D | sensor_types.h | 357 uint8_t invalid : 1; member
|
/system/chre/chre_api/include/chre_api/chre/ |
D | sensor_types.h | 411 uint8_t invalid : 1; member
|
/system/bt/service/doc/ |
D | IBluetoothGattServerCallback.txt | 48 * If |offset| is invalid then sendResponse should be called with 66 * If |offset| is invalid then sendResponse should be called with 87 * If |offset| is invalid, then sendResponse should be called with 107 * If |offset| is invalid, then sendResponse should be called with
|
/system/keymaster/include/keymaster/ |
D | authorization_set.h | 643 constexpr static size_t invalid = ~size_t(0); variable 646 : pos_(invalid), auth_set1_(nullptr), auth_set2_(nullptr) {} in AuthProxyIterator() 661 if (pos_ == invalid) return *this; 664 pos_ = invalid; 686 return pos_ == invalid ||
|
/system/tools/sysprop/tests/ |
D | InvalidSyspropTest.cpp | 56 module: "odm.invalid.prop.name"
|
/system/chre/chre_api/legacy/v1_0/chre/ |
D | sensor.h | 595 uint8_t invalid : 1; member
|
/system/chre/chre_api/legacy/v1_1/chre/ |
D | sensor.h | 739 uint8_t invalid : 1; member
|
/system/extras/power_profile/camera_avg/ |
D | gradlew.bat | 41 echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME%
|
/system/tools/hidl/host_utils/include/hidl-util/ |
D | Formatter.h | 70 static Formatter invalid() { return Formatter(); } in invalid() function
|
/system/extras/simpleperf/demo/SimpleperfExampleOfKotlin/ |
D | gradlew.bat | 41 echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME%
|
/system/extras/power_profile/gps_on/ |
D | gradlew.bat | 41 echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME%
|
/system/extras/power_profile/camera_flashlight/ |
D | gradlew.bat | 41 echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME%
|
/system/extras/simpleperf/demo/CppApi/ |
D | gradlew.bat | 41 echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME%
|
/system/extras/simpleperf/demo/SimpleperfExamplePureJava/ |
D | gradlew.bat | 41 echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME%
|
/system/extras/simpleperf/demo/JavaApi/ |
D | gradlew.bat | 41 echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME%
|
/system/extras/simpleperf/demo/SimpleperfExampleWithNative/ |
D | gradlew.bat | 41 echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME%
|
/system/tools/hidl/ |
D | Coordinator.cpp | 116 return Formatter::invalid(); in getFormatter() 123 return Formatter::invalid(); in getFormatter() 130 return Formatter::invalid(); in getFormatter()
|
/system/chre/apps/sensor_world/ |
D | sensor_world.cc | 372 reading.isNear, reading.invalid); in nanoappHandleEvent()
|
/system/core/fastboot/fuzzy_fastboot/ |
D | README.md | 127 valid and invalid test packed images for flashing this particular pseudo partition. 139 | expect | "okay" or "fail" | If uploading a invalid or garbage image the bootloader should reject … 286 or panicking on invalid or malformed input is not an acceptable way to handle 355 have good coverage by thinking about all the ways invalid and malicious inputs
|