Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
defs:Remove
(Results
1 - 25
of
67
) sorted by relevance
1
2
3
/third_party/node/src/
H
A
D
cleanup_queue-inl.h
35
void CleanupQueue::
Remove
(Callback cb, void* arg) {
in Remove()
function in node::CleanupQueue
/third_party/node/deps/v8/src/compiler/
H
A
D
refs-map.cc
30
ObjectData* RefsMap::
Remove
(const Address& key) {
in Remove()
function in v8::internal::RefsMap
/third_party/node/deps/v8/src/profiler/
H
A
D
circular-queue-inl.h
33
void SamplingCircularQueue<T, L>::
Remove
() {
in Remove()
function in v8::internal::SamplingCircularQueue
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/port/
H
A
D
java_iterator.h
51
virtual void
Remove
() {
in Remove()
function in sfntly::PODIterator
78
virtual void
Remove
() {
in Remove()
function in sfntly::RefIterator
/third_party/node/deps/v8/src/deoptimizer/
H
A
D
materialized-object-store.cc
37
bool MaterializedObjectStore::
Remove
(Address fp) {
in Remove()
function in v8::internal::MaterializedObjectStore
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/InstCombine/
H
A
D
InstCombineWorklist.h
72
void
Remove
(Instruction *I) {
in Remove()
function in llvm::InstCombineWorklist
/third_party/skia/third_party/externals/tint/fuzzers/tint_spirv_tools_fuzzer/
H
A
D
mutator_cache.cc
53
MutatorCache::Value MutatorCache::
Remove
(const Key& key) {
in Remove()
function in tint::fuzzers::spvtools_fuzzer::MutatorCache
/third_party/node/deps/v8/src/base/
H
A
D
enum-set.h
39
void
Remove
(E element) { bits_ &= ~Mask(element); }
in Remove()
function in v8::base::EnumSet
40
void
Remove
(EnumSet set) { bits_ &= ~set.bits_; }
in Remove()
function in v8::base::EnumSet
/third_party/node/deps/v8/src/handles/
H
A
D
persistent-handles.cc
114
void PersistentHandlesList::
Remove
(PersistentHandles* persistent_handles) {
in Remove()
function in v8::internal::PersistentHandlesList
/third_party/protobuf/csharp/src/Google.Protobuf/Collections/
H
A
D
ReadOnlyDictionary.cs
66
public bool
Remove
(TKey key)
in Remove()
method in Google.Protobuf.Collections.ReadOnlyDictionary
117
public bool
Remove
(KeyValuePair<TKey, TValue> item)
in Remove()
method in Google.Protobuf.Collections.ReadOnlyDictionary
H
A
D
RepeatedField.cs
375
public bool
Remove
(T item)
in Remove()
method in Google.Protobuf.Collections.RepeatedField
H
A
D
MapField.cs
147
public bool
Remove
(TKey key)
in Remove()
method in Google.Protobuf.Collections.MapField
317
bool ICollection<KeyValuePair<TKey, TValue>>.
Remove
(KeyValuePair<TKey, TValue> item)
in Remove()
method in Google.Protobuf.Collections.MapField
814
public bool
Remove
(T item)
in Remove()
method in Google.Protobuf.Collections.MapField.MapView
/third_party/protobuf/csharp/src/Google.Protobuf/
H
A
D
ExtensionRegistry.cs
167
public bool
Remove
(Extension item)
in Remove()
method in Google.Protobuf.ExtensionRegistry
/third_party/skia/third_party/externals/spirv-tools/source/
H
A
D
enum_set.h
98
void
Remove
(EnumType c) { RemoveWord(ToWord(c)); }
in Remove()
function in spvtools::EnumSet
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/
H
A
D
enum_set.h
98
void
Remove
(EnumType c) { RemoveWord(ToWord(c)); }
in Remove()
function in spvtools::EnumSet
/third_party/vixl/src/
H
A
D
cpu-features.cc
75
void CPUFeatures::
Remove
(const CPUFeatures& other) {
in Remove()
function in vixl::CPUFeatures
79
void CPUFeatures::
Remove
(Feature feature) {
in Remove()
function in vixl::CPUFeatures
H
A
D
cpu-features.h
356
void
Remove
(T first, U... others) {
in Remove()
function in vixl::CPUFeatures
[all...]
/third_party/skia/infra/bots/recipe_modules/flavor/
H
A
D
android.py
10
import subprocess # TODO(borenet): No!
Remove
this.
namespace
/third_party/lzma/CPP/Windows/Control/
H
A
D
ImageList.h
69
bool
Remove
(int index)
in Remove()
function in NWindows::NControl::CImageList
/third_party/node/deps/v8/src/zone/
H
A
D
zone-list-inl.h
106
T ZoneList<T>::
Remove
(int i) {
in Remove()
function in v8::internal::ZoneList
/third_party/node/deps/v8/src/heap/cppgc/
H
A
D
page-memory.cc
163
void PageMemoryRegionTree::
Remove
(PageMemoryRegion* region) {
in Remove()
function in cppgc::internal::PageMemoryRegionTree
/third_party/node/deps/v8/src/heap/
H
A
D
list.h
55
void
Remove
(T* element) {
in Remove()
function in v8::internal::heap::List
/third_party/skia/third_party/externals/tint/src/utils/
H
A
D
enum_set.h
70
inline EnumSet&
Remove
(VALUES... values) {
in Remove()
function
82
inline EnumSet&
Remove
(EnumSet s) { return (*this = *this - s); }
in Remove()
function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H
A
D
MachinePassRegistry.h
116
void
Remove
(MachinePassRegistryNode<PassCtorTy> *Node) {
in Remove()
function in llvm::MachinePassRegistry
/third_party/ninja/src/
H
A
D
clean.cc
56
void Cleaner::
Remove
(const string& path) {
in Remove()
function in Cleaner
Completed in 12 milliseconds
1
2
3