Home
last modified time | relevance | path

Searched refs:marks (Results 1 – 25 of 321) sorted by relevance

12345678910>>...13

/external/javassist/src/main/javassist/bytecode/stackmap/
DBasicBlock.java166 HashMap marks = makeMarks(ci, begin, end, et);
167 BasicBlock[] bb = makeBlocks(marks);
214 HashMap marks = new HashMap();
223 Mark to = makeMark(marks, index + ci.s16bitAt(index + 1));
224 Mark next = makeMark(marks, index + 3);
225 makeMark(marks, index, makeArray(to.block, next.block), 3, false);
230 makeGoto(marks, index, index + ci.s16bitAt(index + 1), 3);
233 makeJsr(marks, index, index + ci.s16bitAt(index + 1), 3);
236 makeMark(marks, index, null, 2, true);
244 … to[0] = makeMark(marks, index + ci.s32bitAt(pos)).block; // default branch target
[all …]
/external/chromium_org/net/spdy/
Dspdy_test_utils.cc24 const bool* marks, int mark_length) { in HexDumpWithMarks() argument
41 (marks && (p - data) < mark_length && marks[p - data]); in HexDumpWithMarks()
68 scoped_ptr<bool[]> marks(new bool[max_len]); in CompareCharArraysWithHexError() local
72 marks[i] = true; in CompareCharArraysWithHexError()
75 marks[i] = false; in CompareCharArraysWithHexError()
79 marks[i] = true; in CompareCharArraysWithHexError()
86 << HexDumpWithMarks(expected, expected_len, marks.get(), max_len) in CompareCharArraysWithHexError()
88 << HexDumpWithMarks(actual, actual_len, marks.get(), max_len); in CompareCharArraysWithHexError()
Dspdy_test_utils.h22 const bool* marks, int mark_length);
/external/bison/runtime-po/
Den@boldquot.header15 # When output to an ISO-8859-1 terminal, the single quotation marks are
17 # grave/acute accent (by libiconv), and the double quotation marks are
19 # When output to an ASCII terminal, the single quotation marks are
20 # transliterated to apostrophes, and the double quotation marks are
23 # This catalog furthermore displays the text between the quotation marks in
Den@quot.header15 # When output to an ISO-8859-1 terminal, the single quotation marks are
17 # grave/acute accent (by libiconv), and the double quotation marks are
19 # When output to an ASCII terminal, the single quotation marks are
20 # transliterated to apostrophes, and the double quotation marks are
/external/elfutils/0.153/po/
Den@boldquot.header15 # When output to an ISO-8859-1 terminal, the single quotation marks are
17 # grave/acute accent (by libiconv), and the double quotation marks are
19 # When output to an ASCII terminal, the single quotation marks are
20 # transliterated to apostrophes, and the double quotation marks are
23 # This catalog furthermore displays the text between the quotation marks in
Den@quot.header15 # When output to an ISO-8859-1 terminal, the single quotation marks are
17 # grave/acute accent (by libiconv), and the double quotation marks are
19 # When output to an ASCII terminal, the single quotation marks are
20 # transliterated to apostrophes, and the double quotation marks are
/external/e2fsprogs/po/
Den@boldquot.header15 # When output to an ISO-8859-1 terminal, the single quotation marks are
17 # grave/acute accent (by libiconv), and the double quotation marks are
19 # When output to an ASCII terminal, the single quotation marks are
20 # transliterated to apostrophes, and the double quotation marks are
23 # This catalog furthermore displays the text between the quotation marks in
Den@quot.header15 # When output to an ISO-8859-1 terminal, the single quotation marks are
17 # grave/acute accent (by libiconv), and the double quotation marks are
19 # When output to an ASCII terminal, the single quotation marks are
20 # transliterated to apostrophes, and the double quotation marks are
/external/libexif/po/
Den@boldquot.header15 # When output to an ISO-8859-1 terminal, the single quotation marks are
17 # grave/acute accent (by libiconv), and the double quotation marks are
19 # When output to an ASCII terminal, the single quotation marks are
20 # transliterated to apostrophes, and the double quotation marks are
23 # This catalog furthermore displays the text between the quotation marks in
Den@quot.header15 # When output to an ISO-8859-1 terminal, the single quotation marks are
17 # grave/acute accent (by libiconv), and the double quotation marks are
19 # When output to an ASCII terminal, the single quotation marks are
20 # transliterated to apostrophes, and the double quotation marks are
/external/chromium_org/third_party/yasm/source/patched-yasm/po/
Den@boldquot.header15 # When output to an ISO-8859-1 terminal, the single quotation marks are
17 # grave/acute accent (by libiconv), and the double quotation marks are
19 # When output to an ASCII terminal, the single quotation marks are
20 # transliterated to apostrophes, and the double quotation marks are
23 # This catalog furthermore displays the text between the quotation marks in
Den@quot.header15 # When output to an ISO-8859-1 terminal, the single quotation marks are
17 # grave/acute accent (by libiconv), and the double quotation marks are
19 # When output to an ASCII terminal, the single quotation marks are
20 # transliterated to apostrophes, and the double quotation marks are
/external/bison/po/
Den@boldquot.header15 # When output to an ISO-8859-1 terminal, the single quotation marks are
17 # grave/acute accent (by libiconv), and the double quotation marks are
19 # When output to an ASCII terminal, the single quotation marks are
20 # transliterated to apostrophes, and the double quotation marks are
23 # This catalog furthermore displays the text between the quotation marks in
Den@quot.header15 # When output to an ISO-8859-1 terminal, the single quotation marks are
17 # grave/acute accent (by libiconv), and the double quotation marks are
19 # When output to an ASCII terminal, the single quotation marks are
20 # transliterated to apostrophes, and the double quotation marks are
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/cm/
Dmatchbrackets.js70 var marks = [], ranges = cm.listSelections();
75marks.push(cm.markText(match.from, Pos(match.from.line, match.from.ch + 1), {className: style}));
77marks.push(cm.markText(match.to, Pos(match.to.line, match.to.ch + 1), {className: style}));
81 if (marks.length) {
88 for (var i = 0; i < marks.length; i++) marks[i].clear();
/external/harfbuzz_ng/test/shaping/texts/in-tree/shaper-indic/south-east-asian/script-khmer/misc/
DMANIFEST2 other-marks-invalid.txt
3 other-marks.txt
/external/chromium_org/net/quic/test_tools/
Dquic_test_utils.cc394 const bool* marks, int mark_length) { in HexDumpWithMarks() argument
411 (marks && (p - data) < mark_length && marks[p - data]); in HexDumpWithMarks()
500 scoped_ptr<bool[]> marks(new bool[max_len]); in CompareCharArraysWithHexError() local
504 marks[i] = true; in CompareCharArraysWithHexError()
507 marks[i] = false; in CompareCharArraysWithHexError()
511 marks[i] = true; in CompareCharArraysWithHexError()
518 << HexDumpWithMarks(expected, expected_len, marks.get(), max_len) in CompareCharArraysWithHexError()
520 << HexDumpWithMarks(actual, actual_len, marks.get(), max_len); in CompareCharArraysWithHexError()
/external/chromium_org/third_party/leveldatabase/src/util/
Dhistogram.cc132 int marks = static_cast<int>(20*(buckets_[b] / num_) + 0.5); in ToString() local
133 r.append(marks, '#'); in ToString()
/external/iptables/extensions/
Dlibxt_HMARK.man24 Modulus for hash calculation (to limit the range of possible marks)
27 Offset to start marks from.
Dlibxt_TRACE.man1 This target marks packets so that the kernel will log every rule which match
/external/llvm/test/CodeGen/X86/
Dremat-phys-dead.ll4 ; We need to make sure that rematerialization into a physical register marks the
/external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/
Dreset.css33 /* Remove possible quote marks (") from <q>, <blockquote>. */
/external/dnsmasq/contrib/slackware-dnsmasq/
Dslack-desc4 # the right side marks the last column you can put a character in. You must make
/external/libunwind/doc/
Dunw_regname.tex22 marks is returned. The returned string is statically allocated and

12345678910>>...13