/frameworks/av/media/libstagefright/mpeg2ts/ |
ESQueue.h | 36 enum Mode { 56 explicit ElementaryStreamQueue(Mode mode, uint32_t flags = 0); 98 Mode mMode;
|
/cts/tests/tests/uirendering/src/android/uirendering/cts/testinfrastructure/ |
DisplayModifier.java | 48 public static final PorterDuff.Mode[] PORTERDUFF_MODES = new PorterDuff.Mode[] { 49 PorterDuff.Mode.SRC, PorterDuff.Mode.DST, PorterDuff.Mode.SRC_OVER, 50 PorterDuff.Mode.DST_OVER, PorterDuff.Mode.SRC_IN, PorterDuff.Mode.DST_IN, 51 PorterDuff.Mode.SRC_OUT, PorterDuff.Mode.DST_OUT, PorterDuff.Mode.SRC_ATOP [all...] |
/device/linaro/bootloader/edk2/OptionRomPkg/Bus/Usb/UsbNetworking/Ax88772b/ |
SimpleNetwork.c | 26 @param [in] pSimpleNetwork Simple network mode pointer
50 pMode = pSimpleNetwork->Mode;
134 if (( NULL != pSimpleNetwork ) && ( NULL != pSimpleNetwork->Mode )) {
148 pMode = pSimpleNetwork->Mode;
260 if (( NULL != pSimpleNetwork ) && ( NULL != pSimpleNetwork->Mode )) {
264 pMode = pSimpleNetwork->Mode;
357 if (pSimpleNetwork->Mode->State == EfiSimpleNetworkInitialized)
367 else if (pSimpleNetwork->Mode->State == EfiSimpleNetworkStarted) {
489 ( NULL != pSimpleNetwork->Mode ) &&
495 pMode = pSimpleNetwork->Mode;
[all...] |
/developers/samples/android/ui/DrawableTinting/Application/src/test/ |
SampleTests.java | 84 * Test the initial state of all UI elements, color and blend mode. 97 assertEquals(PorterDuff.Mode.ADD, colorFilter.getMode()); 106 // Test that each tint mode can be successfully applied and matches a valid PorterDuff mode 107 final PorterDuff.Mode[] modes = PorterDuff.Mode.values(); 109 // Test that each blend mode can be applied 110 for (PorterDuff.Mode m : modes) {
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
ColorFilters.java | 45 private PorterDuff.Mode[] mModes; 103 mModes = new PorterDuff.Mode[] { 104 PorterDuff.Mode.SRC_ATOP, 105 PorterDuff.Mode.MULTIPLY, 168 // update mode every other time we change paint colors
|
/device/linaro/bootloader/OpenPlatformPkg/Include/Protocol/ |
DwUsb.h | 68 IN UINT8 Mode
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/AbsolutePointer/ |
AbsolutePointer.h | 112 EFI_ABSOLUTE_POINTER_MODE *Mode;
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/SimplePointer/ |
SimplePointer.h | 71 EFI_SIMPLE_POINTER_MODE *Mode;
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/ProcessDsc/ |
Common.h | 95 int Mode
|
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/ |
AbsolutePointer.h | 197 EFI_ABSOLUTE_POINTER_MODE *Mode;
|
SimplePointer.h | 138 EFI_SIMPLE_POINTER_MODE *Mode;
|
/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkNorthCluster/MemoryInit/Pei/ |
hte.h | 58 UINT8 Mode);
|
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/ |
Misc.c | 236 Gap = (HMainEditor.MouseAccumulatorX * (INT32) HMainEditor.ScreenSize.Column) / (INT32) (50 * (INT32) HMainEditor.MouseInterface->Mode->ResolutionX);
237 HMainEditor.MouseAccumulatorX = (HMainEditor.MouseAccumulatorX * (INT32) HMainEditor.ScreenSize.Column) % (INT32) (50 * (INT32) HMainEditor.MouseInterface->Mode->ResolutionX);
257 Gap = (HMainEditor.MouseAccumulatorY * (INT32) HMainEditor.ScreenSize.Row) / (INT32) (50 * (INT32) HMainEditor.MouseInterface->Mode->ResolutionY);
258 HMainEditor.MouseAccumulatorY = (HMainEditor.MouseAccumulatorY * (INT32) HMainEditor.ScreenSize.Row) % (INT32) (50 * (INT32) HMainEditor.MouseInterface->Mode->ResolutionY);
|
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/ |
Mode.c | 2 Main file for Mode shell Debug1 function.
19 Function for 'mode' command.
61 ShellPrintHiiEx(-1, -1, NULL, STRING_TOKEN (STR_GEN_PROBLEM), gShellDebug1HiiHandle, L"mode", ProblemParam);
69 ShellPrintHiiEx(-1, -1, NULL, STRING_TOKEN (STR_GEN_TOO_MANY), gShellDebug1HiiHandle, L"mode");
72 ShellPrintHiiEx(-1, -1, NULL, STRING_TOKEN (STR_GEN_TOO_FEW), gShellDebug1HiiHandle, L"mode");
77 ShellPrintHiiEx(-1, -1, NULL, STRING_TOKEN (STR_GEN_PARAM_INV), gShellDebug1HiiHandle, L"mode", Temp);
83 ShellPrintHiiEx(-1, -1, NULL, STRING_TOKEN (STR_GEN_PARAM_INV), gShellDebug1HiiHandle, L"mode", Temp);
88 for (LoopVar = 0, Done = FALSE; LoopVar < gST->ConOut->Mode->MaxMode && ShellStatus == SHELL_SUCCESS ; LoopVar++) {
96 ShellPrintHiiEx(-1, -1, NULL, STRING_TOKEN (STR_MODE_SET_FAIL), gShellDebug1HiiHandle, L"mode");
107 ShellPrintHiiEx(-1, -1, NULL, STRING_TOKEN (STR_MODE_NO_MATCH), gShellDebug1HiiHandle, L"mode");
[all...] |
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel3CommandsLib/ |
Cls.c | 83 Background = (gST->ConOut->Mode->Attribute >> 4) & 0x7;
84 Foreground = gST->ConOut->Mode->Attribute & 0x0F;
92 gST->ConOut->Mode->Attribute,
206 Foreground = gST->ConOut->Mode->Attribute & 0x0F;
|
/external/eigen/Eigen/src/Core/products/ |
TriangularSolverMatrix.h | 18 template <typename Scalar, typename Index, int Side, int Mode, bool Conjugate, int TriStorageOrder> 19 struct triangular_solve_matrix<Scalar,Index,Side,Mode,Conjugate,TriStorageOrder,RowMajor> 29 (Mode&UnitDiag) | ((Mode&Upper) ? Lower : Upper), 38 template <typename Scalar, typename Index, int Mode, bool Conjugate, int TriStorageOrder> 39 struct triangular_solve_matrix<Scalar,Index,OnTheLeft,Mode,Conjugate,TriStorageOrder,ColMajor> 47 template <typename Scalar, typename Index, int Mode, bool Conjugate, int TriStorageOrder> 48 EIGEN_DONT_INLINE void triangular_solve_matrix<Scalar,Index,OnTheLeft,Mode,Conjugate,TriStorageOrder,ColMajor>::run( 65 IsLower = (Mode&Lower) == Lower 124 Scalar a = (Mode & UnitDiag) ? Scalar(1) : Scalar(1)/conj(tri(i,i)) [all...] |
/external/libchrome/base/files/ |
file_descriptor_watcher_posix.cc | 49 Watcher(WeakPtr<Controller> controller, MessagePumpForIO::Mode mode, int fd); 77 const MessagePumpForIO::Mode mode_; 95 MessagePumpForIO::Mode mode, 99 mode_(mode), 160 FileDescriptorWatcher::Controller::Controller(MessagePumpForIO::Mode mode, 169 watcher_ = std::make_unique<Watcher>(weak_factory_.GetWeakPtr(), mode, fd);
|
/external/skqp/modules/sksg/include/ |
SkSGColorFilter.h | 46 SkBlendMode mode) { 48 ? sk_sp<ColorModeFilter>(new ColorModeFilter(std::move(child), std::move(color), mode)) 52 SG_ATTRIBUTE(Mode , SkBlendMode, fMode )
|
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/ |
MBlazeSubtarget.h | 58 TargetSubtargetInfo::AntiDepBreakMode& Mode,
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-exegesis/lib/ |
Target.h | 42 // Creates a benchmark runner for the given mode. 44 createBenchmarkRunner(InstructionBenchmark::ModeE Mode,
|
/external/v8/src/debug/ |
debug-type-profile.h | 36 static void SelectMode(Isolate* isolate, debug::TypeProfile::Mode mode);
|
/frameworks/av/drm/mediadrm/plugins/clearkey/default/include/ |
CryptoPlugin.h | 47 Mode mode, const Pattern &pattern, const void* srcPtr,
|
/frameworks/av/media/codec2/components/amr_nb_wb/ |
C2SoftAmrNbEnc.h | 53 Mode mMode;
|
/frameworks/av/media/libstagefright/codecs/amrnb/common/include/ |
q_plsf.h | 66 #include "mode.h" 144 enum Mode mode, /* i : coder mode */ 148 Word16 *pred_init_i,/* o : init index for MA prediction in DTX mode */
|
/frameworks/av/media/libstagefright/codecs/amrnb/dec/src/ |
ph_disp.h | 69 #include "mode.h" 163 ; mode and computes total excitation for synthesis part 170 enum Mode mode, /* i : codec mode */
|