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 D | minimal-secure-streams.c | 43 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 D | platform_FlashErasers.py | 106 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 D | CMakeLists.txt | 154 pw_build.test_blob 160 pw_cc_blob_library(pw_build.test_blob 162 pw_build/test_blob.h
|
H A D | BUILD.bazel | 47 name = "test_blob", 53 out_header = "pw_build/test_blob.h", 59 deps = [":test_blob"],
|
H A D | BUILD.gn | 470 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 D | test-blob.c | 206 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/ |
D | test_types.py | 77 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/ |
D | mod.rs | 439 fn test_blob() -> Result<()> { in test_blob() function
|
/aosp_15_r20/external/rust/android-crates-io/crates/rusqlite/src/types/ |
D | mod.rs | 152 fn test_blob() -> Result<()> { in test_blob() function
|
/aosp_15_r20/external/flatbuffers/tests/ |
H A D | py_flexbuffers_test.py | 586 def test_blob(self): member in DecoderTest 1131 def test_blob(self): member in EncoderTest
|