/third_party/musl/src/thread/ |
H A D | pthread_setschedprio.c | 13 sigset_t set; in pthread_setschedprio() local 14 __block_app_sigs(&set); in pthread_setschedprio() 22 __restore_sigs(&set); in pthread_setschedprio()
|
H A D | pthread_kill.c | 11 sigset_t set; in pthread_kill() local 18 __block_all_sigs(&set); in pthread_kill() 28 __restore_sigs(&set); in pthread_kill()
|
H A D | pthread_getschedparam.c | 7 sigset_t set; in pthread_getschedparam() local 8 __block_app_sigs(&set); in pthread_getschedparam() 34 __restore_sigs(&set); in pthread_getschedparam()
|
/third_party/musl/porting/liteos_a/user/src/thread/ |
H A D | pthread_getschedparam.c | 7 sigset_t set; in pthread_getschedparam() local 8 __block_app_sigs(&set); in pthread_getschedparam() 27 __restore_sigs(&set); in pthread_getschedparam()
|
/third_party/musl/src/signal/ |
H A D | sigqueue.c | 12 sigset_t set; in sigqueue() local 19 __block_app_sigs(&set); in sigqueue() 22 __restore_sigs(&set); in sigqueue()
|
/third_party/musl/porting/liteos_a/user/src/signal/ |
H A D | sigqueue.c | 12 sigset_t set; in sigqueue() local 20 __block_app_sigs(&set); in sigqueue() 23 __restore_sigs(&set); in sigqueue()
|
/third_party/typescript/tests/baselines/reference/ |
H A D | symbolDeclarationEmit11.js | 6 static set [Symbol.toPrimitive](x) { } 14 static set [Symbol.toPrimitive](x) { }
24 static set [Symbol.toPrimitive](x: string);
|
H A D | privateNamesAndFields.js | 24 return (kind === "a" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value)), value;
29 _A_foo.set(this, void 0);
37 _B_foo.set(this, void 0);
|
/third_party/node/deps/openssl/openssl/crypto/bn/asm/ |
H A D | mips.pl | 30 # In addition the code depends on preprocessor flags set up by MIPSpro 92 $code="#if !(defined (__mips_isa_rev) && (__mips_isa_rev >= 6))\n.set mips2\n#endif\n"; 135 .set noat 141 .set noreorder 155 .set noreorder 165 .set reorder 228 .set noreorder 236 .set reorder 281 .set noreorder 300 .set noreorde [all...] |
/third_party/openssl/crypto/bn/asm/ |
H A D | mips.pl | 30 # In addition the code depends on preprocessor flags set up by MIPSpro 92 $code="#if !(defined (__mips_isa_rev) && (__mips_isa_rev >= 6))\n.set mips2\n#endif\n"; 135 .set noat 141 .set noreorder 155 .set noreorder 165 .set reorder 228 .set noreorder 236 .set reorder 281 .set noreorder 300 .set noreorde [all...] |
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
H A D | ir_context.cpp | 43 void IRContext::BuildInvalidAnalyses(IRContext::Analysis set) { in BuildInvalidAnalyses() argument 44 if (set & kAnalysisDefUse) { in BuildInvalidAnalyses() 47 if (set & kAnalysisInstrToBlockMapping) { in BuildInvalidAnalyses() 50 if (set & kAnalysisDecorations) { in BuildInvalidAnalyses() 53 if (set & kAnalysisCFG) { in BuildInvalidAnalyses() 56 if (set & kAnalysisDominatorAnalysis) { in BuildInvalidAnalyses() 59 if (set & kAnalysisLoopAnalysis) { in BuildInvalidAnalyses() 62 if (set & kAnalysisBuiltinVarId) { in BuildInvalidAnalyses() 65 if (set & kAnalysisNameMap) { in BuildInvalidAnalyses() 68 if (set in BuildInvalidAnalyses() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | ir_context.cpp | 43 void IRContext::BuildInvalidAnalyses(IRContext::Analysis set) { in BuildInvalidAnalyses() argument 44 if (set & kAnalysisDefUse) { in BuildInvalidAnalyses() 47 if (set & kAnalysisInstrToBlockMapping) { in BuildInvalidAnalyses() 50 if (set & kAnalysisDecorations) { in BuildInvalidAnalyses() 53 if (set & kAnalysisCFG) { in BuildInvalidAnalyses() 56 if (set & kAnalysisDominatorAnalysis) { in BuildInvalidAnalyses() 59 if (set & kAnalysisLoopAnalysis) { in BuildInvalidAnalyses() 62 if (set & kAnalysisBuiltinVarId) { in BuildInvalidAnalyses() 65 if (set & kAnalysisNameMap) { in BuildInvalidAnalyses() 68 if (set in BuildInvalidAnalyses() [all...] |
/third_party/skia/modules/canvaskit/htmlcanvas/ |
H A D | canvas2dcontext.js | 66 set: function(matrix) { 84 set: function(newStyle) { 99 set: function(newFont) { 117 set: function(newAlpha) { 190 set: function(newMode) { 296 set: function(a) { 306 set: function(a) { 323 set: function(newCap) { 343 set: function(newOffset) { 363 set [all...] |
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/ |
H A D | private_fields.rs | 75 pub fn set(&mut self, bit_offset: usize, bit_width: u8, val: u64) { in set() functions 168 self._bitfield_1.set(0usize, 4u8, val as u64) in set_a() 181 self._bitfield_1.set(4usize, 4u8, val as u64) in set_b() 191 __bindgen_bitfield_unit.set(0usize, 4u8, { 195 __bindgen_bitfield_unit.set(4usize, 4u8, { 234 self._bitfield_1.set(0usize, 4u8, val as u64) in set_a() 247 self._bitfield_1.set(4usize, 4u8, val as u64) in set_b() 257 __bindgen_bitfield_unit.set(0usize, 4u8, { 261 __bindgen_bitfield_unit.set(4usize, 4u8, { 300 self._bitfield_1.set( in set_a() [all...] |
/build/ohos/sdk/ |
H A D | check_sdk_completeness.py | 29 sdk_package_set = set() 132 outside_the_list_set = set() 134 sdk_list_set = set(sdk_check_files) 147 sdk_check_directories_set = set(sdk_check_directories) 158 sdk_list_set = set(parse_sdk_check_list(sdk_check_list)[0]) 210 sdk_package_set = set(get_all_sdk_package_list())
|
/third_party/googletest/googlemock/scripts/generator/cpp/ |
H A D | tokenize.py | 33 if not hasattr(builtins, 'set'): 35 from sets import Set as set namespace 40 VALID_IDENTIFIER_CHARS = set(_letters + _letters.upper() + '_0123456789$') 41 HEX_DIGITS = set('0123456789abcdefABCDEF') 42 INT_OR_FLOAT_DIGITS = set('01234567890eE-+') 46 _STR_PREFIXES = set(('R', 'u8', 'u8R', 'u', 'uR', 'U', 'UR', 'L', 'LR')) 57 # It is always set to WHENCE_STREAM in this code. 129 int_or_float_digits2 = int_or_float_digits | set('.')
|
/third_party/icu/icu4c/source/test/depstest/ |
H A D | dependencies.py | 21 A library or group item can have an optional set of "files" (as in the files attribute). 22 Each item can have an optional set of "deps" (libraries & groups). 38 files = set() 40 libraries = set() 44 _groups_to_be_defined = set() 84 if item_files == None: item_files = item["files"] = set() 105 if item_deps == None: item_deps = item["deps"] = set() 121 if exports == None: exports = item["system_symbols"] = set()
|
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/ |
H A D | genIndexFilters.bat | 102 my $set = getSourceSet($id, $NFXD, $lower); 103 $_ = "$id:alias:$set;$remainder\n"; 114 # Get the source set (call out to Java), optionally with a closure. 119 my $set = `java -classpath $CLASSES com.ibm.tools.translit.genIndexFilters $ID $NFXD $lower`; 120 chomp($set); 121 $set;
|
/third_party/icu/icu4c/source/i18n/ |
H A D | collationiterator.h | 85 inline int64_t set(int32_t i, int64_t ce) { in set() function in CollationIterator::CEBuffer 144 return ceBuffer.set(cesIndex++, in nextCE() 152 return ceBuffer.set(cesIndex++, Collation::NO_CE); in nextCE() 159 return ceBuffer.set(cesIndex++, in nextCE() 167 return ceBuffer.set(cesIndex++, in nextCE() 184 ceBuffer.set(cesIndex - 1, ce); in setCurrentCE()
|
/third_party/node/lib/internal/bootstrap/ |
H A D | node.js | 94 set(value) { 138 set(target, key, value) { 171 set(value) { 264 // If the user tries to set this to another value, override 266 set(value) { 407 set(value) { 446 set(value) {
|
/third_party/node/tools/gyp/tools/emacs/ |
H A D | gyp.el | 42 (set (make-local-variable 'python-indent-offset) 44 (set (make-local-variable 'python-continuation-offset) 55 (set (make-local-variable 'gyp-parse-history) '((1 . (list)))) 58 (defun gyp-set-indentation () 60 (set (make-local-variable 'python-indent-offset) 2) 61 (set (make-local-variable 'python-continuation-offset) 2) 62 (set (make-local-variable 'python-indent-guess-indent-offset) t) 65 (add-hook 'gyp-mode-hook 'gyp-set-indentation) 227 (set-match-data (append (list string-start (point))
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | collationiterator.h | 85 inline int64_t set(int32_t i, int64_t ce) { in set() function in CollationIterator::CEBuffer 144 return ceBuffer.set(cesIndex++, in nextCE() 152 return ceBuffer.set(cesIndex++, Collation::NO_CE); in nextCE() 159 return ceBuffer.set(cesIndex++, in nextCE() 167 return ceBuffer.set(cesIndex++, in nextCE() 184 ceBuffer.set(cesIndex - 1, ce); in setCurrentCE()
|
/third_party/protobuf/conformance/ |
H A D | conformance_test.h | 73 // "output" should be set to a serialized conformance.ConformanceResponse. 75 // If there is any error in running the test itself, set "runtime_error" in 159 // generated a warning. If this flag is set to true, RECOMMENDED tests will 180 // Returns true if the set of failing tests was exactly the same as the 254 bool CheckSetEmpty(const std::set<std::string>& set_to_check, 302 // The set of test names that are expected to fail in this run, but haven't 304 std::set<std::string> expected_to_fail_; 306 // The set of test names that have been run. Used to ensure that there are no 308 std::set<std::string> test_names_; 310 // The set o [all...] |
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | collationiterator.h | 85 inline int64_t set(int32_t i, int64_t ce) { in set() function in CollationIterator::CEBuffer 144 return ceBuffer.set(cesIndex++, in nextCE() 152 return ceBuffer.set(cesIndex++, Collation::NO_CE); in nextCE() 159 return ceBuffer.set(cesIndex++, in nextCE() 167 return ceBuffer.set(cesIndex++, in nextCE() 184 ceBuffer.set(cesIndex - 1, ce); in setCurrentCE()
|
/third_party/skia/third_party/externals/harfbuzz/test/api/ |
H A D | test-ot-face.c | 42 hb_set_t *set; in test_font() local 50 set = hb_set_create (); in test_font() 51 hb_face_collect_unicodes (face, set); in test_font() 52 hb_face_collect_variation_selectors (face, set); in test_font() 53 hb_face_collect_variation_unicodes (face, cp, set); in test_font() 171 hb_set_destroy (set); in test_font()
|