/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/cpp/ |
H A D | cpp_bootstrap_unittest.cc | 121 DiskSourceTree source_tree; local 122 source_tree.MapPath("", TestSourceDir()); 123 Importer importer(&source_tree, &error_collector);
|
H A D | cpp_unittest.cc | 108 DiskSourceTree source_tree; local 109 source_tree.MapPath("", TestSourceDir()); 110 Importer importer(&source_tree, &error_collector);
|
/external/protobuf/src/google/protobuf/compiler/cpp/ |
H A D | cpp_bootstrap_unittest.cc | 121 DiskSourceTree source_tree; local 122 source_tree.MapPath("", TestSourceDir()); 123 Importer importer(&source_tree, &error_collector);
|
H A D | cpp_unittest.cc | 104 DiskSourceTree source_tree; local 105 source_tree.MapPath("", TestSourceDir()); 106 Importer importer(&source_tree, &error_collector);
|
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/ |
H A D | importer.h | 78 SourceTreeDescriptorDatabase(SourceTree* source_tree); 144 Importer(SourceTree* source_tree,
|
H A D | importer.cc | 114 SourceTree* source_tree) 115 : source_tree_(source_tree), 185 Importer::Importer(SourceTree* source_tree, argument 187 : database_(source_tree), 113 SourceTreeDescriptorDatabase( SourceTree* source_tree) argument
|
H A D | command_line_interface.h | 200 DiskSourceTree* source_tree);
|
H A D | command_line_interface.cc | 614 DiskSourceTree source_tree; local 616 source_tree.MapPath(proto_path_[i].first, proto_path_[i].second); 621 if (!MakeInputsBeProtoPathRelative(&source_tree)) { 627 ErrorPrinter error_collector(error_format_, &source_tree); 628 Importer importer(&source_tree, &error_collector); 744 DiskSourceTree* source_tree) { 747 switch (source_tree->DiskFileToVirtualFile( 743 MakeInputsBeProtoPathRelative( DiskSourceTree* source_tree) argument
|
/external/protobuf/src/google/protobuf/compiler/ |
H A D | importer.h | 78 SourceTreeDescriptorDatabase(SourceTree* source_tree); 144 Importer(SourceTree* source_tree,
|
H A D | importer.cc | 114 SourceTree* source_tree) 115 : source_tree_(source_tree), 185 Importer::Importer(SourceTree* source_tree, argument 187 : database_(source_tree), 113 SourceTreeDescriptorDatabase( SourceTree* source_tree) argument
|
H A D | command_line_interface.h | 187 DiskSourceTree* source_tree);
|
H A D | command_line_interface.cc | 573 DiskSourceTree source_tree; 575 source_tree.MapPath(proto_path_[i].first, proto_path_[i].second); 580 if (!MakeInputsBeProtoPathRelative(&source_tree)) { 587 Importer importer(&source_tree, &error_collector); 702 DiskSourceTree* source_tree) { 705 switch (source_tree->DiskFileToVirtualFile( 701 MakeInputsBeProtoPathRelative( DiskSourceTree* source_tree) argument
|
/external/v8/test/cctest/ |
H A D | test-profile-generator.cc | 406 ProfileTree source_tree; local 419 source_tree.AddPathFromStart(e1_e2_path_vec); 423 source_tree.AddPathFromStart(e2_e4_path_vec); 427 source_tree.AddPathFromStart(e3_e1_path_vec); 431 source_tree.AddPathFromStart(e3_e2_path_vec); 432 source_tree.CalculateTotalTicks(); 437 CHECK_EQ(4, source_tree.root()->total_ticks()); 438 CHECK_EQ(0, source_tree.root()->self_ticks()); 443 token0_tree.FilteredClone(&source_tree, token0); 468 token1_tree.FilteredClone(&source_tree, token [all...] |
/external/chromium_org/tools/gyp/pylib/gyp/ |
H A D | xcodeproj_file.py | 182 input_path (source_tree, output_path) 190 source_tree = source_group_match.group(1) 193 source_tree = None 196 return (source_tree, output_path) 930 (source_tree, path) = SourceTreeAndPathFromPath(self._properties['path']) 931 if source_tree != None: 932 self._properties['sourceTree'] = source_tree 935 if source_tree != None and path is None and \ 941 self._properties['name'] = source_tree 2600 (source_tree, pat [all...] |
/external/chromium_org/tools/gyp/pylib/gyp/generator/ |
H A D | msvs.py | 1563 def DisableForSourceTree(source_tree): 1564 for source in source_tree:
|