Home
last modified time | relevance | path

Searched refs:set (Results 626 - 650 of 7914) sorted by relevance

1...<<21222324252627282930>>...317

/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/calendar/
H A DHebrewTest.java248 calendar.set(Calendar.YEAR, 5717); in TestTimeFields()
249 calendar.set(Calendar.MONTH, 2); in TestTimeFields()
250 calendar.set(Calendar.DAY_OF_MONTH, 23); in TestTimeFields()
262 * ELUL on non leap years causes the date to be set on TISHRI next year.
275 cal.set(Calendar.YEAR, year); in TestElulMonth()
276 cal.set(Calendar.MONTH, ELUL); in TestElulMonth()
277 cal.set(Calendar.DAY_OF_MONTH, 1); in TestElulMonth()
305 // the calendar is set to ADAR_1 on a non-leap year, the result is undefined. in TestMonthMovement()
310 // m3/y3 - month/year after set(MONTH, m1+delta) in TestMonthMovement()
314 1 , 2, +12, 1, 3, 13, 2, //*set ! in TestMonthMovement()
[all...]
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
H A Dweird_bitfields.rs75 pub fn set(&mut self, bit_offset: usize, bit_width: u8, val: u64) { in set() functions
305 self._bitfield_1.set(0usize, 16u8, val as u64) in set_bitTest()
318 self._bitfield_1.set(16usize, 15u8, val as u64) in set_bitTest2()
328 __bindgen_bitfield_unit.set(0usize, 16u8, {
332 __bindgen_bitfield_unit.set(16usize, 15u8, {
348 self._bitfield_2.set(0usize, 3u8, val as u64) in set_mFillOpacitySource()
361 self._bitfield_2.set(3usize, 3u8, val as u64) in set_mStrokeOpacitySource()
374 self._bitfield_2.set(6usize, 1u8, val as u64) in set_mStrokeDasharrayFromObject()
387 self._bitfield_2.set(7usize, 1u8, val as u64) in set_mStrokeDashoffsetFromObject()
400 self._bitfield_2.set( in set_mStrokeWidthFromObject()
[all...]
/third_party/python/Tools/peg_generator/pegen/
H A Dparser_generator.py97 self.soft_keywords: Set[str] = set()
157 done: Set[str] = set()
163 done = set(self.all_rules)
224 self.visited: Set[Any] = set()
225 self.nullables: Set[Union[Rule, NamedItem]] = set()
304 names: Set[str] = set()
314 names: Set[str] = set()
322 return set()
325 return set()
328 return set()
[all...]
/third_party/skia/third_party/externals/spirv-cross/include/spirv_cross/
H A Dinternal_interface.hpp240 void register_resource(const internal::Resource<U> &value, unsigned set, unsigned binding) in register_resource()
242 assert(set < SPIRV_CROSS_NUM_DESCRIPTOR_SETS); in register_resource()
244 assert(!resources[set][binding].ptr); in register_resource()
246 resources[set][binding].ptr = (void **)&value.ptr; in register_resource()
247 resources[set][binding].size = internal::Resource<U>::Size; in register_resource()
248 resources[set][binding].pre_dereference = internal::Resource<U>::PreDereference; in register_resource()
325 void set_resource(unsigned set, unsigned binding, void **data, size_t size)
327 assert(set < SPIRV_CROSS_NUM_DESCRIPTOR_SETS);
329 assert(resources[set][binding].ptr);
330 assert(size >= resources[set][bindin
[all...]
/third_party/python/Modules/_ctypes/libffi_osx/powerpc/
H A Dppc64-darwin_closure.S311 .set L$set$0,LECIE1-LSCIE1
312 .long L$set$0 ; Length of Common Information Entry
330 .set L$set$1,LEFDE1-LASFDE1
331 .long L$set$1 ; FDE Length
336 .set L$set$3,LFE1-LFB1
337 .g_long L$set$3 ; FDE address range
340 .set
[all...]
/third_party/python/PC/layout/support/
H A Dappxmanifest.py234 e.set("AppPackageFamilyName", pfn)
235 e.set("CertificateSignatureHash", new_hash)
261 e.set(*attr)
281 e.set(*i)
290 e.set(ET.QName(APPXMANIFEST_NS["desktop4"], "Subsystem"), subsystem)
299 e.set("Parameters", parameters)
369 e.set("Category", "windows.classicAppCompatKeys")
370 e.set("EntryPoint", "Windows.FullTrustApplication")
376 k.set("Name", name)
378 k.set("ValueNam
[all...]
/third_party/curl/lib/
H A Dhttp.c203 for(head = (conn->bits.proxy && data->set.sep_headers) ? in Curl_checkProxyheaders()
204 data->set.proxyheaders : data->set.headers; in Curl_checkProxyheaders()
344 data->set.str[STRING_BEARER]); in http_output_bearer()
557 * which one (if any) to use. It will set 'newurl' if an auth method was
569 if(!data->set.str[STRING_BEARER]) in Curl_http_auth_act()
577 return data->set.http_fail_on_error?CURLE_HTTP_RETURNED_ERROR:CURLE_OK; in Curl_http_auth_act()
579 if((data->state.aptr.user || data->set.str[STRING_BEARER]) && in Curl_http_auth_act()
728 /* NOTE: this function should set 'done' TRUE, as the other auth in output_auth_headers()
736 if((!proxy && data->set in output_auth_headers()
[all...]
/third_party/node/deps/openssl/config/archs/linux64-mips64/asm/crypto/bn/
H A Dbn-mips.S22 .set noat
28 .set noreorder
38 .set reorder
101 .set noreorder
109 .set reorder
154 .set noreorder
163 .set noreorder
173 .set reorder
217 .set noreorder
225 .set reorde
[all...]
/third_party/node/deps/openssl/config/archs/linux64-mips64/asm_avx2/crypto/bn/
H A Dbn-mips.S22 .set noat
28 .set noreorder
38 .set reorder
101 .set noreorder
109 .set reorder
154 .set noreorder
163 .set noreorder
173 .set reorder
217 .set noreorder
225 .set reorde
[all...]
/third_party/icu/icu4c/source/i18n/
H A Dregexcmp.cpp98 static inline void addCategory(UnicodeSet *set, int32_t value, UErrorCode& ec) { in addCategory() argument
99 set->addAll(UnicodeSet().applyIntPropertyValue(UCHAR_GENERAL_CATEGORY_MASK, value, ec)); in addCategory()
197 // Table row specified an individual character, not a set, and in compile()
220 // Table row specified a character class, or set of characters, in compile()
788 // 2. LOOP_SR_I set number (assuming repeated item is a set ref) in doParseActions()
799 // Emit optimized code for [char set]+ in doParseActions()
906 // 1. LOOP_SR_I set number in doParseActions()
931 // Emit optimized code for a [char set]* in doParseActions()
1548 UnicodeSet *set in doParseActions()
1555 UnicodeSet *set = (UnicodeSet *)fSetStack.peek(); doParseActions() local
1562 UnicodeSet *set = (UnicodeSet *)fSetStack.peek(); doParseActions() local
1569 UnicodeSet *set = (UnicodeSet *)fSetStack.peek(); doParseActions() local
1578 UnicodeSet *set = (UnicodeSet *)fSetStack.peek(); doParseActions() local
1586 UnicodeSet *set = (UnicodeSet *)fSetStack.peek(); doParseActions() local
1597 UnicodeSet *set = (UnicodeSet *)fSetStack.peek(); doParseActions() local
1607 UnicodeSet *set = (UnicodeSet *)fSetStack.peek(); doParseActions() local
1618 UnicodeSet *set = (UnicodeSet *)fSetStack.peek(); doParseActions() local
1627 UnicodeSet *set = (UnicodeSet *)fSetStack.peek(); doParseActions() local
1639 UnicodeSet *set = (UnicodeSet *)fSetStack.peek(); doParseActions() local
1646 UnicodeSet *set = (UnicodeSet *)fSetStack.peek(); doParseActions() local
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A Dregexcmp.cpp98 static inline void addCategory(UnicodeSet *set, int32_t value, UErrorCode& ec) { in addCategory() argument
99 set->addAll(UnicodeSet().applyIntPropertyValue(UCHAR_GENERAL_CATEGORY_MASK, value, ec)); in addCategory()
197 // Table row specified an individual character, not a set, and in compile()
220 // Table row specified a character class, or set of characters, in compile()
788 // 2. LOOP_SR_I set number (assuming repeated item is a set ref) in doParseActions()
799 // Emit optimized code for [char set]+ in doParseActions()
906 // 1. LOOP_SR_I set number in doParseActions()
931 // Emit optimized code for a [char set]* in doParseActions()
1548 UnicodeSet *set in doParseActions()
1555 UnicodeSet *set = (UnicodeSet *)fSetStack.peek(); doParseActions() local
1562 UnicodeSet *set = (UnicodeSet *)fSetStack.peek(); doParseActions() local
1569 UnicodeSet *set = (UnicodeSet *)fSetStack.peek(); doParseActions() local
1578 UnicodeSet *set = (UnicodeSet *)fSetStack.peek(); doParseActions() local
1586 UnicodeSet *set = (UnicodeSet *)fSetStack.peek(); doParseActions() local
1597 UnicodeSet *set = (UnicodeSet *)fSetStack.peek(); doParseActions() local
1607 UnicodeSet *set = (UnicodeSet *)fSetStack.peek(); doParseActions() local
1618 UnicodeSet *set = (UnicodeSet *)fSetStack.peek(); doParseActions() local
1627 UnicodeSet *set = (UnicodeSet *)fSetStack.peek(); doParseActions() local
1639 UnicodeSet *set = (UnicodeSet *)fSetStack.peek(); doParseActions() local
1646 UnicodeSet *set = (UnicodeSet *)fSetStack.peek(); doParseActions() local
[all...]
/third_party/mesa3d/src/panfrost/vulkan/
H A Dpanvk_cmd_buffer.c94 struct panvk_descriptor_set *set) in panvk_set_dyn_ssbo_pointers()
98 for (unsigned i = 0; i < set->layout->num_dyn_ssbos; i++) { in panvk_set_dyn_ssbo_pointers()
130 VK_FROM_HANDLE(panvk_descriptor_set, set, pDescriptorSets[i]); in panvk_CmdBindDescriptorSets()
132 descriptors_state->sets[idx] = set; in panvk_CmdBindDescriptorSets()
134 if (set->layout->num_dyn_ssbos || set->layout->num_dyn_ubos) { in panvk_CmdBindDescriptorSets()
138 for (unsigned b = 0; b < set->layout->binding_count; b++) { in panvk_CmdBindDescriptorSets()
139 for (unsigned e = 0; e < set->layout->bindings[b].array_size; e++) { in panvk_CmdBindDescriptorSets()
142 if (set->layout->bindings[b].type == VK_DESCRIPTOR_TYPE_UNIFORM_BUFFER_DYNAMIC) { in panvk_CmdBindDescriptorSets()
144 *bdesc = set in panvk_CmdBindDescriptorSets()
92 panvk_set_dyn_ssbo_pointers(struct panvk_descriptor_state *desc_state, unsigned dyn_ssbo_offset, struct panvk_descriptor_set *set) panvk_set_dyn_ssbo_pointers() argument
[all...]
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dregexcmp.cpp98 static inline void addCategory(UnicodeSet *set, int32_t value, UErrorCode& ec) { in addCategory() argument
99 set->addAll(UnicodeSet().applyIntPropertyValue(UCHAR_GENERAL_CATEGORY_MASK, value, ec)); in addCategory()
197 // Table row specified an individual character, not a set, and in compile()
220 // Table row specified a character class, or set of characters, in compile()
793 // 2. LOOP_SR_I set number (assuming repeated item is a set ref) in doParseActions()
804 // Emit optimized code for [char set]+ in doParseActions()
911 // 1. LOOP_SR_I set number in doParseActions()
936 // Emit optimized code for a [char set]* in doParseActions()
1553 UnicodeSet *set in doParseActions()
1560 UnicodeSet *set = (UnicodeSet *)fSetStack.peek(); doParseActions() local
1567 UnicodeSet *set = (UnicodeSet *)fSetStack.peek(); doParseActions() local
1574 UnicodeSet *set = (UnicodeSet *)fSetStack.peek(); doParseActions() local
1583 UnicodeSet *set = (UnicodeSet *)fSetStack.peek(); doParseActions() local
1591 UnicodeSet *set = (UnicodeSet *)fSetStack.peek(); doParseActions() local
1602 UnicodeSet *set = (UnicodeSet *)fSetStack.peek(); doParseActions() local
1612 UnicodeSet *set = (UnicodeSet *)fSetStack.peek(); doParseActions() local
1623 UnicodeSet *set = (UnicodeSet *)fSetStack.peek(); doParseActions() local
1632 UnicodeSet *set = (UnicodeSet *)fSetStack.peek(); doParseActions() local
1644 UnicodeSet *set = (UnicodeSet *)fSetStack.peek(); doParseActions() local
1651 UnicodeSet *set = (UnicodeSet *)fSetStack.peek(); doParseActions() local
[all...]
/foundation/arkui/ace_engine/advanced_ui_component/composetitlebar/interfaces/
H A Dcomposetitlebar.js17 Reflect.set(ViewPU.prototype, 'finalizeConstruction', () => { });
20 Reflect.set(PUV2ViewBase, 'contextStack', []);
80 set titleMaxWidth(k10) {
81 this.__titleMaxWidth.set(k10);
86 set fontSize(i10) {
87 this.__fontSize.set(i10);
469 set isPopupShown(g7) {
470 this.__isPopupShown.set(g7);
475 set isMoreIconOnFocus(f7) {
476 this.__isMoreIconOnFocus.set(f
[all...]
/third_party/skia/src/gpu/ops/
H A DTextureOp.cpp180 // Count the number of proxy runs in the entry set. This usually is already computed by
181 // SkGpuDevice, but when the BatchLengthLimiter chops the set up it must determine a new proxy count
183 int proxy_run_count(const GrTextureSetEntry set[], int count) { in proxy_run_count() argument
187 if (set[i].fProxyView.proxy() != lastProxy) { in proxy_run_count()
189 lastProxy = set[i].fProxyView.proxy(); in proxy_run_count()
245 GrTextureSetEntry set[], in Make()
259 set, cnt, proxyRunCnt, filter, mm, saturate, aaType, constraint, in Make()
468 // Normalize src coordinates and the subset (if set) in TextureOpImpl()
483 TextureOpImpl(GrTextureSetEntry set[], in TextureOpImpl() argument
497 , fMetadata(set[ in TextureOpImpl()
244 Make(GrRecordingContext* context, GrTextureSetEntry set[], int cnt, int proxyRunCnt, GrSamplerState::Filter filter, GrSamplerState::MipmapMode mm, Saturate saturate, GrAAType aaType, SkCanvas::SrcRectConstraint constraint, const SkMatrix& viewMatrix, sk_sp<GrColorSpaceXform> textureColorSpaceXform) Make() argument
1216 createOp(GrTextureSetEntry set[], int clumpSize, GrAAType aaType) createOp() argument
1255 AddTextureSetOps(SurfaceDrawContext* sdc, const GrClip* clip, GrRecordingContext* context, GrTextureSetEntry set[], int cnt, int proxyRunCnt, GrSamplerState::Filter filter, GrSamplerState::MipmapMode mm, Saturate saturate, SkBlendMode blendMode, GrAAType aaType, SkCanvas::SrcRectConstraint constraint, const SkMatrix& viewMatrix, sk_sp<GrColorSpaceXform> textureColorSpaceXform) AddTextureSetOps() argument
[all...]
/base/account/os_account/frameworks/appaccount/native/include/
H A Dapp_account_info.h19 #include <set>
31 std::set<std::string> authList;
61 void GetAuthorizedApps(std::set<std::string> &apps) const;
62 void SetAuthorizedApps(const std::set<std::string> &apps);
87 std::set<std::string> &oauthList, const uint32_t apiVersion = Constants::API_VERSION8) const;
101 bool WriteStringSet(const std::set<std::string> &stringSet, Parcel &data) const;
102 bool ReadStringSet(std::set<std::string> &stringSet, Parcel &data);
114 std::set<std::string> authorizedApps_;
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/translit/
H A DAnyScriptTest.java158 private void assertContainsAll(String message, UnicodeSet set, String string) { in assertContainsAll() argument
159 handleAssert(set.containsAll(string), message, set, string, "contains all of", false); in assertContainsAll()
162 private void assertContainsNone(String message, UnicodeSet set, String string) { in assertContainsNone() argument
163 handleAssert(set.containsNone(string), message, set, string, "contains none of", false); in assertContainsNone()
167 private String getList(UnicodeSet set) { in getList() argument
169 for (UnicodeSetIterator it = new UnicodeSetIterator(set); it.next();) { in getList()
/third_party/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
H A DAnyScriptTest.java155 private void assertContainsAll(String message, UnicodeSet set, String string) { in assertContainsAll() argument
156 handleAssert(set.containsAll(string), message, set, string, "contains all of", false); in assertContainsAll()
159 private void assertContainsNone(String message, UnicodeSet set, String string) { in assertContainsNone() argument
160 handleAssert(set.containsNone(string), message, set, string, "contains none of", false); in assertContainsNone()
164 private String getList(UnicodeSet set) { in getList() argument
166 for (UnicodeSetIterator it = new UnicodeSetIterator(set); it.next();) { in getList()
/third_party/jerryscript/tests/jerry/es2015/
H A Dclass.js53 must_throw("class A { set constructor() {} }");
55 must_throw("class X {}; var o = {}; Object.defineProperty(o, 'p', { get: X, set: X }); o.p;");
147 set e(e) {
155 set () {
164 assert (e.set() === 12);
215 static set a(a) {
221 static set 1(a) {
232 static set() {
236 static set constructor(a) {
258 assert (G.set()
[all...]
/third_party/node/deps/openssl/config/archs/linux64-mips64/asm/crypto/poly1305/
H A Dpoly1305-mips.S12 .set noat
13 .set noreorder
20 .set reorder
103 .set noreorder
116 .set noreorder
120 .set reorder
249 .set noreorder
260 .set reorder
/third_party/node/deps/openssl/config/archs/linux64-mips64/asm_avx2/crypto/poly1305/
H A Dpoly1305-mips.S12 .set noat
13 .set noreorder
20 .set reorder
103 .set noreorder
116 .set noreorder
120 .set reorder
249 .set noreorder
260 .set reorder
/third_party/python/Tools/buildbot/
H A DremoteDeploy.bat5 set PATH=%PATH%;%SystemRoot%\SysNative\OpenSSH;%SystemRoot%\System32\OpenSSH
6 set here=%~dp0
7 set arm32_ssh=
10 if "%1"=="-arm32" (set arm32_ssh=true) & shift & goto CheckOpts
21 if "%PYTHON_SOURCE%"=="" (set PYTHON_SOURCE=%here%..\..\)
22 if "%REMOTE_PYTHON_DIR%"=="" (set REMOTE_PYTHON_DIR=C:\python\)
23 if NOT "%REMOTE_PYTHON_DIR:~-1,1%"=="\" (set REMOTE_PYTHON_DIR=%REMOTE_PYTHON_DIR%\)
54 echo SSH_SERVER environment variable must be set to administrator@[ip address]
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkDescriptorPool.cpp88 ptrdiff_t itemStart = itLast->set - pool; in findAvailableMemory()
98 freeSpace = itBegin->set - pool; in findAvailableMemory()
110 uint8_t *freeSpaceStart = it->set + it->size; in findAvailableMemory()
111 freeSpace = nextIt->set - freeSpaceStart; in findAvailableMemory()
150 // Attempt to allocate each descriptor set separately in allocateSets()
162 // destroy all successfully created descriptor set objects from this command, set in allocateSets()
208 totalFreeSize += poolSize - ((itLast->set - pool) + itLast->size); in computeTotalFreeSize()
212 totalFreeSize += itBegin->set - pool; in computeTotalFreeSize()
220 totalFreeSize += (nextIt->set in computeTotalFreeSize()
[all...]
/third_party/typescript/tests/baselines/reference/
H A DderivedClassOverridesProtectedMembers3.js9 set c(v: typeof x) { }
15 static set t(v: typeof x) { }
39 protected set c(v: typeof x) { }
64 protected static set t(v: typeof x) { }
97 set: function (v) { },
104 set: function (v) { },
145 set: function (v) { },
191 set: function (v) { },
H A DerrorSuperPropertyAccess.js4 //super property access in instance member accessor(get and set) of class with no base type
20 //super static property access in static member accessor(get and set) of class with no base type
30 public static set static2(n) {
53 //super.publicInstanceMemberNotFunction in instance member accessor(get and set) of derived class
69 set a(n) {
84 //super.privateProperty in instance member accessor(get and set) of derived class
99 set a(n) {
105 //super.publicStaticMemberNotFunction in static member accessor(get and set) of derived class
107 //super.privateStaticProperty in static member accessor(get and set) of derived class
120 static set
[all...]

Completed in 21 milliseconds

1...<<21222324252627282930>>...317