HomeSort by relevance Sort by last modified time
    Searched refs:appended (Results 1 - 25 of 50) sorted by null

1 2

  /external/ImageMagick/Magick++/tests/
appendImages.cpp 39 Image appended; local
42 appendImages( &appended, imageList.begin(), imageList.end() );
43 // appended.display();
44 if (( appended.signature() != "3a90bb0bb8f69f6788ab99e9e25598a0d6c5cdbbb797f77ad68011e0a8b1689d" ) &&
45 ( appended.signature() != "493106ee32cdeab9e386fe50aafede73c23c1150af564a4ad71ca1deccc1fa10" ) &&
46 ( appended.signature() != "b98c42c55fc4e661cb3684154256809c03c0c6b53da2738b6ce8066e1b6ddef0" ))
51 << appended.signature() << endl;
52 appended.write("appendImages_horizontal_out.miff");
53 // appended.display();
57 appendImages( &appended, imageList.begin(), imageList.end(), true )
    [all...]
  /external/autotest/client/deps/glbench/src/
filepath.cc 61 std::string appended = component; local
67 appended = std::string(without_nuls);
70 // DCHECK(appended.length() <= 0 || appended[0] !=
72 if (path_.compare(kCurrentDirectory) == 0 && !appended.empty()) {
80 return FilePath(appended);
88 if (!appended.empty() && !new_path.path_.empty()) {
99 AppendToString(&new_path.path_, appended);
  /external/curl/docs/cmdline-opts/
get.d 7 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/grpc-grpc/tools/doxygen/
Doxyfile.c++ 14 # For lists, items can also be appended using:
484 # blocks will be appended to the function's detailed documentation block.
686 # extension is automatically appended if omitted. This requires the bibtex tool
    [all...]
  /external/syzkaller/pkg/build/
build.go 18 // If cmdlineFile is not empty, contents of the file are appended to the kernel command line.
19 // If sysctlFile is not empty, contents of the file are appended to the image /etc/sysctl.conf.
  /external/python/cpython3/Lib/email/
quoprimime.py 162 quoted-printable character "=" appended to them, so the decoded text will
  /build/soong/android/
package_ctx.go 122 // appended with the supplied path. It may only be called during a Go package's
136 // appended with the supplied paths, joined with separator. It may only be
154 // appended with the supplied path, or the value of the given environment variable if it is set.
215 // directory appended with the supplied path. It may only be called during a Go
  /build/blueprint/proptools/
extend.go 25 // The filter function can prevent individual properties from being appended by returning false, or
63 // The filter function can prevent individual properties from being appended by returning false, or
103 // The filter function can prevent individual properties from being appended or prepended by
107 // The order function is called on each non-filtered property to determine if it should be appended
128 // The filter function can prevent individual properties from being appended or prepended by
132 // The order function is called on each non-filtered property to determine if it should be appended
  /external/mesa3d/docs/specs/
MESA_shader_debug.spec 158 The text, if any, produced by any of these functions is appended
  /external/vulkan-validation-layers/
GOVERNANCE.md 44 - Additional copyrights of contributors appended
  /external/webrtc/webrtc/modules/rtp_rtcp/source/
rtcp_packet.cc 347 for (RtcpPacket* appended : appended_packets_) {
348 if (!appended->CreateAndAddAppended(packet, index, max_length, callback))
  /external/golang-protobuf/proto/
clone.go 60 // Elements of repeated fields will be appended.
75 // Elements of repeated fields will be appended.
  /external/syzkaller/vendor/github.com/golang/protobuf/proto/
clone.go 60 // Elements of repeated fields will be appended.
75 // Elements of repeated fields will be appended.
  /external/tensorflow/tensorflow/contrib/feature_column/python/feature_column/
sequence_feature_column.py 141 This value is appended to `sequence_input` on dimension 2 and the result is
  /external/libchrome/base/files/
file_path.cc 478 StringPieceType appended = component; local
484 appended = StringPieceType(without_nuls);
487 DCHECK(!IsPathAbsolute(appended));
489 if (path_.compare(kCurrentDirectory) == 0 && !appended.empty()) {
497 return FilePath(appended);
506 if (!appended.empty() && !new_path.path_.empty()) {
517 appended.AppendToString(&new_path.path_);
    [all...]
  /external/syzkaller/vendor/cloud.google.com/go/compute/metadata/
metadata.go 99 // The suffix is appended to "http://${GCE_METADATA_HOST}/computeMetadata/v1/".
270 // The suffix is appended to "http://${GCE_METADATA_HOST}/computeMetadata/v1/".
  /external/u-boot/
Kconfig 28 The string you set here will be appended after the contents of
43 appended after any matching localversion* files, and after the value
  /build/soong/third_party/zip/
android.go 82 // the zip64 extra is automatically created and appended when necessary.
writer.go 38 // underlying writer. It should be used when the zip data is appended to an
  /external/u-boot/dts/
Kconfig 140 appended FIT image and enable board specific code to then select
150 DTB at runtime from an appended FIT image containing several DTBs.
  /build/soong/dexpreopt/
dexpreopt.go 244 // Extra paths that will be appended to the class loader if the APK manifest has targetSdkVersion < 28
248 // Extra paths that will be appended to the class loader if the APK manifest has targetSdkVersion < 29
  /external/syzkaller/vendor/golang.org/x/text/unicode/norm/
forminfo.go 24 // for these are not zero. The value of v determines which ccc are appended
  /external/syzkaller/vendor/google.golang.org/api/iterator/
iterator.go 184 // Exactly p.pageSize items will be appended, unless fewer remain.
  /build/soong/cc/
binary.go 42 // extension (if any) appended
  /build/soong/java/
builder.go 239 // suffix will be appended to various intermediate files and directories to avoid collisions when

Completed in 2091 milliseconds

1 2