/kernel/linux/linux-6.6/drivers/input/misc/ |
H A D | sparcspkr.c | 267 .remove = bbc_remove, 347 .remove = grover_remove,
|
/kernel/linux/linux-6.6/tools/testing/selftests/hid/tests/ |
H A D | base.py | 164 effective_events.remove(ev) 313 os.remove(self.rulesfile.name)
|
/kernel/liteos_a/testsuites/unittest/common/ |
H A D | osTest.cpp | 173 ret = remove(pathList[i]); in RecoveryFileEnv() 452 remove(dir); in RemoveDir()
|
/third_party/ffmpeg/libavcodec/ |
H A D | parser.c | 84 void ff_fetch_timestamp(AVCodecParserContext *s, int off, int remove, int fuzzy) in ff_fetch_timestamp() argument 107 if (remove) in ff_fetch_timestamp()
|
/third_party/astc-encoder/Test/ |
H A D | astc_test_image.py | 365 args.testQual.remove("verythorough") 366 args.testQual.remove("exhaustive")
|
/third_party/googletest/googletest/test/ |
H A D | googletest-filter-unittest.py | 605 os.remove(shard_status_file) 628 os.remove(shard_status_file)
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/ |
H A D | CompactData.java | 167 output.remove(USE_FALLBACK); in getUniquePatterns() 168 output.remove(null); in getUniquePatterns()
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | reptest.cpp | 195 result.remove(); 286 rules.remove(0,1); in check()
|
/third_party/mesa3d/.gitlab-ci/container/ |
H A D | lava_build.sh | 80 apt-get install -y --no-remove \ 119 apt-get install -y --no-remove \
|
/third_party/mesa3d/src/compiler/glsl/ |
H A D | opt_function_inlining.cpp | 98 ret->remove(); in replace_return_with_assignment() 328 ir->remove(); in visit_enter()
|
/third_party/mesa3d/src/gallium/drivers/r600/sb/ |
H A D | sb_if_conversion.cpp | 87 a->remove(); in convert_kill_instructions() 92 // more than one kill with the same condition, just remove it in convert_kill_instructions() 106 // but remove it anyway in convert_kill_instructions() 107 a->remove(); in convert_kill_instructions() 235 // simply remove old PREDSET). in run_on()
|
/third_party/node/lib/ |
H A D | domain.js | 200 // If the domain listener would be the only remaining one, remove it. 349 // Has a domain already - remove it first. 351 ee.domain.remove(ee); 379 Domain.prototype.remove = function(ee) {
|
/third_party/node/lib/internal/cluster/ |
H A D | primary.js | 156 if (handle.remove(worker)) 193 * Now is a good time to remove the handles 337 // Server in worker is closing, remove from list. The handle may have been 343 if (handle && handle.remove(worker))
|
/third_party/node/deps/v8/tools/testrunner/ |
H A D | standard_runner.py | 219 base_runner.TEST_MAP['bot_default'].remove('intl') 220 base_runner.TEST_MAP['default'].remove('intl') 222 # base_runner.TEST_MAP['d8_default'].remove('intl')
|
/third_party/icu/icu4c/source/tools/tzcode/ |
H A D | icuzdump.cpp | 173 str.remove(); in dump() 176 str.remove(); in dump()
|
/third_party/rust/crates/clap/src/parser/ |
H A D | arg_matcher.rs | 104 pub(crate) fn remove(&mut self, arg: &Id) -> bool { 105 self.matches.args.remove(arg).is_some()
|
/third_party/python/Tools/scripts/ |
H A D | reindent.py | 16 Also trim excess spaces and tabs from ends of lines, and remove empty lines 268 remove = min(getlspace(line), -diff) 269 after.append(line[remove:])
|
/third_party/python/Tools/unicode/ |
H A D | gencodec.py | 86 unmapped.remove(i) 106 unmapped.remove(enc)
|
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
H A D | AbstractMessageLite.java | 377 list.remove(i); in addAllCheckingNulls() 420 lazyList.remove(i); in addAll()
|
/third_party/skia/third_party/externals/angle2/src/android_system_settings/src/com/android/angle/common/ |
H A D | MainFragment.java | 292 editor.remove(key); in removePkgPreference() 299 mDriverListPrefs.remove(listPreference); in removePkgPreference()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/ |
H A D | CSEInfo.cpp | 147 // If it exists in temporary insts, remove it. in insertInstr() 148 TemporaryInsts.remove(MI); in insertInstr() 208 TemporaryInsts.remove(MI); in handleRemoveInst()
|
H A D | Legalizer.cpp | 126 InstList.remove(&MI); 127 ArtifactList.remove(&MI);
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/component/ |
H A D | OffsetRecordTable.java | 67 public void remove() { in iterator() 164 builders.remove(tag); in removeBuilderForTag()
|
/third_party/skia/third_party/externals/icu/source/tools/tzcode/ |
H A D | icuzdump.cpp | 173 str.remove(); in dump() 176 str.remove(); in dump()
|
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/mobileer/miditools/ |
H A D | MusicKeyboardView.java | 270 mFingerMap.remove(id); in onFingerUp() 342 mListeners.remove(musicKeyListener); in removeMusicKeyListener()
|