OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:precious
(Results
1 - 25
of
297
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/clang/utils/ABITest/layout/
Makefile
42
.
PRECIOUS
: test.%.x.diff
45
.
PRECIOUS
: test.%.y.diff
49
.
PRECIOUS
: test.%.out
53
.
PRECIOUS
: test.%.ref
56
.
PRECIOUS
: test.%.x
59
.
PRECIOUS
: test.%.y
63
.
PRECIOUS
: test.%.c
/external/clang/utils/ABITest/
Makefile.test.common
63
.
PRECIOUS
: temps/.dir
65
.
PRECIOUS
: temps/test.%.xx.diff
68
.
PRECIOUS
: temps/test.%.xy.diff
71
.
PRECIOUS
: temps/test.%.yx.diff
74
.
PRECIOUS
: temps/test.%.yy.diff
77
.
PRECIOUS
: temps/test.%.defs.diff
85
.
PRECIOUS
: temps/test.%.out
91
.
PRECIOUS
: temps/test.%.ref
94
.
PRECIOUS
: temps/test.%.xx
97
.
PRECIOUS
: temps/test.%.x
[
all
...]
/external/llvm/test/
Makefile.tests
31
.
PRECIOUS
: Output/%.bc Output/%.ll
32
.
PRECIOUS
: Output/%.tbc Output/%.tll
33
.
PRECIOUS
: Output/.dir
34
.
PRECIOUS
: Output/%.llvm.bc
35
.
PRECIOUS
: Output/%.llvm
/ndk/sources/host-tools/make-3.81/tests/scripts/features/
patternrules
99
# TEST #4: make sure
precious
flag is set properly for targets
105
.
PRECIOUS
: %.bar
/ndk/sources/host-tools/make-3.81/
implicit.c
843
precious
. */
845
f->
precious
= 1;
855
if (!f->
precious
)
858
if (imf != 0 && imf->
precious
)
859
f->
precious
= 1;
937
/* Set
precious
flag. */
940
if (f && f->
precious
)
941
file->
precious
= 1;
966
/* Set
precious
flag. */
968
if (f && f->
precious
)
[
all
...]
commands.c
501
/* Delete any non-
precious
intermediate files that were made. */
529
/* Delete FILE unless it's
precious
or not actually a file (phony),
538
if (file->
precious
|| file->phony)
576
/* Delete all non-
precious
targets of CHILD unless they were already deleted.
590
/* Also remove any non-
precious
targets listed in the `also_make' member. */
file.c
320
MERGE (
precious
);
363
it's not
precious
. */
364
if (f->intermediate && (f->dontcare || !f->
precious
)
628
Also mark the files depended on by .
PRECIOUS
, .PHONY, .SILENT,
662
for (f = lookup_file (".
PRECIOUS
"); f != 0; f = f->prev)
665
f2->
precious
= 1;
909
if (f->
precious
)
910
puts (_("#
Precious
file (prerequisite of .
PRECIOUS
)."));
filedef.h
75
unsigned int
precious
:1; /* Non-0 means don't delete file on quit */
member in struct:file
/external/elfutils/libelf/
elf32_xlatetof.c
103
version and so would waste "
precious
" code. */
elf32_xlatetom.c
108
version and so would waste "
precious
" code. */
/external/compiler-rt/
Makefile
161
.
PRECIOUS
: $(Tmp.ObjPath)/.dir
219
.
PRECIOUS
: $(Tmp.ObjPath)/.dir
262
.
PRECIOUS
: $(Tmp.ObjPath)/.dir
/device/common/
generate-blob-lists.sh
26
# WARNING: It destroys the source tree. Don't leave anything
precious
there.
/external/jsoncpp/scons-tools/
srcdist.py
150
## env.
Precious
(node)
/external/mesa3d/src/glsl/
opt_dead_code.cpp
95
/* uniform initializers are
precious
, and could get used by another
/frameworks/base/docs/html/distribute/monetize/
ads.jd
16
tools or use
precious
development resources to build your own solution.
/external/icu/icu4c/source/i18n/unicode/
ucurr.h
265
* This does not include fund codes,
precious
metals and other
272
* These codes respresent fund codes,
precious
metals and other
/external/libvpx/libvpx/build/make/
Android.mk
96
.
PRECIOUS
: %.asm.s
Makefile
198
.
PRECIOUS
: %.c.S
205
.
PRECIOUS
: %.asm.s
/frameworks/base/docs/html/training/displaying-bitmaps/
load-bitmap.jd
36
up
precious
memory and incurs additional performance overhead due to additional on the fly
/external/curl/docs/examples/
Makefile.m32
278
.
PRECIOUS
: %.o
/external/harfbuzz_ng/src/
hb-ot-map.cc
82
* features not available in either table and not waste
precious
bits for them. */
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/resources/
Transliterator_Kanji_English.txt
[
all
...]
/external/mesa3d/src/gallium/drivers/svga/
svga_tgsi.c
222
* XXX TODO: we should do one of the later as it would save
precious
/external/webrtc/webrtc/base/
bitbuffer_unittest.cc
302
char test_string[] = "my
precious
";
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/
Android.mk
122
.
PRECIOUS
: %.asm.s
Completed in 1922 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>