/external/chromium_org/chrome/test/pyautolib/ |
asan_stub.c | 110 void __asan_before_dynamic_init(const char *module_name) { }
|
/external/chromium_org/mojo/public/bindings/parse/ |
mojo_parser.py | 21 module_path, module_name = os.path.split(__file__)
|
/external/chromium_org/third_party/WebKit/Source/bindings/scripts/unstable/ |
code_generator_v8.py | 47 module_path, module_name = os.path.split(__file__)
|
/external/chromium_org/third_party/freetype/src/base/ |
ftinit.c | 223 (*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 dict of {module_name: class} or {underscored_class_name: class}</tt></dd></dl>
|
/external/compiler-rt/lib/sanitizer_common/ |
sanitizer_symbolizer.h | 89 LoadedModule(const char *module_name, uptr base_address);
|
/external/freetype/src/base/ |
ftinit.c | 223 (*cur)->module_name, error ));
|
/external/libsepol/src/ |
avrule_block.c | 106 free(x->module_name);
|
/frameworks/webview/chromium/tools/ |
merge_from_chromium.py | 68 def __init__(self, module_name): 69 self.module_name = module_name 72 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 | 427 // Calls a method |method_name| in a module |module_name| belonging to the 430 void CallModuleMethod(const std::string& module_name, 447 module_name, method_name, &arguments); 574 const std::string& module_name, 579 NULL, extension_id, module_name, function_name, args, user_gesture); [all...] |
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/ |
compile_frontend.py | 541 module_name = sys.argv[1] variable 542 if module_name != "all":
|
/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/include/freetype/internal/ |
ftobjs.h | 519 /* 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...] |