Home
last modified time | relevance | path

Searched refs:APPEND (Results 1 – 25 of 209) sorted by relevance

123456789

/external/skia/src/core/
DSkRecorder.cpp68 #define APPEND(T, ...) \ macro
132 APPEND(DrawPaint, paint); in onDrawPaint()
139 APPEND(DrawPoints, paint, mode, SkToUInt(count), this->copy(pts, count)); in onDrawPoints()
144 APPEND(DrawRect, paint, rect); in onDrawRect()
148 APPEND(DrawRegion, paint, region); in onDrawRegion()
152 APPEND(DrawOval, paint, oval); in onDrawOval()
157 APPEND(DrawArc, paint, oval, startAngle, sweepAngle, useCenter); in onDrawArc()
161 APPEND(DrawRRect, paint, rrect); in onDrawRRect()
165 APPEND(DrawDRRect, paint, outer, inner); in onDrawDRRect()
174 APPEND(DrawDrawable, this->copy(matrix), drawable->getBounds(), fDrawableList->count() - 1); in onDrawDrawable()
[all …]
/external/vulkan-validation-layers/demos/smoke/
DCMakeLists.txt54 list(APPEND definitions PRIVATE -DUNINSTALLED_LOADER="$<TARGET_FILE:vulkan>")
58 list(APPEND definitions PRIVATE -DVK_USE_PLATFORM_WIN32_KHR)
59 list(APPEND definitions PRIVATE -DWIN32_LEAN_AND_MEAN)
61 list(APPEND sources ShellWin32.cpp ShellWin32.h)
63 list(APPEND libraries PRIVATE -ldl -lrt)
68 list(APPEND sources ShellXcb.cpp ShellXcb.h)
69 list(APPEND definitions PRIVATE -DVK_USE_PLATFORM_XCB_KHR)
70 list(APPEND includes PRIVATE ${XCB_INCLUDES})
71 list(APPEND libraries PRIVATE ${XCB_LIBRARIES})
75 list(APPEND sources ShellWayland.cpp ShellWayland.h)
[all …]
/external/llvm/cmake/modules/
DAddOCaml.cmake33 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 …]
DLLVM-Config.cmake102 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/skia/tests/
DRecordTest.cpp55 #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/
DCMakeLists.txt25 list(APPEND LIBCXXABI_SOURCES cxa_exception.cpp)
26 list(APPEND LIBCXXABI_SOURCES cxa_personality.cpp)
28 list(APPEND LIBCXXABI_SOURCES cxa_noexception.cpp)
32 list(APPEND LIBCXXABI_SOURCES cxa_thread_atexit.cpp)
65 list(APPEND libraries unwind_shared)
67 list(APPEND libraries unwind_static)
69 list(APPEND libraries unwind)
83 list(APPEND LIBCXXABI_COMPILE_FLAGS "-U__STRICT_ANSI__")
84 list(APPEND LIBCXXABI_SHARED_LINK_FLAGS
88 list(APPEND LIBCXXABI_LINK_FLAGS
[all …]
/external/compiler-rt/test/sanitizer_common/
DCMakeLists.txt8 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/swiftshader/third_party/LLVM/cmake/modules/
DLLVM-Config.cmake78 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/lib/asan/tests/
DCMakeLists.txt44 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/libxml2/
Dlibxml2-config.cmake.in30 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/clang/test/
DCMakeLists.txt27 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/lib/interception/tests/
DCMakeLists.txt26 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/compiler-rt/test/tsan/
DCMakeLists.txt3 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/
Dredirects.txt11 # 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/test/cfi/
DCMakeLists.txt15 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
/external/compiler-rt/lib/sanitizer_common/tests/
DCMakeLists.txt43 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/syslinux/com32/hdt/floppy/
Dhdt.cfg33 APPEND modules_pcimap=modules.pcimap modules_alias=modules.alias pciids=pci.ids quiet
42 APPEND modules_pcimap=modules.pcimap modules_alias=modules.alias pciids=pci.ids quiet nomenu vesa
51 APPEND modules_pcimap=modules.pcimap modules_alias=modules.alias pciids=pci.ids quiet nomenu
60 APPEND modules_pcimap=modules.pcimap modules_alias=modules.alias pciids=pci.ids quiet vesa nomenu a…
69 APPEND modules_pcimap=modules.pcimap modules_alias=modules.alias pciids=pci.ids vesa nomenu verbose
78 APPEND modules_pcimap=modules.pcimap modules_alias=modules.alias pciids=pci.ids verbose nomenu
87 APPEND modules_pcimap=modules.pcimap modules_alias=modules.alias pciids=pci.ids quiet vesa nomenu a…
96 APPEND modules_pcimap=modules.pcimap modules_alias=modules.alias pciids=pci.ids quiet vesa nomenu a…
106 APPEND modules_pcimap=modules.pcimap modules_alias=modules.alias pciids=pci.ids silent nomenu vesa …
/external/compiler-rt/test/asan/
DCMakeLists.txt24 list(APPEND ASAN_TEST_DEPS asan)
26 list(APPEND ASAN_TEST_DEPS
66 list(APPEND ASAN_TESTSUITES ${CMAKE_CURRENT_BINARY_DIR}/${CONFIG_NAME})
75 list(APPEND ASAN_DYNAMIC_TESTSUITES
94 list(APPEND ASAN_TEST_DEPS AsanUnitTests)
95 list(APPEND ASAN_TESTSUITES ${CMAKE_CURRENT_BINARY_DIR}/Unit)
97 list(APPEND ASAN_DYNAMIC_TEST_DEPS AsanDynamicUnitTests)
98 list(APPEND ASAN_DYNAMIC_TESTSUITES ${CMAKE_CURRENT_BINARY_DIR}/Unit/dynamic)
/external/compiler-rt/lib/tsan/tests/
DCMakeLists.txt17 list(APPEND TSAN_RTL_HEADERS ${CMAKE_CURRENT_SOURCE_DIR}/../${header})
27 list(APPEND COMPILE_DEPS gtest tsan)
32 list(APPEND ${obj_list} ${output_obj})
50 list(APPEND TEST_DEPS tsan)
73 list(APPEND TEST_OBJECTS lib${TSAN_TEST_RUNTIME}.a)
74 list(APPEND TEST_DEPS ${TSAN_TEST_RUNTIME})
/external/compiler-rt/cmake/
Dbuiltin-config-ix.cmake55 list(APPEND DARWIN_EMBEDDED_PLATFORMS ios)
62 list(APPEND DARWIN_EMBEDDED_PLATFORMS watchos)
69 list(APPEND DARWIN_EMBEDDED_PLATFORMS tvos)
90 list(APPEND COMPILER_RT_SUPPORTED_ARCH ${arch})
105 list(APPEND BUILTIN_SUPPORTED_OS 10.4)
127 list(APPEND BUILTIN_SUPPORTED_OS ${platform}sim)
130 list(APPEND COMPILER_RT_SUPPORTED_ARCH ${arch})
146 list(APPEND BUILTIN_SUPPORTED_OS ${platform})
149 list(APPEND COMPILER_RT_SUPPORTED_ARCH ${arch})
/external/curl/CMake/
DFindGSS.cmake34 list(APPEND _GSS_ROOT_HINTS "${_GSS_PKG_PREFIX}")
36 list(APPEND _GSS_ROOT_HINTS "[HKEY_LOCAL_MACHINE\\SOFTWARE\\MIT\\Kerberos;InstallDir]")
76 list(APPEND _GSS_INCLUDE_DIR "${_val}")
78 list(APPEND _GSS_COMPILER_FLAGS "${_flag}")
98 list(APPEND _GSS_LIBRARIES "${_val}")
101 list(APPEND _GSS_LINK_DIRECTORIES "${_val}")
103 list(APPEND _GSS_LINKER_FLAGS "${_flag}")
189 list(APPEND _GSS_LIBDIR_HINTS ${_GSS_CALCULATED_POTENTIAL_ROOT})
193 list(APPEND _GSS_LIBDIR_SUFFIXES "lib/AMD64")
200 list(APPEND _GSS_LIBDIR_SUFFIXES "lib/i386")
[all …]
/external/icu/icu4c/source/tools/genrb/
Drle.c94 #define APPEND( buffer, bufLimit, value, num, status){ \ macro
114 APPEND(buffer,bufLimit,ESCAPE, num, status); in encodeRunShort()
117 APPEND(buffer,bufLimit,value,num, status); in encodeRunShort()
123 APPEND(buffer,bufLimit,ESCAPE,num,status); in encodeRunShort()
126 APPEND(buffer,bufLimit,value,num,status); in encodeRunShort()
129 APPEND(buffer,bufLimit,ESCAPE,num,status); in encodeRunShort()
130 APPEND(buffer,bufLimit,(uint16_t) length, num,status); in encodeRunShort()
131 APPEND(buffer,bufLimit,(uint16_t)value, num, status); /* Don't need to escape this value */ in encodeRunShort()
/external/compiler-rt/test/msan/
DCMakeLists.txt29 list(APPEND MSAN_TESTSUITES ${CMAKE_CURRENT_BINARY_DIR}/${CONFIG_NAME})
34 list(APPEND MSAN_TEST_DEPS msan)
41 list(APPEND MSAN_TEST_DEPS MsanUnitTests)
42 list(APPEND MSAN_TESTSUITES ${CMAKE_CURRENT_BINARY_DIR}/Unit)
/external/clang/tools/scan-build/
DCMakeLists.txt18 list(APPEND BinFiles
40 list(APPEND Depends ${CMAKE_BINARY_DIR}/bin/${BinFile})
52 list(APPEND Depends ${CMAKE_BINARY_DIR}/libexec/${LibexecFile})
64 list(APPEND Depends ${CMAKE_BINARY_DIR}/${CMAKE_INSTALL_MANDIR}/man1/${ManPage})
76 list(APPEND Depends ${CMAKE_BINARY_DIR}/share/scan-build/${ShareFile})
/external/libcxx/cmake/Modules/
DHandleLibcxxFlags.cmake89 list(APPEND LIBCXX_COMPILE_FLAGS ${value})
90 list(APPEND LIBCXX_LINK_FLAGS ${value})
107 list(APPEND LIBCXX_COMPILE_FLAGS ${value})
108 list(APPEND LIBCXX_LINK_FLAGS ${value})
133 list(APPEND LIBCXX_COMPILE_FLAGS ${f})
158 list(APPEND LIBCXX_LINK_FLAGS ${f})
183 list(APPEND LIBCXX_LIBRARIES ${lib})
198 list(APPEND LIBCXX_LIBRARIES ${lib})
199 list(APPEND LIBCXX_INTERFACE_LIBRARIES ${lib})

123456789