Home
last modified time | relevance | path

Searched refs:test_blob (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-blob/
H A Dminimal-secure-streams.c43 force_cpd_fail_no_internet, test_respmap, test_blob, test_ots; variable
225 if (test_blob) { in myss_rx()
312 if (!test_blob) { in myss_state()
436 (test_blob ? "bulkproxflow" : in app_system_state_nf()
522 test_blob = 1; in main()
/aosp_15_r20/external/autotest/server/site_tests/platform_FlashErasers/
H A Dplatform_FlashErasers.py106 test_blob = os.path.join(dut_work_path, 'test_blob')
107 self._create_test_blob(test_blob, max(test_sizes))
119 test_blob, junk_image, start)
/aosp_15_r20/external/pigweed/pw_build/
H A DCMakeLists.txt154 pw_build.test_blob
160 pw_cc_blob_library(pw_build.test_blob
162 pw_build/test_blob.h
H A DBUILD.bazel47 name = "test_blob",
53 out_header = "pw_build/test_blob.h",
59 deps = [":test_blob"],
H A DBUILD.gn470 deps = [ ":test_blob" ]
490 pw_cc_blob_library("test_blob") {
491 out_header = "pw_build/test_blob.h"
/aosp_15_r20/external/harfbuzz_ng/test/api/
H A Dtest-blob.c206 test_blob (fixture_t *fixture, gconstpointer user_data) in test_blob() function
340 hb_test_add_fixture_flavor (fixture, blob_type, blob_name, test_blob); in main()
/aosp_15_r20/external/python/cpython3/Lib/test/test_sqlite3/
Dtest_types.py77 def test_blob(self): member in SqliteTypeTests
281 def test_blob(self): member in DeclTypesTests
/aosp_15_r20/external/rust/android-crates-io/crates/rusqlite/src/blob/
Dmod.rs439 fn test_blob() -> Result<()> { in test_blob() function
/aosp_15_r20/external/rust/android-crates-io/crates/rusqlite/src/types/
Dmod.rs152 fn test_blob() -> Result<()> { in test_blob() function
/aosp_15_r20/external/flatbuffers/tests/
H A Dpy_flexbuffers_test.py586 def test_blob(self): member in DecoderTest
1131 def test_blob(self): member in EncoderTest