/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);
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/ |
H A D | vktBindingDescriptorBufferTests.cpp | 215 deUint32 set; member 301 deUint32 pushDescriptorSetIndex; // which descriptor set is updated with push descriptor/template 466 // Get an array of descriptor bindings, this is used in descriptor set layout creation. 500 // A convenience holder for a descriptor set layout and its bindings. 519 // Get an array of descriptor set layouts. 679 deUint32 packBindingArgs(deUint32 set, deUint32 binding, deUint32 arrayIndex) in packBindingArgs() argument 681 DE_ASSERT(set < 0x40); in packBindingArgs() 685 return (arrayIndex << 12) | ((set & 0x3Fu) << 6) | (binding & 0x3Fu); in packBindingArgs() 706 deUint32 getExpectedData(deUint32 hash, deUint32 set, deUint32 binding, deUint32 arrayIndex = 0) 708 return hash ^ packBindingArgs(set, bindin [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/binding_model/ |
H A D | vktBindingDescriptorBufferTests.cpp | 215 deUint32 set; member 300 deUint32 pushDescriptorSetIndex; // which descriptor set is updated with push descriptor/template 465 // Get an array of descriptor bindings, this is used in descriptor set layout creation. 499 // A convenience holder for a descriptor set layout and its bindings. 518 // Get an array of descriptor set layouts. 678 deUint32 packBindingArgs(deUint32 set, deUint32 binding, deUint32 arrayIndex) in packBindingArgs() argument 680 DE_ASSERT(set < 0x40); in packBindingArgs() 684 return (arrayIndex << 12) | ((set & 0x3Fu) << 6) | (binding & 0x3Fu); in packBindingArgs() 705 deUint32 getExpectedData(deUint32 hash, deUint32 set, deUint32 binding, deUint32 arrayIndex = 0) 707 return hash ^ packBindingArgs(set, bindin [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/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...] |
/kernel/linux/linux-5.10/arch/xtensa/include/asm/ |
H A D | cacheasm.h | 38 .set _reps, 1 40 .set _reps, 2 42 .set _reps, 4 46 .set _index, 0 49 .set _index, _index + 1
|
/kernel/linux/linux-5.10/tools/testing/selftests/breakpoints/ |
H A D | step_after_suspend_test.c | 26 cpu_set_t set; in child() local 28 CPU_ZERO(&set); in child() 29 CPU_SET(cpu, &set); in child() 30 if (sched_setaffinity(0, sizeof(set), &set) != 0) { in child()
|
/kernel/linux/linux-5.10/drivers/md/bcache/ |
H A D | io.c | 91 if (ca->set->error_decay) { in bch_count_io_errors() 94 while (count > ca->set->error_decay) { in bch_count_io_errors() 97 unsigned int new = count - ca->set->error_decay; in bch_count_io_errors() 125 if (errors < ca->set->error_limit) in bch_count_io_errors() 130 bch_cache_set_error(ca->set, in bch_count_io_errors()
|
/kernel/linux/linux-6.6/arch/xtensa/include/asm/ |
H A D | cacheasm.h | 38 .set _reps, 1 40 .set _reps, 2 42 .set _reps, 4 46 .set _index, 0 49 .set _index, _index + 1
|
/kernel/linux/linux-6.6/drivers/md/bcache/ |
H A D | io.c | 92 if (ca->set->error_decay) { in bch_count_io_errors() 95 while (count > ca->set->error_decay) { in bch_count_io_errors() 98 unsigned int new = count - ca->set->error_decay; in bch_count_io_errors() 126 if (errors < ca->set->error_limit) in bch_count_io_errors() 131 bch_cache_set_error(ca->set, in bch_count_io_errors()
|
/kernel/linux/linux-6.6/tools/testing/selftests/breakpoints/ |
H A D | step_after_suspend_test.c | 26 cpu_set_t set; in child() local 28 CPU_ZERO(&set); in child() 29 CPU_SET(cpu, &set); in child() 30 if (sched_setaffinity(0, sizeof(set), &set) != 0) { in child()
|