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

1 2 3 4 5 6 7 8

  /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/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
  /prebuilts/go/darwin-x86/src/os/
executable_procfs.go 15 // readlink returns a path appended with " (deleted)" when the original
  /prebuilts/go/linux-x86/src/os/
executable_procfs.go 15 // readlink returns a path appended with " (deleted)" when the original
  /libcore/luni/src/test/java/libcore/java/lang/invoke/
MethodTypeTest.java 358 MethodType appended = mt.appendParameterTypes(List.class, Integer.class); local
359 assertEquals(int.class, appended.returnType());
360 assertParameterTypes(appended, String.class, String.class, List.class, Integer.class);
384 MethodType appended = mt.appendParameterTypes(Arrays.asList(List.class, Integer.class)); local
385 assertEquals(int.class, appended.returnType());
386 assertParameterTypes(appended, String.class, String.class, List.class, Integer.class);
  /prebuilts/go/darwin-x86/test/
escape_because.go 51 func f4(a *int, s []*int) int { // ERROR "from \*s \(indirection\) at escape_because.go:51$" "from append\(s, a\) \(appended to slice\) at escape_because.go:52$" "from append\(s, a\) \(appendee slice\) at escape_because.go:52$" "leaking param content: s$" "leaking param: a$"
56 func f5(s1, s2 []*int) int { // ERROR "from \*s1 \(indirection\) at escape_because.go:56$" "from \*s2 \(indirection\) at escape_because.go:56$" "from append\(s1, s2...\) \(appended slice...\) at escape_because.go:57$" "from append\(s1, s2...\) \(appendee slice\) at escape_because.go:57$" "leaking param content: s1$" "leaking param content: s2$"
132 appended slice...
133 appended to slice
  /prebuilts/go/linux-x86/test/
escape_because.go 51 func f4(a *int, s []*int) int { // ERROR "from \*s \(indirection\) at escape_because.go:51$" "from append\(s, a\) \(appended to slice\) at escape_because.go:52$" "from append\(s, a\) \(appendee slice\) at escape_because.go:52$" "leaking param content: s$" "leaking param: a$"
56 func f5(s1, s2 []*int) int { // ERROR "from \*s1 \(indirection\) at escape_because.go:56$" "from \*s2 \(indirection\) at escape_because.go:56$" "from append\(s1, s2...\) \(appended slice...\) at escape_because.go:57$" "from append\(s1, s2...\) \(appendee slice\) at escape_because.go:57$" "leaking param content: s1$" "leaking param content: s2$"
132 appended slice...
133 appended to slice
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-cris/
tls-err-67.d 7 # Check that the error messages get the right number of appended
  /frameworks/base/core/tests/coretests/src/android/net/
UriTest.java 224 Uri appended = base.buildUpon() local
228 appended.toString());
229 assertEquals(2, appended.getPathSegments().size());
230 assertEquals("conversations", appended.getPathSegments().get(0));
231 assertEquals("addr=555-1212", appended.getPathSegments().get(1));
  /system/nfc/src/nfc/llcp/
llcp_link.c 953 bool appended; local
    [all...]
llcp_dlc.c 870 bool appended; local
947 appended = false;
    [all...]
  /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
  /prebuilts/go/darwin-x86/src/encoding/json/
indent.go 72 // The data appended to dst does not begin with the prefix nor
  /prebuilts/go/darwin-x86/src/strconv/
itoa.go 56 // set, the string is appended to dst and the resulting byte slice is
  /prebuilts/go/linux-x86/src/encoding/json/
indent.go 72 // The data appended to dst does not begin with the prefix nor
  /prebuilts/go/linux-x86/src/strconv/
itoa.go 56 // set, the string is appended to dst and the resulting byte slice is
  /build/soong/android/
package_ctx.go 64 // appended with the supplied path. It may only be called during a Go package's
109 // directory appended with the supplied path. It may only be called during a Go
  /external/valgrind/perf/
vg_perf 75 with +, the given outer args are appended to the outer args predefined
vg_perf.in 75 with +, the given outer args are appended to the outer args predefined
  /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))
  /packages/apps/TV/src/com/android/tv/tuner/cc/
CaptionWindowLayout.java 543 private void updateText(String text, boolean appended) {
544 if (!appended) {
  /prebuilts/go/darwin-x86/src/crypto/x509/pkix/
pkix.go 51 // in ExtraNames are appended and override other values with the same OID.
  /prebuilts/go/linux-x86/src/crypto/x509/pkix/
pkix.go 51 // in ExtraNames are appended and override other values with the same OID.
  /external/libchrome/base/files/
file_path.cc 479 StringPieceType appended = component; local
485 appended = StringPieceType(without_nuls);
488 DCHECK(!IsPathAbsolute(appended));
498 return FilePath(appended);
507 if (!appended.empty() && !new_path.path_.empty()) {
518 appended.AppendToString(&new_path.path_);
    [all...]

Completed in 2212 milliseconds

1 2 3 4 5 6 7 8