HomeSort by relevance Sort by last modified time
    Searched full:modulename (Results 101 - 125 of 464) sorted by null

1 2 3 45 6 7 8 91011>>

  /build/soong/java/
java.go 256 if ctx.ModuleName() == "framework" {
262 panic(fmt.Errorf("unknown dependency %q for %q", otherName, ctx.ModuleName()))
445 j.installFile = ctx.InstallFileName(common.PathForModuleInstall(ctx, "framework"), ctx.ModuleName()+".jar", j.outputFile)
529 ctx.InstallFileName(common.PathForModuleInstall(ctx, "framework"), ctx.ModuleName()+".jar", j.classpathFile)
  /cts/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/testtype/
ModuleDefTest.java 39 private static final String NAME = "ModuleName";
  /cts/common/util/tests/src/com/android/compatibility/common/util/
ModuleResultTest.java 26 private static final String NAME = "ModuleName";
  /external/antlr/antlr-3.4/runtime/Python/tests/
testbase.py 106 self.moduleName = os.path.splitext(os.path.basename(sys.modules[self.__module__].__file__))[0]
152 self.moduleName, self.className, testName)
185 grammarName = self.moduleName + '.g'
189 self.moduleName)
  /external/clang/lib/Serialization/
ModuleManager.cpp 227 StringRef ModuleName = (*victim)->ModuleName;
228 if (Module *mod = modMap->findModule(ModuleName)) {
468 return M->ModuleName;
  /external/toybox/toys/other/
modinfo.c 13 usage: modinfo [-0] [-b basedir] [-k kernrelease] [-F field] [modulename...]
  /prebuilts/go/darwin-x86/src/runtime/
symtab.go 53 modulename string
66 modulename string
164 println("abi mismatch detected between", datap.modulename, "and", modulehash.modulename)
  /prebuilts/go/linux-x86/src/runtime/
symtab.go 53 modulename string
66 modulename string
164 println("abi mismatch detected between", datap.modulename, "and", modulehash.modulename)
  /toolchain/binutils/binutils-2.25/include/nlm/
i386-ext.h 42 unsigned char moduleName[14];
sparc32-ext.h 42 unsigned char moduleName[14];
  /external/protobuf/src/google/protobuf/compiler/python/
python_generator.cc 83 string ModuleName(const string& filename) {
266 string module_name = ModuleName(file->name());
312 string module_name = ModuleName(file_->dependency(i)->name());
320 string module_name = ModuleName(file_->public_dependency(i)->name());
345 string module_name = ModuleName(file_->dependency(i)->name());
556 "module_name", ModuleName(file_->name()));
574 "module_name", ModuleName(file_->name()));
718 "module_name", ModuleName(file_->name()));
    [all...]
  /cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/build/
CompatibilityBuildHelper.java 152 public void addDynamicConfigFile(String moduleName, File configFile) {
153 mBuildInfo.addBuildAttribute(CONFIG_PATH_PREFIX + moduleName, configFile.getAbsolutePath());
  /cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/testtype/
CompatibilityTest.java 487 private void runPreModuleCheck(String moduleName, List<SystemStatusChecker> checkers,
489 CLog.i("Running system status checker before module execution: %s", moduleName);
503 logger.testLog(String.format("bugreport-checker-pre-module-%s", moduleName),
509 private void runPostModuleCheck(String moduleName, List<SystemStatusChecker> checkers,
511 CLog.i("Running system status checker after module execution: %s", moduleName);
525 logger.testLog(String.format("bugreport-checker-post-module-%s", moduleName),
  /external/clang/include/clang/Lex/
HeaderSearch.h 481 /// \param ModuleName The module whose module file name will be returned.
483 /// \param ModuleMapPath A path that when combined with \c ModuleName
488 std::string getModuleFileName(StringRef ModuleName, StringRef ModuleMapPath);
492 /// \param ModuleName The name of the module we're looking for.
499 Module *lookupModule(StringRef ModuleName, bool AllowSearch = true);
549 /// \param Dir The framework directory (e.g., ModuleName.framework).
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-annotation-processing/1.0.0-beta-1103/
kotlin-annotation-processing-1.0.0-beta-1103.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-annotation-processing/1.0.0-beta-4584/
kotlin-annotation-processing-1.0.0-beta-4584.jar 
  /cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/result/
ResultReporter.java 647 for (String moduleName : configFiles.keySet()) {
648 File resultFile = new File(folder, moduleName+".dynamic");
650 FileUtil.copyFile(configFiles.get(moduleName), resultFile);
651 FileUtil.deleteFile(configFiles.get(moduleName));
653 warn("Failed to copy config file for %s to file", moduleName);
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib/1.0.0-beta-4584/
kotlin-stdlib-1.0.0-beta-4584.jar 
  /prebuilts/tools/common/offline-m2/org/jetbrains/kotlin/kotlin-stdlib/1.0.0-beta-4584/
kotlin-stdlib-1.0.0-beta-4584.jar 
  /cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/command/
CompatibilityConsole.java 233 String moduleName = file.getName().split("\\.")[0];
234 if (MODULE_SPLIT_EXCLUSIONS.contains(moduleName)) {
256 moduleRuntime.add(new Pair<String, Long>(moduleName, runtime));
  /external/bison/m4/
gnulib-common.m4 80 # gl_MODULE_INDICATOR_SET_VARIABLE([modulename])
123 # gl_MODULE_INDICATOR([modulename])
145 # gl_MODULE_INDICATOR_FOR_TESTS([modulename])
  /external/autotest/client/common_lib/
test.py 762 modulename = '%s.%s' % (re.sub('/', '.', testgroup), testname)
763 classname = '%s.%s' % (modulename, testname)
771 modulename = os.path.basename(path)
772 classname = '%s.%s' % (modulename, modulename)
804 exec ('import %s' % modulename, local_namespace, global_namespace)
    [all...]
  /frameworks/data-binding/compilationTests/src/test/java/android/databinding/compilationTest/
BaseCompilationTest.java 225 protected void prepareModule(String moduleName, String packageName,
229 File moduleFolder = new File(testFolder, moduleName);
  /prebuilts/misc/common/swig/include/2.0.11/csharp/
typemaps.i 53 double answer = modulename.fadd(10.0, 20.0);
133 double fraction = modulename.modf(5, out dptr);
  /prebuilts/misc/common/swig/include/2.0.11/go/
typemaps.i 53 answer := modulename.Fadd(10.0, 20.0)
148 fraction := modulename.Modf(5.0,ptr)

Completed in 274 milliseconds

1 2 3 45 6 7 8 91011>>