Home
last modified time | relevance | path

Searched refs:equal (Results 1 – 8 of 8) sorted by relevance

/development/tools/winscope/src/common/
Darray_utils_test.ts21 expect(ArrayUtils.equal([], [1])).toBeFalse();
22 expect(ArrayUtils.equal([1], [])).toBeFalse();
24 expect(ArrayUtils.equal([], [])).toBeTrue();
25 expect(ArrayUtils.equal([undefined], [undefined])).toBeTrue();
26 expect(ArrayUtils.equal([1, 2, 3], [1, 2, 3])).toBeTrue();
28 expect(ArrayUtils.equal([], new Uint8Array(1))).toBeFalse();
29 expect(ArrayUtils.equal([1], new Uint8Array(1))).toBeFalse();
31 expect(ArrayUtils.equal([], new Uint8Array())).toBeTrue();
32 expect(ArrayUtils.equal([], new Uint8Array())).toBeTrue();
33 expect(ArrayUtils.equal([1, 2, 3], new Uint8Array([1, 2, 3]))).toBeTrue();
[all …]
Dfile_utils.ts112 return ArrayUtils.equal(bufferStart, magicNumber);
Darray_utils.ts28 static equal<T>(a: T[] | TypedArray, b: T[] | TypedArray): boolean { method in ArrayUtils
/development/tools/external_crates/crate_health/src/
Dversion_match.rs245 let equal = NameAndVersion::try_from_str("equal", "2.3.4")?; in test_version_map() localVariable
262 (equal.clone(), Some(equal.clone())), in test_version_map()
272 assert_eq!(version_match.get_compatible_version(&equal), Some(&equal)); in test_version_map()
273 assert_eq!(version_match.get_compatible_item(&equal), Some(&"equal dest".to_string())); in test_version_map()
275 version_match.get_compatible_item_mut(&equal), in test_version_map()
278 assert!(!version_match.is_superfluous(&equal)); in test_version_map()
/development/tools/winscope/src/parsers/legacy/
Dparsing_utils.ts25 const bufferContainsMagicNumber = ArrayUtils.equal(
/development/tools/idegen/src/com/android/idegen/
DModule.java379 return Objects.equal(getName(), other.getName()); in equals()
/development/samples/SearchableDictionary/res/raw/
Ddefinitions.txt337 equivalent - j. being essentially equal to something
/development/tools/cargo_embargo/testdata/plotters/
Dcargo.metadata19184 "equal",