Home
last modified time | relevance | path

Searched full:set (Results 1 – 25 of 12750) sorted by relevance

12345678910>>...510

/third_party/libwebsockets/minimal-examples/embedded/esp32/esp-wrover-kit/
Dsdkconfig14 # CONFIG_SDK_TOOLCHAIN_SUPPORTS_TIME_WIDE_64_BITS is not set
21 # CONFIG_APP_BUILD_TYPE_ELF_RAM is not set
31 # CONFIG_APP_EXCLUDE_PROJECT_VER_VAR is not set
32 # CONFIG_APP_EXCLUDE_PROJECT_NAME_VAR is not set
33 # CONFIG_APP_PROJECT_VER_FROM_CONFIG is not set
41 # CONFIG_BOOTLOADER_COMPILER_OPTIMIZATION_DEBUG is not set
42 # CONFIG_BOOTLOADER_COMPILER_OPTIMIZATION_PERF is not set
43 # CONFIG_BOOTLOADER_COMPILER_OPTIMIZATION_NONE is not set
44 # CONFIG_BOOTLOADER_LOG_LEVEL_NONE is not set
45 # CONFIG_BOOTLOADER_LOG_LEVEL_ERROR is not set
[all …]
/third_party/libwebsockets/minimal-examples/embedded/esp32/esp-heltec-wb32/
Dsdkconfig14 # CONFIG_SDK_TOOLCHAIN_SUPPORTS_TIME_WIDE_64_BITS is not set
21 # CONFIG_APP_BUILD_TYPE_ELF_RAM is not set
31 # CONFIG_APP_EXCLUDE_PROJECT_VER_VAR is not set
32 # CONFIG_APP_EXCLUDE_PROJECT_NAME_VAR is not set
33 # CONFIG_APP_PROJECT_VER_FROM_CONFIG is not set
41 # CONFIG_BOOTLOADER_COMPILER_OPTIMIZATION_DEBUG is not set
42 # CONFIG_BOOTLOADER_COMPILER_OPTIMIZATION_PERF is not set
43 # CONFIG_BOOTLOADER_COMPILER_OPTIMIZATION_NONE is not set
44 # CONFIG_BOOTLOADER_LOG_LEVEL_NONE is not set
45 # CONFIG_BOOTLOADER_LOG_LEVEL_ERROR is not set
[all …]
/third_party/libwebsockets/minimal-examples/embedded/esp32/esp-c3dev/
Dsdkconfig15 # CONFIG_SDK_TOOLCHAIN_SUPPORTS_TIME_WIDE_64_BITS is not set
22 # CONFIG_APP_BUILD_TYPE_ELF_RAM is not set
32 # CONFIG_APP_EXCLUDE_PROJECT_VER_VAR is not set
33 # CONFIG_APP_EXCLUDE_PROJECT_NAME_VAR is not set
34 # CONFIG_APP_PROJECT_VER_FROM_CONFIG is not set
43 # CONFIG_BOOTLOADER_COMPILER_OPTIMIZATION_DEBUG is not set
44 # CONFIG_BOOTLOADER_COMPILER_OPTIMIZATION_PERF is not set
45 # CONFIG_BOOTLOADER_COMPILER_OPTIMIZATION_NONE is not set
46 # CONFIG_BOOTLOADER_LOG_LEVEL_NONE is not set
47 # CONFIG_BOOTLOADER_LOG_LEVEL_ERROR is not set
[all …]
/third_party/libwebsockets/
DCMakeLists-implied-options.txt27 set(LWS_DETECTED_PLAT_IOS 1)
31 # Detect ESP_PLATFORM environment flag, if exist, set LWS_WITH_ESP32.
35 set(LWS_WITH_ESP32 ON)
36 set(LWS_WITH_ZLIB OFF)
37 set(LWS_HAVE_mbedtls_ssl_get_alpn_protocol 1)
39 set(LWS_WITH_ESP32_HELPER OFF)
43 set(LWS_PLAT_FREERTOS 1)
47 set(LWS_WITH_UDP 0)
52 set(LWS_WITH_DIR OFF)
53 set(LWS_WITH_LEJP_CONF OFF)
[all …]
/third_party/curl/CMake/Platforms/
DWindowsCache.cmake24 set(HAVE_LIBDL 0)
25 set(HAVE_LIBUCB 0)
26 set(HAVE_LIBSOCKET 0)
27 set(NOT_NEED_LIBNSL 0)
28 set(HAVE_LIBNSL 0)
29 set(HAVE_GETHOSTNAME 1)
30 set(HAVE_LIBZ 0)
32 set(HAVE_DLOPEN 0)
34 set(HAVE_ALLOCA_H 0)
35 set(HAVE_ARPA_INET_H 0)
[all …]
/third_party/harfbuzz/src/
Dhb-set.cc27 #include "hb-set.hh"
31 * SECTION:hb-set
32 * @title: hb-set
33 * @short_description: Objects representing a set of integers
36 * Set objects represent a mathematical set of integer values. They are
45 * Creates a new, initially empty set.
54 hb_set_t *set; in hb_set_create() local
56 if (!(set = hb_object_create<hb_set_t> ())) in hb_set_create()
59 set->init_shallow (); in hb_set_create()
61 return set; in hb_set_create()
[all …]
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-set.cc27 #include "hb-set.hh"
31 * SECTION:hb-set
32 * @title: hb-set
33 * @short_description: Objects representing a set of integers
36 * Set objects represent a mathematical set of integer values. They are
45 * Creates a new, initially empty set.
54 hb_set_t *set; in hb_set_create() local
56 if (!(set = hb_object_create<hb_set_t> ())) in hb_set_create()
59 set->init_shallow (); in hb_set_create()
61 return set; in hb_set_create()
[all …]
/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dhb-set.cc27 #include "hb-set.hh"
31 * SECTION:hb-set
32 * @title: hb-set
33 * @short_description: Object representing a set of integers
36 * Set objects represent a mathematical set of integer values. They are
37 * used in non-shaping API to query certain set of characters or glyphs,
52 hb_set_t *set; in hb_set_create() local
54 if (!(set = hb_object_create<hb_set_t> ())) in hb_set_create()
57 set->init_shallow (); in hb_set_create()
59 return set; in hb_set_create()
[all …]
/third_party/openh264/build/
DAutoBuildForWindows.bat48 set "OPENH264_BUILD_ARGS_LIST=%*"
68 set BuildFlag=0
79 set DllFile=openh264.dll
80 set LibFile=openh264.lib
81 set PDBFile=openh264.pdb
82 set UTDllFile=ut.dll
83 set UTBinFile=codec_unittest.exe
84 set EncBinFile=h264enc.exe
85 set DecBinFile=h264dec.exe
89 set WorkingDir=%cd%
[all …]
/third_party/typescript/tests/baselines/reference/
DcontrolFlowInstanceof.types4 function f1(s: Set<string> | Set<number>) {
5 >f1 : (s: Set<string> | Set<number>) => void
6 >s : Set<string> | Set<number>
8 s = new Set<number>();
9 >s = new Set<number>() : Set<number>
10 >s : Set<string> | Set<number>
11 >new Set<number>() : Set<number>
12 >Set : SetConstructor
14 s; // Set<number>
15 >s : Set<number>
[all …]
/third_party/jerryscript/tests/jerry/es2015/
Dset.js16 var set = new Set(); variable
18 assert (set.size === 0);
19 assert (set.add (int) === set);
20 assert (set.has (int));
21 assert (set.size === 1);
24 assert (set.add (str) === set);
25 assert (set.has (str));
26 assert (set.size === 2);
29 assert (set.add (number) === set);
30 assert (set.has (number));
[all …]
/third_party/mindspore/cmake/
Dlite_ios.cmake1 set(CMAKE_THREAD_LIBS_INIT "-lpthread")
2 set(CMAKE_HAVE_THREADS_LIBRARY 1)
3 set(CMAKE_USE_WIN32_THREADS_INIT 0)
4 set(CMAKE_USE_PTHREADS_INIT 1)
6 set(USED_CMAKE_GENERATOR "${CMAKE_GENERATOR}" CACHE STRING "Expose CMAKE_GENERATOR" FORCE)
9 set(MODERN_CMAKE YES)
18 set(FORCE_CACHE FORCE)
27 set(PLATFORM "OS")
29 set(PLATFORM "SIMULATOR")
33 set(PLATFORM "OS")
[all …]
/third_party/skia/third_party/externals/icu/source/i18n/
Dregexcst.txt70 '[' n set-open ^set-finish doSetBegin
296 # [set expression] parsing,
297 # All states involved in parsing set expressions have names beginning with "set-"
300 set-open:
301 '^' n set-open2 doSetNegate
302 ':' set-posix doSetPosixProp
303 default set-open2
305 set-open2:
306 ']' n set-after-lit doSetLiteral
307 default set-start
[all …]
/third_party/icu/icu4c/source/i18n/
Dregexcst.txt70 '[' n set-open ^set-finish doSetBegin
296 # [set expression] parsing,
297 # All states involved in parsing set expressions have names beginning with "set-"
300 set-open:
301 '^' n set-open2 doSetNegate
302 ':' set-posix doSetPosixProp
303 default set-open2
305 set-open2:
306 ']' n set-after-lit doSetLiteral
307 default set-start
[all …]
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dregexcst.txt70 '[' n set-open ^set-finish doSetBegin
296 # [set expression] parsing,
297 # All states involved in parsing set expressions have names beginning with "set-"
300 set-open:
301 '^' n set-open2 doSetNegate
302 ':' set-posix doSetPosixProp
303 default set-open2
305 set-open2:
306 ']' n set-after-lit doSetLiteral
307 default set-start
[all …]
/third_party/typescript/src/testRunner/unittests/
DcreateSetShim.ts37 … function testSetIterationAddedValues<K>(keys: K[], set: Set<K>, useForEach: boolean): string {
40 set.add(keys[0]);
41 set.add(keys[1]);
42 set.add(keys[2]);
43 set.add(keys[3]);
49 // Add a new key ("0") - the set should provide this
52 set.add(keys[0]);
53 set.add(keys[4]);
54 set.add(keys[3]);
60 // Remove and re-add key "3"; the set should
[all …]
/third_party/gstreamer/gstreamer/tests/check/gst/
Dgstpoll.c38 GstPoll *set; in GST_START_TEST() local
44 set = gst_poll_new (FALSE); in GST_START_TEST()
45 fail_if (set == NULL, "Failed to create a GstPoll"); in GST_START_TEST()
56 fail_unless (gst_poll_add_fd (set, &rfd), "Could not add read descriptor"); in GST_START_TEST()
57 fail_unless (gst_poll_fd_ctl_read (set, &rfd, TRUE), in GST_START_TEST()
62 fail_unless (gst_poll_wait (set, GST_CLOCK_TIME_NONE) == 1, in GST_START_TEST()
64 fail_unless (gst_poll_fd_can_read (set, &rfd), in GST_START_TEST()
66 fail_if (gst_poll_fd_can_write (set, &rfd), in GST_START_TEST()
69 fail_unless (gst_poll_add_fd (set, &wfd), "Could not add write descriptor"); in GST_START_TEST()
70 fail_unless (gst_poll_fd_ctl_write (set, &wfd, TRUE), in GST_START_TEST()
[all …]
/third_party/node/deps/icu-small/source/common/unicode/
Duset.h24 * \brief C API: Unicode Set
71 * The resulting set is a superset of the input for the code points but
75 * the original set to their full case folding equivalents.
79 * an input character directly against the closure set.
81 * set with an incremental case folding of the string in question.
83 * The closure set will also contain single code points if the original
84 * set contained case-equivalent strings (like U+00DF for "ss" or "Ss" etc.).
87 * set contained the code point or a string.
98 * of each existing element in the set.
106 * the current character is contained vs. not contained in the set.
[all …]
/third_party/flutter/skia/third_party/externals/icu/source/common/unicode/
Duset.h24 * \brief C API: Unicode Set
68 * The resulting set is a superset of the input for the code points but
72 * the original set to their full case folding equivalents.
76 * an input character directly against the closure set.
78 * set with an incremental case folding of the string in question.
80 * The closure set will also contain single code points if the original
81 * set contained case-equivalent strings (like U+00DF for "ss" or "Ss" etc.).
84 * set contained the code point or a string.
95 * of each existing element in the set.
103 * the current character is contained vs. not contained in the set.
[all …]
/third_party/flutter/skia/third_party/externals/sdl/
DCMakeLists.txt16 #cmake_policy(SET CMP0042 OLD)
30 set(CMAKE_MODULE_PATH "${SDL2_SOURCE_DIR}/cmake")
39 # if any functions have been added, set SDL_INTERFACE_AGE to 0.
41 # set SDL_BINARY_AGE and SDL_INTERFACE_AGE to 0.
42 set(SDL_MAJOR_VERSION 2)
43 set(SDL_MINOR_VERSION 0)
44 set(SDL_MICRO_VERSION 5)
45 set(SDL_INTERFACE_AGE 1)
46 set(SDL_BINARY_AGE 5)
47 set(SDL_VERSION "${SDL_MAJOR_VERSION}.${SDL_MINOR_VERSION}.${SDL_MICRO_VERSION}")
[all …]
/third_party/skia/third_party/externals/icu/source/common/unicode/
Duset.h24 * \brief C API: Unicode Set
71 * The resulting set is a superset of the input for the code points but
75 * the original set to their full case folding equivalents.
79 * an input character directly against the closure set.
81 * set with an incremental case folding of the string in question.
83 * The closure set will also contain single code points if the original
84 * set contained case-equivalent strings (like U+00DF for "ss" or "Ss" etc.).
87 * set contained the code point or a string.
98 * of each existing element in the set.
106 * the current character is contained vs. not contained in the set.
[all …]
/third_party/icu/icu4c/source/common/unicode/
Duset.h24 * \brief C API: Unicode Set
71 * The resulting set is a superset of the input for the code points but
75 * the original set to their full case folding equivalents.
79 * an input character directly against the closure set.
81 * set with an incremental case folding of the string in question.
83 * The closure set will also contain single code points if the original
84 * set contained case-equivalent strings (like U+00DF for "ss" or "Ss" etc.).
87 * set contained the code point or a string.
98 * of each existing element in the set.
106 * the current character is contained vs. not contained in the set.
[all …]
/third_party/libwebsockets/contrib/
DiOS.cmake14 # If set manually, it will override the default location and force the user of a particular Devel…
19 # If set manually, this will force the use of a specific SDK version
34 set (CMAKE_SYSTEM_NAME Darwin)
35 set (CMAKE_SYSTEM_VERSION 1)
36 set(CMAKE_CROSSCOMPILING TRUE)
37 set (UNIX TRUE)
38 set (APPLE TRUE)
39 set (IOS TRUE)
42 set(IOS_BITCODE 1)
44 set(IOS_BITCODE_MARKER 0)
[all …]
/third_party/vk-gl-cts/framework/delibs/cmake/
Dtoolchain-ios.cmake14 # If set manually, it will override the default location and force the user of a particular Devel…
19 # If set manually, this will force the use of a specific SDK version
22 set (CMAKE_SYSTEM_NAME Darwin)
23 set (CMAKE_SYSTEM_VERSION 1)
24 set (UNIX True)
25 set (APPLE True)
26 set (IOS True)
29 set (CMAKE_OSX_DEPLOYMENT_TARGET "" CACHE STRING "Force unset of the deployment target for iOS" FOR…
44 set (CMAKE_CXX_COMPILER_WORKS TRUE)
45 set (CMAKE_C_COMPILER_WORKS TRUE)
[all …]
/third_party/gn/src/gn/
Dpointer_set_unittest.cc22 TestPointerSet set; in TEST() local
23 EXPECT_TRUE(set.empty()); in TEST()
24 EXPECT_EQ(0u, set.size()); in TEST()
25 EXPECT_FALSE(set.contains(kFoo1)); in TEST()
29 TestPointerSet set(kFullList.begin(), kFullList.end()); in TEST() local
30 EXPECT_FALSE(set.empty()); in TEST()
31 EXPECT_EQ(3u, set.size()); in TEST()
32 EXPECT_TRUE(set.contains(kFoo1)); in TEST()
33 EXPECT_TRUE(set.contains(kFoo2)); in TEST()
34 EXPECT_TRUE(set.contains(kFoo3)); in TEST()
[all …]

12345678910>>...510