/third_party/vulkan-loader/tests/framework/ |
H A D | test_environment.cpp | 748 get_folder(ManifestLocation::settings_location).remove("vk_loader_settings.json");
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | rbbitst.cpp | 859 rules.remove(); in TestExtended() 1390 testString.remove(); in runUnicodeTestData() 1402 testString.remove(); in runUnicodeTestData()
|
/third_party/mesa3d/src/amd/addrlib/src/gfx9/ |
H A D | gfx9addrlib.cpp | 2100 // and remove it from the metaaddr, and rb_equation in GenMetaEquation() 2112 pipeEquation.remove(co); in GenMetaEquation() 2115 if (rbEquation[j].remove(co)) in GenMetaEquation() 2160 if (rbEquation[j].remove(co)) in GenMetaEquation()
|
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/panel/ |
H A D | panel-simple.c | 5032 .remove = panel_simple_platform_remove, 5388 .remove = panel_simple_dsi_remove,
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/lang/ |
H A D | UCharacterTest.java | 2706 /* remove the Katakana middle dot(s) from set1 */ in TestConsistency() 2707 set1.remove(0x30fb); in TestConsistency() 2708 set2.remove (0xff65); /* halfwidth variant */ in TestConsistency()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/ |
H A D | UCharacterTest.java | 2854 /* remove the Katakana middle dot(s) from set1 */ in TestConsistency() 2855 set1.remove(0x30fb); in TestConsistency() 2856 set2.remove (0xff65); /* halfwidth variant */ in TestConsistency()
|
/third_party/icu/icu4c/source/i18n/ |
H A D | regexcmp.cpp | 609 // 5. LA_END // Cut back stack, remove saved state from step 2. in doParseActions() 1959 fLiteralChars.remove(); 3645 // not remove them. 4458 mPropName.remove(0, 2); // Strip the "Is" 4587 // we remove them from the set.
|
/third_party/json/include/nlohmann/ |
H A D | json.hpp | 2412 /// @brief remove element given an iterator 2482 /// @brief remove elements given an iterator range 2590 /// @brief remove element from a JSON object given a key 2599 /// @brief remove element from a JSON object given a key 2608 /// @brief remove element from a JSON array given an index 4672 enum class patch_operations {add, remove, replace, move, copy, test, invalid}; 4680 if (op == "remove") 4682 return patch_operations::remove; 4772 // wrapper for "remove" operation; remove valu [all...] |
/third_party/node/deps/icu-small/source/i18n/ |
H A D | regexcmp.cpp | 609 // 5. LA_END // Cut back stack, remove saved state from step 2. in doParseActions() 1959 fLiteralChars.remove(); 3645 // not remove them. 4458 mPropName.remove(0, 2); // Strip the "Is" 4587 // we remove them from the set.
|
/third_party/mesa3d/src/nouveau/codegen/ |
H A D | nv50_ir_ra.cpp | 320 p.second.remove(def); in removeDefsOfInstruction() 1842 // multiple times in a row, and also remove a source of in run() 2630 defi->bb->remove(defi); in insertConstraintMove()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | MachinePipeliner.cpp | 1871 R.remove(maxHeight); in computeNodeOrder() 1916 R.remove(maxDepth); in computeNodeOrder()
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcViewportArrayTests.cpp | 300 remove(); in ~program() 600 void Utils::program::remove() in remove() function in glcts::ViewportArray::Utils::program
|
/third_party/skia/src/core/ |
H A D | SkPath.cpp | 133 1. If we encounter degenerate segments, remove them 3105 tangents.remove(last); in contains() 3112 tangents.remove(last); in contains()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | regexcmp.cpp | 614 // 5. LA_END // Cut back stack, remove saved state from step 2. in doParseActions() 1961 fLiteralChars.remove(); 3642 // not remove them. 4455 mPropName.remove(0, 2); // Strip the "Is"
|
/third_party/skia/src/pathops/ |
H A D | SkPathOpsDebug.cpp | 1959 void SkOpCoincidence::debugRelease(SkPathOpsDebug::GlitchLog* log, const SkCoincidentSpans* coin, const SkCoincidentSpans* remove) const { in debugRelease() 1965 if (coin == remove) { in debugRelease() 2473 // keep the points, but remove spans so that the segment doesn't have 2 or more
|
/third_party/node/deps/ada/ |
H A D | ada.h | 119 // do not remove tabs and spaces, they should have been removed prior to calling 6106 // Input is empty, there is no password, and we need to remove "@" from 6435 // If hostname starts with "@", we should not remove that character. in clear_hostname() 6740 inline void remove(std::string_view key); 6741 inline void remove(std::string_view key, std::string_view value); 7003 inline void url_search_params::remove(const std::string_view key) { in remove() function in ada::ada::ada::ada::ada::ada::ada::ada::ada::ada::ada::ada::url_search_params 7010 inline void url_search_params::remove(const std::string_view key, in remove() function in ada::ada::ada::ada::ada::ada::ada::ada::ada::ada::ada::ada::url_search_params
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/ |
H A D | SLPVectorizer.cpp | 3254 // instruction as dead and remove its cost from the final cost of the 5252 BS->BB->getInstList().remove(pickedInst); 7406 // initially collected them. If so, they are marked as deleted, so remove 7425 Candidates.remove(GEPI); 7426 Candidates.remove(GEPJ); 7428 Candidates.remove(GEPJ);
|
/device/soc/rockchip/common/vendor/drivers/phy/ |
H A D | phy-rockchip-mipi-rx.c | 1741 .remove = rockchip_mipidphy_remove,
|
/device/soc/rockchip/common/vendor/drivers/video/rockchip/mpp/ |
H A D | mpp_rkvdec.c | 1838 dev_info(dev, "remove device\n");
in rkvdec_remove() 1864 .remove = rkvdec_remove,
|
H A D | mpp_rkvenc2.c | 1665 dev_info(dev, "remove ccu\n");
in rkvenc_remove() 1669 dev_info(dev, "remove core\n");
in rkvenc_remove() 1682 dev_info(dev, "remove device\n");
in rkvenc_remove() 1717 .remove = rkvenc_remove,
|
/device/soc/rockchip/common/vendor/drivers/video/rockchip/rga2/ |
H A D | rga2_drv.c | 1820 .remove = rga2_drv_remove,
|
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/rockchip/ |
H A D | dw-mipi-dsi2-rockchip.c | 1583 .remove = dw_mipi_dsi2_remove,
|
/device/soc/rockchip/common/vendor/drivers/media/i2c/ |
H A D | gc2093.c | 1457 .remove = &gc2093_remove,
|
/device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/cif/ |
H A D | dev.c | 1816 .remove = rkcif_plat_remove,
|
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/ |
H A D | dhd_pcie_linux.c | 221 remove: dhdpcie_pci_remove,
|