Home
last modified time | relevance | path

Searched refs:FIND (Results 1 – 25 of 48) sorted by relevance

12

/external/valgrind/coregrind/m_debuginfo/
Dreadelf.c2414 # define FIND(_sec_name, _sec_escn) \ in ML_() macro
2418 FIND(".dynsym", dynsym_escn) in ML_()
2419 FIND(".dynstr", dynstr_escn) in ML_()
2420 FIND(".symtab", symtab_escn) in ML_()
2421 FIND(".strtab", strtab_escn) in ML_()
2423 FIND(".SUNW_ldynsym", ldynsym_escn) in ML_()
2426 FIND(".gnu_debuglink", debuglink_escn) in ML_()
2427 FIND(".gnu_debugaltlink", debugaltlink_escn) in ML_()
2429 FIND(".debug_line", debug_line_escn) in ML_()
2430 FIND(".debug_info", debug_info_escn) in ML_()
[all …]
/external/llvm/docs/
DMakefile83 for DIR in $$($(FIND) . -type d); do \
86 $(FIND) $$DIR -maxdepth 1 -type f -exec $(DataInstall) {} $$DESTSUB \; ; \
116 $(FIND) . -type f -exec \
133 `$(FIND) $(LEVEL)/bindings/ocaml -name "*.odoc" \
DCMakeLists.txt117 list(FIND LLVM_BINDINGS_LIST ocaml uses_ocaml)
/external/llvm/unittests/ExecutionEngine/
DCMakeLists.txt18 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/cmake/modules/
DLLVM-Config.cmake88 list(FIND LLVM_TARGETS_TO_BUILD "${LLVM_NATIVE_ARCH}" have_native_backend)
89 list(FIND link_components "engine" engine_required)
91 list(FIND LLVM_TARGETS_WITH_JIT "${LLVM_NATIVE_ARCH}" have_jit)
99 list(FIND link_components "native" native_required)
109 list(FIND LLVM_TARGETS_TO_BUILD ${c} idx)
189 list(FIND capitalized_libs LLVM${capitalized} lib_idx)
210 list(FIND visited_libs ${name} found)
DLLVMProcessSources.cmake79 list(FIND LLVM_OPTIONAL_SOURCES ${fn} idx)
81 list(FIND listed ${fn} idx)
DAddSphinxTarget.cmake38 list(FIND _CURRENT_MAKE_CLEAN_FILES "${SPHINX_DOC_TREE_DIR}" _INDEX)
DChooseMSVCCRT.cmake84 list(FIND ${MSVC_CRT} ${LLVM_USE_CRT_${build}} idx)
/external/curl/CMake/
DUtilities.cmake22 # Convinience function that does the same as LIST(FIND ...) but with a TRUE/FALSE return value.
25 list(FIND ${LIST_NAME} ${ITEM_SEARCHED} FIND_POS)
/external/chromium-trace/catapult/tracing/third_party/devscripts/
Dlicensecheck.pl.vanilla262 open FIND, '-|', 'find', $file, @find_args
265 while (<FIND>) {
272 close FIND;
Dlicensecheck.pl270 open FIND, '-|', 'find', $file, @find_args
273 while (<FIND>) {
280 close FIND;
/external/clang/docs/
DMakefile78 for DIR in $$($(FIND) . -type d); do \
81 $(FIND) $$DIR -maxdepth 1 -type f -exec $(DataInstall) {} $$DESTSUB \; ; \
/external/llvm/unittests/
DMakefile.unittest21 -$(Verb) $(FIND) $(filter-out $(PARALLEL_DIRS), $(wildcard *)) -type f \
/external/elfutils/lib/
Ddynamicsizehash.c251 #define FIND(name) _FIND (name) macro
254 FIND(NAME) (NAME *htab, HASHTYPE hval, TYPE val) in FIND() function
/external/llvm/tools/llvm-c-test/
DCMakeLists.txt20 list(FIND LLVM_DYLIB_COMPONENTS ${c} C_IDX)
/external/opencv3/doc/
DCMakeLists.txt48 list(FIND blacklist ${m} _pos)
83 list(FIND EXTRA_MODULES ${m} _pos)
/external/libpcap/
Dpcap-sita.c52 #define FIND 0 macro
373 else if (units[chassis][geoslot].find_fd == fd) close_with_IOP(chassis, geoslot, FIND);
744 close_with_IOP(chassis, geoslot, FIND); /* and close out connection to him */
778 if (u->ip && (open_with_IOP(u, FIND))) { /* connect to the remote IOP */
781 close_with_IOP(chassis, geoslot, FIND);
/external/ceres-solver/cmake/
DCreateCeresConfig.cmake86 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/compiler-rt/cmake/Modules/
DCompilerRTUtils.cmake64 list(FIND ${input2} ${it} index)
DCompilerRTDarwinUtils.cmake237 list(FIND ${excluded_list} ${_name_we} _found)
364 list(FIND COMPILER_RT_SUPPORTED_ARCH i386 i386_idx)
369 list(FIND COMPILER_RT_SUPPORTED_ARCH x86_64 x86_64_idx)
/external/nanopb-c/extra/
DFindNanopb.cmake109 list(FIND _nanobp_include_path ${ABS_PATH} _contains_already)
121 list(FIND _nanobp_include_path ${ABS_PATH} _contains_already)
/external/curl/tests/libtest/
DCMakeLists.txt85 # LIST(FIND noinst_PROGRAMS_USE_TESTUTIL ${TEST_NAME} USES_TESTUTIL)
/external/eigen/lapack/
DCMakeLists.txt80 list(FIND EigenLapack_SRCS ${filename} id1)
81 list(FIND EigenLapack_funcfilenames ${filename} id2)
/external/libcxx/lib/
DCMakeLists.txt100 list(FIND ${CMAKE_OSX_ARCHITECTURES} "armv7" OSX_HAS_ARMV7)
/external/opencv3/cmake/FindCUDA/
Drun_nvcc.cmake107 list( FIND CUDA_NVCC_FLAGS "-ccbin" ccbin_found0 )
108 list( FIND CUDA_NVCC_FLAGS "--compiler-bindir" ccbin_found1 )

12