Home
last modified time | relevance | path

Searched refs:tag1 (Results 1 – 25 of 28) sorted by relevance

12

/external/dtc/tests/
Ddtbs_equal_ordered.c82 uint32_t tag1, tag2; in compare_structure() local
91 tag1 = fdt_next_tag(fdt1, offset1, &nextoffset1); in compare_structure()
92 } while (tag1 == FDT_NOP); in compare_structure()
98 if (tag1 != tag2) in compare_structure()
100 tag1, tag2, offset1, offset2); in compare_structure()
102 switch (tag1) { in compare_structure()
/external/tensorflow/tensorflow/python/data/experimental/kernel_tests/serialization/
Dstats_dataset_serialization_test.py63 tag1="record_latency", argument
66 stats_ops.latency_stats(tag1)).apply(stats_ops.latency_stats(tag2))
89 tag1 = "record_latency"
92 lambda: self._build_dataset_multiple_tags(num_outputs, tag1, tag2),
/external/opencensus-java/impl_core/src/test/java/io/opencensus/implcore/tags/
DTaggerImplTest.java113 Tag tag1 = Tag.create(K1, V1); in currentBuilder_RemoveDuplicateTags() local
115 TagContext tagContextWithDuplicateTags = new SimpleTagContext(tag1, tag2); in currentBuilder_RemoveDuplicateTags()
164 Tag tag1 = Tag.create(K1, V1); in toBuilder_RemoveDuplicatesFromUnknownTagContext() local
166 TagContext tagContextWithDuplicateTags = new SimpleTagContext(tag1, tag2); in toBuilder_RemoveDuplicatesFromUnknownTagContext()
213 Tag tag1 = Tag.create(K1, V1); in getCurrentTagContext_RemoveDuplicatesFromUnknownTagContext() local
215 TagContext tagContextWithDuplicateTags = new SimpleTagContext(tag1, tag2); in getCurrentTagContext_RemoveDuplicatesFromUnknownTagContext()
262 Tag tag1 = Tag.create(K1, V1); in withTagContext_RemoveDuplicatesFromUnknownTagContext() local
264 TagContext tagContextWithDuplicateTags = new SimpleTagContext(tag1, tag2); in withTagContext_RemoveDuplicatesFromUnknownTagContext()
DTagContextImplTest.java132 Tag tag1 = i.next(); in testIterator() local
136 assertThat(Arrays.asList(tag1, tag2)).containsExactly(Tag.create(K1, V1), Tag.create(K2, V2)); in testIterator()
/external/freetype/src/autofit/
Dafshaper.c62 tag1, tag2, tag3, tag4 ) \ argument
65 HB_TAG( tag1, tag2, tag3, tag4 ), \
76 tag1, tag2, tag3, tag4 ) \ argument
398 tag1, tag2, tag3, tag4 ) \ argument
402 HB_TAG( tag1, tag2, tag3, tag4 ), \
414 tag1, tag2, tag3, tag4 ) \ argument
Daftypes.h406 tag1, tag2, tag3, tag4 ) \ argument
/external/snakeyaml/src/test/resources/pyyaml/
Dconstruct-custom.data2 - !tag1
4 - !tag1
/external/swiftshader/third_party/llvm-7.0/llvm/test/YAMLParser/
Dconstruct-custom.test4 - !tag1
6 - !tag1
/external/llvm/test/YAMLParser/
Dconstruct-custom.test4 - !tag1
6 - !tag1
/external/icu/icu4c/source/test/testdata/
Droot.txt34 tag1 { ROOT1 }
60 tag1 { ROOT1 }
78 tag1 { ROOT1 }
Ddefault.txt32 tag1 { DEFAULT1 }
75 tag1 { DEFAULT1 }
Dte_IN.txt88 tag1 { TE_IN1 }
Dte.txt72 tag1 { TE1 }
/external/snakeyaml/src/test/java/org/pyyaml/
DPyStructureTest.java61 String tag1 = ((CollectionStartEvent) event1).getTag(); in compareEvents() local
63 if (tag1 != null && !"!".equals(tag1) && tag2 != null && !"!".equals(tag1)) { in compareEvents()
64 assertEquals(tag1, tag2); in compareEvents()
/external/v8/tools/clang/traffic_annotation_extractor/tests/
Dtest-original.cc105 net::MutableNetworkTrafficAnnotationTag tag1; in TestAssignment() local
106 tag1.unique_id_hash_code = 1; in TestAssignment()
/external/harfbuzz_ng/test/api/
Dtest-ot-tag.c80 hb_script_t tag1, tag2, tag3; in test_indic_tags() local
85 tag1 = hb_tag_from_string (s1, -1); in test_indic_tags()
94 g_assert_cmphex (t[0], ==, tag1); in test_indic_tags()
98 g_assert_cmphex (hb_ot_tag_to_script (tag1), ==, script); in test_indic_tags()
/external/bcc/src/cc/
Dbpf_module.cc712 unsigned long long tag1, tag2; in annotate_prog_tag() local
715 err = bpf_prog_compute_tag(insns, prog_len, &tag1); in annotate_prog_tag()
721 if (tag1 != tag2) { in annotate_prog_tag()
722 fprintf(stderr, "prog tag mismatch %llx %llx\n", tag1, tag2); in annotate_prog_tag()
733 ::snprintf(buf, sizeof(buf), BCC_PROG_TAG_DIR "/bpf_prog_%llx", tag1); in annotate_prog_tag()
741 tag1, name.data()); in annotate_prog_tag()
752 tag1, name.data()); in annotate_prog_tag()
764 tag1, name.data()); in annotate_prog_tag()
/external/markdown/markdown/
Dinlinepatterns.py207 tag1, tag2 = self.tag.split(",")
208 el1 = markdown.etree.Element(tag1)
/external/python/cpython2/Mac/Modules/cg/
DCFMLateImport.c193 if ( fragToFix->containerHeader.tag1 != kPEFTag1 in ReadContainerBasics()
636 MoreAssertQ(fragToFix->containerHeader.tag1 == kPEFTag1); in GetSectionBaseAddress()
893 MoreAssertQ(fragToFix->containerHeader.tag1 == kPEFTag1); in RunRelocationEngine()
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowHandlerTest.java444 String tag1 = "tag1", tag2 = "tag2"; in shouldRemoveTaggedCallback() local
446 handler.postAtTime(r, tag1, 100); in shouldRemoveTaggedCallback()
/external/u-boot/scripts/kconfig/
Dgconf.c54 GtkTextTag *tag1, *tag2; variable
180 tag1 = gtk_text_buffer_create_tag(txtbuf, "mytag1", in init_main_window()
382 gtk_text_buffer_insert_with_tags(buffer, &end, prompt, -1, tag1, in text_insert_help()
404 gtk_text_buffer_insert_with_tags(buffer, &end, title, -1, tag1, in text_insert_msg()
/external/libexif/libexif/
Dexif-data.c492 ExifShort tag1 = exif_get_short (p1, o); in cmp_func() local
495 return (tag1 < tag2) ? -1 : (tag1 > tag2) ? 1 : 0; in cmp_func()
/external/freetype/src/base/
Dftstroke.c392 FT_Byte* tag1 = border->tags + start + 1; in ft_stroke_border_close() local
396 for ( ; tag1 < tag2; tag1++, tag2-- ) in ft_stroke_border_close()
401 tmp = *tag1; in ft_stroke_border_close()
402 *tag1 = *tag2; in ft_stroke_border_close()
/external/tensorflow/tensorflow/core/grappler/optimizers/
Darithmetic_optimizer.cc424 bool IsMarkedWithAnyTag(const NodeDef& node, const StringPiece tag1, in IsMarkedWithAnyTag() argument
426 return IsMarkedWithTag(node, tag1) || IsMarkedWithTag(node, tag2); in IsMarkedWithAnyTag()
/external/python/cpython2/Doc/whatsnew/
D2.0.rst954 simply writing ``<tag1>``...\ ``</tag1>`` to a file.

12