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

1 2 34 5 6 7 8 910

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
onyx.h 57 } MODE;
68 static void Scale2Ratio(int mode, int *hr, int *hs)
70 switch (mode)
115 /* mode ->
116 *(0)=Realtime/Live Encoding. This mode is optimized for realtim
139 int Mode;
238 /* Memory location to store low-resolution encoder's mode info */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
cciss_defs.h 60 BYTE Mode:2; /* b00 */
65 BYTE Mode:2; /* b01 */
71 BYTE Mode:2; /* b10 */
78 DWORD Mode:2;
84 DWORD Mode:2;
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/linux/
cciss_defs.h 69 BYTE Mode:2;
75 BYTE Mode:2;
82 BYTE Mode:2;
90 DWORD Mode:2;
96 DWORD Mode:2;
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/linux/
cciss_defs.h 69 BYTE Mode:2;
75 BYTE Mode:2;
82 BYTE Mode:2;
90 DWORD Mode:2;
96 DWORD Mode:2;
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/linux/
cciss_defs.h 69 BYTE Mode:2;
75 BYTE Mode:2;
82 BYTE Mode:2;
90 DWORD Mode:2;
96 DWORD Mode:2;
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/linux/
cciss_defs.h 69 BYTE Mode:2;
75 BYTE Mode:2;
82 BYTE Mode:2;
90 DWORD Mode:2;
96 DWORD Mode:2;
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/linux/
cciss_defs.h 69 BYTE Mode:2;
75 BYTE Mode:2;
82 BYTE Mode:2;
90 DWORD Mode:2;
96 DWORD Mode:2;
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/linux/
cciss_defs.h 69 BYTE Mode:2;
75 BYTE Mode:2;
82 BYTE Mode:2;
90 DWORD Mode:2;
96 DWORD Mode:2;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
NewProjectWizardState.java 47 /** The mode to run the wizard in: creating test, or sample, or plain project */
48 public Mode mode; field in class:NewProjectWizardState
182 * @param mode the mode to run the wizard in
184 public NewProjectWizardState(Mode mode) {
185 this.mode = mode;
186 if (mode == Mode.SAMPLE)
    [all...]
  /external/clang/lib/StaticAnalyzer/Frontend/
AnalysisConsumer.cpp 152 /// Mode of the analyzes while recursively visiting Decls.
247 void DisplayFunction(const Decl *D, AnalysisMode Mode,
257 if (Mode == AM_Syntax)
259 else if (Mode == AM_Path) {
272 assert(Mode == (AM_Syntax | AM_Path) && "Unexpected mode!");
307 /// \brief Determine which inlining mode should be used when this function is
318 /// \param Mode - determines if we are requesting syntax only or path
323 void HandleCode(Decl *D, AnalysisMode Mode,
339 AnalysisMode Mode = getModeForDecl(D, RecVisitorMode)
    [all...]
  /external/conscrypt/src/main/java/org/conscrypt/
OpenSSLCipher.java 58 protected static enum Mode {
75 * The current cipher mode.
77 protected Mode mode = Mode.ECB; field in class:OpenSSLCipher
96 * Current cipher mode: encrypting or decrypting.
108 protected OpenSSLCipher(Mode mode, Padding padding) {
109 this.mode = mode;
178 final Mode mode; local
    [all...]
  /external/eigen/Eigen/src/Geometry/
Transform.h 26 Mode = Transform::Mode,
27 IsProjective = (int(Mode)==int(Projective))
39 int Mode,
55 int Mode,
65 template<int Mode> struct transform_make_affine;
183 Mode = _Mode,
187 Rows = int(Mode)==(AffineCompact) ? Dim : HDim
199 typedef Block<MatrixType,Dim,Dim,int(Mode)==(AffineCompact) && (Options&RowMajor)==0> LinearPart;
201 typedef const Block<ConstMatrixType,Dim,Dim,int(Mode)==(AffineCompact) && (Options&RowMajor)==0> ConstLinearPart
    [all...]
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMMCCodeEmitter.cpp 190 /// getLdStmModeOpValue - Return encoding for load/store multiple mode.
194 ARM_AM::AMSubMode Mode = (ARM_AM::AMSubMode)MI.getOperand(OpIdx).getImm();
195 switch (Mode) {
196 default: llvm_unreachable("Unknown addressing sub-mode!");
456 /// Thumb2 mode.
476 /// Thumb2 mode.
490 /// Thumb2 mode.
515 /// them to their Thumb2 form if we are currently in Thumb2 mode.
    [all...]
  /frameworks/base/core/java/android/view/
Display.java 73 // Temporary display metrics structure used for compatibility mode.
269 * is non-interactive. This mode may be used to conserve even more power by allowing
661 * Returns the active mode of the display.
663 public Mode getMode() {
673 public Mode[] getSupportedModes() {
676 final Display.Mode[] modes = mDisplayInfo.supportedModes;
911 * A mode supported by a given display.
915 public static final class Mode implements Parcelable {
919 public static final Mode[] EMPTY_ARRAY = new Mode[0]
    [all...]
  /frameworks/native/services/sensorservice/
SensorService.h 72 enum Mode {
73 // The regular operating mode where any application can register/unregister/call flush on
76 // This mode is only used for testing purposes. Not all HALs support this mode. In this
77 // mode, the HAL ignores the sensor data provided by physical sensors and accepts the data
78 // that is injected from the SensorService as if it were the real sensor data. This mode
80 // Step Counter and Step Detector etc. Typically in this mode, there will be a client
86 // This mode is used only for testing sensors. Each sensor can be tested in isolation with
89 // in NORMAL mode. When this mode is first activated, all active sensors from all connection
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/
CropView.java 76 private enum Mode {
80 private Mode mState = Mode.NONE;
154 if (mState == Mode.NONE) {
160 mState = Mode.MOVE;
164 if (mState == Mode.MOVE) {
169 mState = Mode.NONE;
173 if (mState == Mode.MOVE) {
190 mState = Mode.NONE;
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
ImageCrop.java 57 private enum Mode {
60 private Mode mState = Mode.NONE;
121 if (mState == Mode.NONE) {
127 mState = Mode.MOVE;
131 if (mState == Mode.MOVE) {
136 mState = Mode.NONE;
141 if (mState == Mode.MOVE) {
244 mState = Mode.NONE;
  /art/compiler/utils/arm/
assembler_arm.h 154 // Load/store multiple addressing mode.
173 // Memory operand addressing mode (in ARM encoding form. For others we need
175 enum Mode {
185 Address(Register rn, int32_t offset = 0, Mode am = Offset) : rn_(rn), rm_(R0),
190 Address(Register rn, Register rm, Mode am = Offset) : rn_(rn), rm_(rm), offset_(0),
195 Address(Register rn, Register rm, Shift shift, uint32_t count, Mode am = Offset) :
233 Mode GetMode() const {
254 const Mode am_;
258 inline std::ostream& operator<<(std::ostream& os, const Address::Mode& rhs) {
  /external/clang/lib/Parse/
ParsePragma.cpp 484 MSVtorDispAttr::Mode Mode = MSVtorDispAttr::Mode(Value & 0xFFFF);
486 Actions.ActOnPragmaMSVtorDisp(Kind, PragmaLoc, Mode);
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
BugReporterVisitors.cpp 141 } Mode;
147 : StackFrame(Frame), Mode(Initial), EnableNullFPSuppression(Suppressed) {}
254 Mode = Satisfied;
300 Mode = MaybeUnsuppress;
347 Mode = Satisfied;
386 switch (Mode) {
395 llvm_unreachable("Invalid visit mode!");
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
Normalizer.java 132 private Mode mode; field in class:Normalizer
214 * The Mode class is not intended for public subclassing.
215 * Only the Mode constants provided by the Normalizer class should be used,
219 public static abstract class Mode {
226 protected Mode() {
237 private static final class NONEMode extends Mode {
240 private static final class NFDMode extends Mode {
246 private static final class NFKDMode extends Mode {
252 private static final class NFCMode extends Mode {
    [all...]
  /external/jmonkeyengine/engine/src/bullet-common/com/jme3/bullet/control/
KinematicRagdollControl.java 84 * in this mode physic shapes follow the moovements of the animated skeleton (for example animated by a key framed animation)
85 * this mode is enabled by calling setKinematicMode();
89 * In this mode the charater is entirely controled by physics, so it will fall under the gravity and move if any force is applied to it.
108 protected Mode mode = Mode.Kinetmatic; field in class:KinematicRagdollControl
122 public static enum Mode {
167 if (mode == mode.Ragdoll && targetModel.getLocalTranslation().equals(modelPosition)) {
267 * this is used to make the ragdoll follow the skeleton motion while in Kinematic mode
    [all...]
  /external/llvm/tools/llvm-ar/
llvm-ar.cpp 293 // Utility function for printing out the file mode when the 't' operation is in
294 // verbose mode.
295 static void printMode(unsigned mode) {
296 if (mode & 004)
300 if (mode & 002)
304 if (mode & 001)
311 // the file names of each of the members. However, if verbose mode is requested
312 // ('v' modifier) then the file type, permission mode, user, group, size, and
316 sys::fs::perms Mode = I->getAccessMode();
317 printMode((Mode >> 6) & 007)
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
motion_est.cpp 84 void RasterIntraUpdate(UChar *intraArray, UChar *Mode, Int totalMB, Int numRefresh);
147 UChar *mode_mb, *Mode = video->headerInfo.Mode;
225 RasterIntraUpdate(intraArray, Mode, totalMB, video->encParams->Refresh);
272 mode_mb = Mode + mbnum;
468 M4VENC_MEMSET(Mode, MODE_INTRA, sizeof(UChar)*totalMB); /* set this for MB level coding*/
    [all...]
  /frameworks/av/media/libstagefright/foundation/
ANetworkSession.cpp 70 enum Mode {
105 void setMode(Mode mode);
124 Mode mMode;
231 void ANetworkSession::Session::setMode(Mode mode) {
232 mMode = mode;
963 Mode mode,
979 (mode == kModeCreateUDPSession) ? SOCK_DGRAM : SOCK_STREAM
    [all...]

Completed in 597 milliseconds

1 2 34 5 6 7 8 910