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

  /external/elfutils/libdw/
dwarf_tag.c 41 Dwarf_Abbrev *abb; local
48 abb = Dwarf_Abbrev_Hash_find (&cu->abbrev_hash, code, NULL);
49 if (abb == NULL)
56 abb = __libdw_getabbrev (cu->dbg, cu, cu->last_abbrev_offset, &length,
58 if (abb == NULL || abb == DWARF_END_ABBREV)
68 if (abb->code == code)
74 if (unlikely (abb == NULL))
75 abb = DWARF_END_ABBREV;
77 return abb;
    [all...]
dwarf_getabbrev.c 84 Dwarf_Abbrev *abb = NULL; local
86 || (abb = Dwarf_Abbrev_Hash_find (&cu->abbrev_hash, code, NULL)) == NULL)
89 abb = libdw_typed_alloc (dbg, Dwarf_Abbrev);
91 abb = result;
97 if (unlikely (abb->offset != offset))
114 abb->code = code;
117 get_uleb128 (abb->tag, abbrevp, end);
120 abb->has_children = *abbrevp++ == DW_CHILDREN_yes;
121 abb->attrp = (unsigned char *) abbrevp;
122 abb->offset = offset
    [all...]
  /external/slf4j/slf4j-migrator/src/test/java/org/slf4j/migrator/helper/
AbbreviatorTest.java 53 Abbreviator abb = new Abbreviator(2, 100, FS); local
54 String r = abb.abbreviate(INPUT_0);
59 Abbreviator abb = new Abbreviator(3, 8, FS); local
60 String r = abb.abbreviate(INPUT_0);
64 Abbreviator abb = new Abbreviator(3, 8, FS); local
65 String r = abb.abbreviate(INPUT_0);
71 Abbreviator abb = new Abbreviator(2, 20, FS); local
73 String r = abb.abbreviate(in);
78 Abbreviator abb = new Abbreviator(2, 100, FS); local
79 String r = abb.abbreviate("hello")
86 Abbreviator abb = new Abbreviator(0, 100, FS); local
118 Abbreviator abb = new Abbreviator(fixedLen, targetLen, FS); local
    [all...]
  /external/guice/core/test/com/google/inject/spi/
ElementsTest.java     [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/translit/
RoundTripTest.java 102 public void reset(UnicodeSet newSet, boolean abb) {
103 reset(newSet, abb, 100);
106 public void reset(UnicodeSet newSet, boolean abb, int density) {
108 abbreviated = abb;
    [all...]
  /external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
RoundTripTest.java 99 public void reset(UnicodeSet newSet, boolean abb) {
100 reset(newSet, abb, 100);
103 public void reset(UnicodeSet newSet, boolean abb, int density) {
105 abbreviated = abb;
    [all...]
  /external/icu/icu4c/source/test/intltest/
transrt.cpp 275 void reset(UnicodeSet& set, UBool abb = FALSE, int32_t density = 100);
310 void AbbreviatedUnicodeSetIterator::reset(UnicodeSet& newSet, UBool abb, int32_t density) {
312 abbreviated = abb;
    [all...]
  /external/guice/core/test/com/google/inject/
BinderTestSuite.java 127 AnnotatedBindingBuilder<PlainA> abb = bind(PlainA.class);
128 scoper.configure(abb);
  /external/elfutils/tests/
run-strings-test.sh 98 testfile4: abb __ti9type_info
  /prebuilts/go/darwin-x86/src/bytes/
bytes_test.go 1189 {"TrimRight", "abba", "a", "abb"},
1208 {"TrimPrefix", "aabb", "a", "abb"},
    [all...]
  /prebuilts/go/darwin-x86/src/strings/
strings_test.go 726 {"TrimRight", "abba", "a", "abb"},
745 {"TrimPrefix", "aabb", "a", "abb"},
    [all...]
  /prebuilts/go/linux-x86/src/bytes/
bytes_test.go 1189 {"TrimRight", "abba", "a", "abb"},
1208 {"TrimPrefix", "aabb", "a", "abb"},
    [all...]
  /prebuilts/go/linux-x86/src/strings/
strings_test.go 726 {"TrimRight", "abba", "a", "abb"},
745 {"TrimPrefix", "aabb", "a", "abb"},
    [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/z8k/
inout.d 486 6f0: 3abb 0048 soutdb @r4,@r11,r0
518 770: 3abb 0040 sotdrb @r4,@r11,r0
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/tic54x/
all-opcodes.d     [all...]

Completed in 513 milliseconds