HomeSort by relevance Sort by last modified time
    Searched refs:fieldMatcher (Results 1 - 5 of 5) sorted by null

  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/
Field.java 95 final Matcher fieldMatcher = fieldNamePattern.matcher(unfolded);
96 if (!fieldMatcher.find()) {
99 final String name = fieldMatcher.group(1);
101 String body = unfolded.substring(fieldMatcher.end());
  /cts/hostsidetests/statsd/src/android/cts/statsd/metric/
GaugeMetricsTests.java 23 import com.android.internal.os.StatsdConfigProto.FieldMatcher;
69 FieldMatcher fieldMatcher =
70 FieldMatcher.newBuilder().setField(APP_BREADCRUMB_REPORTED_B_MATCH_START_ID).build();
77 FieldFilter.newBuilder().setIncludeAll(false).setFields(fieldMatcher).build())
79 FieldMatcher.newBuilder()
81 .addChild(FieldMatcher.newBuilder()
  /frameworks/base/cmds/statsd/tests/
LogEntryMatcher_test.cpp 97 auto fieldMatcher = simpleMatcher->add_field_value_matcher();
98 fieldMatcher->set_field(FIELD_ID_2);
99 fieldMatcher->set_eq_string("some value");
137 fieldMatcher->set_eq_string("wrong value");
140 fieldMatcher->set_eq_string("some value");
345 auto fieldMatcher = simpleMatcher->add_field_value_matcher();
346 fieldMatcher->set_field(FIELD_ID_2);
347 fieldMatcher->set_eq_string("some value");
420 auto fieldMatcher = simpleMatcher->add_field_value_matcher();
421 fieldMatcher->set_field(FIELD_ID_2)
    [all...]
  /frameworks/base/cmds/statsd/tests/e2e/
GaugeMetric_e2e_push_test.cpp 51 auto fieldMatcher = gaugeMetric->mutable_gauge_fields_filter()->mutable_fields();
52 fieldMatcher->set_field(android::util::APP_START_OCCURRED);
53 fieldMatcher->add_child()->set_field(3); // type (enum)
54 fieldMatcher->add_child()->set_field(4); // activity_name(str)
55 fieldMatcher->add_child()->set_field(7); // activity_start_msec(int64)
  /external/mockito/lib/
byte-buddy-1.7.9.jar 

Completed in 188 milliseconds