Searched defs:Mode (Results 151 - 175 of 208) sorted by relevance

123456789

/external/syslinux/efi32/include/efi/
H A Defipxebc.h217 // PXE Base Code Mode structure
412 EFI_PXE_BASE_CODE_MODE *Mode; member in struct:_EFI_PXE_BASE_CODE
/external/syslinux/efi64/include/efi/
H A Defiprot.h605 @retval EFI_SUCCESS Mode information returned.
721 UINT32 Mode; member in struct:__anon24112
732 EFI_GRAPHICS_OUTPUT_PROTOCOL_MODE *Mode; member in struct:_EFI_GRAPHICS_OUTPUT_PROTOCOL
H A Defipxebc.h217 // PXE Base Code Mode structure
412 EFI_PXE_BASE_CODE_MODE *Mode; member in struct:_EFI_PXE_BASE_CODE
/external/syslinux/gnu-efi/gnu-efi-3.0/inc/
H A Defiprot.h605 @retval EFI_SUCCESS Mode information returned.
721 UINT32 Mode; member in struct:__anon24315
732 EFI_GRAPHICS_OUTPUT_PROTOCOL_MODE *Mode; member in struct:_EFI_GRAPHICS_OUTPUT_PROTOCOL
H A Defipxebc.h217 // PXE Base Code Mode structure
412 EFI_PXE_BASE_CODE_MODE *Mode; member in struct:_EFI_PXE_BASE_CODE
/external/testng/src/main/java/org/testng/
H A DTestNGAntTask.java156 private Mode mode = Mode.testng;
158 public enum Mode { enum in class:TestNGAntTask
378 mode = value ? Mode.junit : Mode.testng;
382 public void setMode(Mode mode) {
543 addBooleanIfTrue(argv, CommandLineArgs.JUNIT, mode == Mode.junit);
544 addBooleanIfTrue(argv, CommandLineArgs.MIXED, mode == Mode.mixed);
/external/v8/src/
H A Dassembler.h316 enum Mode { enum in class:v8::internal::RelocInfo
379 RelocInfo(Isolate* isolate, byte* pc, Mode rmode, intptr_t data, Code* host)
384 static inline bool IsRealRelocMode(Mode mode) {
387 static inline bool IsCodeTarget(Mode mode) {
390 static inline bool IsEmbeddedObject(Mode mode) {
393 static inline bool IsCell(Mode mode) { return mode == CELL; }
394 static inline bool IsRuntimeEntry(Mode mode) {
398 static inline bool IsGCRelocMode(Mode mode) {
401 static inline bool IsComment(Mode mode) {
404 static inline bool IsConstPool(Mode mod
[all...]
H A Dframes.h784 // Mode for JavaScriptFrame::Summarize. Exact summary is required to produce
789 enum Mode { kExactSummary, kApproximateSummary }; enum in class:v8::internal::BASE_EMBEDDED
820 Mode mode = kExactSummary);
970 FrameSummary::Mode mode = FrameSummary::kExactSummary) const;
1023 FrameSummary::Mode mode = FrameSummary::kExactSummary) const override;
1158 FrameSummary::Mode mode = FrameSummary::kExactSummary) const override;
1212 FrameSummary::Mode mode = FrameSummary::kExactSummary) const override;
1303 FrameSummary::Mode mode) const override;
1332 FrameSummary::Mode mode = FrameSummary::kExactSummary) const override;
/external/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp410 NotificationMode Mode; member in class:__anon1996::MallocChecker::final
419 : Sym(S), Mode(Normal), FailedReallocSymbol(nullptr), IsLeak(isLeak) {}
2653 if (Mode == Normal) {
2666 Mode = ReallocationFailed;
2681 } else if (Mode == ReallocationFailed) {
2691 Mode = Normal;
/external/libvpx/libvpx/vp8/encoder/
H A Donyx_if.c679 if (cpi->oxcf.Mode == MODE_REALTIME) {
774 int Mode = cpi->compressor_speed; local
818 if (Mode == 0) {
820 } else if (Mode == 2) {
882 if (cpi->Speed == 10 && Mode == 2) Speed2 = RT(9);
893 switch (Mode) {
1454 switch (cpi->oxcf.Mode) {
1543 cpi->oxcf.Mode == MODE_REALTIME)
1851 cpi->oxcf.Mode <= 2));
1868 cpi->oxcf.end_usage == USAGE_STREAM_FROM_SERVER && cpi->oxcf.Mode <
[all...]
/external/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1150 SimpleTypeMode Mode = Ty->getSizeInBits() == 64 local
1153 return TypeIndex(PointeeTI.getSimpleKind(), Mode);
/external/swiftshader/third_party/subzero/src/
H A DIceInstX86Base.h376 enum Mode { Near, Far }; enum in class:Ice::X86NAMESPACE::InstImpl::final
381 Mode Kind) {
388 static InstX86Br *create(Cfg *Func, CfgNode *Target, Mode Kind) {
398 Mode Kind) {
408 Mode Kind) {
442 const InstX86Label *Label, BrCond Condition, Mode Kind);
448 const Mode Kind;
/external/v8/src/parsing/
H A Dparser.h247 enum Mode { PARSE_LAZILY, PARSE_EAGERLY }; enum in class:v8::internal::Parser
251 ParsingModeScope(Parser* parser, Mode mode)
259 Mode old_mode_;
1146 Mode mode_;
/external/syslinux/efi32/include/efi/ia32/
H A Dpe.h537 UINT8 Mode[8]; // File member mode - octal. member in struct:_IMAGE_ARCHIVE_MEMBER_HEADER
/external/syslinux/efi64/include/efi/x86_64/
H A Dpe.h537 UINT8 Mode[8]; // File member mode - octal. member in struct:_IMAGE_ARCHIVE_MEMBER_HEADER
/external/syslinux/gnu-efi/gnu-efi-3.0/inc/ia32/
H A Dpe.h537 UINT8 Mode[8]; // File member mode - octal. member in struct:_IMAGE_ARCHIVE_MEMBER_HEADER
/external/syslinux/gnu-efi/gnu-efi-3.0/inc/ia64/
H A Dpe.h543 UINT8 Mode[8]; // File member mode - octal. member in struct:_IMAGE_ARCHIVE_MEMBER_HEADER
/external/syslinux/gnu-efi/gnu-efi-3.0/inc/x86_64/
H A Dpe.h537 UINT8 Mode[8]; // File member mode - octal. member in struct:_IMAGE_ARCHIVE_MEMBER_HEADER
/external/syslinux/gpxe/src/include/gpxe/efi/IndustryStandard/
H A DPeImage.h601 UINT8 Mode[8]; ///< File member mode - octal. member in struct:__anon24927
/external/libvpx/libvpx/third_party/libwebm/mkvmuxer/
H A Dmkvmuxer.h1498 enum Mode { kLive = 0x1, kFile = 0x2 }; enum in class:mkvmuxer::Segment
1688 void set_mode(Mode mode) { mode_ = mode; }
1689 Mode mode() const { return mode_; }
1872 Mode mode_;
/external/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp1821 ObjSizeMode Mode = Op1->isZero() ? ObjSizeMode::Max : ObjSizeMode::Min; local
1823 Size, *DL, TLInfo, false, Mode)) {
1827 Mode == ObjSizeMode::Min ? 0 : -1ULL);
/external/skia/src/gpu/gl/
H A DGrGLGpu.cpp1760 typedef GrWindowRectsState::Mode Mode; typedef
1780 GrGLenum glmode = (Mode::kExclusive == windowState.mode()) ? GR_GL_EXCLUSIVE : GR_GL_INCLUSIVE;
/external/skqp/src/gpu/gl/
H A DGrGLGpu.cpp1764 typedef GrWindowRectsState::Mode Mode; typedef
1784 GrGLenum glmode = (Mode::kExclusive == windowState.mode()) ? GR_GL_EXCLUSIVE : GR_GL_INCLUSIVE;
/external/clang/lib/AST/
H A DExprConstant.cpp541 EvalInfo(const ASTContext &C, Expr::EvalStatus &S, EvaluationMode Mode) argument
549 EvalMode(Mode) {}
/external/llvm/lib/IR/
H A DCore.cpp1703 void LLVMSetThreadLocalMode(LLVMValueRef GlobalVar, LLVMThreadLocalMode Mode) { argument
1706 switch (Mode) {

Completed in 671 milliseconds

123456789