/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()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARC/ |
H A D | ARCRegisterInfo.cpp | 142 Reserved.set(ARC::ILINK); in getReservedRegs() 143 Reserved.set(ARC::SP); in getReservedRegs() 144 Reserved.set(ARC::GP); in getReservedRegs() 145 Reserved.set(ARC::R25); in getReservedRegs() 146 Reserved.set(ARC::BLINK); in getReservedRegs() 147 Reserved.set(ARC::FP); in getReservedRegs()
|
/third_party/skia/tools/ |
H A D | SkMetaData.cpp | 26 (void)this->set(name, &value, sizeof(int32_t), kS32_Type, 1); in setS32() 31 (void)this->set(name, &value, sizeof(SkScalar), kScalar_Type, 1); in setScalar() 38 return (SkScalar*)this->set(name, values, sizeof(SkScalar), kScalar_Type, count); in setScalars() 43 (void)this->set(name, &ptr, sizeof(void*), kPtr_Type, 1); in setPtr() 48 (void)this->set(name, &value, sizeof(bool), kBool_Type, 1); in setBool() 51 void* SkMetaData::set(const char name[], const void* data, size_t dataSize, Type type, int count) in set() function in SkMetaData
|
/third_party/toybox/toys/other/ |
H A D | lsattr.c | 188 unsigned long add, rm, set, version; member 243 chattr.set |= get_flag_val(*ptr); in parse_cmdline_arg() 261 * if file is a link and recursive is set or file is not regular+link+dir in update_attr() 281 if (chattr.set) { // for '=' operator. in update_attr() 282 if (ext2_setflag(fd, &(root->st), chattr.set) < 0) in update_attr() 291 // set file version in update_attr() 307 if (chattr.set && (chattr.add || chattr.rm)) in chattr_main() 309 if (chattr.rm & chattr.add) error_exit("set/unset same flag"); in chattr_main() 310 if (!(chattr.add || chattr.rm || chattr.set || chattr.vflag)) in chattr_main() 313 toys.exitval = 0; //always set succes in chattr_main() [all...] |
/third_party/typescript/tests/baselines/reference/ |
H A D | plainJSGrammarErrors.js | 37 set invariant() { } 38 set binary(fst, snd) { } 39 set variable(...n) { } 246 set invariant() { }
247 set binary(fst, snd) { }
248 set variable(...n) { }
|
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/ |
H A D | ProtobufArrayListTest.java | 79 list.set(0, 1); in testModificationWithIteration() 158 assertEquals(2, (int) list.set(0, 3)); in testSet() 161 assertEquals(4, (int) list.set(1, 0)); in testSet() 165 list.set(-1, 0); in testSet() 172 list.set(2, 0); in testSet() 377 list.set(0, 0); in assertImmutable()
|
/third_party/python/Lib/lib2to3/tests/ |
H A D | test_main.py | 22 self.temp_dir = None # tearDown() will rmtree this directory if set. 92 self.assertEqual(set(name+suffix for name in self.setup_files), 93 set(os.listdir(self.py3_dest_dir))) 109 expected_files = set(os.path.basename(name) for name in py2_files) 119 self.assertEqual(expected_files, set(os.listdir(self.py3_dest_dir))) 134 self.assertEqual(set([os.path.basename(self.trivial_py2_file)]), 135 set(os.listdir(self.py3_dest_dir)))
|
/third_party/rust/crates/regex/tests/ |
H A D | macros.rs | 40 // The test set sometimes leave out capture groups, so truncate 41 // actual capture groups to match test set. 115 let set = regex_set!($res); 116 assert!(set.is_match(text)); 118 let matches = set.matches(text); 131 let set = regex_set!($res); 132 assert!(!set.is_match(text)); 133 let matches = set.matches(text);
|
/kernel/linux/linux-5.10/drivers/nvme/host/ |
H A D | tcp.c | 448 static void nvme_tcp_exit_request(struct blk_mq_tag_set *set, in nvme_tcp_exit_request() argument 456 static int nvme_tcp_init_request(struct blk_mq_tag_set *set, in nvme_tcp_init_request() argument 460 struct nvme_tcp_ctrl *ctrl = set->driver_data; in nvme_tcp_init_request() 462 int queue_idx = (set == &ctrl->tag_set) ? hctx_idx + 1 : 0; in nvme_tcp_init_request() 570 "queue %d tag %#x SUCCESS set but not last PDU\n", in nvme_tcp_handle_c2h_data() 1633 struct blk_mq_tag_set *set; in nvme_tcp_alloc_tagset() local 1637 set = &ctrl->admin_tag_set; in nvme_tcp_alloc_tagset() 1638 memset(set, 0, sizeof(*set)); in nvme_tcp_alloc_tagset() 1639 set in nvme_tcp_alloc_tagset() 2416 nvme_tcp_map_queues(struct blk_mq_tag_set *set) nvme_tcp_map_queues() argument [all...] |
/kernel/linux/linux-6.6/arch/x86/pci/ |
H A D | irq.c | 54 int (*set)(struct pci_dev *router, struct pci_dev *dev, int pirq, member 296 * respectively. Any bit set to 1 causes interrupts coming on the 299 * documentation says this register has to be set consistently with 689 * A/B/C/D lines. Bit 7 enables the respective link if set and bits 802 * IDE, ACPI and DAQ routing untouched as set by the BIOS. 926 "AMD756: dev [%04x:%04x], router PIRQ %d set IRQ %d\n", in pirq_amd756_set() 980 r->set = pirq_esc_set; in intel_router_probe() 1025 r->set = pirq_piix_set; in intel_router_probe() 1030 r->set = pirq_ib_set; in intel_router_probe() 1044 r->set in intel_router_probe() [all...] |
/third_party/glslang/glslang/MachineIndependent/ |
H A D | iomapper.cpp | 234 TString err = "mapped set out of range: " + entKey.first; in operator ()() 771 int TDefaultIoResolverBase::getBaseBinding(EShLanguage stage, TResourceType res, unsigned int set) const { in getBaseBinding() 772 return stageIntermediates[stage] ? selectBaseBinding(stageIntermediates[stage]->getShiftBinding(res), stageIntermediates[stage]->getShiftBindingForSet(res, set)) in getBaseBinding() 773 : selectBaseBinding(referenceIntermediate.getShiftBinding(res), referenceIntermediate.getShiftBindingForSet(res, set)); in getBaseBinding() 785 TDefaultIoResolverBase::TSlotSet::iterator TDefaultIoResolverBase::findSlot(int set, int slot) { in findSlot() argument 786 return std::lower_bound(slots[set].begin(), slots[set].end(), slot); in findSlot() 789 bool TDefaultIoResolverBase::checkEmpty(int set, int slot) { in checkEmpty() argument 790 TSlotSet::iterator at = findSlot(set, slot); in checkEmpty() 791 return ! (at != slots[set] in checkEmpty() 794 reserveSlot(int set, int slot, int size) reserveSlot() argument 806 getFreeSlot(int set, int base, int size) getFreeSlot() argument 1109 int set = referenceIntermediate.getSpv().openGl != 0 ? resource : ent.newSet; resolveBinding() local 1237 int set = referenceIntermediate.getSpv().openGl != 0 ? resource : resolveSet(ent.stage, ent); reserverResourceSlot() local 1300 const int set = getLayoutSet(type); global() variable 1385 const int set = getLayoutSet(type); global() variable [all...] |
/third_party/icu/icu4c/source/tools/tzcode/ |
H A D | tz2icu.cpp | 42 #include <set> 177 // If there are aliases TO this zone, then the following set will 179 set<int32_t> aliases; 202 const set<int32_t>& getAliases() const { in getAliases() 736 set<string> aliases; 775 // Here is how the isstd & isgmt flags are set by zic: 793 void set(const string& id, in set() function 803 throw invalid_argument("FinalRulePart set twice"); in set() 904 map<string, set<string> > links; 909 * sub-parts set (indicatin [all...] |
/third_party/skia/third_party/externals/icu/source/tools/tzcode/ |
H A D | tz2icu.cpp | 42 #include <set> 177 // If there are aliases TO this zone, then the following set will 179 set<int32_t> aliases; 202 const set<int32_t>& getAliases() const { in getAliases() 736 set<string> aliases; 775 // Here is how the isstd & isgmt flags are set by zic: 793 void set(const string& id, in set() function 803 throw invalid_argument("FinalRulePart set twice"); in set() 904 map<string, set<string> > links; 909 * sub-parts set (indicatin [all...] |
/third_party/rust/crates/serde/serde_derive_internals/src/ |
H A D | attr.rs | 40 fn set<A: ToTokens>(&mut self, obj: A, value: T) { in set() functions 54 self.set(obj, value); in set_opt() 84 self.0.set(obj, ()); in none() 339 Ok(rename_rule) => rename_all_ser_rule.set(&meta.path, rename_rule), in from_ast() 345 Ok(rename_rule) => rename_all_de_rule.set(&meta.path, rename_rule), in from_ast() 364 rename_all_fields_ser_rule.set(&meta.path, rename_rule); in from_ast() 372 rename_all_fields_de_rule.set(&meta.path, rename_rule); in from_ast() 404 default.set(&meta.path, Default::Path(path)); in from_ast() 426 default.set(meta.path, Default::Default); in from_ast() 469 internal_tag.set( in from_ast() 1607 let mut set = BTreeSet::new(); parse_lit_into_lifetimes() variables [all...] |
/third_party/rust/crates/serde/serde_derive/src/internals/ |
H A D | attr.rs | 40 fn set<A: ToTokens>(&mut self, obj: A, value: T) { in set() functions 54 self.set(obj, value); in set_opt() 84 self.0.set(obj, ()); in none() 339 Ok(rename_rule) => rename_all_ser_rule.set(&meta.path, rename_rule), in from_ast() 345 Ok(rename_rule) => rename_all_de_rule.set(&meta.path, rename_rule), in from_ast() 364 rename_all_fields_ser_rule.set(&meta.path, rename_rule); in from_ast() 372 rename_all_fields_de_rule.set(&meta.path, rename_rule); in from_ast() 404 default.set(&meta.path, Default::Path(path)); in from_ast() 426 default.set(meta.path, Default::Default); in from_ast() 469 internal_tag.set( in from_ast() 1607 let mut set = BTreeSet::new(); parse_lit_into_lifetimes() variables [all...] |
/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/ |
H A D | cache_result_set_test.cpp | 76 std::set<std::string> columnNames = { "id", "data", "field" }; in HWTEST_F() 86 EXPECT_EQ(std::set<std::string>(columnNamesTmp.begin(), columnNamesTmp.end()), columnNames); in HWTEST_F() 124 std::set<std::string> columnNames = { "id", "data", "field" }; in HWTEST_F() 147 std::set<std::string> columnNames = { "id", "data", "field" }; in HWTEST_F() 170 std::set<std::string> columnNames = { "id", "data", "field" }; in HWTEST_F() 193 std::set<std::string> columnNames = { "id", "data", "field" }; in HWTEST_F() 266 std::set<std::string> columnNames = { "id", "data", "field" }; in HWTEST_F() 317 std::set<std::string> columnNames = { "id", "data", "field" }; in HWTEST_F() 343 std::set<std::string> columnNames = { "id", "data", "field" }; in HWTEST_F() 365 std::set<st in HWTEST_F() [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...] |