/third_party/typescript/tests/baselines/reference/ |
D | propertyAccessWidening.js | 5 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/ |
D | asyncq.c | 135 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/ |
D | 2dArrays.ts | 10 cells: Cell[]; property in Board
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/ |
D | vktDrawShaderViewportIndexTests.cpp | 123 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
|
D | vktDrawShaderLayerTests.cpp | 505 std::vector<UVec4> cells; in generateGrid() local
|
/third_party/rust/crates/once_cell/examples/ |
D | test_synchronization.rs | 31 let cells = CELLS.get().unwrap(); in thread_main() localVariable
|
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/table/ |
D | CsvTableCollector.java | 35 private final List<List<String>> cells = new ArrayList<>(); field in CsvTableCollector
|
/third_party/ffmpeg/libavcodec/ |
D | elbg.c | 52 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/ |
D | dis.py | 312 cells=None, linestarts=None, line_offset=0): argument 387 constants=None, cells=None, linestarts=None, argument
|
/third_party/skia/tests/ |
D | PDFTaggedTableTest.cpp | 73 auto& cells = row->fChildVector; in DEF_TEST() local
|
/third_party/node/deps/npm/node_modules/cli-table3/src/ |
D | cell.js | 49 mergeTableOptions(tableOptions, cells) { argument
|
/third_party/node/tools/dep_updaters/ |
D | update-root-certs.mjs | 70 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/ |
D | stress2.c | 189 } cells[NSCENAR * SCALABILITY_FACTOR]; variable
|
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_wait/ |
D | stress2.c | 198 } cells[NSCENAR * SCALABILITY_FACTOR]; variable
|
D | stress.c | 198 } cells[NSCENAR * SCALABILITY_FACTOR]; variable
|
/third_party/rust/crates/once_cell/tests/ |
D | it.rs | 380 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/ |
D | marking.h | 128 V8_INLINE MarkBit::CellType* cells() { in cells() function
|
D | slot-set.h | 430 uint32_t* cells() { return cells_; } in cells() function
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
D | es2fStencilTests.cpp | 313 vector<IVec4> cells; in iterate() local
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
D | es3fStencilTests.cpp | 316 vector<IVec4> cells; in iterate() local
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/mpegts/ |
D | gst-dvb-descriptor.h | 1059 GPtrArray *cells; member
|
/third_party/typescript/tests/lib/ |
D | lib.d.ts | 10557 cells: HTMLCollection; property
|
/third_party/typescript/src/lib/ |
D | dom.generated.d.ts | 8276 readonly cells: HTMLCollectionOf<HTMLTableCellElement>; property
|
/third_party/typescript/lib/ |
D | lib.dom.d.ts | 8296 readonly cells: HTMLCollectionOf<HTMLTableCellElement>; property
|
/third_party/libbpf/.github/actions/build-selftests/ |
D | vmlinux.h | 71636 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
|