/external/llvm/utils/lint/ |
D | common_lint.py | 7 def VerifyLineLength(filename, lines, max_length): argument 30 def VerifyTabs(filename, lines): argument 51 def VerifyTrailingWhitespace(filename, lines): argument 73 def RunOnFile(filename, lines): argument
|
D | cpp_lint.py | 13 def VerifyIncludes(filename, lines): argument 76 def RunOnFile(self, filename, lines): argument
|
D | generic_lint.py | 12 def RunOnFile(self, filename, lines): argument
|
/external/v8/tools/ |
D | js2c.py | 39 def ToCAsciiArray(lines): argument 48 def ToCArray(lines): argument 55 def RemoveCommentsAndTrailingWhitespace(lines): argument 101 def Validate(lines, file): argument 113 def ExpandConstants(lines, constants): argument 119 def ExpandMacros(lines, macros): argument 181 def ReadMacros(lines): argument
|
/external/kernel-headers/original/asm-generic/ |
D | xor.h | 21 long lines = bytes / (sizeof (long)) / 8; in xor_8regs_2() local 41 long lines = bytes / (sizeof (long)) / 8; in xor_8regs_3() local 62 long lines = bytes / (sizeof (long)) / 8; in xor_8regs_4() local 84 long lines = bytes / (sizeof (long)) / 8; in xor_8regs_5() local 106 long lines = bytes / (sizeof (long)) / 8; in xor_32regs_2() local 143 long lines = bytes / (sizeof (long)) / 8; in xor_32regs_3() local 189 long lines = bytes / (sizeof (long)) / 8; in xor_32regs_4() local 244 long lines = bytes / (sizeof (long)) / 8; in xor_32regs_5() local 307 long lines = bytes / (sizeof (long)) / 8 - 1; in xor_8regs_p_2() local 334 long lines = bytes / (sizeof (long)) / 8 - 1; in xor_8regs_p_3() local [all …]
|
/external/chromium/net/ftp/ |
D | ftp_directory_listing_parser_vms_unittest.cc | 54 std::vector<string16> lines(GetSingleLineTestCase(good_cases[i].input)); in TEST_F() local 108 std::vector<string16> lines(GetSingleLineTestCase(bad_cases[i])); in TEST_F() local 133 std::vector<string16> lines( in TEST_F() local
|
D | ftp_directory_listing_parser_netware_unittest.cc | 32 std::vector<string16> lines(GetSingleLineTestCase(good_cases[i].input)); in TEST_F() local 59 std::vector<string16> lines(GetSingleLineTestCase(bad_cases[i])); in TEST_F() local
|
/external/webkit/Tools/Scripts/webkitpy/style/checkers/ |
D | text.py | 43 def check(self, lines): argument 48 def process_file_data(filename, lines, error): argument
|
D | common.py | 43 def check(self, lines): argument 68 def check(self, lines): argument
|
D | test_expectations.py | 109 def check_tabs(self, lines): argument 112 def check(self, lines): argument
|
D | text_unittest.py | 40 def assertNoError(self, lines): argument 51 def assertError(self, lines, expected_line_number): argument
|
D | xml.py | 37 def check(self, lines): argument
|
/external/guava/guava-tests/test/com/google/common/io/ |
D | LineBufferTest.java | 84 final List<String> lines = Lists.newArrayList(); in bufferHelper() local 104 List<String> lines = Lists.newArrayList(); in readUsingJava() local 119 List<String> lines = Lists.newArrayList(); in readUsingReader() local
|
/external/emma/core/java12/com/vladium/emma/data/ |
D | MethodDescriptor.java | 137 final int [] lines = blockMap [bl]; in getLineMap() local 158 final int [] lines = lineMap.keys (); in getLineMap() local 203 final int [] lines = m_blockMap [bl]; in toString() local 213 final int [] lines = m_lineMap.keys (); in toString() local
|
/external/markdown/markdown/ |
D | preprocessors.py | 32 def run(self, lines): argument 108 def run(self, lines): argument 196 def run (self, lines): argument
|
/external/skia/bench/ |
D | bench_graph_svg.py | 234 def bounds(lines): argument 252 def create_regressions(lines, start_x, end_x): argument 351 def check_expectations(lines, expectations, newest_revision, key_suffix): argument 472 def create_select(qualifier, lines, select_id=None): argument 522 def output_xhtml(lines, oldest_revision, newest_revision, ignored_revision_data_points, argument 726 def output_svg(lines, regressions, requested_width, requested_height): argument
|
/external/elfutils/libdw/ |
D | dwarf_onesrcline.c | 59 dwarf_onesrcline (Dwarf_Lines *lines, size_t idx) in dwarf_onesrcline()
|
D | dwarf_decl_file.c | 81 Dwarf_Lines *lines; in dwarf_decl_file() local
|
D | dwarf_getsrc_die.c | 62 Dwarf_Lines *lines; in dwarf_getsrc_die() local
|
D | dwarf_getsrcfiles.c | 73 Dwarf_Lines *lines; in dwarf_getsrcfiles() local
|
/external/markdown/markdown/extensions/ |
D | footnotes.py | 153 def run(self, lines): argument 158 def _handleFootnoteDefinitions(self, lines): argument 182 def _findFootnoteDefinition(self, lines): argument 203 def detectTabbed(self, lines): argument
|
/external/elfutils/libdwfl/ |
D | lines.c | 59 Dwarf_Lines *lines; in __libdwfl_cu_getsrclines() local
|
/external/v8/test/mjsunit/ |
D | debug-sourceslice.js | 30 var lines = [ 'function a() { b(); };\n', variable
|
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/ |
D | FASerializer.java | 86 List lines = new ArrayList(); in serialize() local 135 protected void walkSerializingFA(List lines, State s) { in walkSerializingFA()
|
/external/chromium/testing/gmock/scripts/generator/cpp/ |
D | gmock_class_test.py | 37 def StripLeadingWhitespace(self, lines): argument 41 def assertEqualIgnoreLeadingWhitespace(self, expected_lines, lines): argument
|