Home
last modified time | relevance | path

Searched refs:existing (Results 1 – 6 of 6) sorted by relevance

/GUIX-v6.2.1/.github/ISSUE_TEMPLATE/
Dfeature_request.md3 about: Suggest an idea or enhancement to existing feature for Azure RTOS.
/GUIX-v6.2.1/guix_studio/libs/libjpeg/
DLICENSE.md32 1. You cannot alter or remove any existing copyright or license notices
42 there is not an existing copyright header in that file, then you can
/GUIX-v6.2.1/guix_studio/
Dresource_view.cpp1454 resource_item *existing; in PasteResource() local
1463 existing = mpTree->FindItem(parent, RES_TYPE_COLOR, info->name); in PasteResource()
1483 if (existing) in PasteResource()
1485 if (existing->GetRGBColor() != rgb_color) in PasteResource()
1504 existing->SetColorValue(info->colorval); in PasteResource()
1532 existing = mpTree->FindItem(parent, RES_TYPE_FONT, info->name); in PasteResource()
1534 if (!existing) in PasteResource()
1576 existing = mpTree->FindItem(parent, RES_TYPE_PIXELMAP, info->name); in PasteResource()
1578 if (!existing) in PasteResource()
Dstring_table.cpp372 int existing = FindStringIndex(id_name); in SetStringId() local
374 if (!existing && string_index >= 0 && string_index < m_records.GetCount()) in SetStringId()
Dstudiox.rc1826 ID_FILE_OPEN "Open an existing document\nOpen"
/GUIX-v6.2.1/test/
DREADME.md372 - Set the directory path for the new demos by updating the existing logic:
384 - Update the existing logic to set the `demos` variable according to the build type. This variable …
392 - Update existing logic to set regression test program's SOURCE as `validation_*.c` and related sou…
536 - Update existing logic to set the new test case to run when the user doesn't specify tests to run: