Searched refs:source_file_path (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/tools/memory_inspector/memory_inspector/core/
H A Dsymbol.py37 def __init__(self, name, source_file_path=None, line_number=None):
40 if source_file_path:
41 self.AddSourceLineInfo(source_file_path, line_number or 0)
43 def AddSourceLineInfo(self, source_file_path, line_number):
44 self.source_info += [SourceInfo(source_file_path, line_number)]
55 def __init__(self, source_file_path, line_number):
57 self.source_file_path = source_file_path
61 return '%s:%d' % (self.source_file_path, self.line_number)
H A Dnative_heap_unittest.py107 self.assertEqual(st1[0].symbol.source_info[0].source_file_path, 'src1.c')
/external/chromium_org/base/json/
H A Djson_value_serializer_unittest.cc458 base::FilePath source_file_path; local
459 ASSERT_TRUE(PathService::Get(DIR_TEST_DATA, &source_file_path));
460 source_file_path = source_file_path.Append(
462 ASSERT_TRUE(PathExists(source_file_path));
463 JSONFileValueSerializer serializer(source_file_path);
/external/chromium_org/tools/memory_inspector/memory_inspector/classification/
H A Dnative_heap_classifier.py122 src_file = frame.symbol.source_info[0].source_file_path
192 frame.symbol.source_info[0].source_file_path):
/external/chromium_org/storage/browser/fileapi/
H A Dobfuscated_file_util.h277 const base::FilePath& source_file_path,
/external/chromium_org/tools/memory_inspector/memory_inspector/backends/
H A Dandroid_backend.py116 source_file_path=sym_info.source_path,
/external/chromium_org/chrome/browser/chromeos/file_manager/
H A Dfile_manager_browsertest.cc415 base::FilePath source_file_path = local
418 ASSERT_TRUE(base::ReadFileToString(source_file_path, &content_data));

Completed in 141 milliseconds