OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:clean
(Results
301 - 325
of
828
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/libcore/luni/src/main/java/java/lang/
ThreadLocal.java
174
/** Points to the next cell to
clean
up. */
175
private int
clean
;
field in class:ThreadLocal.Values
195
this.
clean
= fromParent.
clean
;
246
this.
clean
= 0;
255
// If we rehashed, we needn't
clean
up (
clean
up happens as
261
// No live entries == nothing to
clean
.
265
//
Clean
log(table.length) entries picking up where we left off
267
int index =
clean
;
[
all
...]
/external/blktrace/
btrace.spec
44
%
clean
/external/checkpolicy/
Makefile
59
clean
:
61
$(MAKE) -C test
clean
/external/chromium_org/chrome/common/extensions/docs/server2/
link_converter.py
29
clean
= (matches.group(2).replace('\\', '')
33
page, link =
clean
.split('#')
/external/chromium_org/sdch/open-vcdiff/packages/deb/
rules
54
clean
:
59
# Add here commands to
clean
up after the build process.
118
.PHONY: build
clean
binary-indep binary-arch binary install
/external/chromium_org/third_party/lcov/example/
Makefile
7
# -
clean
:
clean
up directory
28
.PHONY:
clean
output test_noargs test_2_to_2000 test_overflow
95
clean
:
/external/chromium_org/third_party/libyuv/
linux.mk
47
clean
:
/external/clang/docs/analyzer/
Makefile
17
.PHONY: help
clean
html dirhtml singlehtml pickle json htmlhelp qthelp devhelp epub latex latexpdf text man changes linkcheck doctest gettext
43
clean
:
/external/clang/docs/tools/
Makefile
29
clean
:
85
clean
-local::
/external/dhcpcd/mk/
dist.mk
26
(cd /tmp/${SNAPDIR}; make
clean
)
/external/e2fsprogs/lib/
Makefile.darwin-lib
47
clean
::
/external/llvm/unittests/
Makefile.unittest
18
#
Clean
up out-of-tree stray unittests for Lit not to pick one up.
26
clean
:: cleanup-local
/external/llvm/utils/buildit/
GNUmakefile
108
clean
:
132
.PHONY: install installsrc
clean
EmbeddedHosted EmbeddedSim Embedded
/external/ppp/pppd/
Makefile.sol2
55
clean
:
/external/protobuf/examples/
Makefile
3
.PHONY: all cpp java python
clean
11
clean
:
/external/stlport/test/eh/
cray.mak
55
clean
:
/frameworks/wilhelm/tools/hashgen/
Makefile
59
clean
:
64
distclean :
clean
/ndk/sources/host-tools/make-3.81/w32/
Makefile
240
clean
-noinstLIBRARIES:
424
clean
-generic:
429
maintainer-
clean
-generic:
432
clean
:
clean
-am
434
clean
-am:
clean
-generic
clean
-noinstLIBRARIES mostlyclean-am
439
distclean-am:
clean
-am distclean-compile distclean-generic \
462
maintainer-
clean
: maintainer-clean-a
[
all
...]
/prebuilts/tools/common/proguard/proguard4.7/build/
makefile
64
clean
:
94
.PHONY: all basic options proguard proguardgui retrace anttask wtkplugin
clean
$(TARGETS) $(OPTIONAL_TARGETS)
/external/chromium_org/third_party/libvpx/source/libvpx/build/make/
Makefile
21
clean
:: .DEFAULT
91
.PHONY:
clean
92
clean
::
94
rm -f $(
CLEAN
-OBJS)
96
.PHONY:
clean
97
distclean:
clean
216
CLEAN
-OBJS += obj_int_extract
330
ifeq ($(filter %
clean
,$(MAKECMDGOALS)),)
353
clean
::
367
clean
:
[
all
...]
/external/libvpx/libvpx/build/make/
Makefile
21
clean
:: .DEFAULT
92
.PHONY:
clean
93
clean
::
95
rm -f $(
CLEAN
-OBJS)
97
.PHONY:
clean
98
distclean:
clean
206
CLEAN
-OBJS += obj_int_extract
320
ifeq ($(filter %
clean
,$(MAKECMDGOALS)),)
343
clean
::
357
clean
:
[
all
...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/
Makefile
21
clean
:: .DEFAULT
92
.PHONY:
clean
93
clean
::
95
rm -f $(
CLEAN
-OBJS)
97
.PHONY:
clean
98
distclean:
clean
206
CLEAN
-OBJS += obj_int_extract
320
ifeq ($(filter %
clean
,$(MAKECMDGOALS)),)
343
clean
::
357
clean
:
[
all
...]
/external/apache-http/src/org/apache/commons/codec/language/
RefinedSoundex.java
160
str = SoundexUtils.
clean
(str);
SoundexUtils.java
36
* The String to
clean
.
37
* @return A
clean
String.
39
static String
clean
(String str) {
method in class:SoundexUtils
/external/bison/tests/
Makefile.am
67
clean
-local:
68
test ! -f $(TESTSUITE) || $(SHELL) $(TESTSUITE) --
clean
Completed in 413 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>