Home
last modified time | relevance | path

Searched refs:cscope (Results 1 – 25 of 34) sorted by relevance

12

/external/libnl/
DMakefile.am18 .PHONY: cscope
19 cscope: target
20 cscope -b -q -R -Iinclude -slib -ssrc;
D.gitignore15 cscope.*
/external/iproute2/
DMakefile78 rm -f Config cscope.*
82 cscope: target
83 cscope -b -q -R -Iinclude -sip -slib -smisc -snetem -stc
D.gitignore10 # cscope
11 cscope.*
/external/libedit/
DMakefile.in163 cscope distdir dist dist-all distcheck
184 CSCOPE = cscope
517 cscope: cscope.files
518 test ! -s cscope.files \
519 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
520 clean-cscope:
521 -rm -f cscope.files
522 cscope.files: clean-cscope cscopelist
537 done >> $(top_builddir)/cscope.files
541 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
[all …]
/external/lldb/
DMakefile103 cscope.files:
107 -or -name '*.h' > cscope.files
109 .PHONY: test report clean cscope.files
/external/clang/
DMakefile113 cscope.files:
117 -or -name '*.h' > cscope.files
119 .PHONY: test report clean cscope.files
D.gitignore25 cscope.files
26 cscope.out
/external/llvm/
D.gitignore29 cscope.files
30 cscope.out
/external/linux-tools-perf/perf-3.12.0/tools/perf/tests/
Dmake25 make_cscope := cscope
79 ifneq ($(call has,cscope),)
93 test_make_cscope = test -f cscope.out
/external/fio/
D.gitignore8 /cscope.out
DMakefile208 .PHONY: FORCE cscope
280 @rm -f cscope.out fio.pdf fio_generate_plots.pdf fio2gnuplot.pdf
282 cscope: target
283 @cscope -b -R
/external/mesa3d/
D.gitignore33 cscope*
/external/bison/
DMakefile.in238 cscope distdir dist dist-all distcheck
241 CSCOPE = cscope
1634 cscope: cscope.files
1635 test ! -s cscope.files \
1636 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
1638 clean-cscope:
1639 -rm -f cscope.files
1641 cscope.files: clean-cscope cscopelist-recursive cscopelist
1655 done >> $(top_builddir)/cscope.files
1659 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
[all …]
/external/libpng/
DMakefile.in290 CSCOPE = cscope
291 AM_RECURSIVE_TARGETS = cscope check recheck
1274 cscope: cscope.files
1275 test ! -s cscope.files \
1276 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
1277 clean-cscope:
1278 -rm -f cscope.files
1279 cscope.files: clean-cscope cscopelist
1294 done >> $(top_builddir)/cscope.files
1298 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
[all …]
/external/linux-tools-perf/perf-3.12.0/tools/perf/
DMakefile94 NON_CONFIG_TARGETS := clean TAGS tags cscope help
736 cscope: target
737 $(RM) cscope*
738 $(FIND) . -name '*.[hcS]' -print | xargs cscope -b
810 $(RM) *.spec *.pyc *.pyo */*.pyc */*.pyo $(OUTPUT)common-cmds.h TAGS tags cscope*
819 .PHONY: .FORCE-PERF-VERSION-FILE TAGS tags cscope .FORCE-PERF-CFLAGS
/external/chromium_org/third_party/cython/src/Cython/Compiler/
DParseTreeTransforms.py2300 cscope = node.entry.scope
2301 while cscope.is_py_class_scope or cscope.is_c_class_scope:
2302 cscope = cscope.outer_scope
2318 func_scope.scope_class = cscope.scope_class
2338 assert cscope.is_closure_scope
2342 type=cscope.scope_class.type,
/external/pcre/dist/
DMakefile.in547 CSCOPE = cscope
548 AM_RECURSIVE_TARGETS = cscope check recheck
2560 cscope: cscope.files
2561 test ! -s cscope.files \
2562 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
2563 clean-cscope:
2564 -rm -f cscope.files
2565 cscope.files: clean-cscope cscopelist
2580 done >> $(top_builddir)/cscope.files
2584 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
[all …]
/external/chromium_org/v8/src/
Dmksnapshot.cc355 v8::Context::Scope cscope(v8::Local<v8::Context>::New(isolate, context)); in main() local
Dd8.cc1252 Context::Scope cscope(context); in ExecuteInThread() local
1441 Context::Scope cscope(context); in RunMain() local
/external/libedit/doc/
DMakefile.in401 cscope cscopelist:
/external/chromium_org/
D.gitignore39 cscope.*
/external/libedit/examples/
DMakefile.in440 done >> $(top_builddir)/cscope.files
/external/libedit/src/
DMakefile.in572 done >> $(top_builddir)/cscope.files
/external/bison/build-aux/
DMakefile.in1380 cscope cscopelist:

12