/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
H A D | UnicodeSet.java | 73 * union, <code>retain</code> is an intersection, <code>remove</code> 127 * Any character may be preceded by a backslash in order to remove any special 1536 public UnicodeSet remove(int start, int end) { in remove() method in UnicodeSet 1557 public final UnicodeSet remove(int c) { in remove() method in UnicodeSet 1558 return remove(c, c); in remove() 1568 public final UnicodeSet remove(CharSequence s) { in remove() method in UnicodeSet 1574 strings.remove(str); in remove() 1578 remove(cp, cp); in remove() 1651 strings.remove(s2); in complement() 3688 // support args of (int, String) then we can remove in applyPropertyPattern() 4263 public void remove() { remove() method in UnicodeSet.EntryRangeIterator 4355 public void remove() { remove() method in UnicodeSet.UnicodeSetIterator2 [all...] |
/third_party/icu/icu4c/source/i18n/ |
H A D | dtptngen.cpp | 1042 conflictingPattern.remove(); 1188 resultPattern.remove(); 1209 resultPattern.remove(); 1218 resultPattern.remove(); 1249 patternFormMapped.remove(); in mapSkeletonMetacharacters() 1775 field.remove(); in adjustFieldTypes() 2404 result.remove(); // Reset the result first. in getBasePattern() 2579 quote.remove(); in getQuoteLiteral() 2823 // was not in the provided skeleton, remove it here before returning skeleton. in getSkeleton() 2824 result.remove(po in getSkeleton() [all...] |
/third_party/node/deps/icu-small/source/i18n/ |
H A D | dtptngen.cpp | 1034 conflictingPattern.remove(); 1180 resultPattern.remove(); 1201 resultPattern.remove(); 1210 resultPattern.remove(); 1241 patternFormMapped.remove(); in mapSkeletonMetacharacters() 1767 field.remove(); in adjustFieldTypes() 2396 result.remove(); // Reset the result first. in getBasePattern() 2571 quote.remove(); in getQuoteLiteral() 2815 // was not in the provided skeleton, remove it here before returning skeleton. in getSkeleton() 2816 result.remove(po in getSkeleton() [all...] |
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | dtptngen.cpp | 276 // TODO(ticket:13619): remove when definition uncommented in dtptngen.h. 1038 conflictingPattern.remove(); 1185 resultPattern.remove(); 1206 resultPattern.remove(); 1215 resultPattern.remove(); 1232 patternFormMapped.remove(); 1688 field.remove(); 2317 result.remove(); // Reset the result first. 2492 quote.remove(); 2736 // was not in the provided skeleton, remove i [all...] |
/third_party/python/Lib/test/ |
H A D | test_weakref.py | 552 def remove(k): function 556 data[weakref.ref(f, remove)] = None 579 # when the second attempt to remove the instance from the "list 1347 objects2.remove(ob) 1358 objects2.remove(ob) 1373 objects2.remove(ob) 1383 objects2.remove(ob) 1390 items.remove(item) 1396 keys.remove(k) 1402 keys.remove( [all...] |
H A D | test_bytes.py | 1265 os.remove(tfn) 1546 b.remove(ord('l')) 1548 b.remove(ord('l')) 1550 self.assertRaises(ValueError, lambda: b.remove(ord('l'))) 1551 self.assertRaises(ValueError, lambda: b.remove(400)) 1552 self.assertRaises(TypeError, lambda: b.remove('e')) 1553 # remove first and last 1554 b.remove(ord('o')) 1555 b.remove(ord('h')) 1557 self.assertRaises(TypeError, lambda: b.remove( [all...] |
H A D | test_mailbox.py | 190 # Remove messages using remove() 191 self._test_remove_or_delitem(self._box.remove) 370 self._box.remove(key0) 374 self._box.remove(key1) 388 self._box.remove(keys[i]) 431 # Get and remove a message using pop() 449 # Get and remove an arbitrary (key, message) using popitem() 564 self.assertRaises(NotImplementedError, lambda: box.remove('')) 834 os.remove(os.path.join(self._path, 'new', key0)) 931 # Now, write something into cur and remove i [all...] |
H A D | test_set.py | 299 f.remove(s) 312 self.assertRaises(RuntimeError, s.remove, BadCmp()) 419 self.s.remove('a') 421 self.assertRaises(KeyError, self.s.remove, 'Q') 422 self.assertRaises(TypeError, self.s.remove, []) 425 s.remove(self.thetype(self.word)) 427 self.assertRaises(KeyError, self.s.remove, self.thetype(self.word)) 433 self.s.remove(v1) 443 self.s.remove(key) 1079 outer.remove(inne [all...] |
/kernel/linux/linux-5.10/drivers/video/fbdev/ |
H A D | amba-clcd.c | 873 board->remove = clcdfb_of_vram_remove; in clcdfb_of_get_board() 877 board->remove = clcdfb_of_dma_remove; in clcdfb_of_get_board() 934 fb->board->remove(fb); in clcdfb_probe() 955 fb->board->remove(fb); in clcdfb_remove() 977 .remove = clcdfb_remove,
|
/kernel/linux/linux-5.10/drivers/pcmcia/ |
H A D | ds.c | 49 if (!p_drv->probe || !p_drv->remove) in pcmcia_check_driver() 377 if (p_drv->remove) in pcmcia_device_remove() 378 p_drv->remove(p_dev); in pcmcia_device_remove() 703 /* does this cis override add or remove functions? */ in pcmcia_requery() 1297 /* first, remove the card */ in pcmcia_bus_early_resume() 1341 .remove = pcmcia_bus_remove, 1424 .remove = pcmcia_device_remove,
|
/kernel/linux/linux-5.10/drivers/platform/x86/ |
H A D | classmate-laptop.c | 443 .remove = cmpc_accel_remove_v4, 669 .remove = cmpc_accel_remove, 763 .remove = cmpc_tablet_remove, 1007 .remove = cmpc_ipml_remove 1073 .remove = cmpc_keys_remove,
|
/kernel/linux/linux-5.10/drivers/ssb/ |
H A D | main.c | 223 if (WARN_ON(!sdrv->remove)) in ssb_devices_freeze() 225 sdrv->remove(sdev); in ssb_devices_freeze() 288 if (ssb_drv && ssb_drv->remove) in ssb_device_remove() 289 ssb_drv->remove(ssb_dev); in ssb_device_remove() 390 .remove = ssb_device_remove,
|
/kernel/linux/linux-6.6/drivers/video/fbdev/ |
H A D | amba-clcd.c | 859 board->remove = clcdfb_of_vram_remove; in clcdfb_of_get_board() 863 board->remove = clcdfb_of_dma_remove; in clcdfb_of_get_board() 920 fb->board->remove(fb); in clcdfb_probe() 941 fb->board->remove(fb); in clcdfb_remove() 963 .remove = clcdfb_remove,
|
/kernel/linux/linux-6.6/drivers/ssb/ |
H A D | main.c | 226 if (WARN_ON(!sdrv->remove)) in ssb_devices_freeze() 228 sdrv->remove(sdev); in ssb_devices_freeze() 291 if (ssb_drv && ssb_drv->remove) in ssb_device_remove() 292 ssb_drv->remove(ssb_dev); in ssb_device_remove() 391 .remove = ssb_device_remove,
|
/kernel/linux/linux-6.6/drivers/platform/x86/ |
H A D | classmate-laptop.c | 443 .remove = cmpc_accel_remove_v4, 669 .remove = cmpc_accel_remove, 763 .remove = cmpc_tablet_remove, 1005 .remove = cmpc_ipml_remove 1073 .remove = cmpc_keys_remove,
|
/kernel/linux/linux-6.6/drivers/pcmcia/ |
H A D | ds.c | 49 if (!p_drv->probe || !p_drv->remove) in pcmcia_check_driver() 374 if (p_drv->remove) in pcmcia_device_remove() 375 p_drv->remove(p_dev); in pcmcia_device_remove() 698 /* does this cis override add or remove functions? */ in pcmcia_requery() 1290 /* first, remove the card */ in pcmcia_bus_early_resume() 1334 .remove = pcmcia_bus_remove, 1415 .remove = pcmcia_device_remove,
|
/test/xts/acts/multimedia/image/image_js_standard/imageReceiverNDK/entry/src/main/cpp/napi/ |
H A D | image_receiver_test.cpp | 96 * remove item 98 bool remove(uintptr_t ptr) in remove() function in OHOS::Media::MyMap 110 * remove item 112 bool remove(int32_t key) in remove() function in OHOS::Media::MyMap 432 optionMap.remove(params[NUM_0]); in JsReleaseImageReceiverOptions() 677 receiverMap.remove(params[NUM_0]); in JsReleaseImageReceiver() 871 imageMap.remove(params[NUM_0]); in JsReleaseImage()
|
/test/xts/acts/commonlibrary/thirdparty/musl32/entry/src/main/cpp/ |
H A D | fnmatchndk32.cpp | 179 remove(path);
in UTimeNsAt_time64() 313 remove(PATH);
in FuTimeNs_time64() 333 remove(TEST_FILE);
in FuTimes_time64() 355 remove(TEST_FILE);
in FuTimesAt_time64() 796 remove(TEST_FILE);
in UTimes_time64()
|
/third_party/icu/icu4c/source/common/ |
H A D | dictbe.cpp | 57 (void)startPos; // TODO: remove this param? in findBreaks() 213 fEndWordSet.remove(0x0E31); // MAI HAN-AKAT in ThaiBreakEngine() 214 fEndWordSet.remove(0x0E40, 0x0E44); // SARA E through SARA AI MAIMALAI in ThaiBreakEngine() 456 fEndWordSet.remove(0x0EC0, 0x0EC4); // prefix vowels in LaoBreakEngine() 848 //fEndWordSet.remove(0x17A5, 0x17A9); // Khmer independent vowels that can't end a word in KhmerBreakEngine() 849 //fEndWordSet.remove(0x17B2); // Khmer independent vowel that can't end a word in KhmerBreakEngine() 850 fEndWordSet.remove(0x17D2); // KHMER SIGN COENG that combines some following characters in KhmerBreakEngine() 851 //fEndWordSet.remove(0x17B6, 0x17C5); // Remove dependent vowels in KhmerBreakEngine() 852 // fEndWordSet.remove(0x0E31); // MAI HAN-AKAT in KhmerBreakEngine() 853 // fEndWordSet.remove( in KhmerBreakEngine() [all...] |
/third_party/alsa-lib/aserver/ |
H A D | aserver.c | 842 int remove = 0; in inet_pending_handler() local 844 remove = 1; in inet_pending_handler() 848 remove = 1; in inet_pending_handler() 852 remove = 1; in inet_pending_handler() 856 if (remove) { in inet_pending_handler()
|
/third_party/node/deps/icu-small/source/common/ |
H A D | dictbe.cpp | 213 fEndWordSet.remove(0x0E31); // MAI HAN-AKAT in ThaiBreakEngine() 214 fEndWordSet.remove(0x0E40, 0x0E44); // SARA E through SARA AI MAIMALAI in ThaiBreakEngine() 456 fEndWordSet.remove(0x0EC0, 0x0EC4); // prefix vowels in LaoBreakEngine() 848 //fEndWordSet.remove(0x17A5, 0x17A9); // Khmer independent vowels that can't end a word in KhmerBreakEngine() 849 //fEndWordSet.remove(0x17B2); // Khmer independent vowel that can't end a word in KhmerBreakEngine() 850 fEndWordSet.remove(0x17D2); // KHMER SIGN COENG that combines some following characters in KhmerBreakEngine() 851 //fEndWordSet.remove(0x17B6, 0x17C5); // Remove dependent vowels in KhmerBreakEngine() 852 // fEndWordSet.remove(0x0E31); // MAI HAN-AKAT in KhmerBreakEngine() 853 // fEndWordSet.remove(0x0E40, 0x0E44); // SARA E through SARA AI MAIMALAI in KhmerBreakEngine() 1200 fragment.remove(); in divideUpDictionaryRange() [all...] |
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | dictbe.cpp | 51 (void)startPos; // TODO: remove this param? in findBreaks() 207 fEndWordSet.remove(0x0E31); // MAI HAN-AKAT in ThaiBreakEngine() 208 fEndWordSet.remove(0x0E40, 0x0E44); // SARA E through SARA AI MAIMALAI in ThaiBreakEngine() 448 fEndWordSet.remove(0x0EC0, 0x0EC4); // prefix vowels in LaoBreakEngine() 837 //fEndWordSet.remove(0x17A5, 0x17A9); // Khmer independent vowels that can't end a word in KhmerBreakEngine() 838 //fEndWordSet.remove(0x17B2); // Khmer independent vowel that can't end a word in KhmerBreakEngine() 839 fEndWordSet.remove(0x17D2); // KHMER SIGN COENG that combines some following characters in KhmerBreakEngine() 840 //fEndWordSet.remove(0x17B6, 0x17C5); // Remove dependent vowels in KhmerBreakEngine() 841 // fEndWordSet.remove(0x0E31); // MAI HAN-AKAT in KhmerBreakEngine() 842 // fEndWordSet.remove( in KhmerBreakEngine() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
H A D | ImmutableSet.h | 408 TreeTy* remove(TreeTy* T, key_type_ref V) { in remove() function in llvm::ImutAVLFactory 1023 /// remove - Creates a new immutable set that contains all of the values 1030 LLVM_NODISCARD ImmutableSet remove(ImmutableSet Old, value_type_ref V) { in remove() function in llvm::ImmutableSet::Factory 1031 TreeTy *NewT = F.remove(Old.Root, V); in remove() 1159 ImmutableSetRef remove(value_type_ref V) { in remove() function in llvm::ImmutableSetRef 1160 return ImmutableSetRef(Factory->remove(Root, V), Factory); in remove()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/tegra/ |
H A D | sor.c | 3779 goto remove; in tegra_sor_probe() 3786 goto remove; in tegra_sor_probe() 3791 goto remove; in tegra_sor_probe() 3799 goto remove; in tegra_sor_probe() 3809 goto remove; in tegra_sor_probe() 3825 goto remove; in tegra_sor_probe() 3847 goto remove; in tegra_sor_probe() 3858 goto remove; in tegra_sor_probe() 3865 goto remove; in tegra_sor_probe() 3872 goto remove; in tegra_sor_probe() [all...] |
/drivers/hdf_core/framework/test/unittest/platform/virtual/ |
H A D | adc_linux_virtual_iio_driver.c | 199 .remove = VirtualAdcPlatformRemove,
|