/external/skia/src/core/ |
D | SkRecorder.cpp | 69 #define APPEND(T, ...) \ macro 133 APPEND(DrawPaint, paint); in onDrawPaint() 140 APPEND(DrawPoints, paint, mode, SkToUInt(count), this->copy(pts, count)); in onDrawPoints() 145 APPEND(DrawRect, paint, rect); in onDrawRect() 149 APPEND(DrawRegion, paint, region); in onDrawRegion() 153 APPEND(DrawOval, paint, oval); in onDrawOval() 158 APPEND(DrawArc, paint, oval, startAngle, sweepAngle, useCenter); in onDrawArc() 162 APPEND(DrawRRect, paint, rrect); in onDrawRRect() 166 APPEND(DrawDRRect, paint, outer, inner); in onDrawDRRect() 175 APPEND(DrawDrawable, this->copy(matrix), drawable->getBounds(), fDrawableList->count() - 1); in onDrawDrawable() [all …]
|
/external/skqp/src/core/ |
D | SkRecorder.cpp | 69 #define APPEND(T, ...) \ macro 133 APPEND(DrawPaint, paint); in onDrawPaint() 140 APPEND(DrawPoints, paint, mode, SkToUInt(count), this->copy(pts, count)); in onDrawPoints() 145 APPEND(DrawRect, paint, rect); in onDrawRect() 149 APPEND(DrawRegion, paint, region); in onDrawRegion() 153 APPEND(DrawOval, paint, oval); in onDrawOval() 158 APPEND(DrawArc, paint, oval, startAngle, sweepAngle, useCenter); in onDrawArc() 162 APPEND(DrawRRect, paint, rrect); in onDrawRRect() 166 APPEND(DrawDRRect, paint, outer, inner); in onDrawDRRect() 175 APPEND(DrawDrawable, this->copy(matrix), drawable->getBounds(), fDrawableList->count() - 1); in onDrawDrawable() [all …]
|
/external/eigen/cmake/ |
D | FindPastix.cmake | 147 list(APPEND PASTIX_EXTRA_LIBRARIES ${CMAKE_THREAD_LIBS_INIT}) 163 list(APPEND PASTIX_M_LIBRARIES "${PASTIX_M_m_LIBRARY}") 164 list(APPEND PASTIX_EXTRA_LIBRARIES "${PASTIX_M_m_LIBRARY}") 186 list(APPEND PASTIX_RT_LIBRARIES "${PASTIX_RT_rt_LIBRARY}") 187 list(APPEND PASTIX_EXTRA_LIBRARIES "${PASTIX_RT_rt_LIBRARY}") 265 list(APPEND STARPU_COMPONENT_LIST "MPI") 268 list(APPEND STARPU_COMPONENT_LIST "CUDA") 271 list(APPEND STARPU_COMPONENT_LIST "FXT") 342 list(APPEND _inc_env "${ENV_PASTIX_INCDIR}") 344 list(APPEND _inc_env "${ENV_PASTIX_DIR}") [all …]
|
D | FindPTSCOTCH.cmake | 108 list(APPEND _inc_env "${ENV_PTSCOTCH_INCDIR}") 110 list(APPEND _inc_env "${ENV_PTSCOTCH_DIR}") 111 list(APPEND _inc_env "${ENV_PTSCOTCH_DIR}/include") 112 list(APPEND _inc_env "${ENV_PTSCOTCH_DIR}/include/ptscotch") 118 list(APPEND _inc_env "${_path_env}") 120 list(APPEND _inc_env "${_path_env}") 122 list(APPEND _inc_env "${_path_env}") 124 list(APPEND _inc_env "${_path_env}") 127 list(APPEND _inc_env "${CMAKE_PLATFORM_IMPLICIT_INCLUDE_DIRECTORIES}") 128 list(APPEND _inc_env "${CMAKE_C_IMPLICIT_INCLUDE_DIRECTORIES}") [all …]
|
D | FindScotch.cmake | 91 list(APPEND _inc_env "${ENV_SCOTCH_INCDIR}") 93 list(APPEND _inc_env "${ENV_SCOTCH_DIR}") 94 list(APPEND _inc_env "${ENV_SCOTCH_DIR}/include") 95 list(APPEND _inc_env "${ENV_SCOTCH_DIR}/include/scotch") 101 list(APPEND _inc_env "${_path_env}") 103 list(APPEND _inc_env "${_path_env}") 105 list(APPEND _inc_env "${_path_env}") 107 list(APPEND _inc_env "${_path_env}") 110 list(APPEND _inc_env "${CMAKE_PLATFORM_IMPLICIT_INCLUDE_DIRECTORIES}") 111 list(APPEND _inc_env "${CMAKE_C_IMPLICIT_INCLUDE_DIRECTORIES}") [all …]
|
D | FindMetis.cmake | 65 list(APPEND _inc_env "${ENV_METIS_INCDIR}") 67 list(APPEND _inc_env "${ENV_METIS_DIR}") 68 list(APPEND _inc_env "${ENV_METIS_DIR}/include") 69 list(APPEND _inc_env "${ENV_METIS_DIR}/include/metis") 75 list(APPEND _inc_env "${_path_env}") 77 list(APPEND _inc_env "${_path_env}") 79 list(APPEND _inc_env "${_path_env}") 81 list(APPEND _inc_env "${_path_env}") 84 list(APPEND _inc_env "${CMAKE_PLATFORM_IMPLICIT_INCLUDE_DIRECTORIES}") 85 list(APPEND _inc_env "${CMAKE_C_IMPLICIT_INCLUDE_DIRECTORIES}") [all …]
|
D | FindBLAS.cmake | 190 list(APPEND _libdir "${BLAS_LIBDIR}") 192 list(APPEND _libdir "${BLAS_DIR}") 193 list(APPEND _libdir "${BLAS_DIR}/lib") 195 list(APPEND _libdir "${BLAS_DIR}/lib64") 196 list(APPEND _libdir "${BLAS_DIR}/lib/intel64") 198 list(APPEND _libdir "${BLAS_DIR}/lib32") 199 list(APPEND _libdir "${BLAS_DIR}/lib/ia32") 202 list(APPEND _libdir "${ENV_BLAS_LIBDIR}") 204 list(APPEND _libdir "${ENV_BLAS_DIR}") 205 list(APPEND _libdir "${ENV_BLAS_DIR}/lib") [all …]
|
D | FindHWLOC.cmake | 103 list(APPEND _inc_env "${ENV_HWLOC_INCDIR}") 105 list(APPEND _inc_env "${ENV_HWLOC_DIR}") 106 list(APPEND _inc_env "${ENV_HWLOC_DIR}/include") 107 list(APPEND _inc_env "${ENV_HWLOC_DIR}/include/hwloc") 113 list(APPEND _inc_env "${_path_env}") 115 list(APPEND _inc_env "${_path_env}") 117 list(APPEND _inc_env "${_path_env}") 119 list(APPEND _inc_env "${_path_env}") 122 list(APPEND _inc_env "${CMAKE_PLATFORM_IMPLICIT_INCLUDE_DIRECTORIES}") 123 list(APPEND _inc_env "${CMAKE_C_IMPLICIT_INCLUDE_DIRECTORIES}") [all …]
|
/external/vulkan-validation-layers/demos/smoke/ |
D | CMakeLists.txt | 55 list(APPEND definitions PRIVATE -DUNINSTALLED_LOADER="$<TARGET_FILE:vulkan>") 59 list(APPEND definitions PRIVATE -DVK_USE_PLATFORM_WIN32_KHR) 60 list(APPEND definitions PRIVATE -DWIN32_LEAN_AND_MEAN) 62 list(APPEND sources ShellWin32.cpp ShellWin32.h) 64 list(APPEND libraries PRIVATE -ldl -lrt) 69 list(APPEND sources ShellXcb.cpp ShellXcb.h) 70 list(APPEND definitions PRIVATE -DVK_USE_PLATFORM_XCB_KHR) 71 list(APPEND includes PRIVATE ${XCB_INCLUDES}) 72 list(APPEND libraries PRIVATE ${XCB_LIBRARIES}) 76 list(APPEND sources ShellWayland.cpp ShellWayland.h) [all …]
|
/external/llvm/cmake/modules/ |
D | AddOCaml.cmake | 33 list(APPEND ocaml_pkgs "-package" "${ocaml_pkg}") 42 list(APPEND ocaml_outputs 45 list(APPEND ocaml_outputs 50 list(APPEND ocaml_outputs 62 list(APPEND ocaml_flags ${dep_ocaml_flags}) 66 list(APPEND ocaml_flags "-custom") 71 list(APPEND ocaml_flags "-l${llvm_lib}" ) 78 list(APPEND ocaml_flags "${system_lib}" ) 81 list(APPEND ocaml_flags "-l${system_lib}" ) 92 list(APPEND sources "${ocaml_file}.mli" "${ocaml_file}.ml") [all …]
|
D | LLVM-Config.cmake | 102 list(APPEND link_components "jit") 103 list(APPEND link_components "native") 105 list(APPEND link_components "interpreter") 111 list(APPEND link_components ${LLVM_NATIVE_ARCH}) 121 list(APPEND expanded_components "LLVM${c}CodeGen") 124 list(APPEND expanded_components "LLVM${c}") 130 list(APPEND expanded_components "LLVM${c}AsmPrinter") 133 list(APPEND expanded_components "LLVM${c}AsmParser") 136 list(APPEND expanded_components "LLVM${c}Desc") 139 list(APPEND expanded_components "LLVM${c}Info") [all …]
|
/external/skqp/tests/ |
D | RecordTest.cpp | 55 #define APPEND(record, type, ...) new (record.append<type>()) type{__VA_ARGS__} macro 64 APPEND(record, SkRecords::DrawRect, paint, rect); in DEF_TEST() 82 APPEND(record, SkRecords::Save); in DEF_TEST() 83 APPEND(record, SkRecords::ClipRect); in DEF_TEST() 84 APPEND(record, SkRecords::NoOp); in DEF_TEST() 85 APPEND(record, SkRecords::DrawRect); in DEF_TEST() 86 APPEND(record, SkRecords::NoOp); in DEF_TEST() 87 APPEND(record, SkRecords::NoOp); in DEF_TEST() 88 APPEND(record, SkRecords::Restore); in DEF_TEST() 99 #undef APPEND
|
/external/skia/tests/ |
D | RecordTest.cpp | 55 #define APPEND(record, type, ...) new (record.append<type>()) type{__VA_ARGS__} macro 64 APPEND(record, SkRecords::DrawRect, paint, rect); in DEF_TEST() 82 APPEND(record, SkRecords::Save); in DEF_TEST() 83 APPEND(record, SkRecords::ClipRect); in DEF_TEST() 84 APPEND(record, SkRecords::NoOp); in DEF_TEST() 85 APPEND(record, SkRecords::DrawRect); in DEF_TEST() 86 APPEND(record, SkRecords::NoOp); in DEF_TEST() 87 APPEND(record, SkRecords::NoOp); in DEF_TEST() 88 APPEND(record, SkRecords::Restore); in DEF_TEST() 99 #undef APPEND
|
/external/libcxxabi/src/ |
D | CMakeLists.txt | 24 list(APPEND LIBCXXABI_SOURCES stdlib_new_delete.cpp) 28 list(APPEND LIBCXXABI_SOURCES cxa_exception.cpp) 29 list(APPEND LIBCXXABI_SOURCES cxa_personality.cpp) 31 list(APPEND LIBCXXABI_SOURCES cxa_noexception.cpp) 35 list(APPEND LIBCXXABI_SOURCES cxa_thread_atexit.cpp) 65 list(APPEND LIBCXXABI_LIBRARIES unwind_shared) 67 list(APPEND LIBCXXABI_LIBRARIES unwind_static) 69 list(APPEND LIBCXXABI_LIBRARIES unwind) 76 list(APPEND LIBCXXABI_LIBRARIES ${MINGW_LIBRARIES}) 86 list(APPEND LIBCXXABI_COMPILE_FLAGS "-U__STRICT_ANSI__") [all …]
|
/external/swiftshader/third_party/LLVM/cmake/modules/ |
D | LLVM-Config.cmake | 78 list(APPEND link_components "jit") 79 list(APPEND link_components "native") 81 list(APPEND link_components "interpreter") 87 list(APPEND link_components ${LLVM_NATIVE_ARCH}) 98 list(APPEND expanded_components "LLVM${c}CodeGen") 102 list(APPEND expanded_components "LLVM${c}") 109 list(APPEND expanded_components "LLVM${c}AsmPrinter") 113 list(APPEND expanded_components "LLVM${c}AsmParser") 117 list(APPEND expanded_components "LLVM${c}Info") 121 list(APPEND expanded_components "LLVM${c}Disassembler") [all …]
|
/external/compiler-rt/test/sanitizer_common/ |
D | CMakeLists.txt | 8 list(APPEND SUPPORTED_TOOLS asan) 11 list(APPEND SUPPORTED_TOOLS tsan) 12 list(APPEND SUPPORTED_TOOLS msan) 13 list(APPEND SUPPORTED_TOOLS lsan) 20 list(APPEND SANITIZER_COMMON_TEST_DEPS ${tool}) 42 list(APPEND SANITIZER_COMMON_TESTSUITES 52 list(APPEND SANITIZER_COMMON_TESTSUITES ${CMAKE_CURRENT_BINARY_DIR}/Unit) 53 list(APPEND SANITIZER_COMMON_TEST_DEPS SanitizerUnitTests)
|
/external/compiler-rt/lib/asan/tests/ |
D | CMakeLists.txt | 44 list(APPEND ASAN_UNITTEST_COMMON_CFLAGS -gline-tables-only) 46 list(APPEND ASAN_UNITTEST_COMMON_CFLAGS -g) 49 list(APPEND ASAN_UNITTEST_COMMON_CFLAGS -gcodeview) 51 list(APPEND ASAN_UNITTEST_COMMON_LINKFLAGS -g) 54 list(APPEND ASAN_UNITTEST_COMMON_CFLAGS 60 list(APPEND ASAN_UNITTEST_COMMON_CFLAGS ${DARWIN_osx_CFLAGS}) 61 list(APPEND ASAN_UNITTEST_COMMON_LINKFLAGS ${DARWIN_osx_LINKFLAGS}) 66 list(APPEND ASAN_UNITTEST_COMMON_CFLAGS -fno-exceptions -DGTEST_HAS_SEH=0) 76 list(APPEND ASAN_UNITTEST_INSTRUMENTED_CFLAGS -mllvm -asan-instrument-assembly) 80 list(APPEND ASAN_UNITTEST_COMMON_LINKFLAGS --driver-mode=g++) [all …]
|
/external/harfbuzz_ng/ |
D | CMakeLists.txt | 99 list(APPEND listVar "${prefix}${f}") 209 list(APPEND THIRD_PARTY_LIBS ${FREETYPE_LIBRARIES}) 213 list(APPEND project_sources ${PROJECT_SOURCE_DIR}/src/hb-ft.cc) 214 list(APPEND project_headers ${PROJECT_SOURCE_DIR}/src/hb-ft.h) 226 list(APPEND project_sources ${PROJECT_SOURCE_DIR}/src/hb-graphite2.cc) 227 list(APPEND project_headers ${PROJECT_SOURCE_DIR}/src/hb-graphite2.h) 229 list(APPEND THIRD_PARTY_LIBS ${GRAPHITE2_LIBRARY}) 238 list(APPEND project_sources ${PROJECT_SOURCE_DIR}/src/hb-ucdn.cc) 239 list(APPEND project_extra_sources ${LIBHB_UCDN_sources}) 255 list(APPEND project_sources ${PROJECT_SOURCE_DIR}/src/hb-glib.cc) [all …]
|
/external/libxml2/ |
D | libxml2-config.cmake.in | 30 list(APPEND LIBXML2_LIBRARIES ${CMAKE_THREAD_LIBS_INIT}) 35 list(APPEND LIBXML2_LIBRARIES ${LIBLZMA_LIBRARIES}) 36 list(APPEND LIBXML2_INCLUDE_DIRS ${LIBLZMA_INCLUDE_DIRS}) 41 list(APPEND LIBXML2_LIBRARIES ${ZLIB_LIBRARIES}) 42 list(APPEND LIBXML2_INCLUDE_DIRS ${ZLIB_INCLUDE_DIRS}) 45 list(APPEND LIBXML2_LIBRARIES @ICU_LIBS@ @ICONV_LIBS@ @M_LIBS@ @WIN32_EXTRA_LIBADD@ @LIBS@)
|
/external/compiler-rt/lib/interception/tests/ |
D | CMakeLists.txt | 26 list(APPEND INTERCEPTION_TEST_CFLAGS_COMMON -gline-tables-only) 28 list(APPEND INTERCEPTION_TEST_CFLAGS_COMMON -g) 31 list(APPEND INTERCEPTION_TEST_CFLAGS_COMMON -gcodeview) 33 list(APPEND INTERCEPTION_TEST_LINK_FLAGS_COMMON -g) 36 list(APPEND INTERCEPTION_TEST_LINK_FLAGS_COMMON --driver-mode=g++) 40 list(APPEND INTERCEPTION_TEST_LINK_FLAGS_COMMON -pie) 54 list(APPEND INTERCEPTION_TEST_LINK_FLAGS_COMMON "-lc++ -lm") 100 list(APPEND INTERCEPTION_TEST_COMPILE_DEPS gtest) 113 list(APPEND INTERCEPTION_TEST_OBJECTS ${output_obj})
|
/external/clang/test/ |
D | CMakeLists.txt | 27 list(APPEND CLANG_TEST_DEPS 35 list(APPEND CLANG_TEST_DEPS 41 list(APPEND CLANG_TEST_DEPS 48 list(APPEND CLANG_TEST_DEPS 56 list(APPEND CLANG_TEST_DEPS 66 list(APPEND CLANG_TEST_DEPS 80 list(APPEND CLANG_TEST_DEPS llvm-lto)
|
/external/compiler-rt/test/tsan/ |
D | CMakeLists.txt | 3 list(APPEND TSAN_TEST_DEPS GotsanRuntimeCheck) 6 list(APPEND TSAN_TEST_DEPS tsan) 11 list(APPEND TSAN_TEST_DEPS libcxx_tsan) 43 list(APPEND TSAN_TESTSUITES ${CMAKE_CURRENT_BINARY_DIR}/${CONFIG_NAME}) 50 list(APPEND TSAN_TEST_DEPS TsanUnitTests) 51 list(APPEND TSAN_TESTSUITES ${CMAKE_CURRENT_BINARY_DIR}/Unit)
|
/external/llvm/utils/lit/tests/Inputs/shtest-shell/ |
D | redirects.txt | 11 # RUN: FileCheck --check-prefix=STDOUT-APPEND < %t.stdout-write %s 13 # STDOUT-APPEND: is-present 14 # STDOUT-APPEND: appended-line 27 # RUN: FileCheck --check-prefix=STDERR-APPEND < %t.stderr-write %s 29 # STDERR-APPEND: a line on stderr 30 # STDERR-APPEND: a line on stderr
|
/external/compiler-rt/lib/sanitizer_common/tests/ |
D | CMakeLists.txt | 43 list(APPEND SANITIZER_TEST_HEADERS ${CMAKE_CURRENT_SOURCE_DIR}/../${header}) 59 list(APPEND SANITIZER_TEST_CFLAGS_COMMON -fno-exceptions -DGTEST_HAS_SEH=0) 64 list(APPEND SANITIZER_TEST_CFLAGS_COMMON -gline-tables-only) 66 list(APPEND SANITIZER_TEST_CFLAGS_COMMON -g) 69 list(APPEND SANITIZER_TEST_CFLAGS_COMMON -gcodeview) 71 list(APPEND SANITIZER_TEST_LINK_FLAGS_COMMON -g) 74 list(APPEND SANITIZER_TEST_LINK_FLAGS_COMMON --driver-mode=g++) 78 list(APPEND SANITIZER_TEST_LINK_FLAGS_COMMON -pie) 85 list(APPEND SANITIZER_TEST_LINK_FLAGS_COMMON -Wl,/STACK:0xC00000) 99 list(APPEND SANITIZER_TEST_LINK_FLAGS_COMMON "-lc++ -lm") [all …]
|
/external/compiler-rt/test/cfi/ |
D | CMakeLists.txt | 15 list(APPEND CFI_TEST_DEPS 22 list(APPEND CFI_TEST_DEPS cfi) 25 list(APPEND CFI_TEST_DEPS 30 list(APPEND CFI_TEST_DEPS 35 list(APPEND CFI_TEST_DEPS
|