/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_py3kwarn.py | 12 def check_deprecated_module(module_name): 17 def check_deprecated_module(module_name): 21 return any(module_name in msg and ' removed' in msg 351 def check_removal(self, module_name, optional=False): 354 with CleanImport(module_name), warnings.catch_warnings(): 360 __import__(module_name, level=0) 362 self.assertIn(module_name, exc.args[0], 364 % module_name) 368 "ImportError.".format(module_name)) 372 if not check_deprecated_module(module_name) [all...] |
test_xml_etree_c.py | 49 test_xml_etree.test_main(module_name='xml.etree.cElementTree')
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_py3kwarn.py | 12 def check_deprecated_module(module_name): 17 def check_deprecated_module(module_name): 21 return any(module_name in msg and ' removed' in msg 351 def check_removal(self, module_name, optional=False): 354 with CleanImport(module_name), warnings.catch_warnings(): 360 __import__(module_name, level=0) 362 self.assertIn(module_name, exc.args[0], 364 % module_name) 368 "ImportError.".format(module_name)) 372 if not check_deprecated_module(module_name) [all...] |
test_xml_etree_c.py | 49 test_xml_etree.test_main(module_name='xml.etree.cElementTree')
|
/external/chromium_org/chrome/browser/ui/ |
crypto_module_password_dialog.h | 32 const std::string& module_name,
|
/external/chromium_org/ui/base/cursor/ |
cursor_loader_win.h | 32 static void SetCursorResourceModule(const string16& module_name);
|
cursor_loader_win.cc | 173 void CursorLoaderWin::SetCursorResourceModule(const string16& module_name) { 174 g_cursor_resource_module_name.Get() = module_name;
|
/external/chromium_org/tools/generate_stubs/ |
generate_stubs.py | 425 def WriteWindowsDefFile(module_name, signatures, outfile): 433 module_name: The name of the module we are writing a stub for. 438 outfile.write('LIBRARY %s\n' % module_name) 456 def CreateWindowsLib(module_name, signatures, intermediate_dir, outdir_path, 465 module_name: The name of the module we are writing a stub for. 477 module_name + '.def') 479 module_name + '.lib') 482 WriteWindowsDefFile(module_name, signatures, outfile) 520 def __init__(self, module_name, signatures): 521 """Initializes PosixStubWriter for this set of signatures and module_name [all...] |
/external/chromium_org/tools/perf/ |
run_measurement | 35 module_name = 'telemetry' 40 imp.find_module(module_name, paths) 47 imp.find_module(module_name, paths)
|
/external/chromium_org/tools/telemetry/telemetry/core/ |
discover.py | 38 module_name = re.sub(r'[/\\]', '.', os.path.splitext(module_rel_path)[0]) 41 module = __import__(module_name, fromlist=[True]) 64 dict of {module_name: class} or {underscored_class_name: class}
|
/external/compiler-rt/lib/asan/ |
asan_globals.cc | 68 g.module_name, g.has_dynamic_init); 169 void __asan_before_dynamic_init(const char *module_name) { 175 CHECK(module_name); 179 Printf("DynInitPoison module: %s\n", module_name); 185 if (g->module_name != module_name)
|
/external/chromium_org/build/android/pylib/host_driven/ |
tests_annotations.py | 24 module_name = os.path.splitext(os.path.basename( 26 qualified_function_name = '.'.join([module_name, function.func_name])
|
test_info_collection.py | 28 Many filters and lists presuppose a format of module_name.testMethodName. 40 module_name = os.path.splitext( 42 return '.'.join([module_name, runnable_name])
|
/external/chromium_org/chrome/test/base/ |
module_system_test.h | 48 // |module_name|. 49 void RegisterTestFile(const std::string& module_name,
|
/ndk/sources/host-tools/ndk-stack/ |
ndk-stack-parser.c | 282 char* module_name; local 314 module_name = strrchr(module_path,'/'); 315 if (module_name == NULL) 316 module_name = module_path; 318 module_name += 1; 319 if (*module_name == '\0') { 322 module_name = module_path; 327 snprintf(sym_file, sizeof(sym_file), "%s/%s", parser->sym_root, module_name);
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/ |
__init__.py | 77 def __init__(self, module_name): 78 self.__name__ = 'email.' + module_name
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/ |
__init__.py | 77 def __init__(self, module_name): 78 self.__name__ = 'email.' + module_name
|
/external/chromium_org/third_party/freetype/include/freetype/ |
ftmodapi.h | 52 /* Here is a list of possible values of the `module_name' field in */ 171 /* module_name :: The name of the module. */ 190 const FT_String* module_name; member in struct:FT_Module_Class_ 240 /* module_name :: The module's name (as an ASCII string). */ 251 const char* module_name ); 291 * module_name :: 310 * If `module_name' isn't a valid module name, or `property_name' 341 const FT_String* module_name, 358 * module_name :: 376 * If `module_name' isn't a valid module name, or `property_name [all...] |
/external/freetype/include/freetype/ |
ftmodapi.h | 52 /* Here is a list of possible values of the `module_name' field in */ 171 /* module_name :: The name of the module. */ 190 const FT_String* module_name; member in struct:FT_Module_Class_ 240 /* module_name :: The module's name (as an ASCII string). */ 251 const char* module_name ); 291 * module_name :: 310 * If `module_name' isn't a valid module name, or `property_name' 341 const FT_String* module_name, 358 * module_name :: 376 * If `module_name' isn't a valid module name, or `property_name [all...] |
/external/oprofile/daemon/ |
opd_kernel.c | 135 * module_name 16480 1 dependencies Live 0xe091e000 147 char module_name[256+1]; local 179 module_name, &module_size, ref_count, 187 image = opd_create_module(module_name, start_address,
|
/external/chromium/base/win/ |
pe_image.cc | 347 LPCSTR module_name = reinterpret_cast<LPCSTR>(RVAToAddr(import->Name)); local 353 if (!callback(*this, module_name, name_table, iat, cookie)) 361 LPCSTR module_name, 382 if (!callback(*this, module_name, ordinal, name, hint, iat, cookie)) 409 LPCSTR module_name; local 416 module_name = reinterpret_cast<LPCSTR>( 430 module_name = reinterpret_cast<LPCSTR>(delay_descriptor->rvaDLLName); 441 if (!callback(*this, delay_descriptor, module_name, name_table, iat, 451 LPCSTR module_name, 487 if (!callback(*this, module_name, ordinal, name, hint, iat, cookie) [all...] |
/external/chromium_org/base/win/ |
pe_image.cc | 348 LPCSTR module_name = reinterpret_cast<LPCSTR>(RVAToAddr(import->Name)); local 354 if (!callback(*this, module_name, name_table, iat, cookie)) 362 LPCSTR module_name, 383 if (!callback(*this, module_name, ordinal, name, hint, iat, cookie)) 410 LPCSTR module_name; local 417 module_name = reinterpret_cast<LPCSTR>( 431 module_name = reinterpret_cast<LPCSTR>(delay_descriptor->rvaDLLName); 442 if (!callback(*this, delay_descriptor, module_name, name_table, iat, 452 LPCSTR module_name, 488 if (!callback(*this, module_name, ordinal, name, hint, iat, cookie) [all...] |
/external/chromium_org/tools/memory_watcher/ |
preamble_patcher.h | 134 // exactly match the function you specify using module_name and 137 // @param module_name The name of the module from which the function 153 static SideStepError Patch(LPCTSTR module_name, 157 ASSERT1(module_name && function_name); 158 if (!module_name || !function_name) { 163 HMODULE module = ::GetModuleHandle(module_name);
|
/external/chromium_org/content/common/ |
sandbox_win.cc | 161 // Compares the loaded |module| file name matches |module_name|. 162 bool IsExpandedModuleName(HMODULE module, const wchar_t* module_name) { 172 return (fname.BaseName().value() == module_name); 175 // Adds a single dll by |module_name| into the |policy| blacklist. 178 void BlacklistAddOneDll(const wchar_t* module_name, 181 HMODULE module = check_in_browser ? ::GetModuleHandleW(module_name) : NULL; 186 std::wstring name(module_name); 202 if (!IsExpandedModuleName(module, module_name)) 209 policy->AddDllToUnload(module_name); 210 DVLOG(1) << "dll to unload found: " << module_name; 543 wchar_t module_name[MAX_PATH]; local [all...] |
/external/chromium/chrome/browser/ui/ |
crypto_module_password_dialog.h | 43 void ShowCryptoModulePasswordDialog(const std::string& module_name,
|