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

12 3 4 5 6 7 8 9

  /external/chromium_org/tools/perf/
run_measurement 16 def BootstrapIfNeeded(module_name, module_path, module_deps_url):
17 """Ensures that the given module_name is available, grab from URL if not."""
19 imp.find_module(module_name)
24 imp.find_module(module_name)
  /external/chromium_org/ui/base/cursor/
cursor_loader_win.h 32 static void SetCursorResourceModule(const string16& module_name);
cursor_loader_win.cc 168 void CursorLoaderWin::SetCursorResourceModule(const string16& module_name) {
169 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/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)
asan_interface_internal.h 29 // v1=>v2: added 'module_name' to __asan_global
42 const char *module_name; // Module name as a C string. This pointer is a member in struct:__asan_global
56 void __asan_before_dynamic_init(const char *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/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,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
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_xml_etree_c.py 49 test_xml_etree.test_main(module_name='xml.etree.cElementTree')
  /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 157 // Compares the loaded |module| file name matches |module_name|.
158 bool IsExpandedModuleName(HMODULE module, const wchar_t* module_name) {
168 return (fname.BaseName().value() == module_name);
171 // Adds a single dll by |module_name| into the |policy| blacklist.
174 void BlacklistAddOneDll(const wchar_t* module_name,
177 HMODULE module = check_in_browser ? ::GetModuleHandleW(module_name) : NULL;
182 std::wstring name(module_name);
198 if (!IsExpandedModuleName(module, module_name))
205 policy->AddDllToUnload(module_name);
206 DVLOG(1) << "dll to unload found: " << module_name;
536 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,
  /external/chromium_org/chrome/browser/ui/
crypto_module_password_dialog.h 43 const std::string& module_name,
  /external/chromium_org/native_client_sdk/src/tools/
create_html.py 44 <h2>Native Client Module: %(module_name)s</h2>
48 <embed id="nacl_module" name="%(module_name)s" src="%(nmf)s"
151 args['module_name'] = basename
  /external/elfutils/libdwfl/
linux-proc-maps.c 293 const char *module_name, Dwarf_Addr base,
296 if (module_name[0] == '/')
298 int fd = open64 (module_name, O_RDONLY);
301 *file_name = strdup (module_name);
312 if (sscanf (module_name, "[vdso: %d]", &pid) == 1)
offline.c 212 char *module_name = NULL; local
215 else if (unlikely (asprintf (&module_name, "%s:%s", name, h->ar_name) < 0))
221 name = module_name;
230 free (module_name);
245 free (module_name);

Completed in 663 milliseconds

12 3 4 5 6 7 8 9