Home
last modified time | relevance | path

Searched refs:Controls (Results 1 – 25 of 84) sorted by relevance

1234

/external/libchrome/base/task_scheduler/
Dscheduler_worker_unittest.cc374 class Controls : public RefCountedThreadSafe<Controls> { class in base::internal::__anonce7fc1310211::ControllableCleanupDelegate
376 Controls() = default;
406 friend class RefCountedThreadSafe<Controls>;
407 ~Controls() = default;
420 DISALLOW_COPY_AND_ASSIGN(Controls);
424 : task_tracker_(task_tracker), controls_(new Controls()) {} in ControllableCleanupDelegate()
484 scoped_refptr<Controls> controls() { return controls_; } in controls()
489 scoped_refptr<Controls> controls_;
516 scoped_refptr<ControllableCleanupDelegate::Controls> controls = in TEST()
537 scoped_refptr<ControllableCleanupDelegate::Controls> controls = in TEST()
[all …]
/external/python/cpython2/Mac/Demo/PICTbrowse/
DPICTbrowse.py8 from Carbon import Controls
96 h = self.ctl.GetControlData_Handle(Controls.kControlListBoxPart,
97 Controls.kControlListBoxListHandleTag)
DPICTbrowse2.py8 from Carbon import Controls
118 h = self.ctl.GetControlData_Handle(Controls.kControlListBoxPart,
119 Controls.kControlListBoxListHandleTag)
DICONbrowse.py8 from Carbon import Controls
117 h = self.ctl.GetControlData_Handle(Controls.kControlListBoxPart,
118 Controls.kControlListBoxListHandleTag)
Dcicnbrowse.py8 from Carbon import Controls
117 h = self.ctl.GetControlData_Handle(Controls.kControlListBoxPart,
118 Controls.kControlListBoxListHandleTag)
/external/angle/src/libANGLE/renderer/d3d/d3d11/winrt/
DSwapChainPanelNativeWindow.h40 ComPtr<ABI::Windows::UI::Xaml::Controls::ISwapChainPanel> mSwapChainPanel;
92 const ComPtr<ABI::Windows::UI::Xaml::Controls::ISwapChainPanel> &swapChainPanel,
DInspectableNativeWindow.cpp39 ComPtr<ABI::Windows::UI::Xaml::Controls::ISwapChainPanel> *swapChainPanel) in IsSwapChainPanel()
47 ComPtr<ABI::Windows::UI::Xaml::Controls::ISwapChainPanel> panel; in IsSwapChainPanel()
DNativeWindow11WinRT.cpp45 ComPtr<ABI::Windows::UI::Xaml::Controls::ISwapChainPanel> swapChainPanel; in initialize()
DInspectableNativeWindow.h125 ComPtr<ABI::Windows::UI::Xaml::Controls::ISwapChainPanel> *swapChainPanel = nullptr);
DSwapChainPanelNativeWindow.cpp346 const ComPtr<ABI::Windows::UI::Xaml::Controls::ISwapChainPanel> &swapChainPanel, in GetSwapChainPanelSize()
/external/python/pyasn1-modules/pyasn1_modules/
Drfc4211.py280 class Controls(univ.SequenceOf): class
284 Controls.componentType = AttributeTypeAndValue()
285 Controls.sizeSpec = constraint.ValueSizeConstraint(1, MAX)
295 namedtype.OptionalNamedType('controls', Controls())
Drfc2511.py196 class Controls(univ.SequenceOf): class
239 namedtype.OptionalNamedType('controls', Controls())
/external/eigen/demos/mandelbrot/
DREADME3 Controls:
/external/compiler-rt/lib/tsan/rtl/
Dtsan_flags.inc63 "Controls whether RunningOnValgrind() returns true or false.")
72 "Controls level of synchronization implied by IO operations. "
/external/python/cpython2/Lib/plat-mac/Carbon/
DControlAccessor.py3 from Controls import *
/external/llvm-project/compiler-rt/lib/tsan/rtl/
Dtsan_flags.inc62 "Controls whether RunningOnValgrind() returns true or false.")
72 "Controls level of synchronization implied by IO operations. "
/external/mesa3d/docs/gallium/cso/
Drasterizer.rst31 Controls whether TGSI_SEMANTIC_COLOR outputs of the fragment shader
119 Controls OpenGL-style polygon smoothing/antialiasing
158 Controls whether the last pixel in a line is drawn or not. OpenGL
170 Controls automatic texture coordinate generation for rendering sprite points.
/external/libcups/cups/
Dcupspm.md351 - `CUPS_COPIES`: Controls the number of copies that are produced.
355 - `CUPS_MEDIA`: Controls the media size that is used, typically one of the
361 - `CUPS_MEDIA_SOURCE`: Controls where the media is pulled from, typically either
363 - `CUPS_MEDIA_TYPE`: Controls the type of media that is used, typically one of
369 - `CUPS_NUMBER_UP`: Controls the number of document pages that are placed on
371 - `CUPS_ORIENTATION`: Controls the orientation of document pages placed on the
373 - `CUPS_PRINT_COLOR_MODE`: Controls whether the output is in color
377 - `CUPS_PRINT_QUALITY`: Controls the generate quality of the output:
380 - `CUPS_SIDES`: Controls whether prints are placed on one or both sides of the
/external/llvm-project/llvm/docs/
DAMDGPUModifierSyntax.rst549 Controls device level cache policy for memory operations. Used for synchronization.
626 Controls access to partially resident textures. The default value is off (0).
1019 Controls interaction with inactive lanes for *dpp8* instructions. The default value is zero.
1123 Controls which rows are enabled for data sharing. By default, all rows are enabled.
1154 Controls which banks are enabled for data sharing. By default, all banks are enabled.
1183 Controls data sharing when accessing an invalid lane. By default, data sharing with
1200 Controls interaction with *inactive* lanes for *dpp16* instructions. The default value is zero.
1259 Controls what to do with the bits in the destination which are not selected
1276 Controls which bits in the src0 are used. By default, all bits are used.
1295 Controls which bits in the src1 are used. By default, all bits are used.
/external/libtextclassifier/native/utils/
Dtokenizer.fbs17 // Controls the type of tokenization the model will use for the input text.
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_DecodeImage.pbtxt31 Controls the output shape of the returned op. If True, the returned op will
Dapi_def_Batch.pbtxt35 container: Controls the scope of sharing of this batch.
/external/python/cpython2/Lib/plat-mac/
DEasyDialogs.py31 from Carbon import Controls
386 mhandle = control.GetControlData_Handle(Controls.kControlMenuPart,
387 Controls.kControlPopupButtonMenuHandleTag)
/external/mesa3d/docs/gallium/
Ddebugging.rst26 Controls if the :ref:`rbug` should be used.
/external/libgav1/libgav1/
DCMakeLists.txt94 # Controls use of std::mutex and absl::Mutex in ThreadPool.

1234