Home
last modified time | relevance | path

Searched refs:all_annotations (Results 1 – 6 of 6) sorted by relevance

/external/protobuf/src/google/protobuf/compiler/java/
Dgenerator.cc117 std::vector<std::string> all_annotations; in Generate() local
150 all_annotations.push_back(info_full_path); in Generate()
167 &all_annotations); in Generate()
200 for (int i = 0; i < all_annotations.size(); i++) { in Generate()
202 all_annotations[i]); in Generate()
Dkotlin_generator.cc91 std::vector<std::string> all_annotations; in Generate() local
110 all_annotations.push_back(info_full_path); in Generate()
123 &all_annotations); in Generate()
147 for (auto& all_annotation : all_annotations) { in Generate()
/external/cronet/third_party/protobuf/src/google/protobuf/compiler/java/
Djava_generator.cc117 std::vector<std::string> all_annotations; in Generate() local
150 all_annotations.push_back(info_full_path); in Generate()
167 &all_annotations); in Generate()
200 for (int i = 0; i < all_annotations.size(); i++) { in Generate()
202 all_annotations[i]); in Generate()
Djava_kotlin_generator.cc91 std::vector<std::string> all_annotations; in Generate() local
110 all_annotations.push_back(info_full_path); in Generate()
123 &all_annotations); in Generate()
147 for (auto& all_annotation : all_annotations) { in Generate()
/external/angle/build/android/pylib/instrumentation/
Dinstrumentation_test_instance.py387 def annotation_filter(all_annotations): argument
390 return any_annotation_matches(annotations, all_annotations)
392 def excluded_annotation_filter(all_annotations): argument
396 all_annotations)
398 def any_annotation_matches(filter_annotations, all_annotations): argument
400 ak in all_annotations
401 and annotation_value_matches(av, all_annotations[ak])
/external/cronet/build/android/pylib/instrumentation/
Dinstrumentation_test_instance.py388 def annotation_filter(all_annotations): argument
391 return any_annotation_matches(annotations, all_annotations)
393 def excluded_annotation_filter(all_annotations): argument
397 all_annotations)
399 def any_annotation_matches(filter_annotations, all_annotations): argument
401 ak in all_annotations
402 and annotation_value_matches(av, all_annotations[ak])