/external/ImageMagick/MagickWand/ |
magick-wand-private.h | 67 insert_before, /* wand set to first image, prepend new images */
|
/external/jacoco/jacoco-maven-plugin.test/it/it-multiple-executions/ |
pom.xml | 25 <!-- Make sure we actually prepend existing args-->
|
/external/llvm/test/tools/dsymutil/X86/ |
custom-line-table.test | 1 # RUN: llvm-dsymutil -oso-prepend-path %p/../Inputs -y %s -f -o - | llvm-dwarfdump - -debug-dump=line | FileCheck %s
|
dead-stripped.cpp | 1 // RUN: llvm-dsymutil -f -y %p/dummy-debug-map.map -oso-prepend-path %p/../Inputs/dead-stripped -o - | llvm-dwarfdump - -debug-dump=info | FileCheck %s
|
frame-1.test | 5 # RUN: llvm-dsymutil -f -oso-prepend-path=%t -y %s -o - | llvm-dwarfdump -debug-dump=frames - | FileCheck %s
|
mismatch.m | 20 // RUN: llvm-dsymutil --verbose -f -oso-prepend-path=%t.dir \
|
multiple-inputs.test | 10 RUN: llvm-dsymutil -f -oso-prepend-path=%p/.. %T/multiple-inputs/basic.macho.x86_64 %T/multiple-inputs/basic-archive.macho.x86_64 %T/multiple-inputs/basic-lto.macho.x86_64 %T/multiple-inputs/basic-lto-dw4.macho.x86_64 19 RUN: llvm-dsymutil -oso-prepend-path=%p/.. %T/multiple-inputs/basic.macho.x86_64 %T/multiple-inputs/basic-archive.macho.x86_64 %T/multiple-inputs/basic-lto.macho.x86_64 %T/multiple-inputs/basic-lto-dw4.macho.x86_64 -o %t.dSYM 28 RUN: not llvm-dsymutil -f -oso-prepend-path=%p/.. %T/multiple-inputs/basic.macho.x86_64 %T/multiple-inputs/basic-archive.macho.x86_64 %T/multiple-inputs/basic-lto.macho.x86_64 %T/multiple-inputs/basic-lto-dw4.macho.x86_64 -o %t.dSYM 2>&1 | FileCheck %s
|
basic-linking-x86.test | 2 RUN: llvm-dsymutil -f -oso-prepend-path=%p/.. %t1 4 RUN: llvm-dsymutil -f -o %t2 -oso-prepend-path=%p/.. %p/../Inputs/basic.macho.x86_64 6 RUN: llvm-dsymutil -f -o - -oso-prepend-path=%p/.. %p/../Inputs/basic.macho.x86_64 | llvm-dwarfdump - | FileCheck %s --check-prefix=CHECK --check-prefix=BASIC 7 RUN: llvm-dsymutil -f -o - -oso-prepend-path=%p/.. %p/../Inputs/basic-archive.macho.x86_64 | llvm-dwarfdump - | FileCheck %s --check-prefix=CHECK --check-prefix=ARCHIVE 8 RUN: llvm-dsymutil -dump-debug-map -oso-prepend-path=%p/.. %p/../Inputs/basic.macho.x86_64 | llvm-dsymutil -f -y -o - - | llvm-dwarfdump - | FileCheck %s --check-prefix=CHECK --check-prefix=BASIC 9 RUN: llvm-dsymutil -dump-debug-map -oso-prepend-path=%p/.. %p/../Inputs/basic-archive.macho.x86_64 | llvm-dsymutil -f -o - -y - | llvm-dwarfdump - | FileCheck %s --check-prefix=CHECK --check-prefix=ARCHIVE
|
/external/llvm/test/tools/dsymutil/ |
fat-binary-output.test | 1 RUN: llvm-dsymutil -f -verbose -no-output %p/Inputs/fat-test.dylib -oso-prepend-path %p | FileCheck %s
|
debug-map-parsing.test | 1 RUN: llvm-dsymutil -dump-debug-map -oso-prepend-path=%p %p/Inputs/basic.macho.x86_64 | FileCheck %s 2 RUN: llvm-dsymutil -dump-debug-map -oso-prepend-path=%p %p/Inputs/basic-lto.macho.x86_64 | FileCheck %s --check-prefix=CHECK-LTO 3 RUN: llvm-dsymutil -verbose -dump-debug-map -oso-prepend-path=%p %p/Inputs/basic-archive.macho.x86_64 | FileCheck %s --check-prefix=CHECK-ARCHIVE
|
/external/mockito/src/main/java/org/mockito/exceptions/base/ |
MockitoAssertionError.java | 41 * @param message The custom message to prepend
|
/external/swiftshader/third_party/LLVM/test/Scripts/ |
common_dump.py | 38 3. print fixed length, prepend with zeros.
|
/external/swiftshader/third_party/subzero/pydir/ |
build-pnacl-ir.py | 21 # Prepend bin to $PATH.
|
/external/syslinux/com32/modules/ |
zzjson.c | 70 fprintf(stderr, "error during prepend\n");
|
/external/v8/tools/ |
run-perf.sh | 48 # Extract the command being perfed, so that we can prepend arguments to the
|
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/ |
lpc_masking_model_mips.c | 82 "prepend %[sum64_lo], %[sum64_hi], 1 \n\t" 84 "prepend %[tmp3], %[tmp2], 1 \n\t" 170 "prepend %[sum64_lo], %[sum64_hi], 1 \n\t" 172 "prepend %[tmp3], %[tmp2], 1 \n\t"
|
/external/flatbuffers/samples/ |
sample_binary.py | 55 # Note: Since we prepend the bytes, this loop iterates in reverse order. 61 # Note: Since we prepend the data, prepend the weapons in reverse order.
|
sample_binary.go | 50 // Note: Since we prepend the bytes, this loop iterates in reverse. 57 // Note: Since we prepend the weapons, prepend in reverse order.
|
/external/mesa3d/src/gallium/drivers/swr/ |
SConscript | 158 env.Prepend(LIBS = [ mesautil, mesa, gallium ]) 160 env.Prepend(CPPPATH = [ 215 env.Prepend(LIBS = [swr])
|
/external/python/cpython3/Lib/ |
gzip.py | 74 def __init__(self, f, prepend=b''): 75 self._buffer = prepend 76 self._length = len(prepend) 93 def prepend(self, prepend=b''): member in class:_PaddedFile 95 self._buffer = prepend 96 else: # Assume data was read since the last prepend() call 97 self._read -= len(prepend) 473 self._fp.prepend(self._decompressor.unconsumed_tail) 475 # Prepend the already read bytes to the fileobj so they ca [all...] |
/external/selinux/libsepol/cil/src/ |
cil_list.c | 125 cil_list_error("Attempt to prepend data to a NULL list"); 203 cil_list_error("Attempt to prepend an item to a NULL list"); 207 cil_list_error("Attempt to prepend a NULL item to a list");
|
/prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/source/ |
operand.h | 93 // then prepend the given pattern with the first expansion of the logical 97 // IDs. In that case we would prepend the pattern with SPV_OPERAND_TYPE_ID 101 // we prepend pattern with for the members of the tuple, followed by the
|
/frameworks/support/paging/common/src/main/java/androidx/paging/ |
ContiguousPagedList.java | 64 } else if (resultType == PageResult.PREPEND) { 74 && resultType == PageResult.PREPEND 269 // finally dispatch callbacks, after prepend may have already been scheduled
|
/external/autotest/client/bin/ |
os_dep.py | 32 # prepend with a base path of '/etc'
|
/external/jcommander/src/test/java/com/beust/jcommander/ |
CmdTest.java | 29 // First check if a command was given, when not prepend default
|