HomeSort by relevance Sort by last modified time
    Searched full:module_name (Results 51 - 75 of 207) sorted by null

1 23 4 5 6 7 8 9

  /external/oprofile/daemon/liblegacy/
opd_kernel.c 446 char const * module_name = 0; local
448 module_name = module->image->name;
449 if (!module_name) {
452 module_name = module->name;
454 image = opd_get_kernel_image(module_name, app_name, proc->tid, proc->tgid);
  /external/elfutils/libdwfl/
linux-kernel-modules.c 592 const char *module_name,
608 if (!strcmp (module_name, KERNEL_MODNAME))
611 /* Do "find /lib/modules/`uname -r` -name MODULE_NAME.ko". */
624 size_t namelen = strlen (module_name);
640 const char *n = memchr (module_name, from, namelen);
643 char *a = mempcpy (alternate_name, module_name, n - module_name);
647 while ((p = memchr (n, from, namelen - (n - module_name))) != NULL)
653 memcpy (a, n, namelen - (n - module_name) + 1);
669 /* See if this file name is "MODULE_NAME.ko". *
    [all...]
  /external/chromium/chrome/common/
sandbox_policy.cc 175 // Compares the loaded |module| file name matches |module_name|.
176 bool IsExpandedModuleName(HMODULE module, const wchar_t* module_name) {
186 return (fname.BaseName().value() == module_name);
189 // Adds a single dll by |module_name| into the |policy| blacklist.
192 void BlacklistAddOneDll(const wchar_t* module_name,
194 HMODULE module = ::GetModuleHandleW(module_name);
198 std::wstring name(module_name);
211 if (!IsExpandedModuleName(module, module_name))
216 policy->AddDllToUnload(module_name);
217 VLOG(1) << "dll to unload found: " << module_name;
    [all...]
  /frameworks/compile/libbcc/lib/Renderscript/
RSInfoExtractor.cpp 132 const char *module_name = module.getModuleIdentifier().c_str(); local
186 ALOGE("Out of memory when create RSInfo object for %s!", module_name);
193 module_name);
216 module_name);
234 module_name);
251 module_name);
286 export_foreach_signature->getNumOperands(), module_name);
308 signature_string.str().c_str(), name.str().c_str(), module_name);
319 " are both NULL in %s! (skip)", i, module_name);
324 "#rs_export_foreach"), module_name);
    [all...]
  /development/ndk/platforms/android-3/include/linux/
module.h 106 #define module_name(mod) "kernel" macro
  /external/chromium_org/third_party/freetype/include/freetype/
ftmodapi.h 144 /* module_name :: The name of the module. */
163 const FT_String* module_name; member in struct:FT_Module_Class_
213 /* module_name :: The module's name (as an ASCII string). */
224 const char* module_name );
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
module.h 106 #define module_name(mod) "kernel" macro
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
module.h 106 #define module_name(mod) "kernel" macro
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/
module.h 106 #define module_name(mod) "kernel" macro
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
module.h 106 #define module_name(mod) "kernel" macro
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/
module.h 106 #define module_name(mod) "kernel" macro
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/
module.h 106 #define module_name(mod) "kernel" macro
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/linux/
module.h 106 #define module_name(mod) "kernel" macro
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/linux/
module.h 106 #define module_name(mod) "kernel" macro
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/linux/
module.h 106 #define module_name(mod) "kernel" macro
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/linux/
module.h 106 #define module_name(mod) "kernel" macro
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/linux/
module.h 106 #define module_name(mod) "kernel" macro
  /prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/linux/
module.h 106 #define module_name(mod) "kernel" macro
  /prebuilts/ndk/7/platforms/android-3/arch-x86/usr/include/linux/
module.h 106 #define module_name(mod) "kernel" macro
  /prebuilts/ndk/7/platforms/android-4/arch-arm/usr/include/linux/
module.h 106 #define module_name(mod) "kernel" macro
  /prebuilts/ndk/7/platforms/android-4/arch-x86/usr/include/linux/
module.h 106 #define module_name(mod) "kernel" macro
  /prebuilts/ndk/7/platforms/android-5/arch-arm/usr/include/linux/
module.h 106 #define module_name(mod) "kernel" macro
  /prebuilts/ndk/7/platforms/android-5/arch-x86/usr/include/linux/
module.h 106 #define module_name(mod) "kernel" macro
  /prebuilts/ndk/7/platforms/android-8/arch-arm/usr/include/linux/
module.h 106 #define module_name(mod) "kernel" macro
  /prebuilts/ndk/7/platforms/android-8/arch-x86/usr/include/linux/
module.h 106 #define module_name(mod) "kernel" macro

Completed in 888 milliseconds

1 23 4 5 6 7 8 9