Searched refs:textify (Results 1 – 6 of 6) sorted by relevance
92 assertThat(AsmUtils.textify(original)).isEqualTo(AsmUtils.textify(actual)); in roundTrip()147 assertThat(AsmUtils.textify(inputBytes)).isEqualTo(AsmUtils.textify(outputBytes)); in module()151 assertThat(AsmUtils.textify(inputBytes)).isEqualTo(AsmUtils.textify(outputBytes)); in module()
31 public static String textify(byte[] bytes) { in textify() method in AsmUtils
228 #define textify(x) _textify(x) macro
230 assertThat(AsmUtils.textify(bytes.get("test/Test"))) in hello()236 assertThat(AsmUtils.textify(bytes.get("test/Test$Inner"))) in hello()
533 sb.append(AsmUtils.textify(compiled.get(key))); in dump()
562 while (fscanf(fp, "%*s %" textify(PATH_MAX) "s %99s %*s %*d %*d\n", in bpf_find_mntpt()