HomeSort by relevance Sort by last modified time
    Searched refs:dll_name (Results 1 - 25 of 32) sorted by null

1 2

  /external/compiler-rt/test/asan/TestCases/Windows/
dll_host.cc 33 const char *dll_name = argv[1]; local
35 HMODULE h = LoadLibrary(dll_name);
38 dll_name, GetLastError());
report_globals_reload_dll.cc 17 const char *dll_name = argv[1]; local
30 HMODULE dll = LoadLibrary(dll_name);
report_globals_vs_freelibrary.cc 16 const char *dll_name = argv[1]; local
25 HMODULE dll = LoadLibrary(dll_name);
  /external/v8/build/win/importlibs/
create_importlib_win.py 77 def _WriteDefFile(self, dll_name, import_names, output_file):
79 output_file.write('NAME %s\n' % dll_name)
85 def _CreateObj(self, dll_name, imports):
110 asm_name = dll_name + '.asm'
116 obj_name = dll_name + '.obj'
122 def _CreateImportLib(self, dll_name, imports, architecture, output_file):
123 """Creates an import lib binding imports to dll_name for architecture.
132 obj_file = self._CreateObj(dll_name, imports)
136 def_name = dll_name + '.def'
139 self._WriteDefFile(dll_name, imports, def_file
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/tools/
apinames.c 129 const char* dll_name )
137 if ( dll_name )
138 fprintf( out, "LIBRARY %s\n", dll_name );
147 if ( dll_name )
148 fprintf( out, "LIBRARY %s\n", dll_name );
162 if ( dll_name == NULL )
170 dot = strchr( dll_name, '.' );
173 int len = dot - dll_name;
179 memcpy( temp, dll_name, len );
182 dll_name = (const char*)temp
    [all...]
  /external/webrtc/webrtc/base/
latebindingsymboltable.h 35 const char *dll_name; member in struct:rtc::LateBindingSymbolTable::TableInfo
latebindingsymboltable.cc 79 ASSERT(info_->dll_name != NULL);
80 return LoadFromPath(info_->dll_name);
  /external/webrtc/webrtc/modules/audio_device/linux/
latebindingsymboltable_linux.cc 35 DllHandle InternalLoadDll(const char dll_name[]) {
37 DllHandle handle = dlopen(dll_name, RTLD_NOW);
43 "Can't load %s : %s", dll_name, GetDllError());
latebindingsymboltable_linux.h 37 DllHandle InternalLoadDll(const char dll_name[]);
  /external/libchrome/sandbox/win/src/
interception_internal.h 46 wchar_t dll_name[1]; // placeholder for null terminated name member in struct:sandbox::DllPatchInfo
sandbox_policy.h 241 virtual ResultCode AddDllToUnload(const wchar_t* dll_name) = 0;
  /external/chromium-trace/catapult/telemetry/telemetry/internal/platform/profiler/
win_pgo_profiler.py 36 def _GetNextProfileIndex(self, dll_name):
37 """Scan the directory containing the DLL |dll_name| to find the next index
41 dll_name: The name of the DLL for which we want to get the next index to
46 '%s!*.pgc' % dll_name))
52 def _RunPGOSweep(self, pid, dll_name, index):
57 dll_name: The name of the DLL for which we want the profile data.
62 pgc_filename = '%s\\%s!%d.pgc' % (self._browser_dir, dll_name, index)
65 '%s.dll' % dll_name,
  /toolchain/binutils/binutils-2.25/binutils/
dllwrap.c 104 static char *dll_name; variable
722 dll_name = optarg;
796 if (! dll_name && ! dll_file_name)
801 else if (! dll_name)
803 dll_name = xstrdup (mybasename (dll_file_name));
807 dll_file_name = xstrdup (dll_name);
860 dyn_string_append_cstr (dlltool_cmdline, dll_name);
1076 char *p = strrchr (dll_name, '.');
1077 size_t prefix_len = (p) ? (size_t) (p - dll_name) : strlen (dll_name);
    [all...]
dlltool.c 391 static char *dll_name; variable
1092 dll_name = xmalloc (strlen (image_basename) + strlen (suffix) + 1);
1093 sprintf (dll_name, "%s%s", image_basename, suffix);
1096 dll_name = xstrdup (image_basename);
1110 dll_name = NULL;
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/
cygwinccompiler.py 229 (dll_name, dll_extension) = os.path.splitext(
233 def_file = os.path.join(temp_dir, dll_name + ".def")
234 lib_file = os.path.join(temp_dir, 'lib' + dll_name + ".a")
emxccompiler.py 128 (dll_name, dll_extension) = os.path.splitext(
132 def_file = os.path.join(temp_dir, dll_name + ".def")
msvccompiler.py 520 (dll_name, dll_ext) = os.path.splitext(
524 self.library_filename(dll_name))
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/
cygwinccompiler.py 229 (dll_name, dll_extension) = os.path.splitext(
233 def_file = os.path.join(temp_dir, dll_name + ".def")
234 lib_file = os.path.join(temp_dir, 'lib' + dll_name + ".a")
emxccompiler.py 128 (dll_name, dll_extension) = os.path.splitext(
132 def_file = os.path.join(temp_dir, dll_name + ".def")
msvccompiler.py 520 (dll_name, dll_ext) = os.path.splitext(
524 self.library_filename(dll_name))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
cygwinccompiler.py 229 (dll_name, dll_extension) = os.path.splitext(
233 def_file = os.path.join(temp_dir, dll_name + ".def")
234 lib_file = os.path.join(temp_dir, 'lib' + dll_name + ".a")
emxccompiler.py 128 (dll_name, dll_extension) = os.path.splitext(
132 def_file = os.path.join(temp_dir, dll_name + ".def")
msvccompiler.py 520 (dll_name, dll_ext) = os.path.splitext(
524 self.library_filename(dll_name))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
cygwinccompiler.py 229 (dll_name, dll_extension) = os.path.splitext(
233 def_file = os.path.join(temp_dir, dll_name + ".def")
234 lib_file = os.path.join(temp_dir, 'lib' + dll_name + ".a")
emxccompiler.py 128 (dll_name, dll_extension) = os.path.splitext(
132 def_file = os.path.join(temp_dir, dll_name + ".def")

Completed in 431 milliseconds

1 2