/external/clang/test/SemaObjC/ |
block-return.m | 11 NSString *moduleName; 12 return [moduleName UTF8String];
|
/frameworks/opt/chips/ |
build.gradle | 17 Dependency findDependency(String projectName, String moduleName) { 22 return dependencies.create(moduleName)
|
/external/chromium-trace/catapult/third_party/coverage/coverage/ |
execfile.py | 30 def find_module(modulename): 31 """Find the module named `modulename`. 37 spec = importlib_util_find_spec(modulename) 41 raise NoSource("No module named %r" % (modulename,)) 44 if pathname.endswith("__init__.py") and not modulename.endswith("__init__"): 45 mod_main = modulename + ".__main__" 51 % (mod_main, modulename) 58 def find_module(modulename): 59 """Find the module named `modulename`. 69 if '.' in modulename [all...] |
/external/selinux/policycoreutils/sepolicy/sepolicy/templates/ |
spec.py | 12 Summary: SELinux policy module for MODULENAME 18 Source0: MODULENAME.pp 19 Source1: MODULENAME.if 32 This package installs and sets up the SELinux policy security module for MODULENAME. 45 semodule -n -i %{_datadir}/selinux/packages/MODULENAME.pp 55 semodule -n -r MODULENAME 65 %attr(0600,root,root) %{_datadir}/selinux/packages/MODULENAME.pp 66 %{_datadir}/selinux/devel/include/contrib/MODULENAME.if
|
/frameworks/opt/photoviewer/ |
build.gradle | 18 Dependency findDependency(String projectName, String moduleName) { 23 return dependencies.create(moduleName)
|
/development/tools/idegen/src/com/android/idegen/ |
ModuleIndexes.java | 66 String moduleName = arr[1]; 67 moduleNameToMakeFileMap.put(moduleName, makeFile); 68 append(makeFile, moduleName); 80 private void append(String makeFile, String moduleName) { 89 moduleNames.add(moduleName); 92 public String getMakeFile(String moduleName) { 96 return moduleNameToMakeFileMap.get(moduleName);
|
ModuleCache.java | 70 public Module getAndCacheByName(String moduleName) throws IOException { 72 Preconditions.checkNotNull(moduleName); 74 String makeFile = indexes.getMakeFile(moduleName); 76 logger.warning("Unable to find make file for module: " + moduleName);
|
/external/chromium-trace/catapult/tracing/tracing/base/unittest/ |
suite_loader.html | 21 loadModule: function(testRelpath, moduleName) { 24 importEl.moduleName = moduleName; 30 moduleName: moduleName}); 68 loadModule: function(testRelpath, moduleName) { 72 moduleName: moduleName 81 e.message = 'While loading ' + moduleName + ', ' + e.message; 82 e.stack = 'While loading ' + moduleName + ', ' + e.stack [all...] |
/build/blueprint/ |
mangle.go | 21 func moduleNamespacePrefix(moduleName string) string { 22 return "m." + moduleName + "."
|
/toolchain/binutils/binutils-2.25/binutils/ |
arparse.y | 63 %type <list> modulename 101 EXTRACT modulename 106 REPLACE modulename 116 DELETE modulename 120 ADDMOD modulename 165 '(' modulename ')' 171 modulename: label 172 modulename optcomma FILENAME
|
/frameworks/support/buildSrc/ |
studioCompat.gradle | 51 moduleName : "support-compat" 65 moduleName : "support-media-compat" 80 moduleName : "support-core-utils" 91 moduleName : "support-core-ui" 102 moduleName : "support-fragment" 114 moduleName : "support-v13" 124 moduleName : "support-mediarouter-v7" 135 entry.parentModuleName = projectConfig.moduleName 151 logger.info "creating ${module.moduleName}" 153 include "${module.moduleName}" [all...] |
/hardware/bsp/intel/peripheral/libupm/docs/ |
naming.md | 6 should be prefixed with libupm-<modulename>. The upm_module_init will 7 automatically name python UPM modules as pyupm_<modulename> and javascript 8 modules as jsupm_<modulename>. For example for src/grove/ the library built
|
porting.md | 12 2. Make a new folder in src/modulename 13 3. Create a CMakeLists.txt file inside src/modulename 17 By default you need a header called modulename.h and a C++ file called 18 modulename.cxx. You can have multiple headers and source files. Only public 23 set (libname "modulename")
|
/cts/common/device-side/util/src/com/android/compatibility/common/util/ |
DynamicConfigDeviceSide.java | 34 public DynamicConfigDeviceSide(String moduleName) throws XmlPullParserException, IOException { 38 File configFile = getConfigFile(new File(CONFIG_FOLDER_ON_DEVICE), moduleName);
|
/cts/common/host-side/util/src/com/android/compatibility/common/util/ |
DynamicConfigHostSide.java | 31 public DynamicConfigHostSide(String moduleName) throws IOException, XmlPullParserException { 32 File configFile = getConfigFile(new File(CONFIG_FOLDER_ON_HOST), moduleName);
|
DynamicConfigHandler.java | 44 String moduleName) throws IOException, XmlPullParserException, JSONException { 49 return storeMergedConfigFile(localConfig, moduleName); 76 String moduleName) throws XmlPullParserException, IOException { 81 File mergedConfigFile = new File(folder, moduleName + ".dynamic");
|
/cts/common/util/tests/src/com/android/compatibility/common/util/ |
AbiUtilsTest.java | 26 private static final String MODULE_NAME = "ModuleName"; 29 private static final String ABI_ID = "mips64 ModuleName";
|
/external/llvm/tools/llvm-symbolizer/ |
llvm-symbolizer.cpp | 92 static bool parseCommand(bool &IsData, std::string &ModuleName, 102 ModuleName = ""; 123 ModuleName = std::string(pos, end - pos); 127 ModuleName = std::string(pos, name_length); 131 ModuleName = ClBinaryName; 162 std::string ModuleName; 167 while (parseCommand(IsData, ModuleName, ModuleOffset)) { 175 auto ResOrErr = Symbolizer.symbolizeData(ModuleName, ModuleOffset); 178 auto ResOrErr = Symbolizer.symbolizeInlinedCode(ModuleName, ModuleOffset); 182 auto ResOrErr = Symbolizer.symbolizeCode(ModuleName, ModuleOffset) [all...] |
/external/iptables/extensions/ |
libip6t_NETMAP.c | 17 #define MODULENAME "NETMAP" 31 printf(MODULENAME" target options:\n" 78 .name = MODULENAME,
|
libipt_NETMAP.c | 12 #define MODULENAME "NETMAP" 26 printf(MODULENAME" target options:\n" 90 .name = MODULENAME,
|
/frameworks/av/services/audioflinger/ |
AudioHwDevice.h | 42 const char *moduleName, 46 , mModuleName(strdup(moduleName)) 60 const char *moduleName() const { return mModuleName; }
|
/hardware/ti/omap3/dspbridge/libbridge/inc/ |
perfutils.h | 24 VOID PrintStatistics(struct timeval *tv_beg,struct timeval* tv_end, char * ModuleName,INT BufferSize);
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
ndfapi.h | 51 LPWSTR moduleName,
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/psdk_inc/ |
_dbg_LOAD_IMAGE.h | 20 PSTR ModuleName;
|
/external/chromium-trace/catapult/third_party/graphy/graphy/ |
all_tests.py | 23 def ModuleName(filename, base_dir): 40 tests.extend(ModuleName(os.path.join(dir, f), start_dir) for f
|