Searched defs:Default (Results 1 - 25 of 26) sorted by relevance

12

/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/opengl/
H A DGLPlatformSurface.h44 Default = 0x00, // No Alpha channel. Only R,G,B values set. enumerator in enum:WebCore::GLPlatformSurface::Attributes
/macosx-10.9.5/WebKit-7537.78.2/blackberry/WebKitSupport/
H A DDOMSupport.h51 enum AttributeState { On, Off, Default }; enumerator in enum:BlackBerry::WebKit::DOMSupport::AttributeState
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/Target/
H A DMangler.h30 Default, ///< Emit default string before each symbol. enumerator in enum:llvm::Mangler::ManglerPrefixTy
H A DTargetOptions.h27 Default, // Target-specific (either soft or hard depending on triple, etc). enumerator in enum:llvm::FloatABI::ABIType
/macosx-10.9.5/ruby-104/ruby/lib/rexml/formatters/
H A Ddefault.rb3 class Default class in class:REXML.Formatters
/macosx-10.9.5/vim-53/src/VisVim/
H A DReg.cpp40 int GetRegistryInt (HKEY hSectionKey, LPCTSTR Entry, int Default) argument
/macosx-10.9.5/WebCore-7537.78.1/html/
H A DHTMLAreaElement.h67 enum Shape { Default, Poly, Rect, Circle, Unknown }; enumerator in enum:WebCore::FINAL::Shape
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/ADT/
H A DStringSwitch.h111 R Default(const T& Value) const { function in class:llvm::StringSwitch
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/efl/
H A DGraphicsContext3DPrivate.h65 Default = 0x00, // No Pending Operation. enumerator in enum:WebCore::GraphicsContext3DPrivate::PendingOperation
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/Support/
H A DCodeGen.h22 enum Model { Default, Static, PIC_, DynamicNoPIC }; enumerator in enum:llvm::Reloc::Model
27 enum Model { Default, JITDefault, Small, Kernel, Medium, Large }; enumerator in enum:llvm::CodeModel::Model
45 Default, // -O2, -Os enumerator in enum:llvm::CodeGenOpt::Level
H A DCommandLine.h545 printOptionDiff(const Option &O, const AnyOptionValue &V, const AnyOptionValue &Default, size_t GlobalWidth) const argument
930 printOptionDiff(const Option &O, const generic_parser_base &P, const DT &V, const OptionValue<DT> &Default, size_t GlobalWidth) argument
950 print(const Option &O, const parser<DT> P, const DT &V, const OptionValue<DT> &Default, size_t GlobalWidth) argument
959 printOptionDiff( const Option &O, const basic_parser<typename ParserClass::parser_data_type> &P, const ValDT &V, const OptionValue<ValDT> &Default, size_t GlobalWidth) argument
1029 OptionValue<DataType> Default; member in class:llvm::cl::opt_storage
1070 OptionValue<DataType> Default; member in class:llvm::cl::opt_storage
1093 OptionValue<DataType> Default; member in class:llvm::cl::opt_storage
[all...]
/macosx-10.9.5/WebCore-7537.78.1/rendering/mathml/
H A DRenderMathMLOperator.h55 enum OperatorType { Default, Separator, Fence }; enumerator in enum:WebCore::RenderMathMLOperator::OperatorType
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/CodeGen/
H A DMachinePassRegistry.h89 MachinePassCtor Default; // Default function pass creator. member in class:llvm::MachinePassRegistry
/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/Utils/
H A DLowerSwitch.cpp263 BasicBlock* Default = SI->getDefaultDest(); local
118 switchConvert(CaseItr Begin, CaseItr End, Value* Val, BasicBlock* OrigBlock, BasicBlock* Default) argument
163 newLeafBlock(CaseRange& Leaf, Value* Val, BasicBlock* OrigBlock, BasicBlock* Default) argument
[all...]
/macosx-10.9.5/zlib-53/zlib/contrib/dotzlib/DotZLib/
H A DDotZLib.cs66 Default = -1, enumerator in enum:DotZLib.CompressLevel
/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.h237 MachineBasicBlock *Default; member in struct:llvm::SelectionDAGBuilder::JumpTable
277 MachineBasicBlock *Default; member in struct:llvm::SelectionDAGBuilder::BitTestBlock
/macosx-10.9.5/llvmCore-3425.0.33/lib/Support/
H A DCommandLine.cpp1108 printGenericOptionDiff(const Option &O, const GenericOptionValue &Value, const GenericOptionValue &Default, size_t GlobalWidth) const argument
/macosx-10.9.5/tcl-102/tcl/tcl/library/tcltest/
H A Dtcltest.tcl203 proc Default {varName value {verify AcceptAll}} { procedure
[all...]
/macosx-10.9.5/tcl-102/tcl84/tcl/library/tcltest/
H A Dtcltest.tcl203 proc Default {varName value {verify AcceptAll}} { procedure
[all...]
/macosx-10.9.5/JavaScriptCore-7537.78.1/runtime/
H A DVM.h178 enum VMType { Default, APIContextGroup, APIShared }; enumerator in enum:JSC::VM::VMType
/macosx-10.9.5/llvmCore-3425.0.33/lib/Bitcode/Reader/
H A DBitcodeReader.cpp2280 BasicBlock *Default local
2335 BasicBlock *Default = getBasicBlock(Record[2]); local
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp59 Default, Enable, Disable enumerator in enum:__anon10128::DefaultOnOff
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/
H A DInstructions.h2518 static SwitchInst *Create(Value *Value, BasicBlock *Default, argument
2522 static SwitchInst *Create(Value *Value, BasicBlock *Default, argument
/macosx-10.9.5/llvmCore-3425.0.33/lib/VMCore/
H A DInstructions.cpp3126 void SwitchInst::init(Value *Value, BasicBlock *Default, unsigned NumReserved) { argument
3140 SwitchInst::SwitchInst(Value *Value, BasicBlock *Default, unsigned NumCases, argument
3151 SwitchInst::SwitchInst(Value *Value, BasicBlock *Default, unsigned NumCases, argument
/macosx-10.9.5/tcl-102/tcl_ext/expect/expect/
H A Dexpect.c2878 process_di( Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[], int* at, int* Default, ExpState **esOut, CONST char* cmd) argument
2967 int Default = FALSE; local
3013 int Default = FALSE; local
3057 int Default = FALSE; local
3096 int Default = FALSE; local
[all...]

Completed in 348 milliseconds

12