Home
last modified time | relevance | path

Searched +defs:field +defs:delegate (Results 1 – 25 of 1111) sorted by relevance

12345678910>>...45

/aosp_15_r20/external/perfetto/src/trace_processor/util/
H A Dproto_to_args_parser.cc45 bool IsFieldAllowed(const FieldDescriptor& field, in IsFieldAllowed()
101 Delegate& delegate, in ParseMessage()
114 Delegate& delegate, in ParseMessageInternal()
136 auto field = descriptor.FindFieldByTag(f.id()); in ParseMessageInternal() local
196 protozero::Field field, in ParseField()
197 Delegate& delegate, in ParseField()
238 protozero::Field field, in ParsePackedField()
239 Delegate& delegate, in ParsePackedField()
296 const std::string& field, in AddParsingOverrideForField()
307 const protozero::Field& field, in MaybeApplyOverrideForField()
[all …]
H A Dproto_to_args_parser_unittest.cc294 [](const protozero::Field& field, ProtoToArgsParser::Delegate& writer) { in TEST_F()
330 [](const protozero::Field& field, ProtoToArgsParser::Delegate&) { in TEST_F()
383 ProtoToArgsParser::Delegate& delegate) -> std::optional<base::Status> { in TEST_F()
424 const protozero::ConstBytes&, Delegate& delegate) { in TEST_F()
464 const protozero::ConstBytes&, Delegate& delegate) { in TEST_F()
/aosp_15_r20/external/perfetto/src/trace_processor/importers/proto/
H A Dtrack_event_parser.cc105 const protozero::Field& field, in MaybeParseUnsymbolizedSourceLocation()
106 util::ProtoToArgsParser::Delegate& delegate) { in MaybeParseUnsymbolizedSourceLocation()
133 const protozero::Field& field, in MaybeParseSourceLocation()
134 util::ProtoToArgsParser::Delegate& delegate) { in MaybeParseSourceLocation()
1473 util::ProtoToArgsParser::Delegate& delegate) { in TrackEventParser()
1481 [](const protozero::Field& field, in TrackEventParser()
1482 util::ProtoToArgsParser::Delegate& delegate) { in TrackEventParser()
1488 [](const protozero::Field& field, in TrackEventParser()
1489 util::ProtoToArgsParser::Delegate& delegate) { in TrackEventParser()
1495 [](const protozero::Field& field, in TrackEventParser()
[all …]
H A Dstatsd_module.cc52 util::ProtoToArgsParser::Delegate& delegate) { in ParseGenericEvent()
179 protozero::Field field = nested_decoder.ReadField(); in ParseAtom() local
195 ArgsParser delegate(ts, inserter, *context_->storage.get()); in ParseAtom() local
235 const FieldDescriptor& field = field_it->second; in GetAtomName() local
/aosp_15_r20/external/okhttp/repackaged/okhttp-urlconnection/src/main/java/com/android/okhttp/internal/huc/
H A DDelegatingHttpsURLConnection.java42 private final HttpURLConnection delegate; field in DelegatingHttpsURLConnection
44 public DelegatingHttpsURLConnection(HttpURLConnection delegate) { in DelegatingHttpsURLConnection()
186 @Override public void addRequestProperty(String field, String newValue) { in addRequestProperty()
194 @Override public long getHeaderFieldDate(String field, long defaultValue) { in getHeaderFieldDate()
198 @Override public int getHeaderFieldInt(String field, int defaultValue) { in getHeaderFieldInt()
226 @Override public String getRequestProperty(String field) { in getRequestProperty()
258 @Override public void setRequestProperty(String field, String newValue) { in setRequestProperty()
H A DHttpsURLConnectionImpl.java32 private final HttpURLConnectionImpl delegate; field in HttpsURLConnectionImpl
42 public HttpsURLConnectionImpl(HttpURLConnectionImpl delegate) { in HttpsURLConnectionImpl()
93 @Override public long getHeaderFieldLong(String field, long defaultValue) { in getHeaderFieldLong()
/aosp_15_r20/external/okhttp/okhttp-urlconnection/src/main/java/com/squareup/okhttp/internal/huc/
H A DDelegatingHttpsURLConnection.java41 private final HttpURLConnection delegate; field in DelegatingHttpsURLConnection
43 public DelegatingHttpsURLConnection(HttpURLConnection delegate) { in DelegatingHttpsURLConnection()
185 @Override public void addRequestProperty(String field, String newValue) { in addRequestProperty()
193 @Override public long getHeaderFieldDate(String field, long defaultValue) { in getHeaderFieldDate()
197 @Override public int getHeaderFieldInt(String field, int defaultValue) { in getHeaderFieldInt()
225 @Override public String getRequestProperty(String field) { in getRequestProperty()
257 @Override public void setRequestProperty(String field, String newValue) { in setRequestProperty()
H A DHttpsURLConnectionImpl.java27 private final HttpURLConnectionImpl delegate; field in HttpsURLConnectionImpl
37 public HttpsURLConnectionImpl(HttpURLConnectionImpl delegate) { in HttpsURLConnectionImpl()
88 @Override public long getHeaderFieldLong(String field, long defaultValue) { in getHeaderFieldLong()
/aosp_15_r20/libcore/luni/src/main/java/libcore/util/
H A DZoneInfo.java129 public static ZoneInfo createZoneInfo(ZoneInfoData delegate) { in createZoneInfo()
138 public static ZoneInfo createZoneInfo(ZoneInfoData delegate, long timeInMillis) { in createZoneInfo()
145 private ZoneInfo(ZoneInfoData delegate, int dstSavings, boolean useDst) { in ZoneInfo()
184 private static void setFinalField(String field, FieldSetter setter) { in setFinalField()
195 void set(Field field) throws IllegalArgumentException, IllegalAccessException; in set()
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/16/libcore/ojluni/src/main/java/java/text/
DSimpleDateFormat.java1092 FieldDelegate delegate) { in format()
1144 CharacterIteratorFieldDelegate delegate = new in formatToCharacterIterator() local
1148 format((Date)obj, sb, delegate); in formatToCharacterIterator() local
1267 FieldDelegate delegate, StringBuffer buffer, in subFormat()
1274 int field = PATTERN_INDEX_TO_CALENDAR_FIELD[patternCharIndex]; in subFormat() local
1631 int field, int style) { in formatMonth()
1927 private int matchString(String text, int start, int field, String[] data, CalendarBuilder calb) in matchString()
1977 private int matchString(String text, int start, int field, in matchString()
2308 int field = PATTERN_INDEX_TO_CALENDAR_FIELD[patternCharIndex]; in subParse() local
2764 int field, ParsePosition pos, boolean useDateFormatSymbols, in parseMonth()
[all …]
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/text/
DSimpleDateFormat.java1092 FieldDelegate delegate) { in format()
1144 CharacterIteratorFieldDelegate delegate = new in formatToCharacterIterator() local
1148 format((Date)obj, sb, delegate); in formatToCharacterIterator() local
1267 FieldDelegate delegate, StringBuffer buffer, in subFormat()
1274 int field = PATTERN_INDEX_TO_CALENDAR_FIELD[patternCharIndex]; in subFormat() local
1631 int field, int style) { in formatMonth()
1927 private int matchString(String text, int start, int field, String[] data, CalendarBuilder calb) in matchString()
1977 private int matchString(String text, int start, int field, in matchString()
2308 int field = PATTERN_INDEX_TO_CALENDAR_FIELD[patternCharIndex]; in subParse() local
2764 int field, ParsePosition pos, boolean useDateFormatSymbols, in parseMonth()
[all …]
/aosp_15_r20/libcore/ojluni/src/main/java/java/text/
H A DSimpleDateFormat.java1092 FieldDelegate delegate) { in format()
1144 CharacterIteratorFieldDelegate delegate = new in formatToCharacterIterator() local
1148 format((Date)obj, sb, delegate); in formatToCharacterIterator() local
1267 FieldDelegate delegate, StringBuffer buffer, in subFormat()
1274 int field = PATTERN_INDEX_TO_CALENDAR_FIELD[patternCharIndex]; in subFormat() local
1631 int field, int style) { in formatMonth()
1927 private int matchString(String text, int start, int field, String[] data, CalendarBuilder calb) in matchString()
1977 private int matchString(String text, int start, int field, in matchString()
2308 int field = PATTERN_INDEX_TO_CALENDAR_FIELD[patternCharIndex]; in subParse() local
2764 int field, ParsePosition pos, boolean useDateFormatSymbols, in parseMonth()
[all …]
/aosp_15_r20/external/jacoco/org.jacoco.report/src/org/jacoco/report/csv/
H A DDelimitedWriter.java42 private final Writer delegate; field in DelimitedWriter
51 public DelimitedWriter(final Writer delegate) { in DelimitedWriter()
63 public DelimitedWriter(final Writer delegate, final char delimiter) { in DelimitedWriter()
93 public void write(final String field) throws IOException { in write()
/aosp_15_r20/external/perfetto/src/trace_config_utils/
H A Dtxt_to_pb.cc66 const char* FieldToTypeName(const FieldDescriptorProto* field) { in FieldToTypeName()
213 const FieldDescriptorProto* field = in NumericField() local
268 const FieldDescriptorProto* field = in StringField() local
379 const FieldDescriptorProto* field = in IdentifierField() local
432 const FieldDescriptorProto* field = in BeginNestedMessage() local
473 void VarIntField(const FieldDescriptorProto* field, Token t) { in VarIntField()
486 void FixedField(const FieldDescriptorProto* field, const Token& t) { in FixedField()
494 void FixedFloatField(const FieldDescriptorProto* field, const Token& t) { in FixedFloatField()
575 void Parse(const std::string& input, ParserDelegate* delegate) { in Parse()
790 ParserDelegate delegate(descriptor, message.get(), &reporter, in TraceConfigTxtToPb() local
/aosp_15_r20/external/javassist/src/main/javassist/
H A DCtNewMethod.java227 public static CtMethod getter(String methodName, CtField field) in getter()
270 public static CtMethod setter(String methodName, CtField field) in setter()
327 public static CtMethod delegator(CtMethod delegate, CtClass declaring) in delegator()
338 private static CtMethod delegator0(CtMethod delegate, CtClass declaring) in delegator0()
/aosp_15_r20/external/snakeyaml/src/main/java/org/yaml/snakeyaml/introspector/
H A DPropertySubstitute.java42 private Field field; field in PropertySubstitute
44 private Property delegate; field in PropertySubstitute
246 public void setDelegate(Property delegate) { in setDelegate()
/aosp_15_r20/external/mockito/src/main/java/org/mockito/internal/exceptions/
H A DReporter.java675 … public static MockitoException fieldInitialisationThrewException(Field field, Throwable details) { in fieldInitialisationThrewException()
698 …public static MockitoException cannotInjectDependency(Field field, Object matchingMock, Exception … in cannotInjectDependency()
811 …dMethodHasWrongReturnType(Method mockMethod, Method delegateMethod, Object mock, Object delegate) { in delegatedMethodHasWrongReturnType()
821 …oException delegatedMethodDoesNotExistOnDelegate(Method mockMethod, Object mock, Object delegate) { in delegatedMethodDoesNotExistOnDelegate()
/aosp_15_r20/out/soong/.intermediates/prebuilts/tools/common/m2/dialer-common-m2-target-deps/android_common/local-combined/
Ddialer-common-m2-target-deps.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/DEPENDENCIES META-INF ...
/aosp_15_r20/prebuilts/bazel/common/remote_java_tools/java_tools/
DGenClass_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com ...
DVanillaJavaBuilder_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com ...
/aosp_15_r20/out/soong/.intermediates/tools/metalava/metalava/metalava/linux_glibc_common/kotlin/
Dmetalava.jar ... .android.tools.metalava.model.FieldItem field public void visitParameter (com.android.tools. ...
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/
H A Dtext_format.cc145 const FieldDescriptor* field, TextFormat::ParseLocationRange range) { in RecordLocation()
150 const FieldDescriptor* field) { in CreateNested()
157 void CheckFieldIndex(const FieldDescriptor* field, int index) { in CheckFieldIndex()
172 const FieldDescriptor* field, int index) const { in GetLocationRange() argument
189 const FieldDescriptor* field, int index) const { in GetTreeForNested() argument
323 bool ParseField(const FieldDescriptor* field, Message* output) { in ParseField()
420 const FieldDescriptor* field = nullptr; in ConsumeField() local
695 const FieldDescriptor* field) { in ConsumeFieldMessage()
752 const FieldDescriptor* field) { in ConsumeFieldValue()
1679 const FieldDescriptor* field, in ParseFieldValueFromString()
[all …]
/aosp_15_r20/external/protobuf/src/google/protobuf/
H A Dtext_format.cc145 const FieldDescriptor* field, TextFormat::ParseLocationRange range) { in RecordLocation()
150 const FieldDescriptor* field) { in CreateNested()
157 void CheckFieldIndex(const FieldDescriptor* field, int index) { in CheckFieldIndex()
172 const FieldDescriptor* field, int index) const { in GetLocationRange() argument
189 const FieldDescriptor* field, int index) const { in GetTreeForNested() argument
323 bool ParseField(const FieldDescriptor* field, Message* output) { in ParseField()
420 const FieldDescriptor* field = nullptr; in ConsumeField() local
695 const FieldDescriptor* field) { in ConsumeFieldMessage()
752 const FieldDescriptor* field) { in ConsumeFieldValue()
1679 const FieldDescriptor* field, in ParseFieldValueFromString()
[all …]
/aosp_15_r20/external/okhttp/repackaged/android/src/main/java/com/android/okhttp/internal/
H A DPlatform.java220 Field field = c.getDeclaredField(fieldName); in readFieldOrNull() local
233 Object delegate = readFieldOrNull(instance, Object.class, "delegate"); in readFieldOrNull() local
/aosp_15_r20/external/okhttp/android/src/main/java/com/squareup/okhttp/internal/
H A DPlatform.java216 Field field = c.getDeclaredField(fieldName); in readFieldOrNull() local
229 Object delegate = readFieldOrNull(instance, Object.class, "delegate"); in readFieldOrNull() local

12345678910>>...45