Home
last modified time | relevance | path

Searched refs:tag_content (Results 1 – 2 of 2) sorted by relevance

/external/libvpx/build/make/
Dgen_msvs_vcxproj.sh47 tag_content() { function
94 tag_content Message "Assembling %(Filename)%(Extension)" \
96tag_content Command "$(eval echo \$asm_${cfg}_cmdline) -o \$(IntDir)$objf" \
98 tag_content Outputs "\$(IntDir)$objf" \
108 tag_content ObjectFileName "\$(IntDir)$objf"
111 tag_content AdditionalOptions "/arch:AVX"
121 tag_content Project "$depguid"
122 tag_content ReferenceOutputAssembly false
301 tag_content Configuration $config
302 tag_content Platform $plat
[all …]
/external/pdfium/testing/fuzzers/
Dpdf_xfa_xdp_fdp_fuzzer.cc113 std::string tag_content = data_provider->ConsumeRandomLengthString(); in GenTagBody() local
114 return tag.tag_start + tag_content + tag.tag_end; in GenTagBody()