Home
last modified time | relevance | path

Searched refs:test_vec (Results 1 – 9 of 9) sorted by relevance

/third_party/alsa-utils/axfer/test/
Dmapper-test.c386 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/
Dintegration.rs41 assert_invalid_result(&common::test_vec(INVALID_STRING)); in test_invalid()
53 assert_eq!(Ok(()), common::test_vec(string)); in test_wtf8()
Drandom.rs29 fn test_vec() -> Result<(), getrandom::Error> { in test_vec() function
Dcommon.rs71 pub(crate) fn test_vec(string: &[u8]) -> Result<()> {
/third_party/rust/crates/cxx/tests/
Dtest.rs167 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/
Danalyzer.cc34 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/
Dinlined_vector_benchmark.cc430 TestVecFn test_vec) { in BatchedBenchmark() argument
444 test_vec(vector_batch.data() + i, i); in BatchedBenchmark()
/third_party/rust/crates/serde/test_suite/tests/
Dtest_ser.rs179 fn test_vec() { in test_vec() function
Dtest_de.rs1020 fn test_vec() { in test_vec() function