Home
last modified time | relevance | path

Searched refs:appended (Results 1 – 25 of 371) sorted by relevance

12345678910>>...15

/external/ImageMagick/Magick++/tests/
DappendImages.cpp39 Image appended; in main() local
42 appendImages( &appended, imageList.begin(), imageList.end() ); in main()
44 …if (( appended.signature() != "3a90bb0bb8f69f6788ab99e9e25598a0d6c5cdbbb797f77ad68011e0a8b1689d" )… in main()
45 … ( appended.signature() != "493106ee32cdeab9e386fe50aafede73c23c1150af564a4ad71ca1deccc1fa10" ) && in main()
46 … ( appended.signature() != "b98c42c55fc4e661cb3684154256809c03c0c6b53da2738b6ce8066e1b6ddef0" )) in main()
51 << appended.signature() << endl; in main()
52 appended.write("appendImages_horizontal_out.miff"); in main()
57 appendImages( &appended, imageList.begin(), imageList.end(), true ); in main()
58 …if (( appended.signature() != "a22fbe9ca8e3dc3b34f137d175d51841daf56d231bedd8b18ad55415af558265" )… in main()
59 … ( appended.signature() != "11b97ba6ac1664aa1c2faed4c86195472ae9cce2ed75402d975bb4ffcf1de751" ) && in main()
[all …]
/external/autotest/client/deps/glbench/src/
Dfilepath.cc61 std::string appended = component; in Append() local
67 appended = std::string(without_nuls); in Append()
72 if (path_.compare(kCurrentDirectory) == 0 && !appended.empty()) { in Append()
80 return FilePath(appended); in Append()
88 if (!appended.empty() && !new_path.path_.empty()) { in Append()
99 AppendToString(&new_path.path_, appended); in Append()
/external/curl/docs/cmdline-opts/
Dget.d7 request that otherwise would be used. The data will be appended to the URL
10 If used in combination with --head, the POST data will instead be appended to
/external/swiftshader/third_party/llvm-7.0/llvm/utils/lit/tests/Inputs/shtest-shell/
Dredirects.txt10 # RUN: echo "appended-line" >> %t.stdout-write
14 # STDOUT-APPEND: appended-line
/external/llvm/utils/lit/tests/Inputs/shtest-shell/
Dredirects.txt10 # RUN: echo "appended-line" >> %t.stdout-write
14 # STDOUT-APPEND: appended-line
/external/libchrome/base/files/
Dfile_path.cc478 StringPieceType appended = component; in Append() local
484 appended = StringPieceType(without_nuls); in Append()
487 DCHECK(!IsPathAbsolute(appended)); in Append()
489 if (path_.compare(kCurrentDirectory) == 0 && !appended.empty()) { in Append()
497 return FilePath(appended); in Append()
506 if (!appended.empty() && !new_path.path_.empty()) { in Append()
517 appended.AppendToString(&new_path.path_); in Append()
/external/u-boot/doc/
DREADME.multi-dtb-fit4 from a FIT appended at the end of the binary.
13 FIT is automatically generated at the end of the compilation and appended to
28 at the end of the compilation, compressed and appended to u-boot-spl.bin, so
/external/cldr/tools/cldr-unittest/
Dbuild-sample.properties7 # The value specified JVM_EXTRA_OPTIONS is appended to java command line
/external/grpc-grpc-java/cronet/
Dproguard-rules.pro2 # By default, the flags in this file are appended to flags specified
/external/walt/android/WALT/app/
Dproguard-rules.pro2 # By default, the flags in this file are appended to flags specified
/external/autotest/client/site_tests/video_YouTubeMseEme/
Dcontrol.append9 This test will fail if media data can not be appended to source buffers.
/external/grpc-grpc-java/examples/android/helloworld/app/
Dproguard-rules.pro2 # By default, the flags in this file are appended to flags specified
/external/skqp/platform_tools/android/apps/skar_java/
Dproguard-rules.pro2 # By default, the flags in this file are appended to flags specified
/external/grpc-grpc-java/examples/android/routeguide/app/
Dproguard-rules.pro2 # By default, the flags in this file are appended to flags specified
/external/vulkan-validation-layers/build-android/cmake/layerlib/
Dproguard-rules.pro2 # By default, the flags in this file are appended to flags specified
/external/skia/platform_tools/android/apps/skar_java/
Dproguard-rules.pro2 # By default, the flags in this file are appended to flags specified
/external/grpc-grpc-java/examples/android/clientcache/app/
Dproguard-rules.pro2 # By default, the flags in this file are appended to flags specified
/external/grpc-grpc-java/examples/example-kotlin/android/helloworld/app/
Dproguard-rules.pro2 # By default, the flags in this file are appended to flags specified
/external/u-boot/doc/SPL/
DREADME.spl-secure-boot17 (appended to U-boot image) to validate the U-boot binary just before passing
/external/skqp/src/sksl/
Dsksl_pipeline.inc3 // stage is being appended
/external/skia/src/sksl/
Dsksl_pipeline.inc3 // stage is being appended
/external/webp/
DREADME.android7 may be appended into CFLAGS without risk for other private headers
/external/grpc-grpc-java/android-interop-testing/app/
Dproguard-rules.pro2 # By default, the flags in this file are appended to flags specified
/external/pdfium/third_party/yasm/
Dyasm_assemble.gni13 # [list of strings] Pass additional flags into YASM. These are appended
178 # the output but with .d appended (like gcc will).
/external/grpc-grpc/tools/doxygen/
DDoxyfile.c++14 # For lists, items can also be appended using:

12345678910>>...15