Searched defs:Default (Results 26 - 50 of 63) sorted by relevance

123

/external/pdfium/core/include/fpdfdoc/
H A Dfpdf_vt.h32 void Default() function in struct:CPVT_WordPlace
115 void Default() function in struct:CPVT_WordRange
117 BeginPos.Default();
118 EndPos.Default();
/external/pdfium/fpdfsdk/include/fxedit/
H A Dfxet_list.h27 void Default() function in class:CLST_Size
66 void Default() function in class:CLST_Rect
H A Dfxet_edit.h247 void Default() function in class:CFX_Edit_Select
249 BeginPos.Default();
250 EndPos.Default();
/external/chromium_org/third_party/skia/experimental/PdfViewer/
H A DSkPdfFont.h234 static SkPdfFont* Default() {return fontFromName(NULL, NULL, "TimesNewRoman");} function in class:SkPdfFont
/external/llvm/lib/Support/
H A DYAMLTraits.cpp96 bool Input::mapTag(StringRef Tag, bool Default) { argument
100 return Default;
H A DCommandLine.cpp1319 const GenericOptionValue &Default,
1334 if (Default.compare(getOptionValue(j)))
1731 << " Default target: " << sys::getDefaultTargetTriple() << '\n'
1318 printGenericOptionDiff(const Option &O, const GenericOptionValue &Value, const GenericOptionValue &Default, size_t GlobalWidth) const argument
/external/skia/experimental/PdfViewer/
H A DSkPdfFont.h234 static SkPdfFont* Default() {return fontFromName(NULL, NULL, "TimesNewRoman");} function in class:SkPdfFont
/external/chromium_org/third_party/leveldatabase/
H A Denv_chromium.cc856 Env* Env::Default() { function in class:leveldb::Env
/external/chromium_org/third_party/leveldatabase/src/util/
H A Denv_posix.cc298 fprintf(stderr, "Destroying Env::Default()\n");
602 Env* Env::Default() { function in class:leveldb::Env
/external/clang/lib/CodeGen/
H A DCGCleanup.cpp754 llvm::BasicBlock *Default = local
763 llvm::SwitchInst::Create(Load, Default, SwitchCapacity);
/external/clang/lib/Frontend/
H A DCompilerInvocation.cpp147 .Default(NumStores);
163 .Default(NumConstraints);
179 .Default(NUM_ANALYSIS_DIAG_CLIENTS);
195 .Default(NumPurgeModes);
211 .Default(NumInliningModes);
358 bool Default = false; local
363 Default = true;
365 if (Args.hasFlag(OPT_fstandalone_debug, OPT_fno_standalone_debug, Default))
379 // Default Dwarf version is 4 if we are generating debug information.
505 .Default(~
1984 getLastArgIntValueImpl(const ArgList &Args, OptSpecifier Id, IntTy Default, DiagnosticsEngine *Diags) argument
2000 getLastArgIntValue(const ArgList &Args, OptSpecifier Id, int Default, DiagnosticsEngine *Diags) argument
2005 getLastArgUInt64Value(const ArgList &Args, OptSpecifier Id, uint64_t Default, DiagnosticsEngine *Diags) argument
[all...]
/external/clang/test/Index/
H A Drecursive-cxx-member-calls.cpp92 R Default(const T & Value) const { function in class:llvm::StringSwitch
185 .Default(UnknownAttribute);
875 // CHECK-tokens: Identifier: "Default" [92:5 - 92:12] CXXMethod=Default:92:5 (Definition)
876 // CHECK-tokens: Punctuation: "(" [92:12 - 92:13] CXXMethod=Default:92:5 (Definition)
881 // CHECK-tokens: Punctuation: ")" [92:28 - 92:29] CXXMethod=Default:92:5 (Definition)
882 // CHECK-tokens: Keyword: "const" [92:30 - 92:35] CXXMethod=Default:92:5 (Definition)
1518 // CHECK-tokens: Punctuation: "." [185:5 - 185:6] MemberRefExpr=Default:92:5
1519 // CHECK-tokens: Identifier: "Default" [185:6 - 185:13] MemberRefExpr=Default
[all...]
/external/eigen/Eigen/src/Core/util/
H A DConstants.h221 /** \internal Default traversal, no vectorization, no index-based access */
296 enum Default_t { Default }; enumerator in enum:Eigen::Default_t
/external/llvm/include/llvm/Support/
H A DYAMLTraits.h442 virtual bool mapTag(StringRef Tag, bool Default=false) = 0;
532 void mapOptional(const char* Key, T& Val, const T& Default) { argument
533 this->processKeyWithDefault(Key, Val, Default, false);
H A DCommandLine.h572 const GenericOptionValue &Default,
581 const AnyOptionValue &Default,
583 printGenericOptionDiff(O, V, Default, GlobalWidth);
630 // Default parser implementation - This implementation depends on having a
768 void printOptionDiff(const Option &O, bool V, OptVal Default,
792 void printOptionDiff(const Option &O, boolOrDefault V, OptVal Default,
813 void printOptionDiff(const Option &O, int V, OptVal Default,
835 void printOptionDiff(const Option &O, unsigned V, OptVal Default,
857 void printOptionDiff(const Option &O, unsigned long long V, OptVal Default,
878 void printOptionDiff(const Option &O, double V, OptVal Default,
580 printOptionDiff(const Option &O, const AnyOptionValue &V, const AnyOptionValue &Default, size_t GlobalWidth) const argument
964 printOptionDiff(const Option &O, const generic_parser_base &P, const DT &V, const OptionValue<DT> &Default, size_t GlobalWidth) argument
984 print(const Option &O, const parser<DT> P, const DT &V, const OptionValue<DT> &Default, size_t GlobalWidth) argument
993 printOptionDiff( const Option &O, const basic_parser<typename ParserClass::parser_data_type> &P, const ValDT &V, const OptionValue<ValDT> &Default, size_t GlobalWidth) argument
1063 OptionValue<DataType> Default; member in class:llvm::cl::opt_storage
1104 OptionValue<DataType> Default; member in class:llvm::cl::opt_storage
1127 OptionValue<DataType> Default; member in class:llvm::cl::opt_storage
[all...]
/external/llvm/lib/Transforms/Scalar/
H A DStructurizeCFG.cpp454 Value *Default = Loops ? BoolTrue : BoolFalse; local
465 PhiInserter.AddAvailableValue(&Func->getEntryBlock(), Default);
466 PhiInserter.AddAvailableValue(Loops ? SuccFalse : Parent, Default);
489 PhiInserter.AddAvailableValue(Dominator.getResult(), Default);
/external/pdfium/core/src/fpdfapi/fpdf_page/
H A Dfpdf_page_graph_state.cpp15 m_ColorState.New()->Default();
232 void CPDF_ColorStateData::Default() function in class:CPDF_ColorStateData
/external/pdfium/core/src/fpdfdoc/
H A Dpdf_vt.h66 void Default() function in class:CPVT_FloatRect
/external/pdfium/fpdfsdk/src/pdfwindow/
H A DPWL_ScrollBar.cpp22 Default();
30 void PWL_FLOATRANGE::Default() function in class:PWL_FLOATRANGE
65 Default();
68 void PWL_SCROLL_PRIVATEDATA::Default() function in class:PWL_SCROLL_PRIVATEDATA
70 ScrollRange.Default();
H A DPWL_Wnd.cpp102 Default();
108 Default();
111 void Default() function in class:CPWL_MsgControl
/external/clang/include/clang/ASTMatchers/
H A DASTMatchersInternal.h498 struct Default { int getDecl; }; struct in struct:clang::ast_matchers::internal::has_getDecl
499 struct Derived : T, Default { };
507 static char (&f(CheckT<int Default::*, &C::getDecl>*))[1];
847 /// \brief Default type lists for ArgumentAdaptingMatcher matchers.
/external/clang/utils/TableGen/
H A DClangAttrEmitter.cpp81 .Default("Record[Idx++]");
94 .Default("Record.push_back(" + std::string(name) + ");\n");
293 int64_t Default; member in class:__anon19555::DefaultSimpleArgument
297 std::string T, int64_t Default)
298 : SimpleArgument(Arg, Attr, T), Default(Default) {}
303 OS << "\n\n static const " << getType() << " Default" << getUpperName()
304 << " = " << Default << ";";
699 OS << " .Default(Optional<" << type << ">());\n";
781 OS << " .Default(Optiona
296 DefaultSimpleArgument(const Record &Arg, StringRef Attr, std::string T, int64_t Default) argument
[all...]
/external/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp517 default: // Default behavior: ignore.
669 default: // Default behavior: ignore.
976 default: // Default behavior: unknown type.
1033 default: // Default behavior: ignore.
1211 default: // Default behavior: unknown constant
1639 default: // Default behavior: unknown type.
1797 default: break; // Default behavior, ignore unknown content.
2143 default: break; // Default behavior, ignore unknown content.
2220 default: // Default behavior: ignore.
2310 default: // Default behavio
2655 BasicBlock *Default = getBasicBlock(Record[3]); local
2712 BasicBlock *Default = getBasicBlock(Record[2]); local
[all...]
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.h238 MachineBasicBlock *D): Reg(R), JTI(J), MBB(M), Default(D) {}
247 /// Default - the MBB of the default bb, which is a successor of the range
249 MachineBasicBlock *Default; member in struct:llvm::SelectionDAGBuilder::JumpTable
281 Parent(P), Default(D), Cases(C) { }
289 MachineBasicBlock *Default; member in struct:llvm::SelectionDAGBuilder::BitTestBlock
651 MachineBasicBlock* Default,
656 MachineBasicBlock* Default,
661 MachineBasicBlock* Default,
666 MachineBasicBlock* Default,
/external/pdfium/fpdfsdk/include/
H A Dfsdk_mgr.h150 virtual int JS_appResponse(FX_LPCWSTR Question, FX_LPCWSTR Title, FX_LPCWSTR Default, FX_LPCWSTR cLabel, FPDF_BOOL bPassword, void* response, int length) argument
156 CFX_ByteString bsDefault = CFX_WideString(Default).UTF16LE_Encode();

Completed in 5154 milliseconds

123