OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:removes
(Results
1 - 25
of
3315
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/junit/src/org/junit/runner/manipulation/
NoTestsRemainException.java
4
* Thrown when a filter
removes
all tests from a runner.
/external/autotest/client/tests/profiler_test/
control
9
stops it, generates the profiler report and
removes
it).
/external/jsoncpp/test/
cleantests.py
0
#
removes
all files created during testing
/external/chromium-trace/catapult/telemetry/third_party/altgraph/altgraph/
GraphUtil.py
98
Returns (visited,
removes
, orphans).
101
*
removes
: the list of nodes where the node
104
where node is not in
removes
, is directly
105
reachable from a node in *
removes
* and
107
in *
removes
*.
110
visited,
removes
, orphans = set([head]), set(), set()
122
removes
.add(node)
134
orphans = [(last_good, tail) for (last_good, tail) in orphans if tail not in
removes
]
137
return visited,
removes
, orphans
/external/okhttp/okio/okio/src/main/java/okio/
BufferedSource.java
51
/**
Removes
a byte from this source and returns it. */
54
/**
Removes
two bytes from this source and returns a big-endian short. */
57
/**
Removes
two bytes from this source and returns a little-endian short. */
60
/**
Removes
four bytes from this source and returns a big-endian int. */
63
/**
Removes
four bytes from this source and returns a little-endian int. */
66
/**
Removes
eight bytes from this source and returns a big-endian long. */
69
/**
Removes
eight bytes from this source and returns a little-endian long. */
97
/**
Removes
all bytes bytes from this and returns them as a byte string. */
100
/**
Removes
{@code byteCount} bytes from this and returns them as a byte string. */
103
/**
Removes
all bytes from this and returns them as a byte array. *
[
all
...]
/external/autotest/client/site_tests/peerd_MonitorsDBusConnections/
control
15
3) verifies that peerd notices this and
removes
the service
/external/skia/platform_tools/ios/bin/
ios_rm
9
#
Removes
the path identified by the first argument from the directory.
/external/chromium-trace/catapult/telemetry/third_party/altgraph/doc/
graphutil.rst
45
Returns (*visited*, *
removes
*, *orphans*), where
49
* *
removes
*: the list of nodes where the node data doesn't match
53
node is not in *
removes
* and one of the nodes that is connected
54
by an incoming edge is in *
removes
*. *Last_good* is the
55
closest upstream node that is not in *
removes
*.
/development/tools/rmtypedefs/
README.txt
3
This utility finds and
removes
all .class files that have been
/external/easymock/src/org/easymock/
IMocksControl.java
42
*
Removes
all expectations for the mock objects of this control.
47
*
Removes
all expectations for the mock objects of this control and turn
53
*
Removes
all expectations for the mock objects of this control and turn
59
*
Removes
all expectations for the mock objects of this control and turn
/external/proguard/docs/
proguard.appdata.xml
12
preverifier. It detects and
removes
unused classes, fields, methods, and
13
attributes. It optimizes bytecode and
removes
unused instructions. It
/frameworks/base/graphics/java/android/graphics/drawable/
Animatable2.java
34
*
Removes
the specified animation callback.
43
*
Removes
all existing animation callbacks.
/external/iproute2/man/man8/
ip-tcp_metrics.8
40
reclaimed and used for new destinations. The kernel never
removes
120
Removes
the entry for 192.168.0.1 from cache.
125
Removes
entries for destinations from subnet
130
Removes
all entries from cache
135
Removes
all IPv6 entries from cache keeping the IPv4 entries.
/packages/apps/UnifiedEmail/src/com/android/mail/utils/
StyleUtils.java
33
*
Removes
any {@link android.text.style.URLSpan}s from the text view and replaces them with a
43
*
Removes
any {@link android.text.style.URLSpan}s from the Spannable and replaces them with a
60
*
Removes
any {@link android.text.style.URLSpan}s from the text view and replaces them with a
/external/libweave/src/privet/
publisher.h
35
// Updates published information.
Removes
service if HTTP is not alive.
/external/llvm/test/Transforms/JumpThreading/
degenerate-phi.ll
5
; "%phi = phi i16" when it
removes
all edges leading to %unreachable.
/external/lzma/CPP/7zip/UI/FileManager/
BrowseDialog.h
11
/* CorrectFsPath
removes
undesirable characters in names (dots and spaces at the end of file)
/external/mockito/src/org/mockito/internal/progress/
MockingProgress.java
33
*
Removes
ongoing stubbing so that in case the framework is misused
/external/shflags/lib/
shlib
8
# path is not already absolute. It then
removes
all parent references (../) to
/external/webrtc/webrtc/modules/desktop_capture/x11/
x_error_trap.h
27
// Returns last error and
removes
unregisters the error handler.
/external/webrtc/webrtc/test/
histogram.h
26
//
Removes
all histogram samples.
/hardware/intel/common/libva/debian.upstream/
Makefile.am
24
# Extra clean files so that maintainer-clean
removes
*everything*
/prebuilts/go/darwin-x86/misc/android/
cleaner.go
5
// Cleaner
removes
anything from /data/local/tmp/goroot not on a builtin list.
/prebuilts/go/linux-x86/misc/android/
cleaner.go
5
// Cleaner
removes
anything from /data/local/tmp/goroot not on a builtin list.
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-mmix/
bpo-10.d
8
# Check that GC
removes
all (two) BPO:s when all are collected.
Completed in 4102 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>