/frameworks/base/include/private/hwui/ |
DrawGlInfo.h | 53 enum Mode {
|
/frameworks/native/include/input/ |
KeyLayoutMap.h | 29 enum Mode { 38 // Axis mode. 39 Mode mode; member in struct:android::AxisInfo 54 AxisInfo() : mode(MODE_NORMAL), axis(-1), highAxis(-1), splitValue(0), flatOverride(-1) {
|
/external/eigen/Eigen/src/Core/ |
SelfAdjointView.h | 40 Mode = UpLo | SelfAdjoint, 68 Mode = internal::traits<SelfAdjointView>::Mode 106 SelfadjointProductMatrix<MatrixType,Mode,false,OtherDerived,0,OtherDerived::IsVectorAtCompileTime> 110 <MatrixType,Mode,false,OtherDerived,0,OtherDerived::IsVectorAtCompileTime> 116 SelfadjointProductMatrix<OtherDerived,0,OtherDerived::IsVectorAtCompileTime,MatrixType,Mode,false> 120 <OtherDerived,0,OtherDerived::IsVectorAtCompileTime,MatrixType,Mode,false>
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
Normalizer2.java | 33 * but additional modes are provided as documented in the Mode enum. 69 public enum Mode { 115 * Same as getInstance(null, "nfc", Mode.COMPOSE). 126 * Same as getInstance(null, "nfc", Mode.DECOMPOSE). 137 * Same as getInstance(null, "nfkc", Mode.COMPOSE). 148 * Same as getInstance(null, "nfkc", Mode.DECOMPOSE). 159 * Same as getInstance(null, "nfkc_cf", Mode.COMPOSE). 171 * and which composes or decomposes text according to the specified mode. 186 * @param mode normalization mode (compose or decompose etc. [all...] |
/external/jsilver/src/com/google/streamhtmlparser/ |
HtmlParser.java | 32 * The Parser Mode requested for parsing a given template. 42 * This is a special mode, for standard HTML templates please use 51 public enum Mode { 110 * is (re)set with {@link Mode#JS}. 144 * <li>Inside a CSS file when the parser was reset in the CSS mode. 246 * <p>See the {@link HtmlParser.Mode} enum for information on all 249 * @param mode is an enum representing the high-level state of the parser 251 public void resetMode(HtmlParser.Mode mode);
|
/external/lzma/CPP/7zip/UI/Common/ |
ZipRegistry.h | 78 NMode::EEnum Mode;
85 Mode = NMode::kSystem;
|
/external/lzma/CS/7zip/Compress/LzmaAlone/ |
LzmaAlone.cs | 66 Mode,
86 // " -a{N}: set compression mode - [0, 1], default: 1 (max)\n" +
255 if (parser[(int)Key.Mode].ThereIs)
256 if (!GetNumber((string)parser[(int)Key.Mode].PostStrings[0], out algorithm))
|
/external/skia/gm/ |
gm.h | 45 enum Mode { 51 void setMode(Mode mode) { fMode = mode; } 52 Mode getMode() const { return fMode; } 112 Mode fMode;
|
/external/skia/src/gpu/effects/ |
GrTextureDomain.h | 21 * the edge of the domain or result in a vec4 of zeros (decal mode). The domain is clipped to 27 enum Mode { 53 GrTextureDomain(const SkRect& domain, Mode, int index = -1); 56 Mode mode() const { return fMode; } function in class:GrTextureDomain 72 static const SkRect MakeTexelDomainForMode(const GrTexture* texture, const SkIRect& texelRect, Mode mode) { 73 // For Clamp mode, inset by half a texel. 76 SkScalar inset = (mode == kClamp_Mode && !texelRect.isEmpty()) ? SK_ScalarHalf : 0; 99 SkDEBUGCODE(fMode = (Mode) -1; [all...] |
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/ |
combined_encode.cpp | 31 /* Purpose : Encode a frame of MPEG4 bitstream in Combined mode. */ 112 if (currVol->shortVideoHeader) /* ShortVideoHeader Mode */ 173 if (!currVol->shortVideoHeader) /* Not in ShortVideoHeader mode */ 175 if (!currVol->ResyncMarkerDisable) /* RESYNC MARKER MODE */ 190 else /* NO RESYNC MARKER MODE */ 200 { /* ShortVideoHeader Mode */ 225 else /* Combined Mode*/ 255 /* Purpose : Encode a slice of MPEG4 bitstream in Combined mode and save */ 267 UChar mode = MODE_INTRA; local 268 UChar *Mode = video->headerInfo.Mode [all...] |
datapart_encode.cpp | 30 /* Purpose : Encode a frame of MPEG4 bitstream in datapartitioning mode. */ 204 /* Purpose : Encode a slice of MPEG4 bitstream in DataPar mode and save */ 216 UChar mode, *Mode = video->headerInfo.Mode; local 362 mode = Mode[mbnum]; 420 Mode[mbnum] = mode; 433 mbnum++; /* has to increment before SCD, to preserve Mode[mbnum] * [all...] |
/frameworks/av/media/libstagefright/wifi-display/ |
MediaSender.h | 82 enum Mode { 102 Mode mMode;
|
/frameworks/base/libs/hwui/ |
ClipArea.h | 161 enum Mode { 167 Mode mMode;
|
/frameworks/webview/chromium/plat_support/ |
draw_gl.h | 40 enum Mode { 45 } mode; member in struct:AwDrawGLInfo 101 // Called to map a GraphicBuffer in |mode|. 102 typedef int AwMapFunction(long buffer_id, AwMapMode mode, void** vaddr); 112 // Set of functions used in rendering in hardware mode
|
/external/libvorbis/doc/ |
01-introduction.tex | 1 % -*- mode: latex; TeX-master: "Vorbis_I_spec"; -*- 152 \subsubsection{Mode} 154 Each Vorbis frame is coded according to a master 'mode'. A bitstream 157 The mode mechanism is used to encode a frame according to one of 160 is changed from frame to frame. The mode number of a frame serves as a 164 A 'mode' configuration consists of a frame size setting, window type 181 settings can be applied not only to all the vectors in a given mode, 182 but also specific vectors in a specific mode. Each submap specifies 295 \item decode mode number 334 \paragraph{Mode decode [all...] |
/device/asus/fugu/libaudio/ |
alsa_utils.h | 99 } Mode; 117 const Mode& getMode(size_t ndx) const { return mModes[ndx]; } 128 Vector<Mode> mModes; 132 static bool sanityCheckMode(const Mode& m);
|
/external/clang/include/clang/Driver/ |
Driver.h | 62 } Mode; 133 bool CCCIsCXX() const { return Mode == GXXMode; } 136 bool CCCIsCPP() const { return Mode == CPPMode; } 139 bool IsCLMode() const { return Mode == CLMode; } 144 /// Set CC_PRINT_OPTIONS mode, which is like -v but logs the commands to 148 /// Set CC_PRINT_HEADERS mode, which causes the frontend to log header include 152 /// Set CC_LOG_DIAGNOSTICS mode, which causes the frontend to log diagnostics 192 // getFinalPhase - Determine which compilation mode we are in and record 260 /// ParseDriverMode - Look for and handle the driver mode option in Args. 418 /// the driver mode [all...] |
/external/lldb/source/Plugins/Instruction/ARM/ |
EmulateInstructionARM.h | 112 enum Mode 190 // InITBlock - Returns true if we're in Thumb mode and inside an IT Block. 193 // LastInITBlock - Returns true if we're in Thumb mode and the last instruction inside an IT Block. 197 BadMode (uint32_t mode); 217 Mode 221 SelectInstrSet(Mode arm_or_thumb); 284 // we are running in User mode (rather than Kernel mode) and therefore won't have access to many of the 301 // we are running in User mode (rather than Kernel mode) and therefore won't have access to many of th [all...] |
/external/protobuf/src/google/protobuf/compiler/ |
command_line_interface.h | 129 // Enables "plugins". In this mode, if a command-line flag ends with "_out" 173 // mode is generally more intuitive and easier to use, especially e.g. when 312 enum Mode { 313 MODE_COMPILE, // Normal mode: parse .proto files and compile them. 316 MODE_PRINT, // Print mode: print info of the given .proto files and exit. 319 Mode mode_;
|
/external/skia/bench/ |
PicturePlaybackBench.cpp | 148 enum Mode { kTiled, kRandom }; 151 TiledPlaybackBench(BBH bbh, Mode mode) : fBBH(bbh), fMode(mode), fName("tiled_playback") { 211 Mode fMode;
|
/external/skia/include/core/ |
SkXfermode.h | 71 enum Mode { 112 * Gets the name of the Mode as a string. 114 static const char* ModeName(Mode); 117 * If the xfermode is one of the modes in the Mode enum, then asMode() 118 * returns true and sets (if not null) mode accordingly. Otherwise it 119 * returns false and ignores the mode parameter. 121 virtual bool asMode(Mode* mode) const; 124 * The same as calling xfermode->asMode(mode), except that this also checks 127 static bool AsMode(const SkXfermode*, Mode* mode) [all...] |
/external/v8/src/arm/ |
code-stubs-arm.h | 109 enum Mode { 127 static Mode GetMode(Code* stub) { 147 static void Patch(Code* stub, Mode mode) { 151 switch (mode) { 167 DCHECK(GetMode(stub) == mode); 204 void SaveCallerSaveRegisters(MacroAssembler* masm, SaveFPRegsMode mode) { 206 if (mode == kSaveFPRegs) { 212 SaveFPRegsMode mode) { 213 if (mode == kSaveFPRegs) 342 LookupMode mode() const { return LookupModeBits::decode(minor_key_); } function in class:v8::internal::NameDictionaryLookupStub [all...] |
/external/v8/src/ |
regexp-macro-assembler.h | 154 inline void set_global_mode(GlobalMode mode) { global_mode_ = mode; } 174 enum Mode { LATIN1 = 1, UC16 = 2 };
|
/external/webp/src/enc/ |
backward_references.h | 36 enum Mode { 44 // mode as uint8_t to make the memory layout to be exactly 8 bytes. 45 uint8_t mode; member in struct:__anon21224 53 retval.mode = kCopy; 63 retval.mode = kCacheIdx; 71 retval.mode = kLiteral; 78 return (p->mode == kLiteral); 82 return (p->mode == kCacheIdx); 86 return (p->mode == kCopy); 91 assert(p->mode == kLiteral) [all...] |
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/ |
combined_decode.cpp | 27 /* Purpose : Decode a frame of MPEG4 bitstream in combined mode. */ 34 /* 04/13/2000 : Rewrote this combined mode path completely */ 35 /* so that it handles "Combined Mode With Error */ 50 uint8 *Mode = video->headerInfo.Mode; 67 // oscl_memset(Mode, MODE_INTRA, sizeof(uint8)*nTotalMB); 74 // oscl_memset(Mode, MODE_INTER, sizeof(uint8)*nTotalMB); 168 if (Mode[mbnum] != MODE_SKIPPED) 349 uint8 *Mode = video->headerInfo.Mode; 533 uint mode = video->headerInfo.Mode[mbnum]; local [all...] |