HomeSort by relevance Sort by last modified time
    Searched refs:Mode (Results 51 - 75 of 1871) sorted by null

1 23 4 5 6 7 8 91011>>

  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
XfermodeActivity.java 28 import static android.graphics.PorterDuff.Mode;
63 drawRects(canvas, Mode.SRC_OVER);
66 drawRects(canvas, Mode.SRC_IN);
69 drawRects(canvas, Mode.SRC_OUT);
72 drawRects(canvas, Mode.SRC_ATOP);
75 drawRects(canvas, Mode.SRC);
84 drawRects(canvas, Mode.DST_OVER);
87 drawRects(canvas, Mode.DST_IN);
90 drawRects(canvas, Mode.DST_OUT);
93 drawRects(canvas, Mode.DST_ATOP)
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Console/TerminalDxe/
TerminalConOut.c 94 and set display mode to mode 0.
95 If ExtendedVerification is FALSE, only set display mode to mode 0.
146 This->SetAttribute (This, EFI_TEXT_ATTR (This->Mode->Attribute & 0x0F, EFI_BLACK));
168 @retval EFI_UNSUPPORTED If current display mode is out of range.
179 EFI_SIMPLE_TEXT_OUTPUT_MODE *Mode;
204 // Get current display mode
206 Mode = This->Mode;
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Console/GraphicsConsoleDxe/
GraphicsConsole.c 52 // The last entry is specific for full screen mode.
223 @param[in] GopModeNumber The graphics mode number which graphis console is based on.
228 @retval EFI_SUCCESS The supporting mode information is returned.
257 // Compute the maximum number of text Rows and Columns that this current graphics mode can support.
264 // According to UEFI spec, all output devices support at least 80x25 text mode.
269 // Add full screen mode to the last entry.
275 // Get defined mode buffer pointer.
280 // Here we make sure that the final mode exposed does not include the duplicated modes,
288 // Mode 0 and mode 1 is for 80x25, 80x50 according to UEFI spec.
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/UefiPxeBcDxe/
PxeBcImpl.c 35 EFI_PXE_BASE_CODE_MODE *Mode;
43 Mode = Private->PxeBc.Mode;
58 Mode->ArpCacheEntries = MIN (
62 for (Index = 0; Index < Mode->ArpCacheEntries; Index ++) {
64 &Mode->ArpCache[Index].IpAddr,
69 &Mode->ArpCache[Index].MacAddr,
102 @param PxeBcMode The PXE BC mode to look into.
151 EFI_PXE_BASE_CODE_MODE *Mode;
157 Mode = &Private->Mode;
    [all...]
  /external/eigen/Eigen/src/Geometry/
Transform.h 26 Mode = Transform::Mode,
27 IsProjective = (int(Mode)==int(Projective))
40 int Mode,
56 int Mode,
82 template<int Mode> struct transform_make_affine;
206 Mode = _Mode,
210 Rows = int(Mode)==(AffineCompact) ? Dim : HDim
223 typedef Block<MatrixType,Dim,Dim,int(Mode)==(AffineCompact) && (Options&RowMajor)==0> LinearPart;
225 typedef const Block<ConstMatrixType,Dim,Dim,int(Mode)==(AffineCompact) && (Options&RowMajor)==0> ConstLinearPart
    [all...]
  /cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/
ColorFilterAlphaTest.java 55 { PorterDuff.Mode.DST, new int[] {
58 { PorterDuff.Mode.SRC_OVER, new int[] {
61 { PorterDuff.Mode.DST_OVER, new int[] {
64 { PorterDuff.Mode.SRC_IN, new int[] {
67 { PorterDuff.Mode.DST_IN, new int[] {
70 { PorterDuff.Mode.SRC_OUT, new int[] {
73 { PorterDuff.Mode.DST_OUT, new int[] {
76 { PorterDuff.Mode.SRC_ATOP, new int[] {
79 { PorterDuff.Mode.DST_ATOP, new int[] {
82 { PorterDuff.Mode.XOR, new int[]
    [all...]
  /external/eigen/blas/
PackedTriangularSolverVector.h 15 template<typename LhsScalar, typename RhsScalar, typename Index, int Side, int Mode, bool Conjugate, int StorageOrder>
19 template<typename LhsScalar, typename RhsScalar, typename Index, int Mode, bool Conjugate>
20 struct packed_triangular_solve_vector<LhsScalar, RhsScalar, Index, OnTheLeft, Mode, Conjugate, RowMajor>
23 IsLower = (Mode&Lower)==Lower
39 if (!(Mode & UnitDiag))
47 template<typename LhsScalar, typename RhsScalar, typename Index, int Mode, bool Conjugate>
48 struct packed_triangular_solve_vector<LhsScalar, RhsScalar, Index, OnTheLeft, Mode, Conjugate, ColMajor>
51 IsLower = (Mode&Lower)==Lower
64 if (!(Mode & UnitDiag))
74 template<typename LhsScalar, typename RhsScalar, typename Index, int Mode, bool Conjugate, int StorageOrder
    [all...]
  /external/archive-patcher/shared/src/test/java/com/google/archivepatcher/shared/
PartiallyUncompressingPipeTest.java 17 import com.google.archivepatcher.shared.PartiallyUncompressingPipe.Mode;
47 stream.pipe(new ByteArrayInputStream(expectedBytes), Mode.COPY);
55 new ByteArrayInputStream(entry.getCompressedBinaryContent()), Mode.UNCOMPRESS_NOWRAP);
72 stream.pipe(new ByteArrayInputStream(compressBuffer.toByteArray()), Mode.UNCOMPRESS_WRAPPED);
88 stream.pipe(new ByteArrayInputStream(expectedBytes1), Mode.COPY);
91 new ByteArrayInputStream(entryA.getCompressedBinaryContent()), Mode.UNCOMPRESS_NOWRAP);
95 stream.pipe(new ByteArrayInputStream(expectedBytes3), Mode.COPY);
99 new ByteArrayInputStream(entryB.getCompressedBinaryContent()), Mode.UNCOMPRESS_NOWRAP);
103 stream.pipe(new ByteArrayInputStream(expectedBytes5), Mode.COPY);
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/SerialDxe/
SerialIo.c 228 // Set the Serial I/O mode and update the device path
234 // Set the Serial I/O mode
236 This->Mode->ReceiveFifoDepth = 1;
237 This->Mode->Timeout = 0;
238 This->Mode->BaudRate = PcdGet64 (PcdUartDefaultBaudRate);
239 This->Mode->DataBits = (UINT32) PcdGet8 (PcdUartDefaultDataBits);
240 This->Mode->Parity = (UINT32) PcdGet8 (PcdUartDefaultParity);
241 This->Mode->StopBits = (UINT32) PcdGet8 (PcdUartDefaultStopBits);
246 if (mSerialDevicePath.Uart.BaudRate == This->Mode->BaudRate &&
247 mSerialDevicePath.Uart.DataBits == (UINT8) This->Mode->DataBits &&
    [all...]
  /external/eigen/Eigen/src/Core/
TriangularMatrix.h 32 Mode = internal::traits<Derived>::Mode,
56 inline TriangularBase() { eigen_assert(!((Mode&UnitDiag) && (Mode&ZeroDiag))); }
131 const int mode = int(Mode) & ~SelfAdjoint; local
132 EIGEN_ONLY_USED_FOR_DEBUG(mode);
133 eigen_assert((mode==Upper && col>=row)
134 || (mode==Lower && col<=row)
135 || ((mode==StrictlyUpper || mode==UnitUpper) && col>row
    [all...]
  /frameworks/base/cmds/uiautomator/instrumentation/testrunner-src/com/android/uiautomator/testrunner/
UiAutomatorInstrumentationTestRunner.java 42 Tracer.Mode mode = Tracer.Mode.valueOf(Tracer.Mode.class, traceType); local
43 if (mode == Tracer.Mode.FILE || mode == Tracer.Mode.ALL) {
51 Tracer.getInstance().setOutputMode(mode);
  /system/bt/service/common/bluetooth/
scan_settings.h 28 // A scan mode describes the power consumption involved in LE scans.
29 enum Mode {
30 // A special Bluetooth LE scan mode. Applications using this scan mode will
35 // Perform Bluetooth LE scan in low power mode. This is the default scan
36 // mode as it consumes the least power.
39 // Perform Bluetooth LE scan in balanced power mode. Scan results are
44 // Scan using the highest duty cycle. It's recommended to only use this mode
84 // Hardware filter match mode.
86 // In aggressive mode the hardware will determine a match sooner even wit
122 Mode mode() const { return mode_; } function in class:bluetooth::ScanSettings
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/UefiPxeBcDxe/
PxeBcImpl.c 56 EFI_PXE_BASE_CODE_MODE *Mode;
65 Mode = Private->PxeBc.Mode;
67 if (Mode->Started) {
72 // Detect whether using IPv6 or not, and set it into mode data.
74 if (UseIpv6 && Mode->Ipv6Available && Mode->Ipv6Supported && Private->Ip6Nic != NULL) {
75 Mode->UsingIpv6 = TRUE;
77 Mode->UsingIpv6 = FALSE;
82 if (Mode->UsingIpv6) {
    [all...]
  /device/linaro/bootloader/OpenPlatformPkg/Platforms/ARM/VExpress/AcpiTables/rtsm_ve-aemv8a/
gtdt.asl 55 * so in ACPI the Trigger Mode is 1 - Edge triggered, and
63 Trigger Mode : 1
69 Trigger Mode : 1
75 Trigger Mode : 1
81 Trigger Mode : 1
106 Trigger Mode : 0
111 Trigger Mode : 0
  /external/eigen/bench/
product_threshold.cpp 28 void print_mode(int mode)
30 if(mode==InnerProduct) std::cout << "i";
31 if(mode==OuterProduct) std::cout << "o";
32 if(mode==CoeffBasedProductMode) std::cout << "c";
33 if(mode==LazyCoeffBasedProductMode) std::cout << "l";
34 if(mode==GemvProduct) std::cout << "v";
35 if(mode==GemmProduct) std::cout << "m";
38 template<int Mode, typename Lhs, typename Rhs, typename Res>
41 c.noalias() += typename ProductReturnType<Lhs,Rhs,Mode>::Type(a,b);
44 template<int M, int N, int K, typename Scalar, int Mode>
    [all...]
  /external/mesa3d/src/gallium/drivers/radeon/
AMDILDevice.h 94 bool isSupported(AMDGPUDeviceInfo::Caps Mode) const;
95 bool usesHardware(AMDGPUDeviceInfo::Caps Mode) const;
96 bool usesSoftware(AMDGPUDeviceInfo::Caps Mode) const;
  /external/skia/src/core/
SkXfermodePriv.h 74 enum Mode {
115 * Gets the name of the Mode as a string.
117 static const char* ModeName(Mode);
118 static const char* ModeName(SkBlendMode mode) {
119 return ModeName(Mode(mode));
123 * If the xfermode is one of the modes in the Mode enum, then asMode()
124 * returns true and sets (if not null) mode accordingly. Otherwise it
125 * returns false and ignores the mode parameter.
127 virtual bool asMode(Mode* mode) const
174 Mode mode; local
    [all...]
  /external/autotest/frontend/client/src/autotest/moblab/wizard/
WizardCard.java 9 import autotest.moblab.wizard.ConfigWizard.Mode;
15 * modes - currently view mode and edit mode. Each mode has its own UI and title. A card is used to
22 private ConfigWizard.Mode currentMode;
27 currentMode = ConfigWizard.Mode.View;
43 * Switches to a mode and update the UI.
45 * @param mode the mode to switch to.
47 * @return the root UI widget for the new mode
141 Mode mode = getMode(); local
    [all...]
  /device/linaro/bootloader/edk2/ShellPkg/Application/Shell/
ConsoleWrappers.c 268 Returns information for an available text mode that the output device(s)
272 @param[in] ModeNumber The mode number to return information on.
276 @retval EFI_UNSUPPORTED The mode number was not valid.
300 Sets the output device(s) to a specified mode.
303 @param[in] ModeNumber The mode number to set.
305 @retval EFI_UNSUPPORTED The mode number was not valid.
344 @retval EFI_UNSUPPORTED The output device is not in a valid text mode.
404 @retval EFI_UNSUPPORTED The output device's mode is not currently in a
405 defined text mode.
466 ProtocolToReturn->SimpleTextOut.Mode = AllocateZeroPool(sizeof(EFI_SIMPLE_TEXT_OUTPUT_MODE));
    [all...]
  /external/eigen/Eigen/src/SparseCore/
TriangularSolver.h 17 template<typename Lhs, typename Rhs, int Mode,
18 int UpLo = (Mode & Lower)
20 : (Mode & Upper)
27 template<typename Lhs, typename Rhs, int Mode>
28 struct sparse_solve_triangular_selector<Lhs,Rhs,Mode,Lower,RowMajor>
51 if (Mode & UnitDiag)
64 template<typename Lhs, typename Rhs, int Mode>
65 struct sparse_solve_triangular_selector<Lhs,Rhs,Mode,Upper,RowMajor>
82 if(!(Mode & UnitDiag))
95 if (Mode & UnitDiag) other.coeffRef(i,col) = tmp
    [all...]
  /external/eigen/test/
product_trmm.cpp 20 template<typename Scalar, int Mode, int TriOrder, int OtherOrder, int ResOrder, int OtherCols>
43 tri = mat.template triangularView<Mode>();
44 triTr = mat.transpose().template triangularView<Mode>();
48 VERIFY_IS_APPROX( ge_xs = mat.template triangularView<Mode>() * ge_right, tri * ge_right);
49 VERIFY_IS_APPROX( ge_sx = ge_left * mat.template triangularView<Mode>(), ge_left * tri);
51 VERIFY_IS_APPROX( ge_xs.noalias() = mat.template triangularView<Mode>() * ge_right, tri * ge_right);
52 VERIFY_IS_APPROX( ge_sx.noalias() = ge_left * mat.template triangularView<Mode>(), ge_left * tri);
54 VERIFY_IS_APPROX( ge_xs.noalias() = (s1*mat.adjoint()).template triangularView<Mode>() * (s2*ge_left.transpose()), s1*triTr.conjugate() * (s2*ge_left.transpose()));
55 VERIFY_IS_APPROX( ge_sx.noalias() = ge_right.transpose() * mat.adjoint().template triangularView<Mode>(), ge_right.transpose() * triTr.conjugate());
57 VERIFY_IS_APPROX( ge_xs.noalias() = (s1*mat.adjoint()).template triangularView<Mode>() * (s2*ge_left.adjoint()), s1*triTr.conjugate() * (s2*ge_left.adjoint()))
    [all...]
  /external/libchrome/base/profiler/
scoped_profile.h 47 // Mode of operation. Specifies whether ScopedProfile should be a no-op or
49 enum Mode {
54 ScopedProfile(const Location& location, Mode mode);
  /external/libchrome/base/test/
test_io_thread.h 23 enum Mode { kAutoStart, kManualStart };
24 explicit TestIOThread(Mode mode);
  /external/skia/src/gpu/effects/
GrSRGBEffect.cpp 25 switch (srgbe.mode()) {
26 case GrSRGBEffect::Mode::kLinearToSRGB:
35 case GrSRGBEffect::Mode::kSRGBToLinear:
61 uint32_t key = static_cast<uint32_t>(srgbe.mode());
71 GrSRGBEffect::GrSRGBEffect(Mode mode)
74 , fMode(mode) {
92 case Mode::kLinearToSRGB:
95 case Mode::kSRGBToLinear:
99 SkFAIL("Unexpected mode");
    [all...]
  /external/webrtc/webrtc/modules/desktop_capture/
mouse_cursor_monitor.h 35 enum Mode {
77 virtual void Init(Callback* callback, Mode mode) = 0;
79 // Captures current cursor shape and position (depending on the |mode| passed
82 // time) and then Callback::OnMouseCursorPosition() if mode is set to

Completed in 2767 milliseconds

1 23 4 5 6 7 8 91011>>