Home
last modified time | relevance | path

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

12

/external/swiftshader/third_party/LLVM/cmake/modules/
DLLVM-Config.cmake73 list(FIND LLVM_TARGETS_TO_BUILD "${LLVM_NATIVE_ARCH}" have_native_backend)
74 list(FIND link_components "engine" engine_required)
76 list(FIND LLVM_TARGETS_WITH_JIT "${LLVM_NATIVE_ARCH}" have_jit)
84 list(FIND link_components "native" native_required)
94 list(FIND LLVM_TARGETS_TO_BUILD ${c} idx)
96 list(FIND llvm_libs "LLVM${c}CodeGen" idx)
100 list(FIND llvm_libs "LLVM${c}" idx)
107 list(FIND llvm_libs "LLVM${c}AsmPrinter" asmidx)
111 list(FIND llvm_libs "LLVM${c}AsmParser" asmidx)
115 list(FIND llvm_libs "LLVM${c}Info" asmidx)
[all …]
DLLVMParseArguments.cmake64 LIST(FIND larg_names "${arg}" is_arg_name)
71 LIST(FIND loption_names "${arg}" is_option)
DLLVMProcessSources.cmake84 list(FIND listed ${fn} idx)
/external/valgrind/coregrind/m_debuginfo/
Dreadelf.c2527 # define FIND(_sec_name, _sec_escn) \ in ML_() macro
2531 FIND( ".dynsym", dynsym_escn) in ML_()
2532 FIND( ".dynstr", dynstr_escn) in ML_()
2533 FIND( ".symtab", symtab_escn) in ML_()
2534 FIND( ".strtab", strtab_escn) in ML_()
2536 FIND( ".SUNW_ldynsym", ldynsym_escn) in ML_()
2539 FIND( ".gnu_debuglink", debuglink_escn) in ML_()
2540 FIND( ".gnu_debugaltlink", debugaltlink_escn) in ML_()
2542 FIND( ".debug_line", debug_line_escn) in ML_()
2544 FIND(".zdebug_line", debug_line_escn) in ML_()
[all …]
/external/devlib/devlib/bin/scripts/
Dshutils.in7 FIND=${FIND:-$BUSYBOX find}
96 $FIND $CGROUP -type f -maxdepth 1 |
115 $FIND $CGMOUNT -type d -maxdepth 0 | \
126 $FIND $CGMOUNT -type d -mindepth 1 | \
133 $FIND $CGMOUNT -type d -mindepth 1 | \
/external/skia/tools/gpu/gl/debug/
DDebugGLTestContext.cpp30 #define FIND(id, className, classEnum) \ macro
84 GrProgramObj *program = FIND(programID, GrProgramObj, kProgram_ObjTypes); in attachShader()
87 GrShaderObj *shader = FIND(shaderID, GrShaderObj, kShader_ObjTypes); in attachShader()
100 GrTextureObj *texture = FIND(textureID, GrTextureObj, kTexture_ObjTypes); in bindTexture()
207 GrProgramObj *program = FIND(programID, GrProgramObj, kProgram_ObjTypes); in useProgram()
220 GrFrameBufferObj *frameBuffer = FIND(frameBufferID, GrFrameBufferObj, in bindFramebuffer()
231 GrRenderBufferObj *renderBuffer = FIND(renderBufferID, GrRenderBufferObj, in bindRenderbuffer()
279 GrTextureObj *buffer = FIND(textures[i], GrTextureObj, kTexture_ObjTypes); in deleteTextures()
308 GrFrameBufferObj *buffer = FIND(frameBuffers[i], GrFrameBufferObj, in deleteFramebuffers()
358 GrRenderBufferObj *buffer = FIND(renderBuffers[i], GrRenderBufferObj, in deleteRenderbuffers()
[all …]
/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.cmake97 list(FIND LLVM_TARGETS_TO_BUILD "${LLVM_NATIVE_ARCH}" have_native_backend)
98 list(FIND link_components "engine" engine_required)
100 list(FIND LLVM_TARGETS_WITH_JIT "${LLVM_NATIVE_ARCH}" have_jit)
108 list(FIND link_components "native" native_required)
118 list(FIND LLVM_TARGETS_TO_BUILD ${c} idx)
198 list(FIND capitalized_libs LLVM${capitalized} lib_idx)
219 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)
/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/swiftshader/third_party/LLVM/docs/
DMakefile76 $(FIND) . -type f -exec \
107 $(FIND) . -type f -exec \
126 `$(FIND) $(LEVEL)/bindings/ocaml -name "*.odoc" -exec echo -load '{}' ';'`
/external/libyuv/files/
DCM_linux_packages.cmake23 STRING (FIND "${CMAKE_CXX_COMPILER}" "arm-linux-gnueabihf-g++" pos)
30 STRING (FIND "${CMAKE_SYSTEM_PROCESSOR}" "arm" pos)
/external/protobuf/cmake/
Dprotobuf-module.cmake.in17 list(FIND _protobuf_include_path ${ABS_PATH} _contains_already)
33 list(FIND _protobuf_include_path ${ABS_PATH} _contains_already)
/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.txt21 list(FIND LLVM_DYLIB_COMPONENTS ${c} C_IDX)
/external/compiler-rt/cmake/Modules/
DCompilerRTUtils.cmake72 list(FIND ${input2} ${it} index)
83 list(FIND COMPILER_RT_SUPPORTED_ARCH ${arch} ARCH_INDEX)
DCompilerRTDarwinUtils.cmake247 list(FIND ${excluded_list} ${_name_we} _found)
375 list(FIND COMPILER_RT_SUPPORTED_ARCH i386 i386_idx)
380 list(FIND COMPILER_RT_SUPPORTED_ARCH x86_64 x86_64_idx)
/external/libpcap/
Dpcap-sita.c52 #define FIND 0 macro
377 else if (units[chassis][geoslot].find_fd == fd) close_with_IOP(chassis, geoslot, FIND); in send_to_fd()
751 close_with_IOP(chassis, geoslot, FIND); /* and close out connection to him */ in wait_for_all_answers()
785 if (u->ip && (open_with_IOP(u, FIND))) { /* connect to the remote IOP */ in acn_findalldevs()
788 close_with_IOP(chassis, geoslot, FIND); in acn_findalldevs()
/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/libgsm/
DMakefile104 FIND = find macro
424 -$(FIND) . \( -name core -o -name foo \) \
/external/curl/tests/libtest/
DCMakeLists.txt89 # 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/swiftshader/third_party/LLVM/
DMakefile.config.in153 FIND := @FIND@
/external/llvm/docs/
DCMakeLists.txt117 list(FIND LLVM_BINDINGS_LIST ocaml uses_ocaml)

12