Home
last modified time | relevance | path

Searched full:minimal (Results 1 – 25 of 4655) sorted by relevance

12345678910>>...187

/external/sdv/vsomeip/third_party/boost/unordered/test/unordered/
Dcompile_set.cpp16 #include "../objects/minimal.hpp"
25 test::minimal::allocator<int> >;
27 test::minimal::allocator<int> >;
29 INSTANTIATE(set)<test::minimal::assignable const,
30 test::minimal::hash<test::minimal::assignable>,
31 test::minimal::equal_to<test::minimal::assignable>,
32 test::minimal::allocator<int> >;
33 INSTANTIATE(multiset)<test::minimal::assignable,
34 test::minimal::hash<test::minimal::assignable>,
35 test::minimal::equal_to<test::minimal::assignable>,
[all …]
Dcompile_map.cpp16 #include "../objects/minimal.hpp"
25 test::minimal::allocator<int> >;
27 std::equal_to<int>, test::minimal::allocator<int> >;
30 map)<test::minimal::assignable const, test::minimal::default_assignable const,
31 test::minimal::hash<test::minimal::assignable>,
32 test::minimal::equal_to<test::minimal::assignable>,
33 test::minimal::allocator<int> >;
34 INSTANTIATE(multimap)<test::minimal::assignable, test::minimal::assignable,
35 test::minimal::hash<test::minimal::assignable>,
36 test::minimal::equal_to<test::minimal::assignable>,
[all …]
/external/libwebsockets/minimal-examples/http-server/
DREADME.md3 minimal-http-server-basicauth|Shows how to protect a mount using a password file and basic auth
4 minimal-http-server-custom-headers|Shows how to query custom headers that lws doesn't already know
5 minimal-http-server-deaddrop|Shows how to use the deaddrop drag and drop file upload + sharing plug…
6 minimal-http-server-dynamic|Serves both static and dynamically generated http content
7 minimal-http-server-eventlib-foreign|Demonstrates integrating lws with a foreign event library
8 minimal-http-server-eventlib-demos|Using the demo plugins with event libraries
9 minimal-http-server-eventlib|Same as minimal-http-server but works with a supported event library
10 minimal-http-server-form-get|Process a GET form
11 minimal-http-server-form-post-file|Process a multipart POST form with file transfer
12 minimal-http-server-form-post|Process a POST form (no file transfer)
[all …]
/external/libwebsockets/minimal-examples/http-client/minimal-http-client-jit-trust/
DCMakeLists.txt1 project(lws-minimal-http-client-jit-trust C)
8 set(SAMP lws-minimal-http-client-jit-trust)
9 set(SRCS minimal-http-client.c)
49 add_test(NAME http-client-warmcat COMMAND lws-minimal-http-client )
54 add_test(NAME http-client-warmcat-h1 COMMAND lws-minimal-http-client --h1)
61 …add_test(NAME http-client-fi-ctx1 COMMAND lws-minimal-http-client --expected-exit 5 --fault-inject…
66 …# add_test(NAME http-client-fi-pi COMMAND lws-minimal-http-client --expected-exit 5 --fault-inject…
70 …add_test(NAME http-client-fi-ctx2 COMMAND lws-minimal-http-client --expected-exit 5 --fault-inject…
73 …add_test(NAME http-client-fi-ctx3 COMMAND lws-minimal-http-client --expected-exit 5 --fault-inject…
76 …add_test(NAME http-client-fi-ctx4 COMMAND lws-minimal-http-client --expected-exit 5 --fault-inject…
[all …]
/external/rust/crates/minimal-lexical/
DTEST_MAPPING25 "name": "minimal-lexical_test_tests_integration_tests"
28 "name": "minimal-lexical_test_tests_lemire_tests"
31 "name": "minimal-lexical_test_tests_mask_tests"
34 "name": "minimal-lexical_test_tests_number_tests"
37 "name": "minimal-lexical_test_tests_parse_tests"
40 "name": "minimal-lexical_test_tests_rounding_tests"
43 "name": "minimal-lexical_test_tests_slow_tests"
46 "name": "minimal-lexical_test_tests_vec_tests"
51 "name": "minimal-lexical_test_tests_integration_tests"
54 "name": "minimal-lexical_test_tests_lemire_tests"
[all …]
DREADME.md1 minimal-lexical
4 …s is a minimal version of [rust-lexical](https://github.com/Alexhuszagh/rust-lexical), meant to al…
6minimal-lexical, it is also well-adapted to private forks. If you do privately fork minimal-lexica…
8 minimal-lexical is designed for fast compile times and small binaries sizes, at the expense of a mi…
31 minimal-lexical = "0.2"
47 // be handled by minimal-lexical, since we accept iterators
63 …://github.com/Alexhuszagh/minimal-lexical/blob/master/examples/simple.rs) for a simple, annotated …
67 For an in-depth explanation on the algorithms minimal-lexical uses, please see [lexical-core#string…
71 minimal-lexical is tested on a wide variety of platforms, including big and small-endian systems, t…
86 minimal-lexical should also work on a wide variety of other architectures and ISAs. If you have any…
[all …]
/external/libwebsockets/minimal-examples/http-client/minimal-http-client-multi/
DCMakeLists.txt1 project(lws-minimal-http-client-multi C)
8 set(SAMP lws-minimal-http-client-multi)
9 set(SRCS minimal-http-client-multi.c)
53 …add_test(NAME st_hcm_srv COMMAND cmd.exe /c start /b $<TARGET_FILE:lws-minimal-http-server-tls> --…
54 …add_test(NAME ki_hcm_srv COMMAND taskkill /F /IM $<TARGET_FILE_NAME:lws-minimal-http-server-tls> /…
64 hcm_srv ${VALGRIND} --tool=memcheck $<TARGET_FILE:lws-minimal-http-server-tls>
68 hcm_srv ${VALGRIND} $<TARGET_FILE_NAME:lws-minimal-http-server-tls>
82 hcm_srv $<TARGET_FILE:lws-minimal-http-server-tls>
86 hcm_srv $<TARGET_FILE_NAME:lws-minimal-http-server-tls>
101 WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}/minimal-examples/http-server/minimal-http-server-tls
[all …]
/external/libwebsockets/minimal-examples/http-client/minimal-http-client/
DCMakeLists.txt1 project(lws-minimal-http-client C)
8 set(SAMP lws-minimal-http-client)
9 set(SRCS minimal-http-client.c)
50 add_test(NAME http-client-warmcat COMMAND lws-minimal-http-client )
55 add_test(NAME http-client-warmcat-h1 COMMAND lws-minimal-http-client --h1)
62 …add_test(NAME http-client-fi-ctx1 COMMAND lws-minimal-http-client --expected-exit 5 --fault-inject…
67 …# add_test(NAME http-client-fi-pi COMMAND lws-minimal-http-client --expected-exit 5 --fault-inject…
71 …add_test(NAME http-client-fi-ctx2 COMMAND lws-minimal-http-client --expected-exit 5 --fault-inject…
74 …add_test(NAME http-client-fi-ctx3 COMMAND lws-minimal-http-client --expected-exit 5 --fault-inject…
77 …add_test(NAME http-client-fi-ctx4 COMMAND lws-minimal-http-client --expected-exit 5 --fault-inject…
[all …]
/external/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-smd/
DCMakeLists.txt1 project(lws-minimal-secure-streams-smd C)
19 add_executable(${PROJECT_NAME} minimal-secure-streams-smd.c)
28 $<TARGET_FILE:lws-minimal-secure-streams-smd>)
31 add_test(NAME ss-smd COMMAND lws-minimal-secure-streams-smd)
35 … WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}/minimal-examples/secure-streams/minimal-secure-streams-smd
42 $<TARGET_FILE:lws-minimal-secure-streams-smd>
47 $<TARGET_FILE:lws-minimal-secure-streams-smd>
52 $<TARGET_FILE:lws-minimal-secure-streams-smd>
56 add_test(NAME ss-smd-fi1 COMMAND lws-minimal-secure-streams-smd
59 add_test(NAME ss-smd-fi2 COMMAND lws-minimal-secure-streams-smd
[all …]
/external/dagger2/java/dagger/hilt/android/plugin/main/src/test/kotlin/
DTransformTest.kt41 srcPath = "minimal/MainActivity.java", in <lambda>()
44 package minimal; in <lambda>() package
76 val transformedClass = result.getTransformedFile("minimal/MainActivity.class") in <lambda>()
80 Assert.assertEquals("minimal.Hilt_MainActivity", classFile.superclass) in <lambda>()
92 Assert.assertEquals("minimal.Hilt_MainActivity", classRef) in <lambda>()
108 srcPath = "minimal/TopClass.java", in <lambda>()
111 package minimal; in <lambda>() package
126 val transformedClass = result.getTransformedFile("minimal/TopClass\$NestedActivity.class") in <lambda>()
129 Assert.assertEquals("minimal.Hilt_TopClass_NestedActivity", classFile.superclass) in <lambda>()
144 srcPath = "minimal/AbstractActivity.java", in <lambda>()
[all …]
DCrossCompilationRootValidationTest.kt43 srcPath = "minimal/MyApp.java", in setup()
46 package minimal; in setup() package
60 srcPath = "minimal/MyApp2.java", in multipleAppRootsFailure()
63 package minimal; in multipleAppRootsFailure() package
75 "minimal.MyApp, minimal.MyApp2" in multipleAppRootsFailure()
82 srcPath = "minimal/MyTest.java", in testRootsAndAppRootsFailure()
85 package minimal; in testRootsAndAppRootsFailure() package
92 srcPath = "minimal/BadApp.java", in testRootsAndAppRootsFailure()
95 package minimal; in testRootsAndAppRootsFailure() package
110 "App root in this compilation unit: minimal.BadApp" in testRootsAndAppRootsFailure()
[all …]
/external/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams/
DCMakeLists.txt1 project(lws-minimal-secure-streams C)
8 set(SAMP lws-minimal-secure-streams)
20 add_executable(${SAMP} minimal-secure-streams.c)
48 $<TARGET_FILE:lws-minimal-secure-streams>)
50 add_test(NAME ss-warmcat COMMAND lws-minimal-secure-streams)
55 … WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}/minimal-examples/secure-streams/minimal-secure-streams
65 $<TARGET_FILE:lws-minimal-secure-streams>
70 $<TARGET_FILE:lws-minimal-secure-streams>
74 add_test(NAME ss-warmcat-fi1 COMMAND lws-minimal-secure-streams
77 add_test(NAME ss-warmcat-fi2 COMMAND lws-minimal-secure-streams
[all …]
/external/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-hugeurl/
DCMakeLists.txt1 project(lws-minimal-secure-streams-hugeurl C)
8 set(SAMP lws-minimal-secure-streams-hugeurl)
18 add_executable(${SAMP} minimal-secure-streams.c)
46 $<TARGET_FILE:lws-minimal-secure-streams-hugeurl>)
48 add_test(NAME ss-warmcat-hurl COMMAND lws-minimal-secure-streams-hugeurl)
53 … WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}/minimal-examples/secure-streams/minimal-secure-streams
75 ssproxy-hurl $<TARGET_FILE:lws-minimal-secure-streams-proxy>
81 ssproxy-hurl $<TARGET_FILE:lws-minimal-secure-streams-proxy>
91 add_test(NAME sspc-minimal-hurl COMMAND
93 $<TARGET_FILE:lws-minimal-secure-streams-client> -i +${CTEST_SOCKET_PATH})
[all …]
/external/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-blob/
DCMakeLists.txt1 project(lws-minimal-secure-streams-blob C)
8 set(SAMP lws-minimal-secure-streams-blob)
19 add_executable(${SAMP} minimal-secure-streams.c)
47 $<TARGET_FILE:lws-minimal-secure-streams>)
49 add_test(NAME ssblob-warmcat COMMAND lws-minimal-secure-streams)
54 … WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}/minimal-examples/secure-streams/minimal-secure-streams
76 ssblobproxy $<TARGET_FILE:lws-minimal-secure-streams-proxy>
82 ssblobproxy $<TARGET_FILE:lws-minimal-secure-streams-proxy>
92 add_test(NAME sspcblob-minimal COMMAND
94 $<TARGET_FILE:lws-minimal-secure-streams-client> -i +${CTEST_SOCKET_PATH})
[all …]
/external/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-perf/
DCMakeLists.txt1 project(lws-minimal-secure-streams-perf C)
8 set(SAMP lws-minimal-secure-streams-perf)
18 add_executable(${SAMP} minimal-secure-streams.c)
46 $<TARGET_FILE:lws-minimal-secure-streams-perf>)
48 add_test(NAME ssperf-warmcat COMMAND lws-minimal-secure-streams-perf)
53 … WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}/minimal-examples/secure-streams/minimal-secure-streams
75 ssperfproxy $<TARGET_FILE:lws-minimal-secure-streams-proxy>
81 ssperfproxy $<TARGET_FILE:lws-minimal-secure-streams-proxy>
91 add_test(NAME ssperfpc-minimal COMMAND
93 $<TARGET_FILE:lws-minimal-secure-streams-perf-client> -i +${CTEST_SOCKET_PATH})
[all …]
/external/libwebsockets/minimal-examples/ws-server/
DREADME.md3 minimal-ws-broker|Simple ws server with a publish / broker / subscribe architecture
4 minimal-ws-server-echo|Simple ws server that listens and echos back anything clients send
5 minimal-ws-server-pmd-bulk|Simple ws server showing how to pass bulk data with permessage-deflate
6 minimal-ws-server-pmd-corner|Corner-case tests for permessage-deflate
7 minimal-ws-server-pmd|Simple ws server with permessage-deflate support
8 minimal-ws-server-ring|Like minimal-ws-server but holds the chat in a multi-tail ringbuffer
9 minimal-ws-server-threadpool|Demonstrates how to use a worker thread pool with lws
10 minimal-ws-server-threads-smp|SMP ws server where data is produced by different threads with multip…
11 minimal-ws-server-threads|Simple ws server where data is produced by different threads
12 minimal-ws-server|Serves an index.html over http that opens a ws shared chat client in a browser
/external/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-testsfail/
DCMakeLists.txt1 project(lws-minimal-secure-streams-testsfail C)
8 set(SAMP lws-minimal-secure-streams-testsfail)
18 add_executable(${SAMP} minimal-secure-streams-testsfail.c)
26 $<TARGET_FILE:lws-minimal-secure-streams-testsfail>)
28 add_test(NAME ss-tf COMMAND lws-minimal-secure-streams-testsfail)
33 …WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}/minimal-examples/secure-streams/minimal-secure-streams-tests…
52 sstfproxy $<TARGET_FILE:lws-minimal-secure-streams-proxy>
58 sstfproxy $<TARGET_FILE:lws-minimal-secure-streams-proxy>
69 $<TARGET_FILE:lws-minimal-secure-streams-testsfail-client> -i +${CTEST_SOCKET_PATH} -d1039)
71 …add_test(NAME sspc-minimaltf COMMAND lws-minimal-secure-streams-testsfail-client -i +${CTEST_SOCKE…
[all …]
/external/libwebsockets/minimal-examples/http-server/minimal-http-server-eventlib-foreign/
DCMakeLists.txt1 project(lws-minimal-http-server-eventlib-foreign C)
9 set(SAMP lws-minimal-http-server-eventlib-foreign)
10 set(SRCS minimal-http-server-eventlib-foreign.c)
137 …add_test(NAME hs_evlib_foreign_uv COMMAND lws-minimal-http-server-eventlib-foreign --uv -p ${PORT_…
141 …WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}/minimal-examples/http-server/minimal-http-server-eventlib-fo…
145 …add_test(NAME hs_evlib_foreign_event COMMAND lws-minimal-http-server-eventlib-foreign --event -p $…
149 …WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}/minimal-examples/http-server/minimal-http-server-eventlib-fo…
153 …add_test(NAME hs_evlib_foreign_ev COMMAND lws-minimal-http-server-eventlib-foreign --ev -p ${PORT_…
157 …WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}/minimal-examples/http-server/minimal-http-server-eventlib-fo…
161 …add_test(NAME hs_evlib_foreign_glib COMMAND lws-minimal-http-server-eventlib-foreign --glib -p ${P…
[all …]
/external/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-threads/
DCMakeLists.txt1 project(lws-minimal-secure-streams-threads C)
19 add_executable(${PROJECT_NAME} minimal-secure-streams-threads.c)
28 $<TARGET_FILE:lws-minimal-secure-streams-threads>)
31 add_test(NAME ss-threads COMMAND lws-minimal-secure-streams-threads)
35 …WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}/minimal-examples/secure-streams/minimal-secure-streams-threa…
51 add_executable(${PROJECT_NAME}-client minimal-secure-streams-threads.c)
75 ssproxythreads_sspc $<TARGET_FILE:lws-minimal-secure-streams-proxy>
81 ssproxythreads_sspc $<TARGET_FILE:lws-minimal-secure-streams-proxy>
93 $<TARGET_FILE:lws-minimal-secure-streams-threads-client> -i +${CTEST_SOCKET_PATH})
95 …add_test(NAME sspcthreads_sspc COMMAND lws-minimal-secure-streams-threads-client -i +${CTEST_SOCKE…
[all …]
/external/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-stress/
DCMakeLists.txt1 project(lws-minimal-secure-streams-stress C)
8 set(SAMP lws-minimal-secure-streams-stress)
19 add_executable(${SAMP} minimal-secure-streams.c)
47 $<TARGET_FILE:lws-minimal-secure-streams-stress> -c 4 --budget 5)
49 add_test(NAME ssstress-warmcat COMMAND lws-minimal-secure-streams-stress -c 4 --budget 5)
54 …WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}/minimal-examples/secure-streams/minimal-secure-streams-stress
76 ssstressproxy $<TARGET_FILE:lws-minimal-secure-streams-proxy>
82 ssstressproxy $<TARGET_FILE:lws-minimal-secure-streams-proxy>
94 … $<TARGET_FILE:lws-minimal-secure-streams-stress-client> -i +${CTEST_SOCKET_PATH} -c 4 --budget 5)
96 …add_test(NAME sspc-minimalstress COMMAND lws-minimal-secure-streams-stress-client -i +${CTEST_SOCK…
[all …]
/external/libwebsockets/minimal-examples/ws-client/
DREADME.md3 minimal-ws-client|Simple client that connects to libwebsockets.org dumb increment protocol and demo…
4 minimal-ws-client-echo|Simple client that connects to a ws server and echos anything the server sen…
5 minimal-ws-client-ping|Ws ping test client
6 minimal-ws-client-pmd-bulk|Client that sends bulk multifragment data to the minimal-ws-server-pmd-b…
7 minimal-ws-client-rx|Connects to the dumb-increment-protocol wss server at https://libwebsockets.or…
8 minimal-ws-client-spam|Spams ws connections in parallel to a server for stability testing
9 minimal-ws-client-tx|Connects to the minimal-ws-broker example as a publisher, demonstrating sendin…
/external/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-sigv4/
DCMakeLists.txt1 project(lws-minimal-secure-streams-sigv4 C)
8 set(SAMP lws-minimal-secure-streams-sigv4)
26 $<TARGET_FILE:lws-minimal-secure-streams-sigv4>)
28 add_test(NAME ss-sigv4 COMMAND lws-minimal-secure-streams-sigv4)
33 … WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}/minimal-examples/secure-streams/minimal-secure-streams-sigv4
52 ssproxysigv4 $<TARGET_FILE:lws-minimal-secure-streams-proxy>
58 ssproxysigv4 $<TARGET_FILE:lws-minimal-secure-streams-proxy>
70 $<TARGET_FILE:lws-minimal-secure-streams-sigv4-client> -i +${CTEST_SOCKET_PATH})
72 … add_test(NAME sspc-sigv4 COMMAND lws-minimal-secure-streams-sigv4-client -i +${CTEST_SOCKET_PATH})
75 … WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}/minimal-examples/secure-streams/minimal-secure-streams-sigv4
/external/perfetto/ui/src/assets/widgets/
Dtheme.scss21 // Here we describe two colour schemes: primary and minimal
24 // Minimal is to be used for things like inputs and labels
26 // Other controls might use the primary scheme by default, but have a minimal
27 // configuration which makes them use the minimal colour scheme.
36 $pf-minimal-foreground: #19212b;
37 $pf-minimal-foreground-disabled: #aaa;
38 $pf-minimal-background: none;
39 $pf-minimal-background-hover: #0001;
40 $pf-minimal-background-active: #0002;
41 $pf-minimal-background-disabled: none;
/external/libwebsockets/minimal-examples/raw/
DREADME.md3 minimal-raw-adopt-tcp|Shows how to have lws adopt an existing tcp socket something else had connect…
4 minimal-raw-adopt-udp|Shows how to create a udp socket and read and write on it
5 minimal-raw-fallback-http|Shows how to run a normal http(s) server that falls back to a specified r…
6 minimal-raw-file|Shows how to adopt a file descriptor (device node, fifo, file, etc) into the lws e…
7 minimal-raw-netcat|Writes stdin to a remote server and prints results on stdout
8 minimal-raw-proxy-fallback|Shows how to run a normal http(s) server that falls back to a proxied co…
9 minimal-raw-proxy|Shows how to set up a vhost so it listens for connections and proxies them to a s…
10 minimal-raw-vhost|Shows how to set up a vhost that listens and accepts RAW socket connections
/external/libwebsockets/READMEs/
DREADME.crypto-apis.md83 …ples, can be found in [./minimal-examples/api-tests/api-test-gencrypto](https://libwebsockets.org/…
129 Minimal examples are provided in the form of commandline tools for JWK / JWS / JWE / x509 handling:
131 …- [JWK minimal example](https://libwebsockets.org/git/libwebsockets/tree/minimal-examples/crypto/m…
132 …- [JWS minimal example](https://libwebsockets.org/git/libwebsockets/tree/minimal-examples/crypto/m…
133 …- [JWE minimal example](https://libwebsockets.org/git/libwebsockets/tree/minimal-examples/crypto/m…
134 …- [X509 minimal example](https://libwebsockets.org/git/libwebsockets/tree/minimal-examples/crypto/
136 …amples, can be found in [./minimal-examples/api-tests/api-test-jose](https://libwebsockets.org/git…

12345678910>>...187