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

1 2 3 4 5 67 8 91011>>

  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-gradle-plugin-core/1.0.0-beta-1103/
kotlin-gradle-plugin-core-1.0.0-beta-1103.jar 
  /external/clang/lib/Serialization/
ASTReader.cpp 77 void ChainedASTReaderListener::ReadModuleName(StringRef ModuleName) {
78 First->ReadModuleName(ModuleName);
79 Second->ReadModuleName(ModuleName);
440 StringRef ModuleName = TopImport->ModuleName;
441 assert(!ModuleName.empty() && "diagnostic options read before module name");
443 Module *M = PP.getHeaderSearchInfo().lookupModule(ModuleName);
    [all...]
  /external/chromium-trace/catapult/third_party/coverage/coverage/
control.py 546 modulename = self._name_for_module(frame.f_globals, filename)
553 if self.source_pkgs_match.match(modulename):
554 if modulename in self.source_pkgs:
555 self.source_pkgs.remove(modulename)
    [all...]
  /external/libdrm/tests/modeprint/
modeprint.c 412 printf("Please add modulename as first argument\n");
  /external/llvm/lib/Transforms/Instrumentation/
AddressSanitizer.cpp 522 void poisonOneInitializer(Function &GlobalInit, GlobalValue *ModuleName);
523 void createInitializerPoisonCalls(Module &M, GlobalValue *ModuleName);
    [all...]
SanitizerCoverage.cpp 270 GlobalVariable *ModuleName =
283 IRB.CreatePointerCast(ModuleName, Int8PtrTy)});
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-gradle-plugin-core/0.13.1513/
kotlin-gradle-plugin-core-0.13.1513.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-gradle-plugin-core/0.13.1514/
kotlin-gradle-plugin-core-0.13.1514.jar 
  /build/blueprint/
module_ctx.go 111 ModuleName() string
167 func (d *baseModuleContext) ModuleName() string {
context.go     [all...]
  /build/soong/common/
paths.go 179 intermediates := filepath.Join(modCtx.ModuleDir(), modCtx.ModuleName(), modCtx.ModuleSubDir(), "missing")
555 return ModuleOutPath{PathForOutput(ctx, ".intermediates", ctx.ModuleDir(), ctx.ModuleName(), ctx.ModuleSubDir(), p)}
  /external/llvm/lib/Support/Windows/
Signals.inc 244 static BOOL CALLBACK findModuleCallback(WIN32_ELMCB_PCSTR ModuleName,
255 Data->Modules[I] = Data->StrPool->save(ModuleName);
  /external/opencv3/modules/ts/src/
ts.cpp 451 void TS::init( const string& modulename )
460 sprintf( buf, "%s%s%s/", datapath_dir, haveSlash ? "" : "/", modulename.c_str() );
  /external/valgrind/memcheck/tests/
unit_libcbase.c 13 void VG_(debugLog) ( Int level, const HChar* modulename,
18 fprintf(stderr, "debuglog: %s: ", modulename);
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-gradle-plugin-core/1.0.0/
kotlin-gradle-plugin-core-1.0.0.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-gradle-plugin-core/1.0.0-rc-1036/
kotlin-gradle-plugin-core-1.0.0-rc-1036.jar 
  /cts/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/result/
ResultReporterTest.java 48 private static final String NAME = "ModuleName";
  /external/clang/include/clang/Serialization/
Module.h 117 std::string ModuleName;
  /external/opencv3/doc/tutorials/introduction/transition_guide/
transition_guide.markdown 96 3. Remove `initModule_<moduleName>()` calls
  /toolchain/binutils/binutils-2.25/binutils/
nlmconv.c 1066 nlm_fixed_header (outbfd)->moduleName[0] = len;
1068 strncpy (nlm_fixed_header (outbfd)->moduleName + 1, filename, max_len);
1069 nlm_fixed_header (outbfd)->moduleName[max_len + 1] = '\0';
1071 for (modname = nlm_fixed_header (outbfd)->moduleName;
    [all...]
  /external/clang/lib/Frontend/
FrontendActions.cpp 466 void ReadModuleName(StringRef ModuleName) override {
467 Out.indent(2) << "Module name: " << ModuleName << "\n";
  /external/selinux/policycoreutils/sepolicy/sepolicy/
generate.py 342 raise ValueError(_("Name must be alpha numberic with no spaces. Consider using option \"-n MODULENAME\""))
    [all...]
  /external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/node_modules/chai/
chai.js 78 var moduleName = moduleNames[i];
79 if (new RegExp(name + '@').test(moduleName)) {
80 var version = moduleName.substr(name.length+1);
81 var semVerMatch = versionRegexp.exec(moduleName);
83 semVerCandidates.push({version: version, name: moduleName});
85 otherCandidates.push({version: version, name: moduleName});
    [all...]
  /external/v8/src/base/platform/
platform-win32.cc 977 IN PSTR ModuleName,
    [all...]
  /external/valgrind/coregrind/
m_debuglog.c     [all...]

Completed in 540 milliseconds

1 2 3 4 5 67 8 91011>>