Home
last modified time | relevance | path

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

12345

/external/libwebm/build/
Dcxx_flags.cmake20 string(FIND "${CMAKE_CXX_FLAGS}" "${cxx_flag}" CXX_FLAG_FOUND)
22 string(FIND "${LIBWEBM_FAILED_CXX_FLAGS}" "${cxx_flag}" CXX_FLAG_FAILED)
42 string(FIND "${CMAKE_CXX_FLAGS}" "${cxx_flag}" CXX_FLAG_FOUND)
67 string(FIND "${CMAKE_CXX_FLAGS}" "${preproc_def}" PREPROC_DEF_FOUND)
/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-project/llvm/unittests/ExecutionEngine/
DCMakeLists.txt19 list(FIND LLVM_TARGETS_TO_BUILD "${LLVM_NATIVE_ARCH}" build_idx)
20 list(FIND LLVM_TARGETS_WITH_JIT "${LLVM_NATIVE_ARCH}" jit_idx)
/external/rust/crates/nom/src/
Dstr.rs102 const FIND: &str = "ÂßÇ∂"; in take_until_succeed() constant
106 let res: IResult<_,_,(_, ErrorKind)> = take_until!(INPUT, FIND); in take_until_succeed()
365 const FIND: &str = "βèƒôřèÂßÇ"; in take_until_incomplete() constant
367 let res: IResult<_,_,(_, ErrorKind)> = take_until!(INPUT, FIND); in take_until_incomplete()
447 const FIND: &str = "Ráñδô₥"; in take_until_error() constant
449 let res: IResult<_,_,(_, ErrorKind)> = take_until!(INPUT, FIND); in take_until_error()
/external/mesa3d/src/vulkan/overlay-layer/
Doverlay.cpp227 #define FIND(type, obj) ((type *)find_object_data(HKEY(obj))) macro
1850 struct device_data *device_data = FIND(struct device_data, device); in overlay_CreateSwapchainKHR()
1865 struct device_data *device_data = FIND(struct device_data, device); in overlay_DestroySwapchainKHR()
1871 FIND(struct swapchain_data, swapchain); in overlay_DestroySwapchainKHR()
1882 struct queue_data *queue_data = FIND(struct queue_data, queue); in overlay_QueuePresentKHR()
1944 FIND(struct swapchain_data, swapchain); in overlay_QueuePresentKHR()
1968 FIND(struct swapchain_data, swapchain); in overlay_QueuePresentKHR()
2013 FIND(struct swapchain_data, swapchain); in overlay_AcquireNextImageKHR()
2033 FIND(struct swapchain_data, pAcquireInfo->swapchain); in overlay_AcquireNextImage2KHR()
2054 FIND(struct command_buffer_data, commandBuffer); in overlay_CmdDraw()
[all …]
/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/bcc/cmake/
Dclang_libs.cmake9 list(FIND LLVM_AVAILABLE_LIBS "LLVMCoverage" _llvm_coverage)
13 list(FIND LLVM_AVAILABLE_LIBS "LLVMCoroutines" _llvm_coroutines)
/external/llvm-project/llvm/cmake/modules/
DLLVM-Config.cmake128 list(FIND LLVM_TARGETS_TO_BUILD ${c} idx)
235 list(FIND LLVM_TARGETS_TO_BUILD "${LLVM_NATIVE_ARCH}" have_native_backend)
236 list(FIND link_components "engine" engine_required)
238 list(FIND LLVM_TARGETS_WITH_JIT "${LLVM_NATIVE_ARCH}" have_jit)
246 list(FIND link_components "native" native_required)
272 list(FIND capitalized_libs LLVM${capitalized} lib_idx)
300 list(FIND visited_libs ${name} found)
DLLVMProcessSources.cmake105 list(FIND LLVM_OPTIONAL_SOURCES ${entry} idx)
107 list(FIND listed ${gp} idx)
DTableGen.cmake43 list(FIND ARGN "-gen-dag-isel" idx)
49 list(FIND ARGN "-gen-global-isel" idx)
59 list(FIND ARGN "-gen-dag-isel" idx)
/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/libaom/libaom/build/cmake/
Dcompiler_tests.cmake81 string(FIND "${AOM_C_PASSED_TESTS}" "${test_name}" C_TEST_PASSED)
82 string(FIND "${AOM_C_FAILED_TESTS}" "${test_name}" C_TEST_FAILED)
118 string(FIND "${AOM_CXX_PASSED_TESTS}" "${test_name}" CXX_TEST_PASSED)
119 string(FIND "${AOM_CXX_FAILED_TESTS}" "${test_name}" CXX_TEST_FAILED)
Dutil.cmake70 string(FIND "${aom_version}" "v" v_pos)
106 list(FIND AOM_DETECT_VARS ${name} list_index)
136 list(FIND AOM_CONFIG_VARS ${name} list_index)
160 list(FIND AOM_OPTION_VARS ${name} list_index)
/external/protobuf/cmake/
Dprotobuf-config.cmake.in75 list(FIND _protobuf_include_path ${_abs_path} _contains_already)
86 list(FIND _protobuf_include_path ${ABS_PATH} _contains_already)
/external/rust/crates/libz-sys/src/zlib-ng/cmake/
Drun-and-redirect.cmake25 list(FIND SUCCESS_EXIT ${CMD_RESULT} _INDEX)
/external/llvm-project/libc/cmake/modules/
DLLVMLibCTargetNameUtils.cmake8 string(FIND ${target_name} "." dot_loc)
/external/llvm/tools/llvm-c-test/
DCMakeLists.txt21 list(FIND LLVM_DYLIB_COMPONENTS ${c} C_IDX)
/external/elfutils/lib/
Ddynamicsizehash.c251 #define FIND(name) _FIND (name) macro
254 FIND(NAME) (NAME *htab, HASHTYPE hval, TYPE val) in FIND() function
Ddynamicsizehash_concurrent.c456 #define FIND(name) _FIND (name) macro
459 FIND(NAME) (NAME *htab, HASHTYPE hval) in FIND() function
/external/llvm-project/llvm/tools/llvm-c-test/
DCMakeLists.txt25 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)
/external/libpcap/
Dpcap-sita.c52 #define FIND 0 macro
386 else if (units[chassis][geoslot].find_fd == fd) close_with_IOP(chassis, geoslot, FIND); in send_to_fd()
769 close_with_IOP(chassis, geoslot, FIND); /* and close out connection to him */ in wait_for_all_answers()
803 if (u->ip && (open_with_IOP(u, FIND))) { /* connect to the remote IOP */ in acn_findalldevs()
806 close_with_IOP(chassis, geoslot, FIND); in acn_findalldevs()
/external/python/pybind11/tests/
DCMakeLists.txt31 list(FIND ${LISTNAME} ${filename} _FILE_FOUND)
175 list(FIND PYBIND11_TEST_FILES test_eigen.cpp PYBIND11_TEST_FILES_EIGEN_I)
291 list(FIND PYBIND11_PYTEST_FILES ${t} i)
299 list(FIND PYBIND11_PYTEST_FILES ${t} i)

12345