HomeSort by relevance Sort by last modified time
    Searched full:dlls (Results 1 - 25 of 363) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/chrome_frame/test/data/test_dlls/
README 1 This directory contains dummy DLLs intended to support testing of the module
4 The DLLs contain no code of mention and export a DllGetClassObject function.
  /external/chromium_org/chrome/tools/build/win/
server.rules 8 Name="Scan Server DLLs"
9 DisplayName="Scan Server DLLs"
14 ExecutionDescription="Scanning for COM Server DLLs..."
scan_server_dlls.py 6 """Script used to scan for server DLLs at build time and build a header
8 the DLLs that need registering at install time.
22 // It contains the list of COM server dlls that need registering at
54 contains the names of the DLLs to be registered at installation
87 """Scans for DLLs in the specified section of config that are in the
89 filename components of the paths to all matching DLLs.
92 print "Scanning for server DLLs in " + output_dir
106 """Scans for DLLs in the specified section of config that are in the
108 matching dlls to registered_dll_list.
create_installer_archive.py 352 # Copy the relevant CRT DLLs to |build_dir|. We copy DLLs from all versions
353 # of VS installed to make sure we have the correct CRT version, unused DLLs
381 # but this just as bad as not finding DLLs at all so we
383 print ("Warning: could not find x64 CRT DLLs on x86 system.")
385 # On a 64-bit system, 32-bit dlls are in SysWOW64 (don't ask).
398 print ("Warning: could not find CRT DLLs to copy to build dir - target "
399 "may not run on a system that doesn't have those DLLs.")
405 # Copies component build DLLs and generates required config files and manifests
406 # in order for chrome.exe and setup.exe to be able to find those DLLs a
    [all...]
  /external/chromium_org/chrome/app/
delay_load_hook_win.h 13 // In release builds, the delay load hook redirects import entries to DLLs
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/winedlls/
version.rc.h 14 // all Wine DLLs claim to be from Microsoft, maybe it's needed for compatibility
  /external/mesa3d/src/gallium/state_trackers/d3d1x/winedlls/
version.rc.h 14 // all Wine DLLs claim to be from Microsoft, maybe it's needed for compatibility
  /external/chromium_org/sandbox/win/src/
target_interceptions.h 17 // detect dlls being loaded, so we can patch them if needed.
26 // detect dlls being unloaded, so we can clean up our interceptions.
  /external/chromium_org/tools/gyp/test/win/
gyptest-link-delay-load-dlls.py 19 test.run_gyp('delay-load-dlls.gyp', chdir=CHDIR)
20 test.build('delay-load-dlls.gyp', test.ALL, chdir=CHDIR)
  /external/chromium/base/
resource_util.h 6 // files (DLLs) or embedded in the executable itself.
native_library_win.cc 23 // may have dependencies on DLLs in this directory.
  /external/chromium_org/sandbox/win/wow_helper/
target_code.cc 9 // Hooks NtMapViewOfSection to detect the load of dlls.
target_code.h 28 // detect dlls being loaded, so we can patch them if needed.
  /external/chromium_org/third_party/sqlite/src/
mkextw.sh 3 # This script is used to compile SQLite extensions into DLLs.
  /external/chromium_org/ui/base/win/
scoped_ole_initializer.cc 22 DCHECK_NE(OLE_E_WRONGCOMPOBJ, hr_) << "Incompatible DLLs on machine";
  /external/chromium_org/win8/test/
metro_registration_helper.h 16 // chrome.exe (the viewer process), and all needed DLLs in the same directory
  /external/chromium_org/media/base/
media.h 19 // Attempts to initialize the media library (loading DLLs, DSOs, etc.).
42 // DLLs, DSOs, etc. Only necessary if InitializeMediaLibrary() is not called;
  /development/host/windows/usb/api/
adb_winusb_api.h 21 Contains declarations required to link AdbWinApi and AdbWinUsbApi DLLs.
29 split functionality of our ADB API on Windows between two DLLs: AdbWinApi,
  /external/chromium_org/content/browser/accessibility/
browser_accessibility_state_impl_win.cc 38 // Get the file paths of all DLLs loaded.
51 // Look for DLLs of assistive technology known to work with Chrome.
  /external/chromium_org/media/video/capture/win/
video_capture_device_mf_win.h 49 // and that the DLLs are available. On Vista this API is an optional download
51 // we've seen that the required DLLs are not available in some Win7
  /external/chromium_org/third_party/libjingle/source/talk/base/
latebindingsymboltable.h 44 // loading of symbols from DLLs. Currently the implementation only supports
46 // functions). Sub-classes for specific DLLs are generated via the "supermacro"
  /external/chromium_org/base/
native_library_win.cc 23 // may have dependencies on DLLs in this directory.
  /external/chromium_org/base/win/
resource_util.h 6 // files (DLLs) or embedded in the executable itself.
  /external/chromium_org/tools/win/split_link/
split_link.py 23 # This can be set to ignore data exports. The resulting DLLs will probably not
282 dlls = []
300 dlls.append(output)
303 return all_succeeded, dlls, combined_externals
331 assert num_parts == 2, "Can't handle > 2 dlls currently"
353 assert num_parts == 2, "Can't handle > 2 dlls currently"
384 ok, dlls, unresolved_by_part = AttemptLink(
406 for i, dll in enumerate(dlls):
414 Log('built %r' % dlls)
  /external/chromium_org/chrome_frame/
test_utils.h 22 // Helper class used to register different chrome frame DLLs while running
62 // register or unregister DLLs.

Completed in 1852 milliseconds

1 2 3 4 5 6 7 8 91011>>