Searched refs:modulename (Results 1 – 11 of 11) sorted by relevance
/external/hamcrest/ |
D | build.xml.original | 20 <compile-module modulename="hamcrest-api"/> 21 <jar-module modulename="hamcrest-api"/> 22 <test-module modulename="hamcrest-api"/> 28 <compile-module modulename="hamcrest-generator"/> 29 <jar-module modulename="hamcrest-generator"/> 30 <test-module modulename="hamcrest-generator"/> 45 <compile-module modulename="hamcrest-core"/> 46 …<generate-module-factory modulename="hamcrest-core" configurationfile="hamcrest-core/core-matchers… 47 <jar-module modulename="hamcrest-core"/> 48 <test-module modulename="hamcrest-core"/> [all …]
|
/external/chromium-trace/catapult/telemetry/third_party/web-page-replay/ |
D | rules_parser.py | 153 modulename, classname = fullname.rsplit('.', 1) 154 if '*' not in allowed_imports and modulename not in allowed_imports: 155 raise Error('%s: Package %r is not in allowed_imports', i, modulename) 157 module = __import__(modulename, fromlist=[classname])
|
/external/autotest/client/common_lib/ |
D | test.py | 838 modulename = '%s.%s' % (re.sub('/', '.', testgroup), testname) 839 classname = '%s.%s' % (modulename, testname) 847 modulename = os.path.basename(path) 848 classname = '%s.%s' % (modulename, modulename) 880 exec ('import %s' % modulename, local_namespace, global_namespace)
|
/external/valgrind/coregrind/ |
D | pub_core_debuglog.h | 76 void VG_(debugLog) ( Int level, const HChar* modulename,
|
D | m_debuglog.c | 1242 void VG_(debugLog) ( Int level, const HChar* modulename, in VG_() 1272 (void)myvprintf_str ( add_to_buf, &buf, 0, 8, modulename, False ); in VG_()
|
/external/swiftshader/third_party/LLVM/include/llvm/ |
D | Linker.h | 74 StringRef modulename, ///< name of linker's end-result module
|
/external/valgrind/memcheck/tests/ |
D | unit_libcbase.c | 13 void VG_(debugLog) ( Int level, const HChar* modulename, in VG_() 18 fprintf(stderr, "debuglog: %s: ", modulename); in VG_()
|
/external/bison/m4/ |
D | gnulib-common.m4 | 80 # gl_MODULE_INDICATOR_SET_VARIABLE([modulename]) 123 # gl_MODULE_INDICATOR([modulename]) 145 # gl_MODULE_INDICATOR_FOR_TESTS([modulename])
|
/external/selinux/python/sepolgen/src/sepolgen/ |
D | yacc.py | 1817 def lr_write_tables(modulename=tab_module,outputdir=''): argument 1818 filename = os.path.join(outputdir,modulename) + ".py"
|
/external/libmojo/third_party/ply/ |
D | yacc.py | 2545 def write_table(self,modulename,outputdir='',signature=""): argument 2546 basemodulename = modulename.split(".")[-1]
|
/external/v8/tools/ |
D | grokdump.py | 944 def TryLoadSymbolsFor(self, modulename, module): argument 947 modulename.replace('.', '_') + ".pdb.sym")
|