/external/valgrind/coregrind/m_debuginfo/ |
D | readelf.c | 2399 # define FIND(_sec_name, _sec_escn) \ in ML_() macro 2403 FIND(".dynsym", dynsym_escn) in ML_() 2404 FIND(".dynstr", dynstr_escn) in ML_() 2405 FIND(".symtab", symtab_escn) in ML_() 2406 FIND(".strtab", strtab_escn) in ML_() 2408 FIND(".gnu_debuglink", debuglink_escn) in ML_() 2409 FIND(".gnu_debugaltlink", debugaltlink_escn) in ML_() 2411 FIND(".debug_line", debug_line_escn) in ML_() 2412 FIND(".debug_info", debug_info_escn) in ML_() 2413 FIND(".debug_types", debug_types_escn) in ML_() [all …]
|
/external/llvm/cmake/modules/ |
D | LLVM-Config.cmake | 72 list(FIND LLVM_TARGETS_TO_BUILD "${LLVM_NATIVE_ARCH}" have_native_backend) 73 list(FIND link_components "engine" engine_required) 75 list(FIND LLVM_TARGETS_WITH_JIT "${LLVM_NATIVE_ARCH}" have_jit) 83 list(FIND link_components "native" native_required) 93 list(FIND LLVM_TARGETS_TO_BUILD ${c} idx) 138 list(FIND capitalized_libs LLVM${capitalized} lib_idx) 159 list(FIND visited_libs ${name} found)
|
D | LLVMProcessSources.cmake | 79 list(FIND LLVM_OPTIONAL_SOURCES ${fn} idx) 81 list(FIND listed ${fn} idx)
|
D | LLVMParseArguments.cmake | 64 LIST(FIND larg_names "${arg}" is_arg_name) 71 LIST(FIND loption_names "${arg}" is_option)
|
D | AddSphinxTarget.cmake | 38 list(FIND _CURRENT_MAKE_CLEAN_FILES "${SPHINX_DOC_TREE_DIR}" _INDEX)
|
D | ChooseMSVCCRT.cmake | 84 list(FIND ${MSVC_CRT} ${LLVM_USE_CRT_${build}} idx)
|
/external/llvm/unittests/ExecutionEngine/ |
D | CMakeLists.txt | 18 list(FIND LLVM_TARGETS_TO_BUILD "${LLVM_NATIVE_ARCH}" build_idx) 19 list(FIND LLVM_TARGETS_WITH_JIT "${LLVM_NATIVE_ARCH}" jit_idx)
|
/external/llvm/docs/ |
D | Makefile | 82 for DIR in $$($(FIND) . -type d); do \ 85 $(FIND) $$DIR -maxdepth 1 -type f -exec $(DataInstall) {} $$DESTSUB \; ; \ 115 $(FIND) . -type f -exec \ 132 `$(FIND) $(LEVEL)/bindings/ocaml -name "*.odoc" \
|
D | CMakeLists.txt | 108 list(FIND LLVM_BINDINGS_LIST ocaml uses_ocaml)
|
/external/chromium-trace/trace-viewer/tracing/third_party/devscripts/ |
D | licensecheck.pl.vanilla | 262 open FIND, '-|', 'find', $file, @find_args 265 while (<FIND>) { 272 close FIND;
|
D | licensecheck.pl | 270 open FIND, '-|', 'find', $file, @find_args 273 while (<FIND>) { 280 close FIND;
|
/external/clang/docs/ |
D | Makefile | 78 for DIR in $$($(FIND) . -type d); do \ 81 $(FIND) $$DIR -maxdepth 1 -type f -exec $(DataInstall) {} $$DESTSUB \; ; \
|
/external/llvm/unittests/ |
D | Makefile.unittest | 21 -$(Verb) $(FIND) $(filter-out $(PARALLEL_DIRS), $(wildcard *)) -type f \
|
/external/llvm/tools/llvm-c-test/ |
D | CMakeLists.txt | 20 list(FIND LLVM_DYLIB_COMPONENTS ${c} C_IDX)
|
/external/elfutils/src/lib/ |
D | dynamicsizehash.c | 263 #define FIND(name) _FIND (name) macro 266 FIND(NAME) (htab, hval, val)
|
/external/libpcap/ |
D | pcap-sita.c | 54 #define FIND 0 macro 375 else if (units[chassis][geoslot].find_fd == fd) close_with_IOP(chassis, geoslot, FIND); 746 close_with_IOP(chassis, geoslot, FIND); /* and close out connection to him */ 780 if (u->ip && (open_with_IOP(u, FIND))) { /* connect to the remote IOP */ 783 close_with_IOP(chassis, geoslot, FIND);
|
/external/ceres-solver/cmake/ |
D | CreateCeresConfig.cmake | 86 LIST(FIND CURRENT_CERES_COMPILE_OPTIONS ${CERES_OPTION} OPTION_ENABLED) 88 # list(FIND ..) returns -1 if the element was not in the list, but CMake
|
/external/nanopb-c/extra/ |
D | FindNanopb.cmake | 109 list(FIND _nanobp_include_path ${ABS_PATH} _contains_already) 121 list(FIND _nanobp_include_path ${ABS_PATH} _contains_already)
|
/external/libcxx/lib/ |
D | CMakeLists.txt | 86 list(FIND ${CMAKE_OSX_ARCHITECTURES} "armv7" OSX_HAS_ARMV7)
|
/external/eigen/lapack/ |
D | CMakeLists.txt | 80 list(FIND EigenLapack_SRCS ${filename} id1) 81 list(FIND EigenLapack_funcfilenames ${filename} id2)
|
/external/compiler-rt/cmake/ |
D | config-ix.cmake | 204 list(FIND COMPILER_RT_SUPPORTED_ARCH ${arch} ARCH_INDEX) 213 list(FIND COMPILER_RT_SUPPORTED_ARCH ${arch} ARCH_INDEX)
|
/external/linux-tools-perf/src/tools/perf/ |
D | Makefile | 81 FIND = find macro 730 $(FIND) . -name '*.[hcS]' -print | xargs etags -a 734 $(FIND) . -name '*.[hcS]' -print | xargs ctags -a 738 $(FIND) . -name '*.[hcS]' -print | xargs cscope -b
|
/external/elfutils/src/src/ |
D | ar.c | 540 ENTRY *res = hsearch (entry, FIND); in do_oper_extract() 962 ENTRY *res = hsearch (entry, FIND); in do_oper_delete() 1185 ENTRY *res = hsearch (entry, FIND); in do_oper_insert()
|
/external/llvm/ |
D | Makefile.config.in | 187 FIND := @FIND@
|
/external/llvm/cmake/ |
D | config-ix.cmake | 366 list(FIND LLVM_TARGETS_TO_BUILD "host" idx) 373 list(FIND LLVM_TARGETS_TO_BUILD ${LLVM_NATIVE_ARCH} NATIVE_ARCH_IDX)
|