HomeSort by relevance Sort by last modified time
    Searched defs:Mode (Results 1 - 25 of 235) sorted by null

1 2 3 4 5 6 7 8 910

  /external/vogar/src/vogar/
Mode.java 25 * A Mode for running actions. Examples including running in a virtual machine
29 public interface Mode {
  /frameworks/base/graphics/java/android/graphics/
AvoidXfermode.java 21 * opColor or, depending on the Mode, draw only on top of the opColor.
27 public enum Mode {
31 Mode(int nativeInt) {
40 * There are two modes, and each mode interprets a tolerance value.
42 * Avoid: In this mode, drawing is allowed only on destination pixels that
47 * Target: In this mode, drawing only occurs on destination pixels that
52 public AvoidXfermode(int opColor, int tolerance, Mode mode) {
56 native_instance = nativeCreate(opColor, tolerance, mode.nativeInt);
PorterDuff.java 22 public enum Mode {
61 Mode(int nativeInt) {
74 public static final int modeToInt(Mode mode) {
75 return mode.nativeInt;
81 public static final Mode intToMode(int val) {
84 case 0: return Mode.CLEAR;
85 case 1: return Mode.SRC;
86 case 2: return Mode.DST;
87 case 3: return Mode.SRC_OVER
    [all...]
  /packages/apps/Messaging/src/com/android/messaging/util/
SwitchCompatUtils.java 47 PorterDuff.Mode.MULTIPLY));
50 getSwitchTrackColorStateList(context, color, typedValue), PorterDuff.Mode.SRC_IN));
54 final ColorStateList colorStateList, final PorterDuff.Mode mode) {
59 final Drawable newDrawable = new TintDrawableWrapper(oldDrawable, colorStateList, mode);
  /art/oatdump/
oatdump_test.cc 54 enum Mode {
61 bool Exec(Mode mode, const std::vector<std::string>& args, std::string* error_msg) {
67 if (mode == kModeSymbolize) {
70 } else if (mode == kModeArt) {
74 CHECK_EQ(static_cast<size_t>(mode), static_cast<size_t>(kModeOat));
  /external/eigen/demos/opengl/
trackball.h 21 enum Mode {Around, Local};
25 void start(Mode m = Around) { mMode = m; mLastPointOk = false; }
37 Mode mMode;
  /external/llvm/lib/Support/
FileOutputBuffer.cpp 66 unsigned Mode = sys::fs::all_read | sys::fs::all_write;
69 Mode |= sys::fs::all_exe;
75 TempFilePath, Mode);
  /external/skia/src/animator/
SkDisplayAdd.h 20 enum Mode {
36 Mode mode; member in class:SkAdd
SkDisplayPost.h 24 enum Mode {
45 Mode mode; member in class:SkPost
SkDisplayApply.h 31 enum Mode {
53 Mode getMode() { return mode; }
82 Mode mode; member in class:SkApply
  /frameworks/av/media/libstagefright/codecs/amrnb/common/include/
mode.h 38 * File : mode.h
39 * Purpose : Declaration of mode type
63 enum Mode { MR475 = 0,
  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
gsmamr_enc.h 127 enum Mode
180 enum Mode mode,
  /frameworks/base/core/java/com/android/internal/util/
UserIcons.java 22 import android.graphics.PorterDuff.Mode;
74 icon.setColorFilter(Resources.getSystem().getColor(colorResId, null), Mode.SRC_IN);
  /frameworks/base/core/jni/android/graphics/
AvoidXfermode.h 22 enum Mode {
30 There are two modes, and each mode interprets a tolerance value.
32 Avoid: In this mode, drawing is allowed only on destination pixels that
37 Target: In this mode, drawing only occurs on destination pixels that
42 static AvoidXfermode* Create(SkColor opColor, U8CPU tolerance, Mode mode) {
43 return SkNEW_ARGS(AvoidXfermode, (opColor, tolerance, mode));
58 AvoidXfermode(SkColor opColor, U8CPU tolerance, Mode mode);
65 Mode fMode
    [all...]
  /external/clang/utils/analyzer/
SumTimerInfo.py 34 Mode = 1
37 Mode = 1
38 if (("Analyzer Total Time" in line) and (Mode == 1)) :
44 if ((("warning generated." in line) or ("warnings generated" in line)) and Mode == 1) :
47 if (("The # of functions analysed (as top level)" in line) and (Mode == 1)) :
50 if (("The % of reachable basic blocks" in line) and (Mode == 1)) :
53 if (("The # of times we reached the max number of steps" in line) and (Mode == 1)) :
56 if (("The maximum number of basic blocks in a function" in line) and (Mode == 1)) :
60 if (("The # of steps executed" in line) and (Mode == 1)) :
63 if (("The # of times we inlined a call" in line) and (Mode == 1))
    [all...]
  /external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
SkPdfMovieActivationDictionary_autogen.cpp 71 SkString SkPdfMovieActivationDictionary::Mode(SkPdfNativeDoc* doc) {
72 SkPdfNativeObject* ret = get("Mode", "");
80 return get("Mode", "") != NULL;
  /frameworks/native/include/media/hardware/
CryptoAPI.h 46 enum Mode {
50 // Neither key nor iv are being used in this mode.
98 Mode mode,
  /frameworks/native/services/surfaceflinger/Effects/
Daltonizer.h 35 enum Mode {
44 void setMode(Mode mode);
53 Mode mMode;
  /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/skia/include/utils/
SkTextBox.h 30 enum Mode {
36 Mode getMode() const { return (Mode)fMode; }
37 void setMode(Mode);
  /external/v8/src/
hydrogen-removable-simulates.cc 110 enum Mode { NORMAL, COLLECT_CONSECUTIVE_SIMULATES };
159 Mode mode_;
  /external/v8/test/cctest/compiler/
instruction-selector-tester.h 27 enum Mode { kTargetMode, kInternalMode };
53 void SelectInstructions(Mode mode = kTargetMode) {
54 SelectInstructions(InstructionSelector::Features(), mode); local
58 Mode mode = kTargetMode) {
74 if (mode == kTargetMode) {
  /frameworks/av/include/media/stagefright/foundation/
ANetworkSession.h 109 enum Mode {
117 Mode mode,
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
vop.cpp 47 UChar *Mode = video->headerInfo.Mode;
52 /* Initialize mode */
58 M4VENC_MEMSET(Mode, MODE_INTRA, sizeof(UChar)*currVol->nTotalMB);
61 M4VENC_MEMSET(Mode, MODE_INTER, sizeof(UChar)*currVol->nTotalMB);
64 /*M4VENC_MEMSET(Mode, MODE_INTER_B,sizeof(UChar)*nTotalMB);*/
159 status = EncodeFrameDataPartMode(video); /* Encode Data Partitioning Mode VOP */
163 status = EncodeFrameCombinedMode(video); /* Encode Combined Mode VOP */
167 status = EncodeFrameCombinedMode(video); /* Encode Combined Mode VOP */
235 status = EncodeSliceDataPartMode(video); /* Encode Data Partitioning Mode VOP *
    [all...]
  /frameworks/av/media/libstagefright/mpeg2ts/
ESQueue.h 32 enum Mode {
47 ElementaryStreamQueue(Mode mode, uint32_t flags = 0);
63 Mode mMode;

Completed in 470 milliseconds

1 2 3 4 5 6 7 8 910