Home
last modified time | relevance | path

Searched refs:invalid (Results 1 – 25 of 33) sorted by relevance

12

/system/libziparchive/
Dentry_name_utils_test.cc32 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/
Dcell_info_base.cc27 int32_t upper, int32_t invalid) { in isBoundedInt32() argument
28 return (((value >= lower) && (value <= upper)) || (value == invalid)); in isBoundedInt32()
Dcell_info_base.h34 int32_t upper, int32_t invalid);
Dbasic_sensor_tests.cc104 if (mApiVersion >= CHRE_API_VERSION_1_2 && data->readings[i].invalid) { in confirmDataIsSane()
/system/core/libunwindstack/tests/files/offline/invalid_elf_offset_arm/
Dmaps.txt1 c7ee8000-c8c52fff r-xp 12e4000 00:00 0 invalid.apk
/system/libbase/
Dparsebool_test.cpp45 TEST(parsebool, invalid) { in TEST() argument
/system/chre/chre_api/legacy/v1_2/chre/
Dsensor_types.h357 uint8_t invalid : 1; member
/system/chre/chre_api/include/chre_api/chre/
Dsensor_types.h411 uint8_t invalid : 1; member
/system/bt/service/doc/
DIBluetoothGattServerCallback.txt48 * 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/
Dauthorization_set.h643 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/
DInvalidSyspropTest.cpp56 module: "odm.invalid.prop.name"
/system/chre/chre_api/legacy/v1_0/chre/
Dsensor.h595 uint8_t invalid : 1; member
/system/chre/chre_api/legacy/v1_1/chre/
Dsensor.h739 uint8_t invalid : 1; member
/system/extras/power_profile/camera_avg/
Dgradlew.bat41 echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME%
/system/tools/hidl/host_utils/include/hidl-util/
DFormatter.h70 static Formatter invalid() { return Formatter(); } in invalid() function
/system/extras/simpleperf/demo/SimpleperfExampleOfKotlin/
Dgradlew.bat41 echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME%
/system/extras/power_profile/gps_on/
Dgradlew.bat41 echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME%
/system/extras/power_profile/camera_flashlight/
Dgradlew.bat41 echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME%
/system/extras/simpleperf/demo/CppApi/
Dgradlew.bat41 echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME%
/system/extras/simpleperf/demo/SimpleperfExamplePureJava/
Dgradlew.bat41 echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME%
/system/extras/simpleperf/demo/JavaApi/
Dgradlew.bat41 echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME%
/system/extras/simpleperf/demo/SimpleperfExampleWithNative/
Dgradlew.bat41 echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME%
/system/tools/hidl/
DCoordinator.cpp116 return Formatter::invalid(); in getFormatter()
123 return Formatter::invalid(); in getFormatter()
130 return Formatter::invalid(); in getFormatter()
/system/chre/apps/sensor_world/
Dsensor_world.cc372 reading.isNear, reading.invalid); in nanoappHandleEvent()
/system/core/fastboot/fuzzy_fastboot/
DREADME.md127 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

12