Home
last modified time | relevance | path

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

12

/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/libchrome/base/allocator/
DREADME.md24 Additionally, `static_library` (i.e. non-component) builds have a shim
26 The shim layer provides extra security features, such as preventing large
45 both the allocator and the shim layer are disabled.
50 applicable) and the linker flags required for the Windows shim layer.
71 set of linker flags to pull in tcmalloc or the Windows shim-layer.
76 This directory contains just the allocator (i.e. shim) layer that switches
88 Unified allocator shim
95 symbols in different places of the codebase. The unified allocator shim is
99 - Full documentation: [Allocator shim design doc][url-allocator-shim].
104 **Overview of the unified allocator shim**
[all …]
DBUILD.gn16 # Allocator shim is only enabled for Release static builds.
35 # shim will be used by the allocator target.
90 # allocator shim.
244 # not using the allocator shim, which provides the correct visibility
283 # Used to shim malloc symbols on Android. see //base/allocator/README.md.
Dallocator_shim.cc254 #error The allocator shim should not be compiled when building for memory tools.
Dallocator.gyp316 # not using the allocator shim, which provides the correct visibility
430 # rewritten, at link time, and routed to the shim.
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DCurrency.java128 private static ServiceShim shim; field in Currency
134 if (shim == null) { in getShim()
137 shim = (ServiceShim)cls.newInstance(); in getShim()
146 return shim; in getShim()
171 if (shim == null) { in getInstance()
175 return shim.createInstance(locale); in getInstance()
350 if (shim == null) { in unregister()
353 return shim.unregister(registryKey); in unregister()
363 if (shim == null) { in getAvailableLocales()
366 return shim.getAvailableLocales(); in getAvailableLocales()
[all …]
/external/icu/android_icu4j/src/main/java/android/icu/util/
DCurrency.java122 private static ServiceShim shim; field in Currency
128 if (shim == null) { in getShim()
131 shim = (ServiceShim)cls.newInstance(); in getShim()
140 return shim; in getShim()
163 if (shim == null) { in getInstance()
167 return shim.createInstance(locale); in getInstance()
337 if (shim == null) { in unregister()
340 return shim.unregister(registryKey); in unregister()
349 if (shim == null) { in getAvailableLocales()
352 return shim.getAvailableLocales(); in getAvailableLocales()
[all …]
/external/icu/android_icu4j/src/main/java/android/icu/text/
DBreakIterator.java783 if (shim != null) { in unregister()
791 return shim.unregister(key); in unregister()
884 private static BreakIteratorServiceShim shim; field in BreakIterator
890 if (shim == null) { in getShim()
893 shim = (BreakIteratorServiceShim)cls.newInstance(); in getShim()
908 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.java880 private static NumberFormatShim shim; field in NumberFormat
886 if (shim == null) { in getShim()
889 shim = (NumberFormatShim)cls.newInstance(); in getShim()
901 return shim; in getShim()
909 if (shim == null) { in getAvailableLocales()
921 if (shim == null) { in getAvailableULocales()
959 if (shim == null) { in unregister()
963 return shim.unregister(registryKey); in unregister()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DBreakIterator.java833 if (shim != null) { in unregister()
841 return shim.unregister(key); in unregister()
935 private static BreakIteratorServiceShim shim; field in BreakIterator
941 if (shim == null) { in getShim()
944 shim = (BreakIteratorServiceShim)cls.newInstance(); in getShim()
959 return shim; in getShim()
DNumberFormat.java951 private static NumberFormatShim shim; field in NumberFormat
957 if (shim == null) { in getShim()
960 shim = (NumberFormatShim)cls.newInstance(); in getShim()
972 return shim; in getShim()
981 if (shim == null) { in getAvailableLocales()
994 if (shim == null) { in getAvailableULocales()
1032 if (shim == null) { in unregister()
1036 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/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/v8/gypfiles/
Dshim_headers.gypi28 # This file is meant to be included into a target to handle shim headers
70 'message': 'Generating <(_target_name) shim headers.',
/external/autotest/server/site_tests/factory_InstallVM/
Dcontrol16 factory install shim, installs ChromeOS, runs a subset of factory
/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_InstallServo/
Dcontrol16 factory install shim onto a USB image using the servo, installs ChromeOS on a
/external/dhcpcd-6.8.2/dhcpcd-hooks/
D50-dhcpcd-compat1 # Compat enter hook shim for older dhcpcd versions
/external/v8/tools/clang/
DCMakeLists.txt8 # The build script generates a shim CMakeLists.txt in the LLVM source tree,
/external/libdrm/freedreno/kgsl/
DREADME3 that the kgsl backend requires the "kgsl-drm" shim driver, which
/external/boringssl/src/ssl/test/runner/
Drunner.go1069 var shim *exec.Cmd
1071 shim = valgrindOf(false, shimPath, flags...)
1073 shim = gdbOf(shimPath, flags...)
1075 shim = lldbOf(shimPath, flags...)
1077 shim = exec.Command(shimPath, flags...)
1079 shim.Stdin = os.Stdin
1081 shim.Stdout = &stdoutBuf
1082 shim.Stderr = &stderrBuf
1084 shim.Env = os.Environ()
1085 shim.Env = append(shim.Env, "MALLOC_NUMBER_TO_FAIL="+strconv.FormatInt(mallocNumToFail, 10))
[all …]
/external/bart/docs/notebooks/sched/
DSchedDeadline.ipynb327 " shim: {\n",
581 " shim: {\n",
/external/boringssl/src/
DCMakeLists.txt158 set(RUNNER_ARGS ${RUNNER_ARGS} "-fuzzer" "-shim-config" "fuzzer_mode.json")
328 ${GO_EXECUTABLE} test -shim-path $<TARGET_FILE:bssl_shim>

12