Searched refs:Builder (Results 1 – 11 of 11) sorted by relevance
/art/cmdline/ |
D | cmdline_parser.h | 47 struct Builder; // Build the parser. 53 static ArgumentBuilder<TArg> CreateArgumentBuilder(Builder& parent); 54 static void AppendCompletedArgument(Builder& builder, detail::CmdlineParseArgumentAny* arg); 173 CmdlineParser::Builder& IntoKey(const MapKey& key) { in IntoKey() 203 CmdlineParser::Builder& IntoIgnore() { in IntoIgnore() 258 friend struct CmdlineParser::Builder; 261 ArgumentBuilder(CmdlineParser::Builder& parser, in ArgumentBuilder() 277 CmdlineParser::Builder& parent_; 311 Builder& IntoKey(const TVariantMapKey<Unit>& key) { in IntoKey() 352 friend struct Builder; [all …]
|
D | README.md | 20 To use, create a `CmdlineParser::Builder` and then chain the `Define` methods together with 38 auto&& builder = FruitParser::Builder();
|
D | cmdline_parser_test.cc | 523 RuntimeParser::Builder parserBuilder; in TEST_F()
|
/art/compiler/driver/ |
D | simple_compiler_options_map.h | 52 std::unique_ptr<Parser::Builder> parser_builder = in CreateSimpleParser() 53 std::unique_ptr<Parser::Builder>(new Parser::Builder()); in CreateSimpleParser()
|
D | compiler_options_map-inl.h | 98 template <typename Map, typename Builder> 99 inline void AddCompilerOptionsArgumentParserOptions(Builder& b) { in AddCompilerOptionsArgumentParserOptions()
|
/art/dex2oat/ |
D | dex2oat_options.cc | 54 using Builder = Parser::Builder; typedef 56 static void AddInputMappings(Builder& builder) { in AddInputMappings() 75 static void AddGeneratedArtifactMappings(Builder& builder) { in AddGeneratedArtifactMappings() 109 static void AddImageMappings(Builder& builder) { in AddImageMappings() 142 static void AddSwapMappings(Builder& builder) { in AddSwapMappings() 158 static void AddCompilerMappings(Builder& builder) { in AddCompilerMappings() 186 static void AddTargetMappings(Builder& builder) { in AddTargetMappings() 200 std::unique_ptr<Builder> parser_builder = std::unique_ptr<Builder>(new Builder()); in CreateArgumentParser()
|
/art/runtime/ |
D | quicken_info.h | 31 class Builder { 33 Builder(std::vector<uint8_t>* out_data, size_t num_elements) : out_data_(out_data) { in Builder() function
|
D | parsed_options.cc | 69 std::unique_ptr<RuntimeParser::Builder> parser_builder = in MakeParser() 70 std::unique_ptr<RuntimeParser::Builder>(new RuntimeParser::Builder()); in MakeParser()
|
/art/test/510-checker-try-catch/smali/ |
D | Builder.smali | 22 ## CHECK-START: int Builder.testMultipleTryCatch(int, int, int) builder (after) 135 ## CHECK-START: int Builder.testMultipleEntries(int, int, int, int) builder (after) 237 ## CHECK-START: int Builder.testMultipleExits(int, int) builder (after) 313 ## CHECK-START: int Builder.testSharedBoundary(int, int, int) builder (after) 404 ## CHECK-START: int Builder.testSharedBoundary_Reverse(int, int, int) builder (after) 505 ## CHECK-START: int Builder.testNestedTry(int, int, int, int) builder (after) 615 ## CHECK-START: int Builder.testIncontinuousTry(int, int, int, int) builder (after) 701 ## CHECK-START: int Builder.testSwitchTryEnter(int, int, int, int) builder (after) 816 ## CHECK-START: int Builder.testSwitchTryExit(int, int, int, int) builder (after) 929 ## CHECK-START: int Builder.testThrow(java.lang.Exception) builder (after) [all …]
|
/art/compiler/dex/ |
D | dex_to_dex_compiler.cc | 359 QuickenInfoTable::Builder builder(&quicken_data, GetQuickenedInfo().size()); in Compile()
|
/art/test/dexdump/ |
D | checkers.txt | 914 … |01f7: new-instance v0, Landroid/app/AlertDialog$Builder; // type@0005 916 … |01fb: invoke-direct {v0, v1}, Landroid/app/AlertDialog$Builder;.<init>:(Landroid… 923 …l {v0, v1}, Landroid/app/AlertDialog$Builder;.setMessage:(Ljava/lang/CharSequence;)Landroid/app/Al… 928 …rtDialog$Builder;.setPositiveButton:(Ljava/lang/CharSequence;Landroid/content/DialogInterface$OnCl… 933 …rtDialog$Builder;.setNegativeButton:(Ljava/lang/CharSequence;Landroid/content/DialogInterface$OnCl… 935 … |021a: invoke-virtual {v0}, Landroid/app/AlertDialog$Builder;.show:()Landroid/… 1523 … |00ac: new-instance v0, Landroid/app/AlertDialog$Builder; // type@0005 1525 … |00b0: invoke-direct {v0, v1}, Landroid/app/AlertDialog$Builder;.<init>:(Landroid… 1527 …l {v0, v1}, Landroid/app/AlertDialog$Builder;.setMessage:(Ljava/lang/CharSequence;)Landroid/app/Al… 1530 …oke-virtual {v0, v1}, Landroid/app/AlertDialog$Builder;.setCancelable:(Z)Landroid/app/AlertDialog$… [all …]
|