Searched refs:is_module (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/test/
H A Dfinder_unittest.py65 self.assertTrue(self.finder.is_module('bar.baz'))
66 self.assertTrue(self.finder.is_module('bar2.baz2'))
67 self.assertTrue(self.finder.is_module('bar2.baz2_integrationtest'))
70 self.assertFalse(self.finder.is_module('baz'))
H A Dfinder.py94 def is_module(self, name): member in class:Finder
H A Dmain.py169 if self.finder.is_module(name):
/external/oprofile/libpp/
H A Dformat_output.h252 bool is_module);
309 symbol_entry const * symb, size_t lo, size_t hi, bool is_module);
318 size_t lo, size_t hi, bool is_module, tag_t tag);
H A Dformat_output.cpp837 symbol_entry const * symb, size_t lo, size_t hi, bool is_module)
840 // pointless reference to is_module, remove insane compiler warning
841 size_t indx = is_module ? 0 : 1;
945 size_t lo, size_t hi, bool is_module, tag_t tag)
965 if (is_module) {
994 if (is_module)
1002 symbol_entry const * symb, size_t lo, size_t hi, bool is_module)
1035 output_symbol_core(out, cg_symb->callers, selfname, qname, lo, hi, is_module, CALLERS);
1040 output_symbol_core(out, cg_symb->callees, selfname, qname, lo, hi, is_module, CALLEES);
836 output_symbol(ostream & out, symbol_entry const * symb, size_t lo, size_t hi, bool is_module) argument
943 output_symbol_core(ostream & out, cg_symbol::children const cg_symb, string const selfname, string const qname, size_t lo, size_t hi, bool is_module, tag_t tag) argument
1001 output_symbol(ostream & out, symbol_entry const * symb, size_t lo, size_t hi, bool is_module) argument
H A Dxml_utils.cpp430 void output_symbols(ostream & out, bool is_module);
592 void module_info::output_symbols(ostream & out, bool is_module) argument
598 xml_out->output_symbol(out, *it, lo, hi, is_module);

Completed in 120 milliseconds