/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 | 534 RuntimeParser::Builder parserBuilder; in TEST_F()
|
/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() 111 static void AddImageMappings(Builder& builder) { in AddImageMappings() 144 static void AddSwapMappings(Builder& builder) { in AddSwapMappings() 160 static void AddCompilerMappings(Builder& builder) { in AddCompilerMappings() 176 static void AddTargetMappings(Builder& builder) { in AddTargetMappings() 190 std::unique_ptr<Builder> parser_builder = std::make_unique<Builder>(); in CreateArgumentParser()
|
/art/compiler/driver/ |
D | simple_compiler_options_map.h | 52 std::unique_ptr<Parser::Builder> parser_builder = in CreateSimpleParser() 53 std::make_unique<Parser::Builder>(); in CreateSimpleParser()
|
D | compiler_options_map-inl.h | 107 template <typename Map, typename Builder> 108 inline void AddCompilerOptionsArgumentParserOptions(Builder& b) { in AddCompilerOptionsArgumentParserOptions()
|
/art/libartbase/base/ |
D | memory_type_table.h | 84 class Builder; 131 class MemoryTypeTable<T>::Builder final { 133 Builder() {} in Builder() function 162 DISALLOW_COPY_AND_ASSIGN(Builder); 192 bool MemoryTypeTable<T>::Builder::Add(const MemoryTypeRange<T>& range) { in Add() 271 const MemoryTypeRange<T>* MemoryTypeTable<T>::Builder::Lookup(uintptr_t address) const { in Lookup()
|
D | memory_type_table_test.cc | 173 MemoryTypeTable<int>::Builder builder; in TEST() 192 MemoryTypeTable<char>::Builder builder; in TEST() 218 MemoryTypeTable<int>::Builder builder; in TEST() 229 MemoryTypeTable<int>::Builder builder; in TEST() 241 MemoryTypeTable<int>::Builder builder; in TEST() 247 MemoryTypeTable<int>::Builder builder; in TEST() 279 MemoryTypeTable<int>::Builder builder; in TEST() 289 MemoryTypeTable<int>::Builder builder; in TEST() 320 MemoryTypeTable<int>::Builder builder; in TEST()
|
/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 | 72 std::unique_ptr<RuntimeParser::Builder> parser_builder = in MakeParser() 73 std::make_unique<RuntimeParser::Builder>(); in MakeParser()
|
/art/tools/class2greylist/src/com/android/class2greylist/ |
D | Class2Greylist.java | 22 import com.google.common.collect.ImmutableMap.Builder; 192 Builder<String, AnnotationHandler> builder = ImmutableMap.builder(); in createAnnotationHandlers() 224 private static Builder<String, AnnotationHandler> addRepeatedAnnotationHandlers( in addRepeatedAnnotationHandlers() 225 Builder<String, AnnotationHandler> builder, in addRepeatedAnnotationHandlers()
|
/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/tools/dexanalyze/ |
D | dexanalyze_strings.cc | 71 class Builder { class in art::dexanalyze::PrefixStrings 73 explicit Builder(PrefixStrings* output) : output_(output) {} in Builder() function in art::dexanalyze::PrefixStrings::Builder 338 void PrefixStrings::Builder::Build(const std::vector<std::string>& strings) { in Build() 474 PrefixStrings::Builder prefix_builder(&prefix_strings); in ProcessStrings()
|
/art/compiler/optimizing/ |
D | stack_map_stream.cc | 287 template<typename Writer, typename Builder> 288 ALWAYS_INLINE static void EncodeTable(Writer& out, const Builder& bit_table) { in EncodeTable()
|
/art/tools/jvmti-agents/simple-force-redefine/ |
D | forceredefine.cc | 98 std::unique_ptr<ir::Builder> builder; in Transform()
|
/art/dex2oat/dex/ |
D | dex_to_dex_compiler.cc | 361 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 …]
|
/art/runtime/jni/ |
D | jni_internal.cc | 143 art::MemoryTypeTable<SharedObjectKind>::Builder builder; in BuildCache() 179 art::MemoryTypeTable<SharedObjectKind>::Builder* builder = cache->builder_; in VisitElfInfo() 222 art::MemoryTypeTable<SharedObjectKind>::Builder* builder_;
|