HomeSort by: relevance | last modified time | path
    Searched defs:layout (Results 1 - 25 of 112) sorted by relevancy

1 2 3 4 5

  /src/external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/
stringquery.cpp 19 QGridLayout *layout = new QGridLayout; local
20 layout->addWidget(new QLabel(label), 0, 0);
21 layout->addWidget(edit, 0, 1);
22 setLayout(layout);
stringquery.cpp 19 QGridLayout *layout = new QGridLayout; local
20 layout->addWidget(new QLabel(label), 0, 0);
21 layout->addWidget(edit, 0, 1);
22 setLayout(layout);
  /src/external/gpl3/gdb.old/dist/gdb/nat/
x86-xstate.c 56 x86_xsave_layout layout; local
57 layout.sizeof_xsave = len;
58 layout.avx_offset = xsave_feature_offset (xcr0, X86_XSTATE_AVX_ID);
59 layout.k_offset = xsave_feature_offset (xcr0, X86_XSTATE_K_ID);
60 layout.zmm_h_offset = xsave_feature_offset (xcr0, X86_XSTATE_ZMM_H_ID);
61 layout.zmm_offset = xsave_feature_offset (xcr0, X86_XSTATE_ZMM_ID);
62 layout.pkru_offset = xsave_feature_offset (xcr0, X86_XSTATE_PKRU_ID);
63 return layout;
x86-xstate.c 56 x86_xsave_layout layout; local
57 layout.sizeof_xsave = len;
58 layout.avx_offset = xsave_feature_offset (xcr0, X86_XSTATE_AVX_ID);
59 layout.k_offset = xsave_feature_offset (xcr0, X86_XSTATE_K_ID);
60 layout.zmm_h_offset = xsave_feature_offset (xcr0, X86_XSTATE_ZMM_H_ID);
61 layout.zmm_offset = xsave_feature_offset (xcr0, X86_XSTATE_ZMM_ID);
62 layout.pkru_offset = xsave_feature_offset (xcr0, X86_XSTATE_PKRU_ID);
63 return layout;
  /src/external/gpl3/gdb/dist/gdb/nat/
x86-xstate.c 56 x86_xsave_layout layout; local
57 layout.sizeof_xsave = len;
58 layout.avx_offset = xsave_feature_offset (xcr0, X86_XSTATE_AVX_ID);
59 layout.k_offset = xsave_feature_offset (xcr0, X86_XSTATE_K_ID);
60 layout.zmm_h_offset = xsave_feature_offset (xcr0, X86_XSTATE_ZMM_H_ID);
61 layout.zmm_offset = xsave_feature_offset (xcr0, X86_XSTATE_ZMM_ID);
62 layout.pkru_offset = xsave_feature_offset (xcr0, X86_XSTATE_PKRU_ID);
63 return layout;
x86-xstate.c 56 x86_xsave_layout layout; local
57 layout.sizeof_xsave = len;
58 layout.avx_offset = xsave_feature_offset (xcr0, X86_XSTATE_AVX_ID);
59 layout.k_offset = xsave_feature_offset (xcr0, X86_XSTATE_K_ID);
60 layout.zmm_h_offset = xsave_feature_offset (xcr0, X86_XSTATE_ZMM_H_ID);
61 layout.zmm_offset = xsave_feature_offset (xcr0, X86_XSTATE_ZMM_ID);
62 layout.pkru_offset = xsave_feature_offset (xcr0, X86_XSTATE_PKRU_ID);
63 return layout;
  /src/external/gpl3/gcc/dist/contrib/
jit-coverage-report.py 64 layout = '%40s %5s %s' variable
65 print(layout % ('SYMBOL', 'USES', 'HISTOGRAM'))
67 print(layout % (sym, count, '*' * count if count else 'UNUSED'))
jit-coverage-report.py 64 layout = '%40s %5s %s' variable
65 print(layout % ('SYMBOL', 'USES', 'HISTOGRAM'))
67 print(layout % (sym, count, '*' * count if count else 'UNUSED'))
  /src/external/gpl3/gcc.old/dist/contrib/
jit-coverage-report.py 64 layout = '%40s %5s %s' variable
65 print(layout % ('SYMBOL', 'USES', 'HISTOGRAM'))
67 print(layout % (sym, count, '*' * count if count else 'UNUSED'))
jit-coverage-report.py 64 layout = '%40s %5s %s' variable
65 print(layout % ('SYMBOL', 'USES', 'HISTOGRAM'))
67 print(layout % (sym, count, '*' * count if count else 'UNUSED'))
  /src/sys/dev/wscons/
wsksymvar.h 58 kbd_t layout; member in struct:wskbd_mapdata
61 /* layout variant bits ignored by mapping code */
wsksymvar.h 58 kbd_t layout; member in struct:wskbd_mapdata
61 /* layout variant bits ignored by mapping code */
  /src/external/bsd/pdisk/dist/
layout_dump.h 54 } layout; typedef in typeref:struct:__anon7966
75 void dump_using_layout(void *buffer, layout *desc);
layout_dump.h 54 } layout; typedef in typeref:struct:__anon7966
75 void dump_using_layout(void *buffer, layout *desc);
  /src/external/bsd/tmux/dist/
cmd-select-layout.c 26 * Switch window to selected layout.
33 .name = "select-layout",
37 .usage = "[-Enop] " CMD_TARGET_PANE_USAGE " [layout-name]",
46 .name = "next-layout",
59 .name = "previous-layout",
81 int next, previous, layout; local
117 layout = w->lastlayout;
119 layout = layout_set_lookup(layoutname);
120 if (layout != -1) {
121 layout_set_select(w, layout);
    [all...]
cmd-select-layout.c 26 * Switch window to selected layout.
33 .name = "select-layout",
37 .usage = "[-Enop] " CMD_TARGET_PANE_USAGE " [layout-name]",
46 .name = "next-layout",
59 .name = "previous-layout",
81 int next, previous, layout; local
117 layout = w->lastlayout;
119 layout = layout_set_lookup(layoutname);
120 if (layout != -1) {
121 layout_set_select(w, layout);
    [all...]
layout-custom.c 45 /* Calculate layout checksum. */
47 layout_checksum(const char *layout)
52 for (; *layout != '\0'; layout++) {
54 csum += *layout;
59 /* Dump layout as a string. */
63 char layout[8192], *out; local
65 *layout = '\0';
66 if (layout_append(root, layout, sizeof layout) != 0
    [all...]
layout-custom.c 45 /* Calculate layout checksum. */
47 layout_checksum(const char *layout)
52 for (; *layout != '\0'; layout++) {
54 csum += *layout;
59 /* Dump layout as a string. */
63 char layout[8192], *out; local
65 *layout = '\0';
66 if (layout_append(root, layout, sizeof layout) != 0
    [all...]
  /src/external/apache2/llvm/dist/llvm/utils/TableGen/
SequenceToOffsetTable.h 84 /// Compute the layout of a table that contains all the sequences, possibly by
110 // Entries in the final table, or 0 before layout was called.
122 /// This must be called before layout().
124 assert(Entries == 0 && "Cannot call add() after layout()");
142 assert((empty() || Entries) && "Call layout() before size()");
146 /// layout - Computes the final table layout.
147 void layout() { function in class:llvm::SequenceToOffsetTable
148 assert(Entries == 0 && "Can only call layout() once");
160 assert(Entries && "Call layout() before get()")
    [all...]
SequenceToOffsetTable.h 84 /// Compute the layout of a table that contains all the sequences, possibly by
110 // Entries in the final table, or 0 before layout was called.
122 /// This must be called before layout().
124 assert(Entries == 0 && "Cannot call add() after layout()");
142 assert((empty() || Entries) && "Call layout() before size()");
146 /// layout - Computes the final table layout.
147 void layout() { function in class:llvm::SequenceToOffsetTable
148 assert(Entries == 0 && "Can only call layout() once");
160 assert(Entries && "Call layout() before get()")
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
amd64-fbsd-tdep.c 82 /* This layout including fsbase and gsbase was adopted in FreeBSD
226 x86_xsave_layout layout; local
227 uint64_t xcr0 = i386_fbsd_core_read_xsave_info (abfd, layout);
amd64-fbsd-tdep.c 82 /* This layout including fsbase and gsbase was adopted in FreeBSD
226 x86_xsave_layout layout; local
227 uint64_t xcr0 = i386_fbsd_core_read_xsave_info (abfd, layout);
  /src/external/gpl3/gdb/dist/gdb/
amd64-fbsd-tdep.c 82 /* This layout including fsbase and gsbase was adopted in FreeBSD
226 x86_xsave_layout layout; local
227 uint64_t xcr0 = i386_fbsd_core_read_xsave_info (abfd, layout);
amd64-fbsd-tdep.c 82 /* This layout including fsbase and gsbase was adopted in FreeBSD
226 x86_xsave_layout layout; local
227 uint64_t xcr0 = i386_fbsd_core_read_xsave_info (abfd, layout);
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
ConstantInitBuilder.cpp 210 auto &layout = Builder.CGM.getDataLayout(); local
213 layout.getABITypeAlignment(type)));
214 offset += CharUnits::fromQuantity(layout.getTypeStoreSize(type));
243 // Perform simple layout on the elements in cacheEnd..<end.
245 auto &layout = Builder.CGM.getDataLayout(); local
253 layout.getABITypeAlignment(elementType)));
254 offset += CharUnits::fromQuantity(layout.getTypeStoreSize(elementType));

Completed in 43 milliseconds

1 2 3 4 5