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

1 2 3 4 56 7 8 9

  /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/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 448 def intermediates_dir(self, group, module_name):
450 '%s_intermediates' % module_name)
467 module_name = self.android_module(group, name, subdir)
468 return os.path.join(self.intermediates_dir(group, module_name), name)
471 module_name = self.android_module(group, name, subdir)
472 return os.path.join(self.intermediates_dir(group, module_name),
473 '%s.a' % module_name)
476 module_name = self.android_module(group, name, subdir)
477 return os.path.join(self.intermediates_dir(group, module_name), 'LINKED',
478 '%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 130 const std::string& module_name,
150 const std::string& module_name,
extension_helper.cc 253 const std::string& module_name,
258 render_view(), extension_id, module_name, function_name, args, local
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/
compile_frontend.py 413 module_name = sys.argv[1] variable
414 if module_name != "all":
  /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/chrome/renderer/
chrome_content_renderer_client.h 132 virtual bool IsExternalPepperPlugin(const std::string& module_name) OVERRIDE;
  /external/chromium_org/third_party/freetype/src/base/
ftinit.c 194 (*cur)->module_name, error ));
  /external/chromium_org/tools/grit/grit/
util.py 443 module_name = ''
445 module_name = class_name[0:lastdot]
446 if module_name:
448 module = __import__(module_name, globals(), locals(), [''])
  /external/chromium_org/tools/telemetry/docs/
telemetry.core.discover.html 44 &nbsp;&nbsp;dict&nbsp;of&nbsp;{module_name:&nbsp;class}&nbsp;or&nbsp;{underscored_class_name:&nbsp;class}</tt></dd></dl>
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_symbolizer.h 89 LoadedModule(const char *module_name, uptr base_address);

Completed in 1239 milliseconds

1 2 3 4 56 7 8 9