/external/opencensus-java/contrib/agent/src/jmh/java/io/opencensus/contrib/agent/instrumentation/ |
ExecutorInstrumentationBenchmark.java | 25 import org.openjdk.jmh.annotations.Mode; 52 @BenchmarkMode(Mode.AverageTime) 65 @BenchmarkMode(Mode.AverageTime) 78 @BenchmarkMode(Mode.AverageTime)
|
ThreadInstrumentationBenchmark.java | 24 import org.openjdk.jmh.annotations.Mode; 51 @BenchmarkMode(Mode.AverageTime) 66 @BenchmarkMode(Mode.AverageTime) 81 @BenchmarkMode(Mode.AverageTime)
|
/external/skia/modules/sksg/src/ |
SkSGMaskEffect.cpp | 14 MaskEffect::MaskEffect(sk_sp<RenderNode> child, sk_sp<RenderNode> mask, Mode mode) 17 , fMaskMode(mode) { 33 p.setBlendMode(fMaskMode == Mode::kNormal ? SkBlendMode::kSrcIn : SkBlendMode::kSrcOut); 40 const auto mask_hit = (!!fMaskNode->nodeAt(p) == (fMaskMode == Mode::kNormal)); 51 return (fMaskMode == Mode::kInvert || childBounds.intersect(maskBounds))
|
/external/skia/src/gpu/effects/ |
GrGaussianConvolutionFragmentProcessor.h | 29 GrTextureDomain::Mode mode, 32 std::move(proxy), dir, halfWidth, gaussianSigma, mode, bounds)); 43 GrTextureDomain::Mode mode() const { return fMode; } function in class:GrGaussianConvolutionFragmentProcessor 76 GrTextureDomain::Mode mode, int bounds[2]); 98 GrTextureDomain::Mode fMode;
|
/external/skqp/src/gpu/effects/ |
GrGaussianConvolutionFragmentProcessor.h | 29 GrTextureDomain::Mode mode, 32 std::move(proxy), dir, halfWidth, gaussianSigma, mode, bounds)); 43 GrTextureDomain::Mode mode() const { return fMode; } function in class:GrGaussianConvolutionFragmentProcessor 76 GrTextureDomain::Mode mode, int bounds[2]); 98 GrTextureDomain::Mode fMode;
|
/frameworks/av/media/libstagefright/codecs/amrnb/common/include/ |
qua_gain.h | 64 #include "mode.h" 109 enum Mode mode, /* i : AMR mode */
|
/frameworks/av/media/libstagefright/codecs/amrnb/dec/src/ |
dec_gain.h | 63 #include "mode.h" 109 enum Mode mode, /* i : AMR mode */
|
amrdecode.cpp | 83 Description: Changed '&' to '&&' in the setting of rx_type and mode for 153 state_data->prev_mode contains the new mode 161 used by each codec mode for WMF input format (const 165 used by each codec mode for IF2 input format (const 188 The codec mode and receive frame type is initialized based on the incoming 196 RX_NO_DATA, the mode is obtained from the buffer pointed to by 197 speech_bits_ptr, offset by MAX_SERIAL_SIZE+1, otherwise, the mode is set to 198 the previous mode (found the in state_data->prev_mode). 206 state_data is updated to the current mode. 265 // Determine AMR codec mode and AMR RX frame typ 397 enum Mode mode = (enum Mode)MR475; local [all...] |
/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/ |
cbsearch.h | 70 #include "mode.h" 121 enum Mode mode, /* i : coder mode */
|
lpc.h | 52 for mode 12.2. For all other modes a 68 #include "mode.h" 131 enum Mode mode, /* i : coder mode */
|
ol_ltp.h | 63 #include "mode.h" 107 enum Mode mode, /* i : coder mode */
|
pitch_ol.h | 61 #include "mode.h" 104 enum Mode mode, /* i : coder mode */
|
pre_big.h | 69 #include "mode.h" 111 enum Mode mode, /* i : coder mode */
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/SnpDxe/ |
Nvdata.c | 178 switch (Snp->Mode.State) {
193 if (Snp->Mode.NvRamSize == 0 || Snp->Mode.NvRamAccessSize == 0) {
202 (Offset >= Snp->Mode.NvRamSize) ||
203 (Offset + BufferSize > Snp->Mode.NvRamSize) ||
204 (BufferSize % Snp->Mode.NvRamAccessSize != 0) ||
205 (Offset % Snp->Mode.NvRamAccessSize != 0)
|
Receive_filters.c | 208 Snp->Cdb.DBsize = (UINT16) (Snp->Mode.MaxMCastFilterCount * sizeof (EFI_MAC_ADDRESS));
242 Snp->Mode.ReceiveFilterSetting = 0;
245 Snp->Mode.ReceiveFilterSetting |= EFI_SIMPLE_NETWORK_RECEIVE_UNICAST;
249 Snp->Mode.ReceiveFilterSetting |= EFI_SIMPLE_NETWORK_RECEIVE_BROADCAST;
253 Snp->Mode.ReceiveFilterSetting |= EFI_SIMPLE_NETWORK_RECEIVE_PROMISCUOUS;
257 Snp->Mode.ReceiveFilterSetting |= EFI_SIMPLE_NETWORK_RECEIVE_PROMISCUOUS_MULTICAST;
261 Snp->Mode.ReceiveFilterSetting |= EFI_SIMPLE_NETWORK_RECEIVE_MULTICAST;
264 CopyMem (Snp->Mode.MCastFilter, Snp->Db, Snp->Cdb.DBsize);
274 for (Snp->Mode.MCastFilterCount = 0;
275 Snp->Mode.MCastFilterCount < Snp->Mode.MaxMCastFilterCount; [all...] |
/external/eigen/Eigen/src/Core/products/ |
TriangularSolverMatrix_BLAS.h | 42 template <typename Index, int Mode, bool Conjugate, int TriStorageOrder> \ 43 struct triangular_solve_matrix<EIGTYPE,Index,OnTheLeft,Mode,Conjugate,TriStorageOrder,ColMajor> \ 46 IsLower = (Mode&Lower) == Lower, \ 47 IsUnitDiag = (Mode&UnitDiag) ? 1 : 0, \ 48 IsZeroDiag = (Mode&ZeroDiag) ? 1 : 0, \ 95 template <typename Index, int Mode, bool Conjugate, int TriStorageOrder> \ 96 struct triangular_solve_matrix<EIGTYPE,Index,OnTheRight,Mode,Conjugate,TriStorageOrder,ColMajor> \ 99 IsLower = (Mode&Lower) == Lower, \ 100 IsUnitDiag = (Mode&UnitDiag) ? 1 : 0, \ 101 IsZeroDiag = (Mode&ZeroDiag) ? 1 : 0, [all...] |
/device/linaro/bootloader/edk2/EmbeddedPkg/SimpleTextInOutSerial/ |
SimpleTextInOut.c | 450 EFI_TEXT_ATTR(This->Mode->Attribute & 0x0F, EFI_BACKGROUND_BLACK)
523 EFI_SIMPLE_TEXT_OUTPUT_MODE *Mode;
539 Mode = This->Mode;
543 Mode->Mode,
555 if (Mode->CursorColumn > 0) {
556 Mode->CursorColumn--;
561 if (Mode->CursorRow < (INT32) (MaxRow - 1)) {
562 Mode->CursorRow++; [all...] |
/device/linaro/bootloader/edk2/CorebootPayloadPkg/FbGop/ |
FbGop.c | 474 // Fill in Graphics Output specific mode structures
493 // Allocate buffer for Graphics Output Protocol mode information
495 FbGopPrivate->GraphicsOutput.Mode = (EFI_GRAPHICS_OUTPUT_PROTOCOL_MODE *) AllocatePool (
498 if (NULL == FbGopPrivate->GraphicsOutput.Mode) {
503 FbGopPrivate->GraphicsOutput.Mode->Info = (EFI_GRAPHICS_OUTPUT_MODE_INFORMATION *) AllocatePool (
506 if (NULL == FbGopPrivate->GraphicsOutput.Mode->Info) {
717 // Free mode data
726 if (FbGopPrivate->GraphicsOutput.Mode != NULL) {
727 if (FbGopPrivate->GraphicsOutput.Mode->Info != NULL) {
728 FreePool (FbGopPrivate->GraphicsOutput.Mode->Info); [all...] |
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/Console/VgaClassDxe/ |
VgaClass.c | 662 VgaClassPrivate->SimpleTextOut.Mode = &VgaClassPrivate->SimpleTextOutputMode;
828 This->SetAttribute (This, EFI_TEXT_ATTR (This->Mode->Attribute & 0x0F, EFI_BACKGROUND_BLACK));
850 @retval EFI_UNSUPPORTED The output device's mode is not currently in a defined text mode.
864 EFI_SIMPLE_TEXT_OUTPUT_MODE *Mode;
871 Mode = This->Mode;
875 Mode->Mode,
890 if (Mode->CursorColumn > 0) { [all...] |
/external/eigen/blas/ |
BandTriangularSolver.h | 18 template<typename Index, int Mode, typename LhsScalar, bool ConjLhs, typename RhsScalar, int StorageOrder> 22 template<typename Index, int Mode, typename LhsScalar, bool ConjLhs, typename RhsScalar> 23 struct band_solve_triangular_selector<Index,Mode,LhsScalar,ConjLhs,RhsScalar,RowMajor> 27 enum { IsLower = (Mode&Lower) ? 1 : 0 }; 50 if((Mode&UnitDiag)==0) 58 template<typename Index, int Mode, typename LhsScalar, bool ConjLhs, typename RhsScalar> 59 struct band_solve_triangular_selector<Index,Mode,LhsScalar,ConjLhs,RhsScalar,ColMajor> 63 enum { IsLower = (Mode&Lower) ? 1 : 0 }; 82 if((Mode&UnitDiag)==0)
|
/cts/tests/tests/view/src/android/view/cts/ |
MenuItemTest.java | 78 assertEquals(PorterDuff.Mode.SCREEN, secondItem.getIconTintMode()); 82 // Change tint color list and mode and verify that they are returned by the getters 86 firstItem.setIconTintMode(PorterDuff.Mode.XOR); 90 assertEquals(PorterDuff.Mode.XOR, firstItem.getIconTintMode()); 96 assertEquals(PorterDuff.Mode.XOR, firstItem.getIconTintMode()); 98 // Change tint color list and mode again and verify that they are returned by the getters 102 firstItem.setIconTintMode(PorterDuff.Mode.SRC_IN); 106 assertEquals(PorterDuff.Mode.SRC_IN, firstItem.getIconTintMode());
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Console/ConSplitterDxe/ |
ConSplitterGraphics.c | 22 Returns information for an available graphics mode that the graphics device
26 @param ModeNumber The mode number to return information on.
30 @retval EFI_SUCCESS Mode information returned.
32 @retval EFI_DEVICE_ERROR A hardware error occurred trying to retrieve the video mode.
51 if (This == NULL || Info == NULL || SizeOfInfo == NULL || ModeNumber >= This->Mode->MaxMode) {
98 Set the video device into the specified mode and clears the visible portions of
102 @param ModeNumber Abstraction that defines the current video mode.
104 @retval EFI_SUCCESS The graphics mode specified by ModeNumber was selected.
121 EFI_GRAPHICS_OUTPUT_MODE_INFORMATION *Mode;
129 if (ModeNumber >= This->Mode->MaxMode) { [all...] |
/external/perfetto/src/trace_processor/ |
filtered_row_index.h | 62 case Mode::kAllRows: 65 case Mode::kBitVector: 68 case Mode::kRowVector: 93 enum Mode { 101 mode_ = Mode::kBitVector; 143 Mode mode_; 147 // Only non-empty when |mode_| == Mode::kBitVector. 150 // Only non-empty when |mode_| == Mode::kRowVector.
|
/external/skia/modules/sksg/include/ |
SkSGRenderEffect.h | 90 enum class Mode { kShadowAndForeground, kShadowOnly }; 95 SG_ATTRIBUTE(Mode , Mode , fMode ) 106 Mode fMode = Mode::kShadowAndForeground; 145 SG_ATTRIBUTE(Mode, SkBlendMode, fMode)
|
/external/v8/src/debug/ |
debug-scopes.h | 69 enum class Mode { STACK, ALL }; 72 Handle<JSObject> ScopeObject(Mode mode); 75 bool DeclaresLocals(Mode mode) const; 148 void VisitScope(const Visitor& visitor, Mode mode) const; 149 void VisitLocalScope(const Visitor& visitor, Mode mode) const; 152 bool VisitLocals(const Visitor& visitor, Mode mode) const [all...] |