HomeSort by relevance Sort by last modified time
    Searched refs:source_file_path (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/tools/memory_inspector/memory_inspector/core/
symbol.py 37 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)
native_heap_unittest.py 107 self.assertEqual(st1[0].symbol.source_info[0].source_file_path, 'src1.c')
  /external/chromium_org/base/json/
json_value_serializer_unittest.cc 458 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/
native_heap_classifier.py 122 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/
obfuscated_file_util.h 277 const base::FilePath& source_file_path,
  /external/chromium_org/tools/memory_inspector/memory_inspector/backends/
android_backend.py 116 source_file_path=sym_info.source_path,
  /external/chromium_org/chrome/browser/chromeos/file_manager/
file_manager_browsertest.cc 415 base::FilePath source_file_path = local
418 ASSERT_TRUE(base::ReadFileToString(source_file_path, &content_data));
    [all...]

Completed in 107 milliseconds