Home
last modified time | relevance | path

Searched defs:cells (Results 1 – 25 of 25) 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.c135 pa_atomic_ptr_t *cells; in push() local
226 pa_atomic_ptr_t *cells; in pa_asyncq_pop() local
268 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()
373 std::vector<UVec4> cells; in generateGrid() local
427 const std::vector<UVec4>& cells, in generateReferenceImage()
661 const std::vector<UVec4>& cells, in Renderer()
839 const std::vector<UVec4> cells = generateGrid(testParams.numViewports, renderSize); in testVertexFragmentShader() local
900 const std::vector<UVec4> cells = generateGrid(testParams.numViewports, renderSize); in testTessellationShader() local
DvktDrawShaderLayerTests.cpp505 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/ffmpeg/libavcodec/
Delbg.c52 cell **cells; member
84 static int eval_error_cell(elbg_data *elbg, int *centroid, cell *cells) in eval_error_cell()
137 cell *cells) in simple_lbg()
/third_party/python/Lib/
Ddis.py312 cells=None, linestarts=None, line_offset=0): argument
387 constants=None, cells=None, linestarts=None, argument
/third_party/skia/tests/
DPDFTaggedTableTest.cpp73 auto& cells = row->fChildVector; in DEF_TEST() local
/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/
Dstress2.c198 } cells[NSCENAR * SCALABILITY_FACTOR]; variable
Dstress.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/gstreamer/gstplugins_bad/gst-libs/gst/mpegts/
Dgst-dvb-descriptor.h1059 GPtrArray *cells; member
/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
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h71636 struct gro_cell *cells; member
75649 const struct nvmem_cell_info *cells; member
75671 const struct nvmem_cell_info *cells; member
75690 struct list_head cells; member