Home
last modified time | relevance | path

Searched refs:Builder (Results 1 – 17 of 17) sorted by relevance

/art/tools/luci/config/luci-notify/email-templates/
Ddefault.template1 [Build Status] Builder "{{ .Build.Builder | formatBuilderID }}" {{ .Build.Status }}
3 luci-notify detected a status change for builder "{{ .Build.Builder | formatBuilderID }}" at {{ .Bu…
15 <td>Builder:</td>
16 <td>{{ .Build.Builder | formatBuilderID }}</td>
/art/cmdline/
Dcmdline_parser.h52 struct Builder; // Build the parser.
58 static ArgumentBuilder<TArg> CreateArgumentBuilder(Builder& parent);
59 static void AppendCompletedArgument(Builder& builder, detail::CmdlineParseArgumentAny* arg);
188 CmdlineParser::Builder& IntoKey(const MapKey& key) { in IntoKey()
218 CmdlineParser::Builder& IntoIgnore() { in IntoIgnore()
284 friend struct CmdlineParser::Builder;
287 ArgumentBuilder(CmdlineParser::Builder& parser, in ArgumentBuilder()
303 CmdlineParser::Builder& parent_;
352 Builder& IntoKey(const TVariantMapKey<Unit>& key) { in IntoKey()
408 friend struct Builder;
[all …]
DREADME.md20 To use, create a `CmdlineParser::Builder` and then chain the `Define` methods together with
38 auto&& builder = FruitParser::Builder();
Dcmdline_parser_test.cc528 RuntimeParser::Builder parserBuilder; in TEST_F()
/art/dex2oat/
Ddex2oat_options.cc54 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()
145 static void AddSwapMappings(Builder& builder) { in AddSwapMappings()
161 static void AddCompilerMappings(Builder& builder) { in AddCompilerMappings()
177 static void AddTargetMappings(Builder& builder) { in AddTargetMappings()
191 std::unique_ptr<Builder> parser_builder = std::make_unique<Builder>(); in CreateArgumentParser()
/art/compiler/driver/
Dsimple_compiler_options_map.h52 std::unique_ptr<Parser::Builder> parser_builder = in CreateSimpleParser()
53 std::make_unique<Parser::Builder>(); in CreateSimpleParser()
Dcompiler_options_map-inl.h107 template <typename Map, typename Builder>
108 inline void AddCompilerOptionsArgumentParserOptions(Builder& b) { in AddCompilerOptionsArgumentParserOptions()
/art/runtime/
Dstring_builder_append.cc29 class StringBuilderAppend::Builder { class in art::StringBuilderAppend
31 Builder(uint32_t format, const uint32_t* args, Thread* self) in Builder() function in art::StringBuilderAppend::Builder
100 inline size_t StringBuilderAppend::Builder::Uint64Length(uint64_t value) { in Uint64Length()
146 inline CharType* StringBuilderAppend::Builder::AppendLiteral(ObjPtr<mirror::String> new_string, in AppendLiteral()
163 inline CharType* StringBuilderAppend::Builder::AppendString(ObjPtr<mirror::String> new_string, in AppendString()
184 inline CharType* StringBuilderAppend::Builder::AppendInt64(ObjPtr<mirror::String> new_string, in AppendInt64()
207 inline int32_t StringBuilderAppend::Builder::CalculateLengthWithFlag() { in CalculateLengthWithFlag()
276 inline void StringBuilderAppend::Builder::StoreData(ObjPtr<mirror::String> new_string, in StoreData()
337 inline void StringBuilderAppend::Builder::operator()(ObjPtr<mirror::Object> obj, in operator ()()
351 Builder builder(format, args, self); in AppendF()
Dquicken_info.h31 class Builder {
33 Builder(std::vector<uint8_t>* out_data, size_t num_elements) : out_data_(out_data) { in Builder() function
Dstring_builder_append.h62 class Builder;
Dparsed_options.cc74 std::unique_ptr<RuntimeParser::Builder> parser_builder = in MakeParser()
75 std::make_unique<RuntimeParser::Builder>(); in MakeParser()
/art/tools/class2greylist/src/com/android/class2greylist/
DClass2Greylist.java21 import com.google.common.collect.ImmutableMap.Builder;
184 Builder<String, AnnotationHandler> builder = ImmutableMap.builder(); in createAnnotationHandlers()
216 private static Builder<String, AnnotationHandler> addRepeatedAnnotationHandlers( in addRepeatedAnnotationHandlers()
217 Builder<String, AnnotationHandler> builder, in addRepeatedAnnotationHandlers()
/art/test/510-checker-try-catch/smali/
DBuilder.smali22 ## 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/
Ddexanalyze_strings.cc71 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/tools/jvmti-agents/simple-force-redefine/
Dforceredefine.cc98 std::unique_ptr<ir::Builder> builder; in Transform()
/art/dex2oat/dex/
Ddex_to_dex_compiler.cc361 QuickenInfoTable::Builder builder(&quicken_data, GetQuickenedInfo().size()); in Compile()
/art/test/dexdump/
Dcheckers.txt914 … |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 …]