/aosp_15_r20/external/libwebsockets/lib/misc/lwsac/ |
H A D | lwsac.c | 96 _lwsac_use(struct lwsac **head, size_t ensure, size_t chunk_size, char backfill) in _lwsac_use() 202 lwsac_use(struct lwsac **head, size_t ensure, size_t chunk_size) in lwsac_use() 208 lwsac_use_backfill(struct lwsac **head, size_t ensure, size_t chunk_size) in lwsac_use_backfill() 251 lwsac_use_zero(struct lwsac **head, size_t ensure, size_t chunk_size) in lwsac_use_zero()
|
/aosp_15_r20/packages/modules/Permission/tests/cts/permission/permissionTestUtilLib/src/android/permission/cts/ |
D | TestUtils.java | 55 public static void ensure(@NonNull ThrowingRunnable r, long timeout) throws Throwable { in ensure() method in TestUtils 56 ensure(() -> { in ensure() method 71 public static <T> T ensure(@NonNull ThrowingCallable<T> r, long timeout) throws Throwable { in ensure() method in TestUtils
|
/aosp_15_r20/external/rust/android-crates-io/crates/anyhow/src/ |
D | macros.rs | 120 macro_rules! ensure { macro 147 macro_rules! ensure { macro
|
D | lib.rs | 253 mod ensure; module
|
/aosp_15_r20/external/apache-commons-io/src/test/java/org/apache/commons/io/input/ |
H A D | UnixLineEndingInputStreamTest.java | 64 private String roundtrip(final String msg, final boolean ensure) throws IOException { in roundtrip() 66 final UnixLineEndingInputStream lf = new UnixLineEndingInputStream(baos, ensure)) { in roundtrip() argument
|
H A D | WindowsLineEndingInputStreamTest.java | 58 private String roundtrip(final String msg, final boolean ensure) throws IOException { in roundtrip() 60 …enceInputStream.builder().setCharSequence(msg).setCharset(StandardCharsets.UTF_8).get(), ensure)) { in roundtrip() argument
|
/aosp_15_r20/external/rust/android-crates-io/crates/miette/src/eyreish/ |
D | macros.rs | 156 macro_rules! ensure { macro
|
/aosp_15_r20/external/bazelbuild-rules_rust/proto/protobuf/ |
H A D | optional_output_wrapper.rs | 24 fn ensure() -> Result<i32, Box<dyn error::Error>> { in ensure() function
|
/aosp_15_r20/frameworks/base/tests/TrustTests/src/android/trust/test/lib/ |
H A D | Utils.kt | 63 internal fun ensure( in ensure() method
|
/aosp_15_r20/packages/modules/Bluetooth/floss/build/rustup/ |
D | rustup.sh | 441 ensure() { function
|
/aosp_15_r20/external/pytorch/c10/util/ |
H A D | Lazy.h | 32 T& ensure(Factory&& factory) { in ensure() function
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/testdata/ |
D | hist.go | 37 func ensure(n int, sl []int) []int { func
|
/aosp_15_r20/packages/apps/Messaging/src/com/android/messaging/util/ |
D | WakeLockHelper.java | 80 public boolean ensure(final Intent intent, final int opcode) { in ensure() method in WakeLockHelper
|
/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/ |
D | traceexp.go | 29 func (w traceExpWriter) ensure(maxSize int) (traceExpWriter, bool) { func
|
D | tracebuf.go | 59 func (w traceWriter) ensure(maxSize int) (traceWriter, bool) { func
|
D | debuglog.go | 397 func (l *debugLogWriter) ensure(n uint64) { func
|
D | metrics.go | 720 func (a *statAggregate) ensure(deps *statDepSet) { func
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/anyhow-1.0.82/src/ |
H A D | lib.rs | 257 mod ensure; module
|
/aosp_15_r20/external/chromium-trace/catapult/third_party/polymer/components/shadycss/entrypoints/ |
H A D | apply-shim.js | 30 ensure() { method in ApplyShimInterface
|
/aosp_15_r20/external/kotlinx.serialization/formats/json/jvmMain/src/kotlinx/serialization/json/internal/ |
H A D | JvmJsonStreams.kt | 116 private inline fun ensure(bytesCount: Int) { in ensure() method in kotlinx.serialization.json.internal.JsonToJavaStreamWriter
|
/aosp_15_r20/prebuilts/misc/common/jacoco/src/main/java/com/google/android/jacoco/reporter/ |
H A D | ReportGenerator.java | 178 private static void ensure(boolean condition, String errorMessage, Object... args) { in ensure() method in ReportGenerator
|
/aosp_15_r20/external/flatbuffers/swift/Sources/FlatBuffers/ |
H A D | FlatBufferBuilder.swift | 896 func ensure(space: Int) { in ensure() function
|
/aosp_15_r20/external/libchrome/third_party/jinja2/ |
H A D | parser.py | 760 def ensure(expr): function
|
/aosp_15_r20/external/python/jinja/src/jinja2/ |
D | parser.py | 782 def ensure(expr): function
|
/aosp_15_r20/prebuilts/go/linux-x86/src/encoding/binary/ |
D | binary.go | 1014 func ensure(buf []byte, n int) (buf2, pos []byte) { func
|