HomeSort by: relevance | last modified time | path
    Searched refs:Controls (Results 1 - 10 of 10) sorted by relevancy

  /src/external/gpl2/gettext/dist/gettext-tools/examples/hello-csharp-forms/
hello.cs 32 Controls.Add(label1);
40 Controls.Add(label2);
47 Controls.Add(ok);
67 // Layout computation, part 2: Determine where to put the sub-controls.
  /src/external/apache2/llvm/dist/llvm/tools/llvm-rc/
ResourceScriptStmt.cpp 170 for (auto &Ctl : Controls)
ResourceScriptStmt.h 602 // This resource describes dialog boxes and controls residing inside them.
655 std::vector<Control> Controls;
665 void addControl(Control &&Ctl) { Controls.push_back(std::move(Ctl)); }
ResourceFileWriter.cpp 1031 // It's common to use -1, i.e. UINT32_MAX, for controls one doesn't
1084 // would be compiled to a DIALOGEX with 65432 controls.
1110 RETURN_IF_ERROR(checkNumberFits<uint16_t>(Res->Controls.size(),
1111 "Number of dialog controls"));
1126 } Middle{ulittle16_t(Res->Controls.size()), ulittle16_t(Res->X),
1162 for (auto &Ctl : Res->Controls)
  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonISelDAGToDAGHVX.cpp 319 using Controls = std::vector<uint8_t>;
346 void getControls(Controls &V, unsigned StartAt, uint8_t Dir) const {
383 bool run(Controls &V) {
397 bool run(Controls &V) {
411 bool run(Controls &F, Controls &R) {
554 // result in different controls. Let's pick the one where the first
1740 // that perform exactly that. The register Rt controls which transposes are
1990 PermNetwork::Controls FC, RC;
  /src/sys/external/bsd/acpica/dist/include/
actbl1.h 263 UINT8 Controls;
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/windows/
regstr.d 226 REGSTR_PATH_CONTROLSFOLDER = `Software\Microsoft\Windows\CurrentVersion\Controls Folder`,
  /src/sys/external/bsd/acpica/dist/common/
dmtbdump1.c 494 DataCount = ACPI_CAST_PTR (ACPI_ASF_REMOTE, Subtable)->Controls;
dmtbinfo1.c 390 {ACPI_DMT_UINT8, ACPI_ASF2_OFFSET (Controls), "Control Count", 0},
  /src/sys/external/bsd/acpica/dist/compiler/
dttable1.c 576 sizeof (ACPI_ASF_HEADER)))->Controls;

Completed in 61 milliseconds