Searched refs:existing (Results 1 – 6 of 6) sorted by relevance
3 about: Suggest an idea or enhancement to existing feature for Azure RTOS.
32 1. You cannot alter or remove any existing copyright or license notices42 there is not an existing copyright header in that file, then you can
1454 resource_item *existing; in PasteResource() local1463 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()
372 int existing = FindStringIndex(id_name); in SetStringId() local374 if (!existing && string_index >= 0 && string_index < m_records.GetCount()) in SetStringId()
1826 ID_FILE_OPEN "Open an existing document\nOpen"
372 - 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: