Searched refs:equal (Results 1 – 8 of 8) sorted by relevance
/development/tools/winscope/src/common/ |
D | array_utils_test.ts | 21 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 …]
|
D | file_utils.ts | 112 return ArrayUtils.equal(bufferStart, magicNumber);
|
D | array_utils.ts | 28 static equal<T>(a: T[] | TypedArray, b: T[] | TypedArray): boolean { method in ArrayUtils
|
/development/tools/external_crates/crate_health/src/ |
D | version_match.rs | 245 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/ |
D | parsing_utils.ts | 25 const bufferContainsMagicNumber = ArrayUtils.equal(
|
/development/tools/idegen/src/com/android/idegen/ |
D | Module.java | 379 return Objects.equal(getName(), other.getName()); in equals()
|
/development/samples/SearchableDictionary/res/raw/ |
D | definitions.txt | 337 equivalent - j. being essentially equal to something
|
/development/tools/cargo_embargo/testdata/plotters/ |
D | cargo.metadata | 19184 "equal",
|