OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:deps
(Results
51 - 75
of
417
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/icu4c/tools/gennorm2/
Makefile.in
20
CLEANFILES = *~ $(
DEPS
)
33
DEPS
= $(OBJECTS:.o=.d)
77
-include $(
DEPS
)
80
-include $(
DEPS
)
/external/icu4c/tools/genpname/
Makefile.in
25
CLEANFILES = *~ $(
DEPS
)
38
DEPS
= $(OBJECTS:.o=.d)
91
-include $(
DEPS
)
94
-include $(
DEPS
)
/external/icu4c/tools/genprops/
Makefile.in
25
CLEANFILES = *~ $(
DEPS
) $(MAN_FILES)
38
DEPS
= $(OBJECTS:.o=.d)
91
-include $(
DEPS
)
94
-include $(
DEPS
)
/external/icu4c/tools/gensprep/
Makefile.in
25
CLEANFILES = *~ $(
DEPS
) $(MAN_FILES)
38
DEPS
= $(OBJECTS:.o=.d)
91
-include $(
DEPS
)
94
-include $(
DEPS
)
/external/icu4c/tools/gentest/
Makefile.in
18
CLEANFILES = *~ $(
DEPS
)
32
DEPS
= $(OBJECTS:.o=.d)
73
-include $(
DEPS
)
76
-include $(
DEPS
)
/external/icu4c/tools/genuca/
Makefile.in
24
CLEANFILES = *~ $(
DEPS
) $(MAN_FILES)
37
DEPS
= $(OBJECTS:.o=.d)
90
-include $(
DEPS
)
93
-include $(
DEPS
)
/external/icu4c/tools/icupkg/
Makefile.in
24
CLEANFILES = *~ $(
DEPS
) $(MAN_FILES)
37
DEPS
= $(OBJECTS:.o=.d)
91
-include $(
DEPS
)
94
-include $(
DEPS
)
/external/icu4c/tools/icuswap/
Makefile.in
24
CLEANFILES = *~ $(
DEPS
) $(MAN_FILES)
37
DEPS
= $(OBJECTS:.o=.d)
92
-include $(
DEPS
)
95
-include $(
DEPS
)
/external/icu4c/tools/makeconv/
Makefile.in
24
CLEANFILES = *~ $(
DEPS
) $(MAN_FILES)
37
DEPS
= $(OBJECTS:.o=.d)
91
-include $(
DEPS
)
94
-include $(
DEPS
)
/external/icu4c/tools/pkgdata/
Makefile.in
24
CLEANFILES = *~ $(
DEPS
) $(MAN_FILES)
42
DEPS
= $(OBJECTS:.o=.d)
96
-include $(
DEPS
)
99
-include $(
DEPS
)
/external/iptables/
.gitignore
9
.
deps
/external/webkit/
ThirdPartyProject.prop
13
webkit.chromiumRelease=http\://src.chromium.org/svn/releases/12.0.742.130/
DEPS
/external/llvm/lib/Analysis/
MemDepPrinter.cpp
32
DepSetMap
Deps
;
50
Deps
.clear();
84
Deps
[Inst].insert(std::make_pair(InstAndClobberFlag(Res.getInst(),
91
DepSet &InstDeps =
Deps
[Inst];
120
DepSet &InstDeps =
Deps
[Inst];
140
DepSetMap::const_iterator DI =
Deps
.find(Inst);
141
if (DI ==
Deps
.end())
/external/webkit/Tools/Scripts/webkitpy/tool/commands/
roll_unittest.py
37
expected_stderr = """Updating Chromium
DEPS
to 6764
46
expected_stderr = """Current Chromium
DEPS
revision 6564 is newer than 5764.
47
ERROR: Unable to update Chromium
DEPS
/external/zlib/msdos/
Makefile.emx
66
DEPS
:= $(wildcard *.d)
67
ifneq ($(
DEPS
),)
68
include $(
DEPS
)
/external/zlib/win32/
Makefile.emx
66
DEPS
:= $(wildcard *.d)
67
ifneq ($(
DEPS
),)
68
include $(
DEPS
)
/external/icu4c/samples/layout/
Makefile
20
CLEANFILES = *~ $(
DEPS
)
36
DEPS
= $(OBJECTS:.o=.d)
102
-include $(
DEPS
)
105
-include $(
DEPS
)
Makefile.in
20
CLEANFILES = *~ $(
DEPS
)
36
DEPS
= $(OBJECTS:.o=.d)
102
-include $(
DEPS
)
105
-include $(
DEPS
)
/external/icu4c/test/iotest/
Makefile.in
22
CLEANFILES = *~ $(
DEPS
) $(TESTXML)
44
DEPS
= $(OBJECTS:.o=.d)
93
-include $(
DEPS
)
97
-include $(
DEPS
)
/external/icu4c/test/letest/
Makefile.in
20
CLEANFILES = *~ $(
DEPS
)
49
DEPS
= $(OBJECTS:.o=.d)
98
-include $(
DEPS
)
102
-include $(
DEPS
)
/external/icu4c/tools/genrb/
Makefile.in
27
CLEANFILES = *~ $(MAN_FILES) $(
DEPS
) $(DERB_DEPS)
43
DEPS
= $(OBJECTS:.o=.d)
106
-include $(
DEPS
)
110
-include $(
DEPS
)
/external/icu4c/tools/icuinfo/
Makefile.in
18
CLEANFILES = *~ $(
DEPS
) $(PLUGIN_OBJECTS) $(PLUGINFILE) $(PLUGIN)
33
DEPS
= $(OBJECTS:.o=.d)
107
-include $(
DEPS
)
110
-include $(
DEPS
)
/external/llvm/test/
CMakeLists.txt
111
add_custom_target(check.
deps
)
112
add_dependencies(check check.
deps
)
113
add_dependencies(check.
deps
119
set_target_properties(check.
deps
PROPERTIES FOLDER "Tests")
/external/oprofile/module/
Makefile.in
22
# FIXME:
deps
/hardware/msm7k/libgralloc-qsd8k/
gpu.cpp
26
gpu_context_t::gpu_context_t(
Deps
&
deps
, PmemAllocator& pmemAllocator,
28
deps
(
deps
),
58
int err =
deps
.mapFrameBufferLocked(m);
179
fd =
deps
.ashmem_create_region("gralloc-buffer", size);
293
deps
.terminateBuffer(&m->base, const_cast<private_handle_t*>(hnd));
296
deps
.close(hnd->fd);
297
delete hnd; // XXX JMG: move this to the
deps
341
gpu_context_t::
Deps
::~Deps() {
[
all
...]
Completed in 475 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>