Searched refs:test_vec (Results 1 – 9 of 9) sorted by relevance
| /third_party/alsa-utils/axfer/test/ |
| D | mapper-test.c | 386 char **test_vec; in test_n_buf() local 392 test_vec = calloc(cntr_count * 2, sizeof(*test_vec)); in test_n_buf() 393 if (test_vec == NULL) in test_n_buf() 397 test_vec[i] = test_buf + size * i; in test_n_buf() 400 frames_per_second, test_vec, frame_count, cntr_count); in test_n_buf() 401 free(test_vec); in test_n_buf()
|
| /third_party/rust/crates/os_str_bytes/tests/ |
| D | integration.rs | 41 assert_invalid_result(&common::test_vec(INVALID_STRING)); in test_invalid() 53 assert_eq!(Ok(()), common::test_vec(string)); in test_wtf8()
|
| D | random.rs | 29 fn test_vec() -> Result<(), getrandom::Error> { in test_vec() function
|
| D | common.rs | 71 pub(crate) fn test_vec(string: &[u8]) -> Result<()> {
|
| /third_party/rust/crates/cxx/tests/ |
| D | test.rs | 167 let test_vec = [86_u8, 75_u8, 30_u8, 9_u8].to_vec(); in test_c_take() localVariable 168 check!(ffi::c_take_rust_vec(test_vec.clone())); in test_c_take() 169 check!(ffi::c_take_rust_vec_index(test_vec.clone())); in test_c_take() 188 check!(ffi::c_take_ref_rust_vec(&test_vec)); in test_c_take() 189 check!(ffi::c_take_ref_rust_vec_index(&test_vec)); in test_c_take() 190 check!(ffi::c_take_ref_rust_vec_copy(&test_vec)); in test_c_take()
|
| /third_party/gn/src/gn/ |
| D | analyzer.cc | 34 std::vector<Label> test_vec; member 179 inputs->test_vec.push_back( in JSONToInputs() 198 for (auto& l : inputs->test_vec) in JSONToInputs()
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/container/ |
| D | inlined_vector_benchmark.cc | 430 TestVecFn test_vec) { in BatchedBenchmark() argument 444 test_vec(vector_batch.data() + i, i); in BatchedBenchmark()
|
| /third_party/rust/crates/serde/test_suite/tests/ |
| D | test_ser.rs | 179 fn test_vec() { in test_vec() function
|
| D | test_de.rs | 1020 fn test_vec() { in test_vec() function
|