OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:remove
(Results
76 - 100
of
23263
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/llvm/test/Transforms/InstCombine/
2006-10-19-SignedToUnsignedCastAndConst-2.ll
1
; The optimizer should be able to
remove
cast operation here.
/external/lzma/CPP/Windows/
FileDir.h
51
~CTempFile() {
Remove
(); }
55
bool
Remove
();
65
~CTempDir() {
Remove
(); }
69
bool
Remove
();
/external/opencv3/modules/cudev/test/
CMakeLists.txt
17
# we
remove
/EHa as it generates warnings under windows
20
# we
remove
-ggdb3 flag as it leads to preprocessor errors when compiling CUDA files (CUDA 4.1)
23
# we
remove
-Wsign-promo as it generates warnings under linux
26
# we
remove
-fvisibility-inlines-hidden because it's used for C++ compiler
/external/skia/src/core/
SkRefDict.h
31
* If data is nullptr,
remove
(if present) the entry matching name and call
40
*
Remove
the matching entry (if found) and unref its data.
42
void
remove
(const char name[]) { this->set(name, nullptr); }
function in class:SkRefDict
45
*
Remove
all entries, and unref() their associated data.
/external/toybox/toys/other/
swapoff.c
20
if (swapoff(toys.optargs[0])) perror_exit("failed to
remove
swaparea");
/external/valgrind/cachegrind/tests/
filter_stderr
7
#
Remove
"Cachegrind, ..." line and the following copyright line.
10
#
Remove
numbers from I/D/LL "refs:" lines
13
#
Remove
numbers from I1/D1/LL/LLi/LLd "misses:" and "miss rates:" lines
16
#
Remove
CPUID warnings lines for P4s and other machines
/external/valgrind/lackey/tests/
filter_stderr
7
#
Remove
"Lackey, ..." line and the following copyright line.
/external/valgrind/none/tests/
filter_ioctl_moans
11
#
Remove
"Nulgrind, ..." line and the following copyright line.
filter_stderr
7
#
Remove
"Nulgrind, ..." line and the following copyright line.
/external/valgrind/tests/
filter_discards
5
#
Remove
number and position of discards
/external/webrtc/tools/ubsan/
blacklist.txt
3
# Please think twice before you add or
remove
these rules.
/external/webrtc/webrtc/common_audio/
swap_queue_unittest.cc
52
EXPECT_TRUE(queue.
Remove
(&i));
54
EXPECT_TRUE(queue.
Remove
(&i));
74
EXPECT_TRUE(queue.
Remove
(&i));
76
EXPECT_TRUE(queue.
Remove
(&i));
83
EXPECT_FALSE(queue.
Remove
(&i));
85
EXPECT_TRUE(queue.
Remove
(&i));
86
EXPECT_FALSE(queue.
Remove
(&i));
104
EXPECT_FALSE(queue.
Remove
(&i));
119
EXPECT_TRUE(queue.
Remove
(&valid_chunk));
132
EXPECT_TRUE(queue.
Remove
(&valid_chunk))
[
all
...]
/frameworks/base/tests/notification/res/values/
strings.xml
6
<string name="remove_button_label">
Remove
Notifications</string>
/hardware/intel/img/psb_video/
style_unify
7
sed -i 's/[ \t]*$//' $i #
remove
trailing space
/ndk/sources/cxx-stl/stlport/stlport/
rlocks.h
8
# error "This file is for SUN CC only. Please
remove
it if it causes any harm for other compilers."
stdiostream.h
8
# error "This file is for SUN CC only. Please
remove
it if it causes any harm for other compilers."
/packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/camerafocus/
README.txt
3
have been made to
remove
unneeded features and adjust to our needs
/packages/services/Car/car_product/sepolicy/
te_macros
5
# Also allow the client domain to
remove
/prebuilts/go/darwin-x86/src/runtime/
arch_386.go
8
type intptr int32 // TODO(rsc):
remove
arch_amd64.go
8
type intptr int64 // TODO(rsc):
remove
arch_amd64p32.go
8
type intptr int32 // TODO(rsc):
remove
arch_arm.go
8
type intptr int32 // TODO(rsc):
remove
arch_arm64.go
8
type intptr int64 // TODO(rsc):
remove
arch_ppc64.go
8
type intptr int64 // TODO(rsc):
remove
arch_ppc64le.go
8
type intptr int64 // TODO(rsc):
remove
Completed in 8724 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>