Home
last modified time | relevance | path

Searched refs:remove (Results 351 - 375 of 2105) sorted by relevance

1...<<11121314151617181920>>...85

/third_party/mesa3d/src/intel/compiler/
H A Dbrw_fs_sel_peephole.cpp217 then_mov[i]->remove(then_block); in opt_peephole_sel()
218 else_mov[i]->remove(else_block); in opt_peephole_sel()
/third_party/lz4/tests/
H A Dtest-lz4-abi.py125 os.remove('abiTest')
158 os.remove('abiTest')
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/regex/
H A DNfaFlattener.java121 PathFollower follower = followerQueue.remove(); in visitSubgraph()
153 joiningEdges.add(queue.remove().edge()); in collectJoiningEdges()
/third_party/protobuf/java/compatibility_tests/v2.5.0/tests/src/main/java/com/google/protobuf/test/
H A DLazyStringArrayListTest.java68 list.remove(1); in testJustStrings()
84 list.remove(1); in testJustByteString()
/third_party/python/Lib/asyncio/
H A Dqueues.py125 self._putters.remove(putter)
163 self._getters.remove(getter)
/third_party/vk-gl-cts/external/vulkan-docs/src/katex/contrib/
H A Dcopy-tex.min.js1 !function(e,t){if("object"==typeof exports&&"object"==typeof module)module.exports=t();else if("function"==typeof define&&define.amd)define([],t);else{var n=t();for(var r in n)("object"==typeof exports?exports:e)[r]=n[r]}}("undefined"!=typeof self?self:this,function(){return function(e){var t={};function n(r){if(t[r])return t[r].exports;var o=t[r]={i:r,l:!1,exports:{}};return e[r].call(o.exports,o,o.exports,n),o.l=!0,o.exports}return n.m=e,n.c=t,n.d=function(e,t,r){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:r})},n.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var r=Object.create(null);if(n.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var o in e)n.d(r,o,function(t){return e[t]}.bind(null,o));return r},n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="",n(n.s=1)}([function(e,t,n){},function(e,t,n){"use strict";n.r(t);n(0);var r={inline:["$","$"],display:["$$","$$"]},o=function(e,t){void 0===t&&(t=r);for(var n=e.querySelectorAll(".katex-mathml + .katex-html"),o=0;o<n.length;o++){var l=n[o];l.remove?l.remove(null):l.parentNode.removeChild(l)}for(var i=e.querySelectorAll(".katex-mathml"),a=0;a<i.length;a++ (…)
/third_party/skia/src/core/
H A DSkTMultiMap.h66 void remove(const Key& key, const T* value) { in remove() function in SkTMultiMap
68 // Temporarily making this safe for remove entries not in the map because of in remove()
178 fHash.remove(key); in internalRemove()
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/Debug/
H A DWeakMap.hpp75 // remove() attempts to remove the entry with the given key from the map.
76 // remove() returns true if there was no existing entry with the given key,
78 inline bool remove(const K &key);
173 bool WeakMap<K, V>::remove(const K &key) in remove() function in vk::dbg::WeakMap
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DMapFieldLite.java113 public V remove(Object key) { in remove() method in MapFieldLite
115 return super.remove(key); in remove()
/third_party/protobuf/src/google/protobuf/testing/
H A Dgoogletest.cc240 remove(stdout_capture_filename_.c_str()); in GetCapturedTestStdout()
255 remove(stderr_capture_filename_.c_str()); in GetCapturedTestStderr()
/third_party/skia/infra/bots/
H A Dutils.py155 return os.remove(path)
198 remove_with_retry(os.remove, os.path.join(root, name))
/third_party/ffmpeg/libavcodec/
H A Dparser.h55 * @param remove Found timestamps will be removed if set to 1, kept if set to 0.
58 void ff_fetch_timestamp(AVCodecParserContext *s, int off, int remove, int fuzzy);
/third_party/mesa3d/src/compiler/glsl/
H A Dlower_builtins.cpp62 ir->remove(); in visit_leave()
/third_party/musl/src/stdio/
H A Dremove.c6 int remove(const char *path) in remove() function
/third_party/musl/libc-test/src/functionalext/supplement/fortify/fortify_gtest/
H A Dfortify_open_chk_test.cpp23 EXPECT_EQ(0, remove("test.txt")); in HWTEST_F()
/third_party/musl/libc-test/src/functionalext/supplement/legacy/
H A Dgetpagesize.c34 remove("/data/1.txt"); in getpagesize_0100()
/third_party/musl/libc-test/src/functionalext/supplement/linux/
H A Dflistxattr.c40 remove(path); in flistxattr_0100()
H A Dfsetxattr.c43 remove(path); in fsetxattr_0100()
/third_party/musl/libc-test/src/functionalext/supplement/stdio/
H A D__fpurge.c38 remove("/data/fpurge.txt"); in __fpurge_0100()
H A Dgetwc.c35 remove(ptr); in getwc_0100()
/third_party/musl/libc-test/src/functionalext/supplement/temp/temp_gtest/
H A Dtemp_mkostemps64_test.cpp24 remove(templateName); in HWTEST_F()
/third_party/musl/libc-test/src/functionalext/supplement/unistd/
H A Dacct.c48 remove(filePath); in acct_0200()
H A Dgetuid.c34 remove("id.txt"); in getuid_0100()
H A Dread.c38 remove("/data/readtest.txt"); in read_0100()
/third_party/typescript/tests/baselines/reference/
H A DunionExcessPropertyCheckNoApparentPropTypeMismatchErrors.js9 declare function forEach<T>(from: IStringDictionary<T> | INumberDictionary<T>, callback: (entry: { key: any; value: T; }, remove: () => void) => any);

Completed in 8 milliseconds

1...<<11121314151617181920>>...85