/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/ |
cs46xx_dsp_spos.h | 95 char * module_name; member in struct:dsp_module_desc
|
/external/chromium/base/win/ |
pe_image.h | 174 bool EnumOneImportChunk(EnumImportsFunction callback, LPCSTR module_name, 195 LPCSTR module_name,
|
/external/chromium_org/chrome_frame/ |
dll_redirector.cc | 286 base::FilePath module_name = module_path.BaseName(); local 290 .Append(module_name);
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_cmd_line_script.py | 60 def _make_launch_script(script_dir, script_basename, module_name, path=None): 65 source = launch_source % (path, module_name)
|
test_warnings.py | 268 module_name = warning_tests.__name__ 279 warning_tests.__name__ = module_name 285 module_name = warning_tests.__name__ 298 warning_tests.__name__ = module_name 306 module_name = warning_tests.__name__ 319 warning_tests.__name__ = module_name
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_cmd_line_script.py | 60 def _make_launch_script(script_dir, script_basename, module_name, path=None): 65 source = launch_source % (path, module_name)
|
test_warnings.py | 268 module_name = warning_tests.__name__ 279 warning_tests.__name__ = module_name 285 module_name = warning_tests.__name__ 298 warning_tests.__name__ = module_name 306 module_name = warning_tests.__name__ 319 warning_tests.__name__ = module_name
|
/external/chromium_org/third_party/tcmalloc/chromium/src/windows/ |
preamble_patcher.h | 183 // exactly match the function you specify using module_name and 186 // @param module_name The name of the module from which the function 202 static SideStepError Patch(LPCTSTR module_name, 206 SIDESTEP_ASSERT(module_name && function_name); 207 if (!module_name || !function_name) { 212 HMODULE module = ::GetModuleHandle(module_name);
|
/external/chromium_org/third_party/tcmalloc/vendor/src/windows/ |
preamble_patcher.h | 183 // exactly match the function you specify using module_name and 186 // @param module_name The name of the module from which the function 202 static SideStepError Patch(LPCTSTR module_name, 206 SIDESTEP_ASSERT(module_name && function_name); 207 if (!module_name || !function_name) { 212 HMODULE module = ::GetModuleHandle(module_name);
|
/external/chromium_org/third_party/freetype/src/base/ |
ftobjs.c | 4722 const char* module_name = module->clazz->module_name; local [all...] |
/external/freetype/src/base/ |
ftobjs.c | 4722 const char* module_name = module->clazz->module_name; local [all...] |
/external/chromium_org/tools/gyp/test/lib/ |
TestGyp.py | 465 def intermediates_dir(self, group, module_name): 467 '%s_intermediates' % module_name) 484 module_name = self.android_module(group, name, subdir) 485 return os.path.join(self.intermediates_dir(group, module_name), name) 488 module_name = self.android_module(group, name, subdir) 489 return os.path.join(self.intermediates_dir(group, module_name), 490 '%s.a' % module_name) 493 module_name = self.android_module(group, name, subdir) 494 return os.path.join(self.intermediates_dir(group, module_name), 'LINKED', 495 '%s.so' % module_name) [all...] |
/external/chromium_org/base/win/ |
pe_image.h | 178 bool EnumOneImportChunk(EnumImportsFunction callback, LPCSTR module_name, 199 LPCSTR module_name,
|
/external/chromium_org/chrome/renderer/extensions/ |
dispatcher.h | 141 const std::string& module_name, 161 const std::string& module_name,
|
extension_helper.cc | 263 const std::string& module_name, 268 render_view(), extension_id, module_name, function_name, args, local
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/ |
filesystem.py | 56 def path_to_module(self, module_name): 59 return sys.modules[module_name].__file__ # __file__ is always an absolute path.
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/ |
ccompiler.py | [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/ |
loader.py | 207 def _get_directory_containing_module(self, module_name): 208 module = sys.modules[module_name]
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/ |
ccompiler.py | [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/ |
loader.py | 207 def _get_directory_containing_module(self, module_name): 208 module = sys.modules[module_name]
|
/external/chromium-trace/trace-viewer/third_party/python_gflags/ |
gflags.py | 426 module, module_name = _GetModuleObjectAndName(globals_for_frame) 427 if module_name is not None: 428 return module, module_name 850 """Returns the dictionary of module_name -> list of defined flags. [all...] |
/external/chromium_org/third_party/python_gflags/ |
gflags.py | 426 module, module_name = _GetModuleObjectAndName(globals_for_frame) 427 if module_name is not None: 428 return module, module_name 850 """Returns the dictionary of module_name -> list of defined flags. [all...] |
/bionic/libc/kernel/common/linux/ |
module.h | 106 #define module_name(mod) "kernel" macro
|
/external/chromium_org/base/debug/ |
profiler.cc | 144 const base::win::PEImage &image, const char* module_name,
|
/external/chromium_org/chrome/renderer/ |
chrome_content_renderer_client.h | 125 virtual bool IsExternalPepperPlugin(const std::string& module_name) OVERRIDE;
|