Home
last modified time | relevance | path

Searched defs:ensure (Results 1 – 25 of 151) sorted by relevance

1234567

/aosp_15_r20/external/libwebsockets/lib/misc/lwsac/
H A Dlwsac.c96 _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/
DTestUtils.java55 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/
Dmacros.rs120 macro_rules! ensure { macro
147 macro_rules! ensure { macro
Dlib.rs253 mod ensure; module
/aosp_15_r20/external/apache-commons-io/src/test/java/org/apache/commons/io/input/
H A DUnixLineEndingInputStreamTest.java64 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 DWindowsLineEndingInputStreamTest.java58 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/
Dmacros.rs156 macro_rules! ensure { macro
/aosp_15_r20/external/bazelbuild-rules_rust/proto/protobuf/
H A Doptional_output_wrapper.rs24 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 DUtils.kt63 internal fun ensure( in ensure() method
/aosp_15_r20/packages/modules/Bluetooth/floss/build/rustup/
Drustup.sh441 ensure() { function
/aosp_15_r20/external/pytorch/c10/util/
H A DLazy.h32 T& ensure(Factory&& factory) { in ensure() function
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/testdata/
Dhist.go37 func ensure(n int, sl []int) []int { func
/aosp_15_r20/packages/apps/Messaging/src/com/android/messaging/util/
DWakeLockHelper.java80 public boolean ensure(final Intent intent, final int opcode) { in ensure() method in WakeLockHelper
/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/
Dtraceexp.go29 func (w traceExpWriter) ensure(maxSize int) (traceExpWriter, bool) { func
Dtracebuf.go59 func (w traceWriter) ensure(maxSize int) (traceWriter, bool) { func
Ddebuglog.go397 func (l *debugLogWriter) ensure(n uint64) { func
Dmetrics.go720 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 Dlib.rs257 mod ensure; module
/aosp_15_r20/external/chromium-trace/catapult/third_party/polymer/components/shadycss/entrypoints/
H A Dapply-shim.js30 ensure() { method in ApplyShimInterface
/aosp_15_r20/external/kotlinx.serialization/formats/json/jvmMain/src/kotlinx/serialization/json/internal/
H A DJvmJsonStreams.kt116 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 DReportGenerator.java178 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 DFlatBufferBuilder.swift896 func ensure(space: Int) { in ensure() function
/aosp_15_r20/external/libchrome/third_party/jinja2/
H A Dparser.py760 def ensure(expr): function
/aosp_15_r20/external/python/jinja/src/jinja2/
Dparser.py782 def ensure(expr): function
/aosp_15_r20/prebuilts/go/linux-x86/src/encoding/binary/
Dbinary.go1014 func ensure(buf []byte, n int) (buf2, pos []byte) { func

1234567