/cts/common/util/tests/src/com/android/compatibility/common/util/ |
TestFilterTest.java | 26 private static final String NAME = "ModuleName";
|
/external/clang/include/clang/CodeGen/ |
ModuleBuilder.h | 46 const std::string &ModuleName,
|
/external/google-breakpad/src/tools/mac/crash_report/ |
on_demand_symbol_supplier.mm | 101 NSString *moduleName; 103 intoString:&moduleName]; 105 goodScan = [moduleName length] > 0; 107 const char *moduleNameStr = [moduleName UTF8String];
|
/external/vulkan-validation-layers/build-android/gradle-templates/ |
win.template.gradle | 27 moduleName = "VkLayer_${project.name}"
|
/cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/targetprep/ |
DynamicConfigPusher.java | 73 void setModuleName(String moduleName) { 74 mModuleName = moduleName;
|
/external/clang/include/clang/Frontend/ |
TextDiagnostic.h | 102 StringRef ModuleName, 106 StringRef ModuleName,
|
/external/clang/lib/Frontend/ |
DiagnosticRenderer.cpp | 277 StringRef ModuleName, 279 if (ModuleName.empty()) { 291 emitImportLocation(Loc, PLoc, ModuleName, SM); 640 StringRef ModuleName, 645 Message << "in module '" << ModuleName; 656 StringRef ModuleName, 662 Message << "while building module '" << ModuleName << "' imported from " 665 Message << "while building module '" << ModuleName << "':";
|
CompilerInstance.cpp | [all...] |
/external/libpcap/msdos/ |
ndis2.c | 288 macCommon->moduleName,
296 if (!strcmp(bindings.moduleName[bindEntry], handle->moduleName))
611 strcpy (common.moduleName, "PCAP");
644 strcpy (bindings.moduleName[0], handle->moduleName);
688 card->moduleName);
833 DEBUG1 ("MAC card: %-16s - ", handle->moduleName);
|
ndis2.h | 250 BYTE moduleName[16];
436 BYTE moduleName[16];
443 BYTE moduleName[2][16];
|
/prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-gradle-plugin-api/1.0.0-beta-1103/ |
kotlin-gradle-plugin-api-1.0.0-beta-1103.jar | |
/prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-gradle-plugin-api/1.0.0-beta-4584/ |
kotlin-gradle-plugin-api-1.0.0-beta-4584.jar | |
/build/soong/cc/ |
cc.go | 536 panic(fmt.Errorf("static called on module %q with no linker", ctx.ctx.ModuleName())) 541 panic(fmt.Errorf("static called on module %q that doesn't use base linker", ctx.ctx.ModuleName())) 547 panic(fmt.Errorf("staticBinary called on module %q with no linker", ctx.ctx.ModuleName())) 552 panic(fmt.Errorf("staticBinary called on module %q that doesn't use base linker", ctx.ctx.ModuleName())) 776 ctx.ModuleErrorf("host/device mismatch between %q and %q", ctx.ModuleName(), [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/ |
aepack.py | 347 def mkobjectfrommodule(dict, modulename): 353 module = __import__(modulename) 362 def mktype(typecode, modulename=None): 363 if modulename: 364 module = __import__(modulename)
|
gensuitemodule.py | 841 self.modulename = None 864 if self.modulename and not self.star_imported: 865 qualname = '%s.%s'%(self.modulename, name) 868 return name, qualname, self.modulename 874 self.modulename = name 886 if not self.modulename: 887 self.modulename = name 897 self.modulename = modnam [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/ |
aepack.py | 347 def mkobjectfrommodule(dict, modulename): 353 module = __import__(modulename) 362 def mktype(typecode, modulename=None): 363 if modulename: 364 module = __import__(modulename)
|
gensuitemodule.py | 841 self.modulename = None 864 if self.modulename and not self.star_imported: 865 qualname = '%s.%s'%(self.modulename, name) 868 return name, qualname, self.modulename 874 self.modulename = name 886 if not self.modulename: 887 self.modulename = name 897 self.modulename = modnam [all...] |
/build/blueprint/bootstrap/ |
bootstrap.go | 269 name = ctx.ModuleName() 365 name = ctx.ModuleName() 442 name := ctx.ModuleName() 643 binaryModuleName := ctx.ModuleName(binaryModule) 666 primaryBuilderName = ctx.ModuleName(primaryBuilders[0]) 672 ctx.ModuleName(primaryBuilder)) 977 return filepath.Join(bootstrapDir, ctx.ModuleName(), "pkg") 984 return filepath.Join(bootstrapDir, ctx.ModuleName(), "test") 995 return filepath.Join(bootstrapDir, ctx.ModuleName(), "obj") 1000 return filepath.Join(bootstrapDir, ctx.ModuleName(), "gen" [all...] |
/prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-runtime/1.0.0-beta-1103/ |
kotlin-runtime-1.0.0-beta-1103.jar | |
/prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-runtime/1.0.0-beta-4584/ |
kotlin-runtime-1.0.0-beta-4584.jar | |
/prebuilts/tools/common/offline-m2/org/jetbrains/kotlin/kotlin-runtime/1.0.0-beta-4584/ |
kotlin-runtime-1.0.0-beta-4584.jar | |
/external/opencv3/modules/ts/include/opencv2/ts/ |
ts_perf.hpp | 620 #define CV_PERF_TEST_MAIN_INTERNALS(modulename, impls, ...) \ 621 ::perf::Regression::Init(#modulename); \ 626 ::testing::Test::RecordProperty("cv_module_name", #modulename); \ 633 #define CV_PERF_TEST_MAIN_WITH_IMPLS(modulename, impls, ...) \ 636 CV_PERF_TEST_MAIN_INTERNALS(modulename, impls, __VA_ARGS__)\ 639 #define CV_PERF_TEST_MAIN(modulename, ...) \ 643 CV_PERF_TEST_MAIN_INTERNALS(modulename, plain_only, __VA_ARGS__)\
|
/external/clang/lib/Lex/ |
HeaderSearch.cpp | 128 std::string HeaderSearch::getModuleFileName(StringRef ModuleName, 139 llvm::sys::path::append(Result, ModuleName + ".pcm"); 141 // Construct the name <ModuleName>-<hash of ModuleMapPath>.pcm which should 161 llvm::sys::path::append(Result, ModuleName + "-" + HashStr + ".pcm"); 166 Module *HeaderSearch::lookupModule(StringRef ModuleName, bool AllowSearch) { 168 Module *Module = ModMap.findModule(ModuleName); 179 llvm::sys::path::append(FrameworkDirName, ModuleName + ".framework"); 184 Module = loadFrameworkModule(ModuleName, FrameworkDir, IsSystem); 202 Module = ModMap.findModule(ModuleName); 211 llvm::sys::path::append(NestedModuleMapDirName, ModuleName); [all...] |
/build/blueprint/ |
context_test.go | 122 output += ctx.ModuleName(module)
|
/build/core/ |
multi_prebuilt.mk | 46 # or of the form "<modulename>:<filename>".
|