/external/deqp-deps/amber/tests/cases/ |
D | draw_grids.amber | 70 RUN pipeline1 DRAW_GRID POS 0 0 SIZE 400 300 CELLS 2 3 71 RUN pipeline2 DRAW_GRID POS 0 300 SIZE 400 300 CELLS 1 1 72 RUN pipeline3 DRAW_GRID POS 400 0 SIZE 400 300 CELLS 100 100 73 RUN pipeline4 DRAW_GRID POS 400 300 SIZE 400 300 CELLS 1 71
|
D | draw_grid_multiple_pipeline.amber | 38 RUN my_pipeline DRAW_GRID POS 0 0 SIZE 250 250 CELLS 1 2 39 RUN pipeline2 DRAW_GRID POS 250 250 SIZE 250 250 CELLS 3 4 40 RUN pipeline3 DRAW_GRID POS 0 250 SIZE 250 250 CELLS 5 6
|
D | draw_grid_multiple_color_attachment.amber | 38 RUN my_pipeline DRAW_GRID POS 0 0 SIZE 800 600 CELLS 91 37
|
D | draw_grid_with_two_vertex_data_attached.expect_fail.amber | 73 RUN pipeline DRAW_GRID POS 100 100 SIZE 100 100 CELLS 10 10
|
D | draw_grid.amber | 49 RUN my_pipeline DRAW_GRID POS 0 0 SIZE 250 250 CELLS 8 4
|
D | draw_grid_with_buffer.amber | 61 RUN pipeline1 DRAW_GRID POS 0 0 SIZE 400 300 CELLS 128 128
|
D | draw_polygon_mode.amber | 85 RUN pipeline_line_grid DRAW_GRID POS 80 40 SIZE 96 96 CELLS 3 3
|
/external/rust/crates/once_cell/examples/ |
D | test_synchronization.rs | 15 static CELLS: OnceCell<Vec<OnceCell<usize>>> = OnceCell::new(); constant 20 CELLS.get_or_init(|| vec![OnceCell::new(); N_ROUNDS]); in main() 31 let cells = CELLS.get().unwrap(); in thread_main()
|
/external/guava/guava-tests/test/com/google/common/collect/ |
D | RegularImmutableTableTest.java | 27 private static final ImmutableSet<Cell<Character, Integer, String>> CELLS = field in RegularImmutableTableTest 38 new SparseImmutableTable<>(CELLS.asList(), ROW_SPACE, COLUMN_SPACE); 41 new DenseImmutableTable<>(CELLS.asList(), ROW_SPACE, COLUMN_SPACE); 50 assertEquals(CELLS, testInstance.cellSet()); in testCellSet() 82 assertTrue(RegularImmutableTable.forCells(CELLS) instanceof DenseImmutableTable<?, ?, ?>); in testForCells()
|
/external/guava/android/guava-tests/test/com/google/common/collect/ |
D | RegularImmutableTableTest.java | 27 private static final ImmutableSet<Cell<Character, Integer, String>> CELLS = field in RegularImmutableTableTest 38 new SparseImmutableTable<>(CELLS.asList(), ROW_SPACE, COLUMN_SPACE); 41 new DenseImmutableTable<>(CELLS.asList(), ROW_SPACE, COLUMN_SPACE); 50 assertEquals(CELLS, testInstance.cellSet()); in testCellSet() 82 assertTrue(RegularImmutableTable.forCells(CELLS) instanceof DenseImmutableTable<?, ?, ?>); in testForCells()
|
/external/autotest/client/cros/cellular/ |
D | labconfig_data.py | 9 CELLS = {} variable 82 CELLS['cam'] = { 127 CELLS['mtv'] = {
|
D | labconfig.py | 76 if name not in labconfig_data.CELLS: 79 name, labconfig_data.CELLS.keys())) 81 return labconfig_data.CELLS[name]
|
D | labconfig_write_stanzas | 52 if cell not in labconfig_data.CELLS: 56 find_names(f.Visit, labconfig_data.CELLS[cell])
|
D | labconfig_test.py | 38 labconfig_data.CELLS['test'] = TEST_CELL
|
/external/deqp-deps/amber/tools/ |
D | amber.sublime-syntax | 24 - match: '\b(BINDING|IDX|TO|RUN|DRAW_RECT|POS|DRAW_GRID|CELLS|DRAW_ARRAY|IN|AS|START_IDX)\b'
|
D | amber-syntax.vim | 51 syn keyword amberBlockCmd TEXT BINARY PNG DRAW_GRID CELLS INSTANCE_COUNT
|
/external/deqp/external/vulkancts/data/vulkan/amber/graphicsfuzz/ |
D | stable-quicksort-max-value-as-index.amber | 712 RUN reference_pipeline DRAW_GRID POS 0 0 SIZE 256 256 CELLS 8 8 1440 RUN variant_pipeline DRAW_GRID POS 0 0 SIZE 256 256 CELLS 8 8
|
D | stable-quicksort-for-loop-with-injection.amber | 710 RUN reference_pipeline DRAW_GRID POS 0 0 SIZE 256 256 CELLS 8 8 1436 RUN variant_pipeline DRAW_GRID POS 0 0 SIZE 256 256 CELLS 8 8
|
D | stable-quicksort-if-false-else-return.amber | 905 RUN reference_pipeline DRAW_GRID POS 0 0 SIZE 256 256 CELLS 8 8 1735 RUN variant_pipeline DRAW_GRID POS 0 0 SIZE 256 256 CELLS 8 8
|
/external/deqp-deps/amber/docs/ |
D | amber_script.md | 674 CELLS _columns_of_cells_ _rows_of_cells_
|