HomeSort by relevance Sort by last modified time
    Searched refs:Mode (Results 101 - 125 of 1000) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/lzma/CPP/7zip/UI/Common/
WorkDir.cpp 18 NWorkDir::NMode::EEnum mode = workDirInfo.Mode; local
22 mode = NWorkDir::NMode::kCurrent;
28 mode = workDirInfo.Mode;
35 mode = NZipSettings::NWorkDir::NMode::kCurrent;
39 switch(mode)
  /external/skia/include/core/
SkColorFilter.h 26 * If the filter can be represented by a source color plus Mode, this
27 * returns true, and sets (if not NULL) the color and mode appropriately.
30 virtual bool asColorMode(SkColor* color, SkXfermode::Mode* mode) const;
100 /** Create a colorfilter that uses the specified color and mode.
101 If the Mode is DST, this function will return NULL (since that
102 mode will have no effect on the result).
103 @param c The source color used with the specified mode
104 @param mode The xfermode mode that is applied to each color i
    [all...]
  /external/skia/include/images/
SkImageRef.h 68 SkBitmap::Config, SkImageDecoder::Mode);
87 bool prepareBitmap(SkImageDecoder::Mode);
SkImageRef_GlobalPool.h 51 SkImageDecoder::Mode mode);
  /external/skia/src/animator/
SkDisplayAdd.h 20 enum Mode {
36 Mode mode; member in class:SkAdd
  /frameworks/native/include/media/hardware/
CryptoAPI.h 44 enum Mode {
48 // Neither key nor iv are being used in this mode.
79 Mode mode,
  /frameworks/opt/colorpicker/src/com/android/colorpicker/
ColorStateDrawable.java 50 super.setColorFilter(getPressedColor(mColor), PorterDuff.Mode.SRC_ATOP);
52 super.setColorFilter(mColor, PorterDuff.Mode.SRC_ATOP);
  /external/chromium_org/chrome/browser/ui/gtk/
reload_button_gtk.h 29 enum Mode { MODE_RELOAD = 0, MODE_STOP };
38 void ChangeMode(Mode mode, bool force);
110 // The mode we should be in assuming no timers are running.
111 Mode intended_mode_;
113 // The currently-visible mode - this may differ from the intended mode.
114 Mode visible_mode_;
  /external/chromium_org/third_party/skia/include/images/
SkImageRef_GlobalPool.h 51 SkImageDecoder::Mode mode);
  /frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
pstfilt.h 65 #include "mode.h"
122 enum Mode mode, /* i : AMR mode */
  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
amrencode.h 77 #include "mode.h"
143 enum Mode mode,
sid_sync.h 65 #include "mode.h"
138 /* To ensure that the mode only switches to a neighbouring mode */
140 enum Mode mode,
spreproc.h 68 #include "mode.h"
109 enum Mode mode, /* i : coder mode */
spstproc.h 69 #include "mode.h"
111 enum Mode mode, /* i : coder mode */
  /external/chromium_org/chrome/browser/extensions/api/identity/
experimental_web_auth_flow.h 38 // A ExperimentalWebAuthFlow can be started in Mode::SILENT, which
44 enum Mode {
51 INTERACTION_REQUIRED // Non-redirect page load in silent mode.
72 Mode mode,
111 Mode mode_;
  /external/chromium_org/crypto/
encryptor.h 26 enum Mode {
61 // If |mode| is CBC, |iv| must not be empty; if it is CTR, then |iv| must be
63 bool Init(SymmetricKey* key, Mode mode, const base::StringPiece& iv);
66 // the mode is CBC.
71 // WARNING: In CBC mode, Decrypt() returns false if it detects the padding
80 // Sets the counter value when in CTR mode. Currently only 128-bits
89 // Generates a mask using |counter_| to be used for encryption in CTR mode.
98 // This method is used only in CTR mode.
113 Mode mode_
    [all...]
  /external/chromium_org/third_party/WebKit/Source/modules/websockets/
WebSocketHandshake.h 50 // new enum for histogram and convert mode values into values in the new
52 enum Mode {
79 Mode mode() const;
80 String failureReason() const; // Returns a string indicating the reason of failure if mode() == Failed.
111 Mode m_mode;
  /external/eigen/Eigen/src/Core/products/
TriangularSolverVector.h 17 template<typename LhsScalar, typename RhsScalar, typename Index, int Mode, bool Conjugate, int StorageOrder>
18 struct triangular_solve_vector<LhsScalar, RhsScalar, Index, OnTheRight, Mode, Conjugate, StorageOrder>
23 ((Mode&Upper)==Upper ? Lower : Upper) | (Mode&UnitDiag),
30 template<typename LhsScalar, typename RhsScalar, typename Index, int Mode, bool Conjugate>
31 struct triangular_solve_vector<LhsScalar, RhsScalar, Index, OnTheLeft, Mode, Conjugate, RowMajor>
34 IsLower = ((Mode&Lower)==Lower)
76 if(!(Mode & UnitDiag))
84 template<typename LhsScalar, typename RhsScalar, typename Index, int Mode, bool Conjugate>
85 struct triangular_solve_vector<LhsScalar, RhsScalar, Index, OnTheLeft, Mode, Conjugate, ColMajor
    [all...]
TriangularMatrixMatrix_MKL.h 42 int Mode, bool LhsIsTriangular,
47 product_triangular_matrix_matrix<Scalar,Index,Mode,
54 template <typename Index, int Mode, \
57 struct product_triangular_matrix_matrix<Scalar,Index, Mode, LhsIsTriangular, \
61 product_triangular_matrix_matrix_trmm<Scalar,Index,Mode, \
79 template <typename Index, int Mode, \
82 struct product_triangular_matrix_matrix_trmm<EIGTYPE,Index,Mode,true, \
86 IsLower = (Mode&Lower) == Lower, \
87 SetDiag = (Mode&(ZeroDiag|UnitDiag)) ? 0 : 1, \
88 IsUnitDiag = (Mode&UnitDiag) ? 1 : 0,
    [all...]
  /frameworks/av/media/libstagefright/mpeg2ts/
ESQueue.h 32 enum Mode {
45 ElementaryStreamQueue(Mode mode, uint32_t flags = 0);
60 Mode mMode;
  /external/chromium_org/sync/engine/
sync_scheduler_impl.h 55 virtual void Start(Mode mode) OVERRIDE;
137 enum Mode {
149 WaitInterval(Mode mode, base::TimeDelta length);
151 static const char* GetModeString(Mode mode);
153 Mode mode; member in struct:syncer::SyncSchedulerImpl::WaitInterval
157 static const char* GetModeString(Mode mode)
    [all...]
  /libcore/crypto/src/main/java/org/conscrypt/
OpenSSLCipher.java 51 protected static enum Mode {
77 * The current cipher mode.
79 private Mode mode = Mode.ECB; field in class:OpenSSLCipher
92 * Current cipher mode: encrypting or decrypting.
102 * The block size of the current mode.
108 * calling "doFinal()" in decryption mode without processing any updates.
115 protected OpenSSLCipher(Mode mode, Padding padding)
158 final Mode mode; local
    [all...]
  /external/chromium_org/v8/src/
assembler.h 213 // to which the relocation information applies, the relocation mode
214 // (rmode), and an optional data field. The relocation mode may be
249 enum Mode {
294 RelocInfo(byte* pc, Mode rmode, intptr_t data, Code* host)
301 static inline bool IsRealRelocMode(Mode mode) {
302 return mode >= FIRST_REAL_RELOC_MODE &&
303 mode <= LAST_REAL_RELOC_MODE;
305 static inline bool IsPseudoRelocMode(Mode mode) {
    [all...]
  /external/eigen/Eigen/src/Geometry/
Scaling.h 62 template<int Dim, int Mode, int Options>
63 inline Transform<Scalar,Dim,(int(Mode)==int(Isometry)?Affine:Mode)> operator* (const Transform<Scalar,Dim, Mode, Options>& t) const
65 Transform<Scalar,Dim,(int(Mode)==int(Isometry)?Affine:Mode)> res = t;
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
AdvancedBlendActivity.java 85 PorterDuff.Mode.DARKEN);
87 PorterDuff.Mode.LIGHTEN);
89 PorterDuff.Mode.MULTIPLY);
91 PorterDuff.Mode.SCREEN);
93 PorterDuff.Mode.ADD);
95 PorterDuff.Mode.OVERLAY);

Completed in 406 milliseconds

1 2 3 45 6 7 8 91011>>