Home
last modified time | relevance | path

Searched refs:test_sample (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/tests/trivial/
Dcompute.c851 static void test_sample(struct context *ctx) in test_sample() function
1665 test_sample(ctx); in main()
/external/python/cpython2/Lib/test/
Dtest_random.py66 def test_sample(self): member in TestBasicOps
/external/flac/libFLAC/
Dstream_encoder.c2644 FLAC__uint64 test_sample; in write_frame_() local
2647 test_sample = encoder->private_->seek_table->points[i].sample_number; in write_frame_()
2648 if(test_sample > frame_last_sample) { in write_frame_()
2651 else if(test_sample >= frame_first_sample) { in write_frame_()
/external/python/cpython3/Lib/test/
Dtest_random.py110 def test_sample(self): member in TestBasicOps