Searched refs:iconfig (Results 1 – 3 of 3) sorted by relevance
/external/bcc/tools/ |
D | statsnoop_example.txt | 10 31126 bash -1 2 /usr/local/sbin/iconfig 11 31126 bash -1 2 /usr/local/bin/iconfig 12 31126 bash -1 2 /usr/sbin/iconfig 13 31126 bash -1 2 /usr/bin/iconfig 14 31126 bash -1 2 /sbin/iconfig 15 31126 bash -1 2 /bin/iconfig 16 31126 bash -1 2 /usr/games/iconfig 17 31126 bash -1 2 /usr/local/games/iconfig 18 31126 bash -1 2 /apps/python/bin/iconfig 19 31126 bash -1 2 /mnt/src/llvm/build/bin/iconfig [all …]
|
/external/u-boot/tools/ |
D | moveconfig.py | 1699 for iconfig in ranked_iconfigs: 1700 num_common = len(imply_configs[iconfig]) 1705 missing = defconfigs - imply_configs[iconfig] 1711 iconfig[CONFIG_LEN:]) 1723 sym = kconf.get_symbol(iconfig[CONFIG_LEN:]) 1738 iconfig in add_imply): 1740 config[CONFIG_LEN:], iconfig[CONFIG_LEN:])) 1745 print '%5d : %-30s%-25s %s' % (num_common, iconfig.ljust(30),
|
/external/bcc/tests/cc/ |
D | catch.hpp | 6233 Ptr<IConfig const> iconfig = config.get(); in runTests() local 6236 reporter = addListeners( iconfig, reporter ); in runTests() 6238 RunContext context( iconfig, reporter ); in runTests() 6248 std::vector<TestCase> const& allTestCases = getAllTestCasesSorted( *iconfig ); in runTests() 6252 if( !context.aborting() && matchTest( *it, testSpec, *iconfig ) ) in runTests() 6258 context.testGroupEnded( iconfig->name(), totals, 1, 1 ); in runTests()
|