Home
last modified time | relevance | path

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

/external/lldb/test/example/
DTestSequenceFunctions.py27 def test_sample(self): member in SequenceFunctionsTestCase
/external/mesa3d/src/gallium/tests/trivial/
Dcompute.c807 static void test_sample(struct context *ctx) in test_sample() function
1578 test_sample(ctx); in main()
/external/flac/libFLAC/
Dstream_encoder.c2651 FLAC__uint64 test_sample; in write_frame_() local
2654 test_sample = encoder->private_->seek_table->points[i].sample_number; in write_frame_()
2655 if(test_sample > frame_last_sample) { in write_frame_()
2658 else if(test_sample >= frame_first_sample) { in write_frame_()