HomeSort by relevance Sort by last modified time
    Searched full:lineno (Results 176 - 200 of 658) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/libxml2/
check-xsddata-test-suite.py 84 print "instance line %d" % (node.lineNo())
96 nb_instances_tests, node.lineNo())
137 print "instance line %d" % (node.lineNo())
150 # nb_instances_tests, node.lineNo())
280 nb_schemas_tests, node.lineNo(), sections))
283 print "test %d line %d" % (nb_schemas_tests, node.lineNo())
295 print "warning test line %d has more than one <incorrect> example" %(node.lineNo())
301 print "warning test line %d has more than one <correct> example"% (node.lineNo())
304 print "warning <testCase> line %d has no <correct> nor <incorrect> child" % (node.lineNo())
  /development/tools/findunused/
find_unused_resources.rb 97 @@globalJavaIdUses[id] = FilePosition.new(filename, file.lineno)
116 strings[id] = FilePosition.new(filename, file.lineno)
119 layouts[id] = FilePosition.new(filename, file.lineno)
123 xmlIdUses[id] = FilePosition.new(filename, file.lineno)
136 xmlIdUses[id] = FilePosition.new(filename, file.lineno)
  /external/sepolicy/tools/
check_seapp.c 111 int lineno; /** Line number rule was encounter on */ member in struct:rule_map
241 * @param lineno
246 static int key_map_validate(key_map *m, int lineno) {
262 key, value, lineno, out_file_name);
271 value, lineno, out_file_name);
288 lineno, out_file_name);
298 lineno, out_file_name);
470 name, rm->lineno);
484 * @param lineno
489 static rule_map *rule_map_new(kvp keys[], size_t num_of_keys, int lineno) {
868 unsigned lineno = 0; local
    [all...]
  /external/icu/icu4c/source/test/intltest/
textfile.cpp 26 lineNo(0)
103 if (lineNo == 0 && str[0] == 0xFEFF) {
106 ++lineNo;
  /external/selinux/libsemanage/src/
nodes_file.c 89 info->filename, info->lineno, info->orig_line);
124 str, info->filename, info->lineno, info->orig_line);
130 info->lineno, info->orig_line);
ports_file.c 89 info->filename, info->lineno, info->orig_line);
127 str, info->filename, info->lineno, info->orig_line);
133 info->lineno, info->orig_line);
  /frameworks/base/tools/aidl/
aidl_language_y.y 72 $2.buffer.lineno, $2.buffer.data);
96 g_currentFilename, $1.buffer.lineno);
101 g_currentFilename, $2.buffer.lineno, $2.buffer.data);
117 g_currentFilename, $1.buffer.lineno);
122 g_currentFilename, $2.buffer.lineno, $2.buffer.data);
178 g_currentFilename, $2.buffer.lineno, $2.buffer.data);
183 g_currentFilename, $2.buffer.lineno, $2.buffer.data);
205 g_currentFilename, $3.buffer.lineno);
301 fprintf(stderr, "%s:%d: syntax error in parameter list\n", g_currentFilename, $1.buffer.lineno);
357 void init_buffer_type(buffer_type* buf, int lineno)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
FileList.py 38 def gotofileline(self, filename, lineno=None):
40 if edit is not None and lineno is not None:
41 edit.gotoline(lineno)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
linecache.py 13 def getline(filename, lineno, module_globals=None):
15 if 1 <= lineno <= len(lines):
16 return lines[lineno-1]
trace.py 227 self.counter = self.counts.copy() # map (filename, lineno) to count
296 # turn the counts data ("(filename, lineno) = count") into something
299 for filename, lineno in self.counts.keys():
301 lines_hit[lineno] = self.counts[(filename, lineno)]
370 lineno = i + 1
373 if lineno in lines_hit:
374 outfile.write("%5d: " % lines_hit[lineno])
383 if lineno in lnotab and not PRAGMA_NOCOVER in lines[i]:
397 for _, lineno in dis.findlinestarts(code)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
FileList.py 38 def gotofileline(self, filename, lineno=None):
40 if edit is not None and lineno is not None:
41 edit.gotoline(lineno)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
linecache.py 13 def getline(filename, lineno, module_globals=None):
15 if 1 <= lineno <= len(lines):
16 return lines[lineno-1]
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/codegen/
PythonTarget.java 144 int lineNo = actionToken.getLine();
160 lineNo++;
168 //System.out.println(lineNo + ":" + col + " " + quote(chunk.toString()));
192 System.err.println("Warning: badly indented line " + lineNo + " in action:");
202 System.err.println("Warning: badly indented line " + lineNo + " in action:");
208 lineNo++;
  /external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
UCAConformanceTest.java 198 int lineNo = 0;
206 lineNo++;
213 logln("Skipping line " + lineNo + " because of a known bug");
230 lineNo, cmpres, cmpres2));
237 errln("Difference between coll.compare (" + cmpres + ") and sortkey compare (" + skres + ") on line " + lineNo);
251 errln("Line " + lineNo + " is not greater or equal than previous line");
  /external/selinux/libsepol/src/
genusers.c 31 buffer, path, lineno); \
41 unsigned lineno = 0, islist = 0, bit; local
62 lineno++;
167 q, path, lineno);
231 path, lineno);
277 path, lineno);
  /build/tools/
java-layers.py 38 def __init__(self, filename, lineno, lower, top, lowlevel, legacy):
40 self.lineno = lineno
60 % (dep.filename, dep.lineno))
63 % (v.filename, v.lineno, v.lower))
123 def lineno(s, i): function in function:parse_dependency_file
127 lines = [lineno(x,n) for x in lines]
147 + " line %d.\n") % (filename, n, lower, deps[lower].lineno))
  /external/deqp/scripts/src_util/
pre_commit.py 70 lineno = 1 + contents[:m.start()].count('\n')
71 croak(infile.name, lineno, "External include guard")
  /external/selinux/sepolgen/src/sepolgen/
defaults.py 35 for lineno, line in enumerate(open(pathname)):
39 raise ValueError, "%s:%d: line is not in key = value format" % (pathname, lineno+1)
  /external/skia/tests/
Test.h 23 : fileName(f), lineNo(l), condition(c), message(m) {}
25 int lineNo;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/hotshot/
stats.py 30 what, (filename, lineno, funcname), tdelta = event
40 frame = self.new_frame(filename, lineno, funcname)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_compiler.py 99 # Test that all nodes except Module have a correct lineno attribute.
110 print node.__class__, node.lineno
115 self.assertIsInstance(node.lineno, int,
116 "lineno=%s on %s" % (node.lineno, node.__class__))
117 self.assertTrue(node.lineno > 0,
118 "lineno=%s on %s" % (node.lineno, node.__class__))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/hotshot/
stats.py 30 what, (filename, lineno, funcname), tdelta = event
40 frame = self.new_frame(filename, lineno, funcname)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/sepolgen/
defaults.py 35 for lineno, line in enumerate(open(pathname)):
39 raise ValueError, "%s:%d: line is not in key = value format" % (pathname, lineno+1)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/sepolgen/
defaults.py 35 for lineno, line in enumerate(open(pathname)):
39 raise ValueError, "%s:%d: line is not in key = value format" % (pathname, lineno+1)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_compiler.py 99 # Test that all nodes except Module have a correct lineno attribute.
110 print node.__class__, node.lineno
115 self.assertIsInstance(node.lineno, int,
116 "lineno=%s on %s" % (node.lineno, node.__class__))
117 self.assertTrue(node.lineno > 0,
118 "lineno=%s on %s" % (node.lineno, node.__class__))

Completed in 1368 milliseconds

1 2 3 4 5 6 78 91011>>