Home
last modified time | relevance | path

Searched refs:shim (Results 1 – 25 of 81) sorted by relevance

1234

/external/llvm-project/lld/lib/ReaderWriter/MachO/
DShimPass.cpp82 for (const DefinedAtom *shim : shims) in perform() local
83 mergedFile.addAtom(*shim); in perform()
93 const DefinedAtom *shim = this->getShim(thumbToArm, target); in updateBranchToUseShim() local
94 assert(shim != nullptr); in updateBranchToUseShim()
96 const_cast<Reference *>(ref)->setTarget(shim); in updateBranchToUseShim()
107 const DefinedAtom *shim = _archHandler.createShim(_file, thumbToArm, in getShim() local
109 _targetToShim[&target] = shim; in getShim()
110 return shim; in getShim()
/external/boringssl/src/ssl/test/
DPORTING.md14 davidben@google.com and ekr@rtfm.com if implementing a new shim.
20shim”: a command line program which encapsulates the stack. By
21 default, the shim points to the BoringSSL shim in the same source
22 tree, but any program can be supplied via the `-shim-path` flag. The
23 runner opens up a server socket and provides the shim with a `-port`
24 argument that points to that socket. The shim always connects to the
27 TCP. The shim can also pass a variety of command line arguments which
32 The shim reports success by exiting with a `0` error code and failure by
45 * Failure to implement one or more of the command line flags the runner uses with the shim
73 The `-shim-config` flag is used to provide the config file.
[all …]
DREADME.md13 lives in the `runner` directory. The harness runs BoringSSL via a C/C++ shim
14 binary which lives in this directory. All communication with the shim binary
34 shim's behavior.
35 * `bssl_shim.cc`: the shim binary itself.
/external/mesa3d/src/drm-shim/
DREADME.md1 # DRM shim - Fake GEM kernel drivers in userspace for CI
20 You choose the backend by setting `LD_PRELOAD` to the shim you want.
25 shim initialized on.
34 See your drm-shim backend's README for details on how to use it.
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DCurrency.java156 private static ServiceShim shim; field in Currency
162 if (shim == null) { in getShim()
165 shim = (ServiceShim)cls.newInstance(); in getShim()
174 return shim; in getShim()
199 if (shim == null) { in getInstance()
203 return shim.createInstance(locale); in getInstance()
376 if (shim == null) { in unregister()
379 return shim.unregister(registryKey); in unregister()
389 if (shim == null) { in getAvailableLocales()
392 return shim.getAvailableLocales(); in getAvailableLocales()
[all …]
/external/icu/android_icu4j/src/main/java/android/icu/util/
DCurrency.java146 private static ServiceShim shim; field in Currency
152 if (shim == null) { in getShim()
155 shim = (ServiceShim)cls.newInstance(); in getShim()
164 return shim; in getShim()
187 if (shim == null) { in getInstance()
191 return shim.createInstance(locale); in getInstance()
357 if (shim == null) { in unregister()
360 return shim.unregister(registryKey); in unregister()
369 if (shim == null) { in getAvailableLocales()
372 return shim.getAvailableLocales(); in getAvailableLocales()
[all …]
/external/icu/android_icu4j/src/main/java/android/icu/text/
DBreakIterator.java819 if (shim != null) { in unregister()
827 return shim.unregister(key); in unregister()
916 private static BreakIteratorServiceShim shim; field in BreakIterator
922 if (shim == null) { in getShim()
925 shim = (BreakIteratorServiceShim)cls.newInstance(); in getShim()
940 return shim; in getShim()
DCollator.java570 private static ServiceShim shim; field in Collator
576 if (shim == null) { in getShim()
579 shim = (ServiceShim)cls.newInstance(); in getShim()
596 return shim; in getShim()
870 if (shim == null) { in unregister()
873 return shim.unregister(registryKey); in unregister()
885 if (shim == null) { in getAvailableLocales()
889 return shim.getAvailableLocales(); in getAvailableLocales()
900 if (shim == null) { in getAvailableULocales()
904 return shim.getAvailableULocales(); in getAvailableULocales()
DNumberFormat.java912 private static NumberFormatShim shim; field in NumberFormat
918 if (shim == null) { in getShim()
921 shim = (NumberFormatShim)cls.newInstance(); in getShim()
933 return shim; in getShim()
941 if (shim == null) { in getAvailableLocales()
953 if (shim == null) { in getAvailableULocales()
991 if (shim == null) { in unregister()
995 return shim.unregister(registryKey); in unregister()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DBreakIterator.java865 if (shim != null) { in unregister()
873 return shim.unregister(key); in unregister()
963 private static BreakIteratorServiceShim shim; field in BreakIterator
969 if (shim == null) { in getShim()
972 shim = (BreakIteratorServiceShim)cls.newInstance(); in getShim()
987 return shim; in getShim()
DNumberFormat.java1041 private static NumberFormatShim shim; field in NumberFormat
1047 if (shim == null) { in getShim()
1050 shim = (NumberFormatShim)cls.newInstance(); in getShim()
1062 return shim; in getShim()
1071 if (shim == null) { in getAvailableLocales()
1084 if (shim == null) { in getAvailableULocales()
1122 if (shim == null) { in unregister()
1126 return shim.unregister(registryKey); in unregister()
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
DCollator.java600 private static ServiceShim shim; field in Collator
606 if (shim == null) { in getShim()
609 shim = (ServiceShim)cls.newInstance(); in getShim()
626 return shim; in getShim()
902 if (shim == null) { in unregister()
905 return shim.unregister(registryKey); in unregister()
918 if (shim == null) { in getAvailableLocales()
922 return shim.getAvailableLocales(); in getAvailableLocales()
934 if (shim == null) { in getAvailableULocales()
938 return shim.getAvailableULocales(); in getAvailableULocales()
/external/icu/tools/icu4c_srcgen/
Dlibandroidicu_allowlisted_api.txt15 # libandroidicu is a shim library of libicuuc and libicui18n.
16 # The shim library includes the following APIs only.
18 # If a new API is needed in the shim, please add the API in the following list,
Dlibicu_export.txt15 # The shim library includes the stable C symbols exposed by libicuuc.so.
17 # If a new symbol is needed in the shim, please add the API in the following list,
/external/chromium-trace/catapult/common/py_trace_event/py_trace_event/trace_event_impl/
Dmultiprocessing_shim.py14 def __init__(self, shim, *args, **kwards): argument
16 self._shim = shim
/external/mesa3d/src/etnaviv/
Dmeson.build25 if with_tools.contains('drm-shim')
26 subdir('drm-shim')
/external/mesa3d/src/broadcom/
Dmeson.build34 if with_tools.contains('drm-shim')
35 subdir('drm-shim')
/external/mesa3d/src/freedreno/
Dmeson.build59 if with_tools.contains('drm-shim')
60 subdir('drm-shim')
/external/llvm-project/clang-tools-extra/clangd/unittests/
Dlit.site.cfg.py.in2 # This is a shim to run the gtest unittests in ../unittests using lit.
/external/autotest/server/site_tests/factory_InstallServo/
Dcontrol16 factory install shim onto a USB image using the servo, installs ChromeOS on a
/external/boringssl/src/util/
Dgenerate-coverage.sh45 go test -shim-path "$BUILD/ssl/test/bssl_shim" -num-workers 1
/external/autotest/server/site_tests/factory_InstallVM/
Dcontrol16 factory install shim, installs ChromeOS, runs a subset of factory
/external/tensorflow/tensorflow/lite/core/shims/
DREADME.md1 This directory contains shim header files that forward to the TF Lite
/external/mesa3d/src/
Dmeson.build61 if with_tools.contains('drm-shim')
62 subdir('drm-shim')
/external/grpc-grpc/doc/core/
Dpending_api_cleanups.md1 There are times when we make changes that include a temporary shim for

1234