Home
last modified time | relevance | path

Searched refs:col (Results 576 - 600 of 639) sorted by relevance

1...<<212223242526

/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/search/
H A DSearchTest.java2164 RuleBasedCollator col = null; in TestUsingSearchCollator()
2166 col = (RuleBasedCollator)Collator.getInstance(uloc); in TestUsingSearchCollator()
2172 StringSearch srch = new StringSearch(dummyPat, ci, col); in TestUsingSearchCollator()
/third_party/skia/third_party/externals/imgui/backends/
H A Dimgui_impl_dx11.cpp391 float4 col : COLOR0;\ in ImGui_ImplDX11_CreateDeviceObjects()
398 float4 col : COLOR0;\ in ImGui_ImplDX11_CreateDeviceObjects()
406 output.col = input.col;\ in ImGui_ImplDX11_CreateDeviceObjects()
425 { "COLOR", 0, DXGI_FORMAT_R8G8B8A8_UNORM, 0, (UINT)IM_OFFSETOF(ImDrawVert, col), D3D11_INPUT_PER_VERTEX_DATA, 0 }, in ImGui_ImplDX11_CreateDeviceObjects()
452 float4 col : COLOR0;\ in ImGui_ImplDX11_CreateDeviceObjects()
460 float4 out_col = input.col * texture0.Sample(sampler0, input.uv); \ in ImGui_ImplDX11_CreateDeviceObjects()
H A Dimgui_impl_dx12.cpp559 float4 col : COLOR0;\ in ImGui_ImplDX12_CreateDeviceObjects()
566 float4 col : COLOR0;\ in ImGui_ImplDX12_CreateDeviceObjects()
574 output.col = input.col;\ in ImGui_ImplDX12_CreateDeviceObjects()
588 { "COLOR", 0, DXGI_FORMAT_R8G8B8A8_UNORM, 0, (UINT)IM_OFFSETOF(ImDrawVert, col), D3D12_INPUT_CLASSIFICATION_PER_VERTEX_DATA, 0 }, in ImGui_ImplDX12_CreateDeviceObjects()
599 float4 col : COLOR0;\ in ImGui_ImplDX12_CreateDeviceObjects()
607 float4 out_col = input.col * texture0.Sample(sampler0, input.uv); \ in ImGui_ImplDX12_CreateDeviceObjects()
H A Dimgui_impl_wgpu.cpp569 { WGPUVertexFormat_Unorm8x4, (uint64_t)IM_OFFSETOF(ImDrawVert, col), 2 }, in ImGui_ImplWGPU_CreateDeviceObjects()
/third_party/toybox/generated/
H A Dglobals.h998 int fd, col; member
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DParseContext.h26 int col; member
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
H A DSamplerCore.cpp195 const Vector4f col = c; in sampleTexture() local
197 c.x = applySwizzle(col, state.swizzle.r, integer); in sampleTexture()
198 c.y = applySwizzle(col, state.swizzle.g, integer); in sampleTexture()
199 c.z = applySwizzle(col, state.swizzle.b, integer); in sampleTexture()
200 c.w = applySwizzle(col, state.swizzle.a, integer); in sampleTexture()
/foundation/arkui/ace_engine/advanced_ui_component/subheader/interfaces/
H A Dsubheader.js1576 col: 11
1731 col: 13
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
H A Ddistributeddb_interfaces_relational_tracker_table_test.cpp117 for (const auto &col: colNames) { in BatchUpdateTableName2Data()
118 sql += col + " = '1',"; in BatchUpdateTableName2Data()
352 * @tc.desc: Test set tracker table with invalid col name
360 * @tc.steps:step1. tracker col name is no exist in HWTEST_F()
369 * @tc.steps:step2. tracker col names contains empty name in HWTEST_F()
1215 * @tc.desc: Test set tracker table and set extend col as the asset type
/third_party/ffmpeg/libavformat/
H A Dasfdec_f.c1331 int col = off % asf_st->ds_span; in asf_parse_packet() local
1332 int idx = row + col * asf_st->ds_packet_size / asf_st->ds_chunk_size; in asf_parse_packet()
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_bufmgr.c340 const unsigned col = (pages - prev_row_max_pages + in bucket_for_size() local
344 const unsigned index = (row * 4) + (col - 1); in bucket_for_size()
/third_party/skia/third_party/externals/brotli/research/
H A Dbrotlidump.py1063 col = [0,1,0,1,0,1,2,0,2,1,2][index>>6]
1067 copyLengthCode = col<<3 | index&7
/third_party/python/Modules/_sqlite/
H A Dconnection.c420 column as col: str
435 blobopen_impl(pysqlite_Connection *self, const char *table, const char *col, in blobopen_impl() argument
447 rc = sqlite3_blob_open(self->db, name, table, col, row, !readonly, &blob); in blobopen_impl()
/third_party/libabigail/tests/lib/
H A Dcatch.hpp8642 inline friend std::ostream& operator << (std::ostream& os, Column const& col) {
8644 for (auto line : col) {
8689 for (auto const& col : m_columns)
8690 m_iterators.push_back(col.end());
8705 for (auto const& col : m_columns)
8706 m_iterators.push_back(col.begin());
8721 std::string col = *m_iterators[i];
8722 row += padding + col;
8723 if (col.size() < width)
8724 padding = std::string(width - col
[all...]
/third_party/node/deps/v8/src/profiler/
H A Dheap-snapshot-generator.cc447 int col) { in AddLocation()
448 locations_.emplace_back(entry->index(), scriptId, line, col); in AddLocation()
3176 buffer_pos = utoa(location.col, buffer, buffer_pos); in SerializeLocation()
446 AddLocation(HeapEntry* entry, int scriptId, int line, int col) AddLocation() argument
/third_party/libabigail/src/
H A Dabg-writer.cc4781 unsigned line = 0, col = 0; in dump_location() local
4783 l.expand(path, line, col); in dump_location()
4784 o << path << ":" << line << "," << col << "\n"; in dump_location() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineShaderModuleIdentifierTests.cpp3361 const auto col = tescIdx % fbExtent.width; in iterate() local
3363 viewports.emplace_back(makeViewport(static_cast<float>(col), static_cast<float>(row), 1.0f, 1.0f, 0.0f, 1.0f)); in iterate()
3364 scissors.emplace_back(makeRect2D(static_cast<int32_t>(col), static_cast<int32_t>(row), 1u, 1u)); in iterate()
H A DvktPipelineMultisampleMixedAttachmentSamplesTests.cpp500 PositionColor (const tcu::Vec4& pos, const tcu::Vec4& col) : position(pos), color(col) {} in PositionColor()
1499 << " vec4 col = vec4(0.0, 0.0, 0.0, 1.0);\n" in initPrograms()
1508 << " col.g = 1.0;\n" in initPrograms()
1510 << " col.r = 1.0;\n"; in initPrograms()
1516 << " col.g = 1.0;\n" in initPrograms()
1518 << " col.r = 1.0;\n" in initPrograms()
1521 << " col.b = 1.0;\n"; in initPrograms()
1525 << " o_color = col;\n" in initPrograms()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineShaderModuleIdentifierTests.cpp3345 const auto col = tescIdx % fbExtent.width; in iterate() local
3347 viewports.emplace_back(makeViewport(static_cast<float>(col), static_cast<float>(row), 1.0f, 1.0f, 0.0f, 1.0f)); in iterate()
3348 scissors.emplace_back(makeRect2D(static_cast<int32_t>(col), static_cast<int32_t>(row), 1u, 1u)); in iterate()
H A DvktPipelineMultisampleMixedAttachmentSamplesTests.cpp498 PositionColor (const tcu::Vec4& pos, const tcu::Vec4& col) : position(pos), color(col) {} in PositionColor()
1507 << " vec4 col = vec4(0.0, 0.0, 0.0, 1.0);\n" in initPrograms()
1516 << " col.g = 1.0;\n" in initPrograms()
1518 << " col.r = 1.0;\n"; in initPrograms()
1524 << " col.g = 1.0;\n" in initPrograms()
1526 << " col.r = 1.0;\n" in initPrograms()
1529 << " col.b = 1.0;\n"; in initPrograms()
1533 << " o_color = col;\n" in initPrograms()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/common/src/
H A Dpixel_map.cpp2804 for (int col = 0; col < rowDataSize; col++) { in WriteData()
2805 buff.push_back(*(data + row * rowStride + col)); in WriteData()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
H A Dglslang_wrapper_utils.cpp2349 // ANGLEXfbN.xfbOut[xfbOffset] = tfVarying0.field[index][row][col] in writeTransformFeedbackEmulationOutput()
2351 // ANGLEXfbN.xfbOut[xfbOffset] = tfVarying0.field[index][row][col + 1] in writeTransformFeedbackEmulationOutput()
2371 // %componentPtr = OpAccessChain %floatOutputPtr %baseId %field %arrayIndex %row %col in writeTransformFeedbackEmulationOutput()
2474 for (uint32_t col = 0; col < info->columnCount; ++col) in writeTransformFeedbackEmulationOutput()
2476 AccessChainIndexListAppend appendColumn(info->columnCount > 1, mIntNIds, col, in writeTransformFeedbackEmulationOutput()
2485 // ANGLEXfbN.xfbOut[xfbOffset] = tfVarying0.field[index][row][col] in writeTransformFeedbackEmulationOutput()
2574 // ANGLEXfbN.xfbOut[xfbOffset] = tfVarying0.field[index][row][col] in writeComponentCapture()
/third_party/mesa3d/src/compiler/spirv/
H A Dspirv_to_nir.c127 "\n in SPIR-V source file %s, line %d, col %d", in vtn_log_err()
128 b->file, b->line, b->col); in vtn_log_err()
477 b->col = -1; in vtn_foreach_instruction()
494 b->col = w[3]; in vtn_foreach_instruction()
500 b->col = -1; in vtn_foreach_instruction()
515 b->col = -1; in vtn_foreach_instruction()
6299 b->col = -1; in vtn_create_builder()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/cloud/
H A Dcloud_syncer.cpp771 for (const auto &[col, value]: localAssetInfo) { in TagDownloadAssets()
772 param.downloadData.data[idx].insert_or_assign(col, value); in TagDownloadAssets()
/third_party/ffmpeg/libavcodec/
H A Dj2kenc.c946 int col = tileno % s->numXtiles; in encode_packets() local
949 tile_coord[0][0] = col * s->tile_width; in encode_packets()

Completed in 95 milliseconds

1...<<212223242526