/third_party/typescript/tests/baselines/reference/ |
H A D | parserRealSource11.js | 122 var lineCol = { line: -1, col: -1 }; 123 var limLineCol = { line: -1, col: -1 }; 127 context.write("(" + lineCol.line + "," + lineCol.col + ")--" + 128 "(" + limLineCol.line + "," + limLineCol.col + "): "); 2496 var lineCol = { line: -1, col: -1 };
2497 var limLineCol = { line: -1, col: -1 };
2501 context.write("(" + lineCol.line + "," + lineCol.col + ")--" +
2502 "(" + limLineCol.line + "," + limLineCol.col + "): ");
|
/third_party/backends/backend/genesys/ |
H A D | genesys.cpp | 2667 std::uint32_t col = calibration_data[(x + y * pixels_per_line * channels) * 2]; in genesys_dark_white_shading_calibration() local 2668 col |= in genesys_dark_white_shading_calibration() 2672 if (col > white) in genesys_dark_white_shading_calibration() 2673 white = col; in genesys_dark_white_shading_calibration() 2674 if (col < dark) in genesys_dark_white_shading_calibration() 2675 dark = col; in genesys_dark_white_shading_calibration() 2691 std::uint32_t col = calibration_data[(x + y * pixels_per_line * channels) * 2]; in genesys_dark_white_shading_calibration() local 2692 col |= in genesys_dark_white_shading_calibration() 2696 if (col >= white) in genesys_dark_white_shading_calibration() 2698 white_sum += col; in genesys_dark_white_shading_calibration() [all...] |
/third_party/skia/src/core/ |
H A D | SkMatrix.cpp | 604 static inline float rowcol3(const float row[], const float col[]) { in rowcol3() argument 605 return row[0] * col[0] + row[1] * col[3] + row[2] * col[6]; in rowcol3()
|
/third_party/vk-gl-cts/modules/gles3/stress/ |
H A D | es3sSpecialFloatTests.cpp | 190 const tcu::RGBA col = result.getPixel(x, y); in checkResultImage() local 192 if (col.getGreen() == 255) in checkResultImage() 328 const tcu::RGBA col = resultImage.getPixel(x, y); in drawTestPattern() local 329 const tcu::IVec4 colorDiff = tcu::abs(col.toIVec() - refCol.toIVec()); in drawTestPattern()
|
/third_party/backends/backend/ |
H A D | umax-scsidef.h | 797 #define set_DCF0_gamma_color(dc,col,val) dc[1 + (1025 * col)] = val
|
H A D | epsonds.c | 3243 for (int col = 0; col < 3; col++) { in sane_start() 3244 flatten[row * 3 + col] = matrix[row][col]; in sane_start() 3254 for (int col = 0; col < 3; col++) { in sane_start() 3255 int val = rounded[row * 3 + col]; in sane_start() 3258 ordered[(signed char)index[row * 3 + col]] in sane_start() [all...] |
/third_party/jerryscript/jerry-debugger/ |
H A D | jerry_client_main.py | 167 result += "() at line:%d, col:%d)" % (self.function.line, self.function.column) 1255 col_width = [max(len(x) for x in col) for col in zip(*table)]
|
/third_party/mesa3d/src/gallium/drivers/crocus/ |
H A D | crocus_bufmgr.c | 244 const unsigned col = (pages - prev_row_max_pages + in bucket_for_size() local 248 const unsigned index = (row * 4) + (col - 1); in bucket_for_size()
|
/third_party/skia/src/sksl/ir/ |
H A D | SkSLFunctionCall.cpp | 444 auto Get = [&](int idx, int col) -> float { in optimize_intrinsic_call() 445 return *arguments[idx]->getConstantValue(col); in optimize_intrinsic_call()
|
/third_party/skia/third_party/externals/tint/src/writer/spirv/ |
H A D | builder_type_test.cc | 229 auto* col = create<sem::Vector>(i32, 4); in TEST_F() local 230 auto* mat = create<sem::Matrix>(col, 3); in TEST_F()
|
/third_party/skia/third_party/externals/dng_sdk/source/ |
H A D | dng_mosaic_info.cpp | 306 uint32 DeltaCol (uint32 col, int32 delta) 310 return (SafeUint32Add(col, fPatCols) + (uint32) delta) % fPatCols;
|
/third_party/node/tools/ |
H A D | test.py | 322 col = line = 0 324 line, col = map(int, find_full_path.groups()) 327 return filename, line, col 332 print("::error file=%s,line=%d,col=%d::%s" % (filename, line, column, output.replace('\n', '%0A')))
|
/third_party/python/Lib/test/ |
H A D | test_compile.py | 1113 for (line, end_line, col, end_col) in code.co_positions(): 1122 if col is not None: 1123 self.assertIn(col, columns)
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/ |
H A D | vktShaderRenderTextureGatherTests.cpp | 179 for (int col = 0; col < numCols; col++) in fillWithRandomColorTiles() 183 const int xBegin = (col+0)*dst.getWidth()/numCols; in fillWithRandomColorTiles() 184 const int xEnd = (col+1)*dst.getWidth()/numCols; in fillWithRandomColorTiles()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/ |
H A D | vktShaderRenderTextureGatherTests.cpp | 179 for (int col = 0; col < numCols; col++) in fillWithRandomColorTiles() 183 const int xBegin = (col+0)*dst.getWidth()/numCols; in fillWithRandomColorTiles() 184 const int xEnd = (col+1)*dst.getWidth()/numCols; in fillWithRandomColorTiles()
|
/third_party/mesa3d/src/microsoft/vulkan/ |
H A D | dzn_cmd_buffer.c | 1228 adjust_clear_color(VkFormat format, const VkClearColorValue *col) in adjust_clear_color() argument 1230 VkClearColorValue out = *col; in adjust_clear_color() 1472 const VkClearColorValue *col, in dzn_cmd_buffer_clear_color() 1477 dzn_cmd_buffer_clear_ranges_with_copy(cmdbuf, image, layout, col, range_count, ranges); in dzn_cmd_buffer_clear_color() 1481 VkClearColorValue color = adjust_clear_color(image->vk.format, col); in dzn_cmd_buffer_clear_color() 1490 dzn_cmd_buffer_clear_ranges_with_copy(cmdbuf, image, layout, col, range_count, ranges); in dzn_cmd_buffer_clear_color() 1498 dzn_cmd_buffer_clear_ranges_with_copy(cmdbuf, image, layout, col, range_count, ranges); in dzn_cmd_buffer_clear_color() 1469 dzn_cmd_buffer_clear_color(struct dzn_cmd_buffer *cmdbuf, const struct dzn_image *image, VkImageLayout layout, const VkClearColorValue *col, uint32_t range_count, const VkImageSubresourceRange *ranges) dzn_cmd_buffer_clear_color() argument
|
/third_party/mesa3d/src/compiler/spirv/ |
H A D | vtn_private.h | 682 int line, col; member
|
/third_party/skia/third_party/externals/imgui/backends/ |
H A D | imgui_impl_dx10.cpp | 379 float4 col : COLOR0;\ in ImGui_ImplDX10_CreateDeviceObjects() 386 float4 col : COLOR0;\ in ImGui_ImplDX10_CreateDeviceObjects() 394 output.col = input.col;\ in ImGui_ImplDX10_CreateDeviceObjects() 413 { "COLOR", 0, DXGI_FORMAT_R8G8B8A8_UNORM, 0, (UINT)IM_OFFSETOF(ImDrawVert, col), D3D10_INPUT_PER_VERTEX_DATA, 0 }, in ImGui_ImplDX10_CreateDeviceObjects() 440 float4 col : COLOR0;\ in ImGui_ImplDX10_CreateDeviceObjects() 448 float4 out_col = input.col * texture0.Sample(sampler0, input.uv); \ in ImGui_ImplDX10_CreateDeviceObjects()
|
H A D | imgui_impl_opengl3.cpp | 361 glVertexAttribPointer(bd->AttribLocationVtxColor, 4, GL_UNSIGNED_BYTE, GL_TRUE, sizeof(ImDrawVert), (GLvoid*)IM_OFFSETOF(ImDrawVert, col)); in ImGui_ImplOpenGL3_SetupRenderState()
|
H A D | imgui_impl_dx11.cpp | 391 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()
|
/third_party/skia/include/core/ |
H A D | SkM44.h | 260 SkV4 col(int i) const { in col() function in SkM44
|
/third_party/mesa3d/src/imgui/ |
H A D | imgui.cpp | 446 - 2017/08/20 (1.51) - added PushStyleColor(ImGuiCol idx, ImU32 col) overload, which _might_ cause an "ambiguous call" compilation error if you are using ImColor() with implicit cast. Cast to ImU32 or ImVec4 explicily to fix. 453 - changed prototype of 'ColorEdit4(const char* label, float col[4], bool show_alpha = true)' to 'ColorEdit4(const char* label, float col[4], ImGuiColorEditFlags flags = 0)', where passing flags = 0x01 is a safe no-op (hello dodgy backward compatibility!). - check and run the demo window, under "Color/Picker Widgets", to understand the various new options. 454 - changed prototype of rarely used 'ColorButton(ImVec4 col, bool small_height = false, bool outline_border = true)' to 'ColorButton(const char* desc_id, ImVec4 col, ImGuiColorEditFlags flags = 0, ImVec2 size = ImVec2(0,0))' 1835 ImU32 ImGui::GetColorU32(const ImVec4& col) in GetColorU32() argument 1838 ImVec4 c = col; in GetColorU32() 1849 ImU32 ImGui::GetColorU32(ImU32 col) in GetColorU32() argument 1853 return col; in GetColorU32() 1854 ImU32 a = (col in GetColorU32() 2440 RenderCheckMark(ImVec2 pos, ImU32 col, float sz) RenderCheckMark() argument 5756 PushStyleColor(ImGuiCol idx, ImU32 col) PushStyleColor() argument 5766 PushStyleColor(ImGuiCol idx, const ImVec4& col) PushStyleColor() argument 7834 if (g.NavWindow) { ImU32 col = (!g.NavWindow->Hidden) ? IM_COL32(255,0,255,255) : IM_COL32(255,0,0,255); ImVec2 p = NavCalcPreferredRefPos(); char buf[32]; ImFormatString(buf, 32, "%d", g.NavLayer); GetOverlayDrawList(g.NavWindow)->AddCircleFilled(p, 3.0f, col); GetOverlayDrawList(g.NavWindow)->AddText(NULL, 13.0f, p + ImVec2(8,-4), col, buf); } NavUpdate() local 8429 const ImU32 col = GetColorU32(held ? ImGuiCol_SeparatorActive : hovered ? ImGuiCol_SeparatorHovered : ImGuiCol_Separator); EndColumns() local 8431 window->DrawList->AddLine(ImVec2(xi, ImMax(y1 + 1.0f, window->ClipRect.Min.y)), ImVec2(xi, ImMin(y2, window->ClipRect.Max.y)), col); EndColumns() local [all...] |
/third_party/skia/third_party/externals/imgui/ |
H A D | imgui.cpp | 578 - 2017/08/20 (1.51) - added PushStyleColor(ImGuiCol idx, ImU32 col) overload, which _might_ cause an "ambiguous call" compilation error if you are using ImColor() with implicit cast. Cast to ImU32 or ImVec4 explicily to fix. 585 - changed prototype of 'ColorEdit4(const char* label, float col[4], bool show_alpha = true)' to 'ColorEdit4(const char* label, float col[4], ImGuiColorEditFlags flags = 0)', where passing flags = 0x01 is a safe no-op (hello dodgy backward compatibility!). - check and run the demo window, under "Color/Picker Widgets", to understand the various new options. 586 - changed prototype of rarely used 'ColorButton(ImVec4 col, bool small_height = false, bool outline_border = true)' to 'ColorButton(const char* desc_id, ImVec4 col, ImGuiColorEditFlags flags = 0, ImVec2 size = ImVec2(0, 0))' 2477 ImU32 ImGui::GetColorU32(const ImVec4& col) in GetColorU32() argument 2480 ImVec4 c = col; in GetColorU32() 2491 ImU32 ImGui::GetColorU32(ImU32 col) in GetColorU32() argument 2495 return col; in GetColorU32() 2496 ImU32 a = (col in GetColorU32() 2502 PushStyleColor(ImGuiCol idx, ImU32 col) PushStyleColor() argument 2512 PushStyleColor(ImGuiCol idx, const ImVec4& col) PushStyleColor() argument 9442 if (1) { ImU32 col = (!g.NavWindow->Hidden) ? IM_COL32(255,0,255,255) : IM_COL32(255,0,0,255); ImVec2 p = NavCalcPreferredRefPos(); char buf[32]; ImFormatString(buf, 32, "%d", g.NavLayer); draw_list->AddCircleFilled(p, 3.0f, col); draw_list->AddText(NULL, 13.0f, p + ImVec2(8,-4), col, buf); } NavUpdate() local 11616 ImU32 col = (table->HoveredColumnBody == column_n) ? IM_COL32(255, 255, 128, 255) : IM_COL32(255, 0, 128, 255); ShowMetricsWindow() local [all...] |
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/search/ |
H A D | SearchTest.java | 2161 RuleBasedCollator col = null; in TestUsingSearchCollator() 2163 col = (RuleBasedCollator)Collator.getInstance(uloc); in TestUsingSearchCollator() 2169 StringSearch srch = new StringSearch(dummyPat, ci, col); in TestUsingSearchCollator()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/search/ |
H A D | SearchTest.java | 2164 RuleBasedCollator col = null; in TestUsingSearchCollator() 2166 col = (RuleBasedCollator)Collator.getInstance(uloc); in TestUsingSearchCollator() 2172 StringSearch srch = new StringSearch(dummyPat, ci, col); in TestUsingSearchCollator()
|