Home
last modified time | relevance | path

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

/third_party/alsa-utils/axfer/test/
H A 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/
H A Dintegration.rs41 assert_invalid_result(&common::test_vec(INVALID_STRING)); in test_invalid()
53 assert_eq!(Ok(()), common::test_vec(string)); in test_wtf8()
H A Drandom.rs29 fn test_vec() -> Result<(), getrandom::Error> { in test_vec() functions
H A Dcommon.rs71 pub(crate) fn test_vec(string: &[u8]) -> Result<()> {
/third_party/rust/crates/cxx/tests/
H A Dtest.rs167 let test_vec = [86_u8, 75_u8, 30_u8, 9_u8].to_vec(); in test_c_take()
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/
H A 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/
H A Dinlined_vector_benchmark.cc430 TestVecFn test_vec) { in BatchedBenchmark()
444 test_vec(vector_batch.data() + i, i); in BatchedBenchmark()
456 /* test_vec = */ in BM_ConstructFromSize()
473 /* test_vec = */ in BM_ConstructFromSizeRef()
490 /* test_vec = */ in BM_ConstructFromRange()
507 /* test_vec = */ in BM_ConstructFromCopy()
528 /* test_vec = */ in BM_ConstructFromMove()
566 /* test_vec = */ in BM_AssignSizeRef()
582 /* test_vec = */ in BM_AssignRange()
597 /* test_vec in BM_AssignFromCopy()
429 BatchedBenchmark(benchmark::State& state, PrepareVecFn prepare_vec, TestVecFn test_vec) BatchedBenchmark() argument
[all...]
/third_party/rust/crates/serde/test_suite/tests/
H A Dtest_ser.rs177 fn test_vec() { in test_vec() functions
H A Dtest_de.rs1055 fn test_vec() { in test_vec() functions

Completed in 7 milliseconds