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

1 2 3 4 56 7 8 91011>>

  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-gradle-plugin-core/1.0.0-beta-4584/
kotlin-gradle-plugin-core-1.0.0-beta-4584.jar 
  /build/soong/common/
androidmk.go 128 name := ctx.ModuleName(mod)
  /cts/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/result/
ConsoleReporterTest.java 42 private static final String NAME = "ModuleName";
  /external/clang/test/Index/
annotate-module.m 49 // CHECK-CURSOR: 3:1 ModuleImport=DependsOnModule:3:1 (Definition) Extent=[3:1 - 3:24] Spelling=DependsOnModule ([3:9 - 3:24]) ModuleName=DependsOnModule ({{.*}}DependsOnModule-{{[^.]*}}.pcm) system=0 Headers(2):
  /external/llvm/lib/Support/Windows/
DynamicLibrary.inc 48 ELM_Callback(WIN32_ELMCB_PCSTR ModuleName, DWORD64 ModuleBase,
  /external/valgrind/coregrind/
pub_core_debuglog.h 76 void VG_(debugLog) ( Int level, const HChar* modulename,
  /hardware/bsp/intel/peripheral/libupm/docs/
max31855.md 96 named your example target modulename-example you can simply do make
  /prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/link/internal/ld/
symtab.go 513 // modulehashes[i].modulename
514 modulename := filepath.Base(shlib.Path)
515 addgostring(modulehashes, fmt.Sprintf("go.link.libname.%d", i), modulename)
521 abihash := Linklookup(Ctxt, "go.link.abihash."+modulename, 0)
  /prebuilts/go/darwin-x86/src/cmd/link/internal/ld/
symtab.go 510 // modulehashes[i].modulename
511 modulename := filepath.Base(shlib.Path)
512 addgostring(modulehashes, fmt.Sprintf("go.link.libname.%d", i), modulename)
518 abihash := Linklookup(Ctxt, "go.link.abihash."+modulename, 0)
  /prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/link/internal/ld/
symtab.go 513 // modulehashes[i].modulename
514 modulename := filepath.Base(shlib.Path)
515 addgostring(modulehashes, fmt.Sprintf("go.link.libname.%d", i), modulename)
521 abihash := Linklookup(Ctxt, "go.link.abihash."+modulename, 0)
  /prebuilts/go/linux-x86/src/cmd/link/internal/ld/
symtab.go 510 // modulehashes[i].modulename
511 modulename := filepath.Base(shlib.Path)
512 addgostring(modulehashes, fmt.Sprintf("go.link.libname.%d", i), modulename)
518 abihash := Linklookup(Ctxt, "go.link.abihash."+modulename, 0)
  /toolchain/binutils/binutils-2.25/include/nlm/
alpha-ext.h 88 unsigned char moduleName[14];
ppc-ext.h 85 unsigned char moduleName[14];
internal.h 73 char moduleName[NLM_MODULE_NAME_SIZE];
  /external/clang/lib/Serialization/
GlobalModuleIndex.cpp 211 StringRef ModuleName = llvm::sys::path::stem(Modules[ID].FileName);
213 ModuleName = ModuleName.rsplit('-').first;
214 UnresolvedModules[ModuleName] = ID;
322 StringRef Name = File->ModuleName;
  /external/clang/lib/Lex/
ModuleMap.cpp 616 // directory name as the ModuleName, since modules are case-sensitive.
619 StringRef ModuleName = sanitizeFilenameAsIdentifier(
623 if (Module *Mod = lookupModuleQualified(ModuleName, Parent))
682 llvm::sys::path::append(UmbrellaName, "Headers", ModuleName + ".h");
691 Module *Result = new Module(ModuleName, SourceLocation(), Parent,
696 if (LangOpts.CurrentModule == ModuleName) {
698 SourceModuleName = ModuleName;
707 Modules[ModuleName] = Result;
713 setUmbrellaHeader(Result, UmbrellaHeader, ModuleName + ".h");
    [all...]
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-gradle-plugin/1.0.0-beta-1103/
kotlin-gradle-plugin-1.0.0-beta-1103.jar 
  /external/clang/lib/Frontend/
TextDiagnostic.cpp 886 StringRef ModuleName,
889 OS << "In module '" << ModuleName << "' imported from "
892 OS << "In module '" << ModuleName << "':\n";
897 StringRef ModuleName
    [all...]
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib/1.0.0-beta-1103/
kotlin-stdlib-1.0.0-beta-1103.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-gradle-plugin/1.0.0-beta-4584/
kotlin-gradle-plugin-1.0.0-beta-4584.jar 
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_symbolizer_posix_libcdep.cc 298 bool __sanitizer_symbolize_code(const char *ModuleName, u64 ModuleOffset,
301 bool __sanitizer_symbolize_data(const char *ModuleName, u64 ModuleOffset,
  /prebuilts/misc/common/swig/include/2.0.11/java/
typemaps.i 53 double answer = modulename.fadd(10.0, 20.0);
171 double fraction = modulename.modf(5.0,ptr);
  /build/soong/java/
app.go 155 ctx.InstallFileName(common.PathForModuleInstall(ctx, "app"), ctx.ModuleName()+".apk", a.outputFile)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
vdmdbg.h 205 CHAR ModuleName[MAX_MODULE_NAME];
  /external/opencv3/doc/tutorials/introduction/documenting_opencv/
documentation_tutorial.markdown 82 ?   ??? <modulename>
109 ??? <modulename>
110 ??? doc - documentation pages and images, BibTeX file (<modulename>.bib)

Completed in 726 milliseconds

1 2 3 4 56 7 8 91011>>