HomeSort by relevance Sort by last modified time
    Searched defs:Mode (Results 51 - 75 of 83) sorted by null

1 23 4

  /sdk/sdkmanager/app/src/com/android/sdkmanager/
CommandLineProcessor.java 117 define(Mode.BOOLEAN, false, GLOBAL_FLAG_VERB, NO_VERB_OBJECT, "v", KEY_VERBOSE,
118 "Verbose mode, shows errors, warnings and all messages.",
120 define(Mode.BOOLEAN, false, GLOBAL_FLAG_VERB, NO_VERB_OBJECT, "s", KEY_SILENT,
121 "Silent mode, shows errors only.",
123 define(Mode.BOOLEAN, false, GLOBAL_FLAG_VERB, NO_VERB_OBJECT, "h", KEY_HELP,
187 * @return The current value object stored in the parameter, which depends on the argument mode.
222 * argument mode.
576 if (arg.getMode() != Mode.BOOLEAN || v.equals(Boolean.TRUE)) {
616 * The mode of an argument specifies the type of variable it represents,
619 static enum Mode {
    [all...]
  /external/llvm/lib/Target/ARM/
ARMCodeEmitter.cpp     [all...]
ARMLoadStoreOptimizer.cpp 132 static int getLoadStoreMultipleOpcode(int Opcode, ARM_AM::AMSubMode Mode) {
137 switch (Mode) {
147 switch (Mode) {
158 switch (Mode) {
167 switch (Mode) {
175 switch (Mode) {
183 switch (Mode) {
191 switch (Mode) {
199 switch (Mode) {
300 ARM_AM::AMSubMode Mode = ARM_AM::ia
    [all...]
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMMCCodeEmitter.cpp 164 /// getLdStmModeOpValue - Return encoding for load/store multiple mode.
167 ARM_AM::AMSubMode Mode = (ARM_AM::AMSubMode)MI.getOperand(OpIdx).getImm();
168 switch (Mode) {
169 default: assert(0 && "Unknown addressing sub-mode!");
345 /// Thumb2 mode.
364 /// Thumb2 mode.
377 /// Thumb2 mode.
389 /// them to their Thumb2 form if we are currently in Thumb2 mode.
    [all...]
  /external/v8/src/
parser.h 455 enum Mode {
476 Mode mode() const { return mode_; } function in class:v8::internal::Parser
586 // pre-parse mode. Otherwise, we cannot safely pre-parse from other
641 // Strict mode validation of LValue expressions
646 // Strict mode octal literal validation.
650 VariableProxy* Declare(Handle<String> name, Variable::Mode mode,
713 Mode mode_;
code-stubs.h 95 // Mode to overwrite BinaryExpression values.
325 enum Mode {
330 FastCloneShallowArrayStub(Mode mode, int length)
331 : mode_(mode),
332 length_((mode == COPY_ON_WRITE_ELEMENTS) ? 0 : length) {
340 Mode mode_;
spaces.h 91 // Some assertion macros used in the debugging mode.
    [all...]
  /frameworks/base/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...]
vlc_encode.cpp 147 Int PutMCBPC_Inter(Int cbpc, Int mode, BitstreamEncVideo *bitstream);
148 Int PutMCBPC_Intra(Int cbpc, Int mode, BitstreamEncVideo *bitstream);
170 Void DCACPred(VideoEncData *video, UChar Mode, Int *intraDC_decision, Int intraDCVlcQP);
173 static Bool IntraDCSwitch_Decision(Int Mode, Int intra_dc_vlc_threshold, Int intraDCVlcQP);
239 PutMCBPC_Intra(Int cbp, Int mode, BitstreamEncVideo *bitstream)
244 ind = ((mode_MBtype[mode] >> 1) & 3) | ((cbp & 3) << 2);
254 PutMCBPC_Inter(Int cbp, Int mode, BitstreamEncVideo *bitstream)
259 ind = (mode_MBtype[mode] & 7) | ((cbp & 3) << 3);
577 /* The following is for 3-mode VLC */
891 UChar Mode = video->headerInfo.Mode[video->mbnum]
    [all...]
mp4lib_int.h 77 Int shortVideoHeader; /* shortVideoHeader mode */
146 UChar *Mode; /* Modes INTRA/INTER/etc. */
228 Int maxFrameSize; /* maximum frame size(bits) for H263/Short header mode, k*16384 */
243 void (*ChooseMode)(UChar *Mode, UChar *cur, Int lx, Int min_SAD);
354 [mbnum][6] = delta MV for direct mode.
  /hardware/qcom/media/mm-video/vidc/venc/test/
venc_test.cpp 228 enum Mode
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
cciss_ioctl.h 95 BYTE Mode:2; // b00
100 BYTE Mode:2; // b01
106 BYTE Mode:2; // b10
113 DWORD Mode:2;
119 DWORD Mode:2;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/
ExtractStringRefactoring.java 140 public enum Mode {
159 /** The {@link Mode} of operation of the refactoring. */
160 private final Mode mMode;
165 * Value is null when not on {@link Mode#EDIT_SOURCE} mode. */
172 * Value is -1 when not on {@link Mode#EDIT_SOURCE} mode. */
175 * Value is -1 when not on {@link Mode#EDIT_SOURCE} mode. */
181 * Value is null when not on {@link Mode#EDIT_SOURCE} mode. *
    [all...]
  /external/dbus/test/
decode-gcov.c 1 /* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*- */
    [all...]
  /external/libvpx/vp8/encoder/
onyx_if.c 542 int Mode = cpi->compressor_speed;
548 // Initialise default mode frequency sampling variables
587 switch (Mode)
590 case 0: // best quality mode
    [all...]
  /external/webkit/Source/WebCore/html/
HTMLMediaElement.cpp 615 enum Mode { attribute, children };
616 Mode mode = attribute; local
638 mode = children;
649 // 6 - If mode is attribute, then run these substeps
650 if (mode == attribute) {
    [all...]
  /frameworks/base/media/libstagefright/codecs/m4v_h263/dec/src/
mp4lib_int.h 35 /* In frame-based decoding mode, this shall be NULL. 08/29/2000 */
97 int errorResDisable; /* VOL disable error resilence mode */
150 uint8 *Mode; /* Modes INTRA/INTER/etc. */
216 /* scratch memory used in data partitioned mode */
254 int shortVideoHeader; /* shortVideoHeader mode */
272 int postFilterType; /* Postfilter mode 04/25/00 */
  /frameworks/base/policy/src/com/android/internal/policy/impl/
LockPatternKeyguardView.java 73 * two {@link Mode}s of operation, lock and unlock. This will show the appropriate
156 enum Mode {
162 * The different types screens available for {@link Mode#UnlockScreen}.
199 * The current mode.
201 private Mode mMode = Mode.LockScreen;
204 * Keeps track of what mode the current unlock screen is (cached from most recent computation in
320 // navigating away from unlock screen during verify mode means
325 updateScreen(Mode.LockScreen, false);
341 updateScreen(Mode.UnlockScreen, false)
1027 final int mode = mLockPatternUtils.getKeyguardStoredPasswordQuality(); local
    [all...]
  /frameworks/base/services/input/
InputDispatcher.h 64 * Constants used to determine the input event injection synchronization mode.
296 * The synchronization mode determines whether the method blocks while waiting for
319 /* Sets the input dispatching mode.
688 enum Mode {
696 Mode mode; member in struct:android::InputDispatcher::CancelationOptions
707 CancelationOptions(Mode mode, const char* reason) :
708 mode(mode), reason(reason), keyCode(-1), deviceId(-1) {
    [all...]
InputReader.h 116 // The transition from PRESS to SWIPE or FREEFORM gesture mode is made when
120 // The transition from PRESS to SWIPE gesture mode can only occur when the
127 // The transition from PRESS to SWIPE gesture mode can only occur when the
135 // Without acceleration, a full swipe of the touch pad diagonal in movement mode
142 // Without acceleration, a full swipe of the touch pad diagonal in zoom mode
958 enum Mode {
963 Mode mode; member in struct:android::CursorInputMapper::Parameters
    [all...]
  /external/clang/lib/Sema/
SemaDeclCXX.cpp     [all...]
  /external/mesa3d/src/mesa/main/
mtypes.h 845 GLenum Mode; /**< Fog mode */
901 GLbitfield ColorMaterialBitmask; /**< bitmask formed from Face and Mode */
1051 GLenum CullFaceMode; /**< Culling mode GL_FRONT or GL_BACK */
1054 GLboolean OffsetPoint; /**< Offset in GL_POINT mode */
1055 GLboolean OffsetLine; /**< Offset in GL_LINE mode */
1056 GLboolean OffsetFill; /**< Offset in GL_FILL mode */
    [all...]
  /prebuilt/sdk/10/
android.jar 
  /prebuilt/sdk/12/
android.jar 
  /prebuilt/sdk/14/
android.jar 

Completed in 2481 milliseconds

1 23 4