Home
last modified time | relevance | path

Searched defs:cells (Results 1 – 24 of 24) sorted by relevance

/third_party/typescript/tests/baselines/reference/
DpropertyAccessWidening.js5 let t = [{ hasLineBreak: false, cells: [] }]; property
6 const table = [{cells: headerNames }].concat(t); property
10 let t = [{ hasLineBreak: false, cells: [] }]; property
11 const table = [{cells: headerNames }]["concat"](t); property
28 var t = [{ hasLineBreak: false, cells: [] }]; property
29 var table = [{ cells: headerNames }].concat(t); property
32 var t = [{ hasLineBreak: false, cells: [] }]; property
33 var table = [{ cells: headerNames }]["concat"](t); property
/third_party/pulseaudio/src/pulsecore/
Dasyncq.c140 pa_atomic_ptr_t *cells; in push() local
231 pa_atomic_ptr_t *cells; in pa_asyncq_pop() local
273 pa_atomic_ptr_t *cells; in pa_asyncq_read_before_poll() local
/third_party/typescript/tests/cases/compiler/
D2dArrays.ts10 cells: Cell[]; property in Board
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
DvktDrawShaderViewportIndexTests.cpp123 const std::vector<UVec4> cells) in makeGraphicsPipeline()
375 std::vector<UVec4> cells; in generateGrid() local
429 const std::vector<UVec4>& cells, in generateReferenceImage()
667 const std::vector<UVec4>& cells, in Renderer()
952 const std::vector<UVec4> cells = generateGrid(testParams.numViewports, renderSize); in testVertexFragmentShader() local
1013 const std::vector<UVec4> cells = generateGrid(testParams.numViewports, renderSize); in testTessellationShader() local
DvktDrawShaderLayerTests.cpp511 std::vector<UVec4> cells; in generateGrid() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/
DvktDrawShaderViewportIndexTests.cpp123 const std::vector<UVec4> cells) in makeGraphicsPipeline()
375 std::vector<UVec4> cells; in generateGrid() local
429 const std::vector<UVec4>& cells, in generateReferenceImage()
663 const std::vector<UVec4>& cells, in Renderer()
948 const std::vector<UVec4> cells = generateGrid(testParams.numViewports, renderSize); in testVertexFragmentShader() local
1009 const std::vector<UVec4> cells = generateGrid(testParams.numViewports, renderSize); in testTessellationShader() local
DvktDrawShaderLayerTests.cpp507 std::vector<UVec4> cells; in generateGrid() local
/third_party/rust/crates/once_cell/examples/
Dtest_synchronization.rs31 let cells = CELLS.get().unwrap(); in thread_main() localVariable
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/table/
DCsvTableCollector.java35 private final List<List<String>> cells = new ArrayList<>(); field in CsvTableCollector
/third_party/skia/tests/
DPDFTaggedTableTest.cpp73 auto& cells = row->fChildVector; in DEF_TEST() local
/third_party/ffmpeg/libavcodec/
Delbg.c51 cell **cells; member
97 static int eval_error_cell(ELBGContext *elbg, int *centroid, cell *cells) in eval_error_cell()
151 cell *cells) in simple_lbg()
/third_party/node/deps/npm/node_modules/cli-table3/src/
Dcell.js49 mergeTableOptions(tableOptions, cells) { argument
/third_party/node/tools/dep_updaters/
Dupdate-root-certs.mjs70 const cells = Array.from(row.value[1].matchAll(tableDataRE), (m) => m[1]); constant
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_timedwait/
Dstress2.c189 } cells[NSCENAR * SCALABILITY_FACTOR]; variable
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_wait/
Dstress.c198 } cells[NSCENAR * SCALABILITY_FACTOR]; variable
Dstress2.c198 } cells[NSCENAR * SCALABILITY_FACTOR]; variable
/third_party/rust/crates/once_cell/tests/
Dit.rs380 let cells: Vec<_> = std::iter::repeat_with(|| (Barrier::new(n_threads), OnceCell::new())) in get_or_init_stress() localVariable
385 let cells = &cells; in get_or_init_stress() localVariable
/third_party/node/deps/v8/src/heap/
Dmarking.h128 V8_INLINE MarkBit::CellType* cells() { in cells() function
Dslot-set.h430 uint32_t* cells() { return cells_; } in cells() function
/third_party/vk-gl-cts/modules/gles2/functional/
Des2fStencilTests.cpp313 vector<IVec4> cells; in iterate() local
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fStencilTests.cpp316 vector<IVec4> cells; in iterate() local
/third_party/typescript/tests/lib/
Dlib.d.ts10557 cells: HTMLCollection; property
/third_party/typescript/src/lib/
Ddom.generated.d.ts8276 readonly cells: HTMLCollectionOf<HTMLTableCellElement>; property
/third_party/typescript/lib/
Dlib.dom.d.ts8296 readonly cells: HTMLCollectionOf<HTMLTableCellElement>; property