/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/ |
H A D | Trie2Test.java | 76 trieWA.set(500, 2); in TestTrie2API() 81 trieWB.set(500, 2); in TestTrie2API() 134 trie.set(0x10123, 42); in TestTrie2API() 158 trie.set(0x2f810, 10); in TestTrie2API() 185 trie.set(0x2f810, 10); in TestTrie2API() 211 trie.set(0xffee, 300); in TestTrie2API() 254 t1w.set(0x4567, 99); in TestTrie2WritableAPI() 293 t1w.set(0xd801, 6000); in TestTrie2WritableAPI() 302 t1w.set(42, 5555); in TestTrie2WritableAPI() 303 t1w.set( in TestTrie2WritableAPI() [all...] |
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
H A D | Trie2Test.java | 73 trieWA.set(500, 2); in TestTrie2API() 78 trieWB.set(500, 2); in TestTrie2API() 131 trie.set(0x10123, 42); in TestTrie2API() 155 trie.set(0x2f810, 10); in TestTrie2API() 182 trie.set(0x2f810, 10); in TestTrie2API() 208 trie.set(0xffee, 300); in TestTrie2API() 251 t1w.set(0x4567, 99); in TestTrie2WritableAPI() 290 t1w.set(0xd801, 6000); in TestTrie2WritableAPI() 299 t1w.set(42, 5555); in TestTrie2WritableAPI() 300 t1w.set( in TestTrie2WritableAPI() [all...] |
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/lang/ |
H A D | CharacterProperties.java | 16 * A set for each ICU-supported binary property with all code points for which the property is true. 32 UnicodeSet set = new UnicodeSet(); in makeSet() 48 set.add(startHasProperty, c - 1); in makeSet() 54 set.add(startHasProperty, 0x10FFFF); in makeSet() 57 return set.freeze(); in makeSet() 109 * <p>The returned set contains all code points for which the property is true. 112 * @return the property as a set 122 UnicodeSet set = sets[property]; in getBinaryPropertySet() 123 if (set == null) { in getBinaryPropertySet() 124 sets[property] = set in getBinaryPropertySet() [all...] |
/third_party/node/test/es-module/ |
H A D | test-esm-loader-modulemap.js | 27 // LoadCache.set and LoadCache.get store and retrieve module jobs for a 33 moduleMap.set(jsModuleDataUrl, undefined, jsModuleJob); 34 moduleMap.set(jsonModuleDataUrl, 'json', jsonModuleJob); 53 // LoadCache.get, LoadCache.has and LoadCache.set should only accept string 67 throws(() => moduleMap.set(value, undefined, jsModuleJob), errorObj); 71 // LoadCache.get, LoadCache.has and LoadCache.set should only accept string 85 throws(() => moduleMap.set(jsModuleDataUrl, value, jsModuleJob), errorObj); 89 // LoadCache.set should only accept ModuleJob values as job argument. 94 throws(() => moduleMap.set('', undefined, value), { 111 resolveMap.set('key [all...] |
/third_party/rust/crates/cxx/gen/cmd/src/ |
H A D | cfg.rs | 30 let set = self.map.get(name); in eval() 32 if let Some(set) = set { in eval() 33 CfgResult::from(set.contains(&CfgValue::Str(value.to_owned()))) in eval() 45 if let Some(set) = set { in eval() 46 is_false = set.contains(&CfgValue::FALSE); in eval() 47 is_true = set.contains(&CfgValue::TRUE); in eval()
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-bimap.hh | 58 void set (hb_codepoint_t lhs, hb_codepoint_t rhs) in set() function 64 forw_map.set (lhs, rhs); in set() 67 back_map.set (rhs, lhs); in set() 110 set (lhs, rhs); in add() 121 void add_set (const hb_set_t *set) in add_set() 124 while (hb_set_next (set, &i)) add (i); in add_set() 131 for (hb_codepoint_t i = 0; i < size; i++) set (i, i); in identity() 155 set (work[rhs], rhs); in sort()
|
/third_party/typescript/tests/baselines/reference/ |
H A D | derivedClassOverridesProtectedMembers.js | 9 protected set c(v: typeof x) { } 15 protected static set t(v: typeof x) { } 25 protected set c(v: typeof y) { } 31 protected static set t(a: typeof y) { } 62 set: function (v) { },
69 set: function (v) { },
83 set: function (v) { },
90 set: function (a) { },
|
H A D | privateWriteOnlyAccessorRead.js | 3 set #value(v: { foo: { bar: number } }) {} 4 set #valueRest(v: number[]) {} 5 set #valueOne(v: number) {} 6 set #valueCompound(v: number) {} 47 return (kind === "a" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value)), value;
72 (_a = this, { o: ({ set value(_e) { __classPrivateFieldSet(_a, _Test_instances, _e, "a", _Test_value_set); } }).value } = { o: { foo } }); //ok
73 (_b = this, ({ set value(_e) { __classPrivateFieldSet(_b, _Test_instances, _e, "a", _Test_value_set); } }).value = __rest({ foo }, [])); //ok
79 _c = this, _d = this, [({ set value(_e) { __classPrivateFieldSet(_c, _Test_instances, _e, "a", _Test_valueOne_set); } }).value, ...({ set value(_e) { __classPrivateFieldSet(_d, _Test_instances, _e, "a", _Test_valueRest_set); } }).value] = [1, 2, 3];
|
/third_party/python/PCbuild/ |
H A D | env.bat | 12 set _ARGS=%*
13 if NOT DEFINED _ARGS set _ARGS=amd64
16 set VSTOOLS=
17 for /F "tokens=*" %%i in ('"%ProgramFiles(x86)%\Microsoft Visual Studio\Installer\vswhere.exe" -property installationPath -latest -prerelease -products * -requires Microsoft.VisualStudio.Component.VC.Tools.x86.x64') DO @(set VSTOOLS=%%i\VC\Auxiliary\Build\vcvarsall.bat)
23 if not defined VSTOOLS set VSTOOLS=%VS140COMNTOOLS%
24 if not defined VSTOOLS set VSTOOLS=%VS120COMNTOOLS%
25 if not defined VSTOOLS set VSTOOLS=%VS110COMNTOOLS%
26 if not defined VSTOOLS set VSTOOLS=%VS100COMNTOOLS%
|
/third_party/protobuf/kokoro/release/python/windows/ |
H A D | build_artifacts.bat | 2 set REPO_DIR_STAGE=%cd%\github\protobuf-stage 8 set PACKAGE_NAME=protobuf 9 set REPO_DIR=protobuf 10 set BUILD_DLL=OFF 11 set UNICODE=ON 12 set PB_TEST_DEP="six==1.9" 13 set OTHER_TEST_DEP="setuptools==38.5.1" 14 set OLD_PATH=C:\Program Files (x86)\MSBuild\14.0\bin\;%PATH%
|
/third_party/musl/libc-test/src/functionalext/supplement/signal/signal_gtest/ |
H A D | signal_sigemptyset_test.cpp | 14 * signal set and add two signals to the set without any errors. 19 sigset_t set; in HWTEST_F() local 21 sigemptyset(&set); in HWTEST_F() 22 sigaddset(&set, SIGINT); in HWTEST_F() 23 sigaddset(&set, SIGTERM); in HWTEST_F() 25 EXPECT_EQ(0, sigemptyset(&set)); in HWTEST_F()
|
/third_party/libbpf/src/ |
H A D | strset.h | 13 void strset__free(struct strset *set); 15 const char *strset__data(const struct strset *set); 16 size_t strset__data_size(const struct strset *set); 18 int strset__find_str(struct strset *set, const char *s); 19 int strset__add_str(struct strset *set, const char *s);
|
/third_party/node/lib/internal/util/ |
H A D | iterable_weak_map.js | 21 set(key, value) { 26 this.#weakMap.set(key, { value, ref: entry.ref }); 29 this.#weakMap.set(key, { value, ref }); 32 set: this.#refSet, 76 function cleanup({ set, ref }) { 77 set.delete(ref);
|
/third_party/musl/porting/linux/user/src/thread/ |
H A D | pthread_sigmask.c | 27 extern void intercept_pthread_sigmask(int how, sigset_t *restrict set); 51 int pthread_sigmask(int how, const sigset_t *restrict set, sigset_t *restrict old) in pthread_sigmask() argument 54 if (set && (unsigned)how - SIG_BLOCK > 2U) return EINVAL; in pthread_sigmask() 56 if (set && get_sigchain_mask_enable()) { in pthread_sigmask() 57 sigset_t tmpset = *set; in pthread_sigmask() 62 ret = -__syscall(SYS_rt_sigprocmask, how, set, old, _NSIG/8); in pthread_sigmask()
|
/third_party/ltp/include/lapi/ |
H A D | safe_rt_signal.h | 37 int how, const sigset_t *set, in safe_rt_sigprocmask() 42 ret = tst_syscall(__NR_rt_sigprocmask, how, set, oldset, sigsetsize); in safe_rt_sigprocmask() 46 how, set, oldset, sigsetsize); in safe_rt_sigprocmask() 50 how, set, oldset, sigsetsize, ret); in safe_rt_sigprocmask() 56 #define SAFE_RT_SIGPROCMASK(how, set, oldset, sigsetsize) \ 57 safe_rt_sigprocmask(__FILE__, __LINE__, how, set, oldset, sigsetsize) 36 safe_rt_sigprocmask(const char *file, const int lineno, int how, const sigset_t *set, sigset_t *oldset, size_t sigsetsize) safe_rt_sigprocmask() argument
|
/third_party/skia/third_party/externals/imgui/examples/example_glfw_vulkan/ |
H A D | build_win32.bat | 3 @set OUT_EXE=example_glfw_vulkan 4 @set INCLUDES=/I..\.. /I..\..\backends /I..\libs\glfw\include /I %VULKAN_SDK%\include 5 @set SOURCES=main.cpp ..\..\backends\imgui_impl_vulkan.cpp ..\..\backends\imgui_impl_glfw.cpp ..\..\imgui*.cpp 6 @set LIBS=/LIBPATH:..\libs\glfw\lib-vc2010-32 /libpath:%VULKAN_SDK%\lib32 glfw3.lib opengl32.lib gdi32.lib shell32.lib vulkan-1.lib 8 @set OUT_DIR=Debug 12 @set OUT_DIR=Release
|
/third_party/vk-gl-cts/framework/delibs/decpp/ |
H A D | deSTLUtil.cpp | 27 #include <set> 30 using std::set; 49 set<int> s1; in STLUtil_selfTest() 56 set<int> s2; in STLUtil_selfTest() 63 set<int> si = intersection(s1, s2); in STLUtil_selfTest() 68 set<int> su = set_union(s1, s2); in STLUtil_selfTest()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
H A D | PersianCalendar.java | 194 * Constructs a <code>PersianCalendar</code> with the given date set 197 * @param date The date to which the new calendar is set. 210 * Constructs a <code>PersianCalendar</code> with the given date set 213 * @param year the value used to set the {@link #YEAR YEAR} time field in the calendar. 214 * @param month the value used to set the {@link #MONTH MONTH} time field in the calendar. 216 * @param date the value used to set the {@link #DATE DATE} time field in the calendar. 226 this.set(Calendar.YEAR, year); in PersianCalendar() 227 this.set(Calendar.MONTH, month); in PersianCalendar() 228 this.set(Calendar.DATE, date); in PersianCalendar() 233 * and time set fo [all...] |
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/ |
H A D | PersianCalendar.java | 196 * Constructs a <code>PersianCalendar</code> with the given date set 199 * @param date The date to which the new calendar is set. 212 * Constructs a <code>PersianCalendar</code> with the given date set 215 * @param year the value used to set the {@link #YEAR YEAR} time field in the calendar. 216 * @param month the value used to set the {@link #MONTH MONTH} time field in the calendar. 218 * @param date the value used to set the {@link #DATE DATE} time field in the calendar. 228 this.set(Calendar.YEAR, year); in PersianCalendar() 229 this.set(Calendar.MONTH, month); in PersianCalendar() 230 this.set(Calendar.DATE, date); in PersianCalendar() 235 * and time set fo [all...] |
/third_party/node/src/tracing/ |
H A D | agent.h | 10 #include <set> 63 inline void Enable(const std::set<std::string>& categories); 64 inline void Disable(const std::set<std::string>& categories); 101 AgentWriterHandle AddClient(const std::set<std::string>& categories, 130 void Enable(int id, const std::set<std::string>& categories); 131 void Disable(int id, const std::set<std::string>& categories); 152 std::set<AsyncTraceWriter*> to_be_initialized_; 176 void AgentWriterHandle::Enable(const std::set<std::string>& categories) { in Enable() 180 void AgentWriterHandle::Disable(const std::set<std::string>& categories) { in Disable()
|
/third_party/node/benchmark/es/ |
H A D | map-bench.js | 73 set(key, val) { m[`$${key}`] = val; }, 83 m.set(`i${i}`, i); 84 m.set(`s${i}`, String(i)); 86 m.set(`i${i}`, undefined); 87 m.set(`s${i}`, undefined); 96 m.set(`i${i}`, i); 97 m.set(`s${i}`, String(i)); 99 m.set(`i${i}`, undefined); 100 m.set(`s${i}`, undefined);
|
/third_party/node/deps/openssl/config/archs/linux64-mips64/asm/crypto/bn/ |
H A D | mips-mont.S | 5 .set noat 6 .set noreorder 39 .set reorder 77 .set noreorder 105 .set reorder 165 .set noreorder 196 .set reorder 227 .set noreorder 268 .set noreorder
|
/third_party/node/deps/openssl/config/archs/linux64-mips64/asm_avx2/crypto/bn/ |
H A D | mips-mont.S | 5 .set noat 6 .set noreorder 39 .set reorder 77 .set noreorder 105 .set reorder 165 .set noreorder 196 .set reorder 227 .set noreorder 268 .set noreorder
|
/third_party/mesa3d/src/util/tests/ |
H A D | set_test.cpp | 26 #include "util/set.h" 28 TEST(set, basic) in TEST() 30 struct set *s = _mesa_set_create(NULL, _mesa_hash_pointer, in TEST() 78 TEST(set, clone) in TEST() 80 struct set *s = _mesa_set_create(NULL, _mesa_hash_pointer, in TEST() 99 struct set *clone = _mesa_set_clone(s, NULL); in TEST() 110 TEST(set, remove_key) in TEST() 112 struct set *s = _mesa_set_create(NULL, _mesa_hash_pointer, in TEST() 150 TEST(set, search_or_add) in TEST() 152 struct set * in TEST() [all...] |
/third_party/python/Modules/_ctypes/libffi_osx/powerpc/ |
H A D | ppc-darwin.S | 110 We have set up a nice stack frame, just load it into registers. */ 287 .set L$set$0,LECIE1-LSCIE1 288 .long L$set$0 ; Length of Common Information Entry 306 .set L$set$1,LEFDE1-LASFDE1 307 .long L$set$1 ; FDE Length 312 .set L$set$3,LFE1-LFB0 313 .g_long L$set [all...] |