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

1 2 3 4 5 67 8 9

  /external/freetype/src/base/
ftinit.c 223 (*cur)->module_name, error ));
  /external/libsepol/src/
avrule_block.c 107 free(x->module_name);
  /frameworks/webview/chromium/tools/
merge_from_chromium.py 67 def __init__(self, module_name):
68 self.module_name = module_name
71 return 'From("%s")' % self.module_name
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/python/
python_generator.cc 260 string module_name = ModuleName(file->name()); local
261 string filename = module_name;
306 string module_name = ModuleName(file_->dependency(i)->name()); local
308 module_name);
314 string module_name = ModuleName(file_->public_dependency(i)->name()); local
315 printer_->Print("from $module$ import *\n", "module", module_name);
    [all...]
  /external/chromium_org/chrome/renderer/extensions/
dispatcher.cc 372 // Calls a method |method_name| in a module |module_name| belonging to the
375 void CallModuleMethod(const std::string& module_name,
392 module_name, method_name, &arguments);
521 const std::string& module_name,
526 NULL, extension_id, module_name, function_name, args, user_gesture);
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
filesystem_mock.py 98 def path_to_module(self, module_name):
99 return "/mock-checkout/Tools/Scripts/" + module_name.replace('.', '/') + ".py"
  /external/chromium_org/third_party/lcov/bin/
lcov 754 my $module_name;
778 foreach $module_name (@gcovmod)
782 if (system_no_output(3, $modprobe_tool, $module_name) == 0)
785 $need_unload = $module_name;
791 "$tool_dir/$module_name.ko") == 0)
794 $need_unload = $module_name;
800 "$tool_dir/$module_name.o") == 0)
803 $need_unload = $module_name;
    [all...]
genpng 155 # check_and_load_module(module_name)
  /external/kernel-headers/original/linux/
module.h 438 #define module_name(mod) \ macro
521 #define module_name(mod) "kernel" macro
  /external/llvm/include/llvm/Support/
MachO.h 501 uint32_t module_name; member in struct:llvm::MachO::dylib_module
517 uint32_t module_name; member in struct:llvm::MachO::dylib_module_64
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_pydoc.py 189 def run_pydoc(module_name, *args, **env):
194 args = args + (module_name,)
test_support.py 714 for module_name in module_names:
715 if module_name in sys.modules:
716 module = sys.modules[module_name]
717 # It is possible that module_name is just an alias for
721 if module.__name__ != module_name:
723 del sys.modules[module_name]
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_pydoc.py 189 def run_pydoc(module_name, *args, **env):
194 args = args + (module_name,)
test_support.py 714 for module_name in module_names:
715 if module_name in sys.modules:
716 module = sys.modules[module_name]
717 # It is possible that module_name is just an alias for
721 if module.__name__ != module_name:
723 del sys.modules[module_name]
    [all...]
  /external/protobuf/src/google/protobuf/compiler/python/
python_generator.cc 245 string module_name = ModuleName(file->name()); local
246 string filename = module_name;
288 string module_name = ModuleName(file_->dependency(i)->name()); local
290 module_name);
    [all...]
  /external/chromium/base/
logging.cc 183 wchar_t module_name[MAX_PATH]; local
184 GetModuleFileName(NULL, module_name, MAX_PATH);
186 PathString log_file = module_name;
  /external/chromium_org/base/
logging.cc 168 wchar_t module_name[MAX_PATH]; local
169 GetModuleFileName(NULL, module_name, MAX_PATH);
171 PathString log_file = module_name;
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/impl/
debug.ipp 131 dyn_symbol( T& res, char const* module_name, char const* symbol_name )
133 HMODULE m = ::GetModuleHandleA( module_name );
136 m = ::LoadLibraryA( module_name );
  /external/chromium_org/third_party/freetype/src/base/
ftobjs.c 4469 const char* module_name = module->clazz->module_name; local
    [all...]
  /external/chromium_org/third_party/freetype/include/freetype/internal/
ftobjs.h 492 /* module_name :: The module's name (as an ASCII string). */
    [all...]
  /external/freetype/include/freetype/internal/
ftobjs.h 519 /* module_name :: The module's name (as an ASCII string). */
    [all...]
  /external/chromium_org/content/public/renderer/
content_renderer_client.h 243 virtual bool IsExternalPepperPlugin(const std::string& module_name);
  /external/chromium_org/ppapi/generators/
idl_lexer.py 30 module_path, module_name = os.path.split(__file__)
  /external/chromium_org/third_party/lcov-1.9/bin/
genpng 158 # check_and_load_module(module_name)
  /external/chromium_org/tools/idl_parser/
idl_lexer.py 30 module_path, module_name = os.path.split(__file__)

Completed in 893 milliseconds

1 2 3 4 5 67 8 9