/build/blueprint/proptools/ |
extend.go | 44 // abort PrependProperties with an error by returning an error. Passing nil for filter will prepend 50 // The prepend operation is defined as prepending strings, and slices of strings normally, OR-ing 85 // abort PrependProperties with an error by returning an error. Passing nil for filter will prepend 91 // The prepend operation is defined as prepending strings, and slices of strings normally, OR-ing 121 prepend bool) error { 138 return extendPropertiesRecursive(dstValues, srcValue, "", filter, true, prepend) 142 prepend bool) error { 158 return extendPropertiesRecursive(dstValues, srcValue, "", filter, false, prepend) 162 prefix string, filter ExtendPropertyFilterFunc, sameTypes, prepend bool) error { 251 propertyName+".", filter, sameTypes, prepend) [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
pipes.py | 42 t.prepend(command, kind) 130 def prepend(self, cmd, kind): member in class:Template 131 """t.prepend(cmd, kind) adds a new step at the front.""" 134 'Template.prepend: cmd must be a string' 137 'Template.prepend: bad kind %r' % (kind,) 140 'Template.prepend: SINK can only be appended' 143 'Template.prepend: already begins with SOURCE' 146 'Template.prepend: missing $IN in cmd' 149 'Template.prepend: missing $OUT in cmd'
|
/prebuilts/gdb/linux-x86/lib/python2.7/ |
pipes.py | 42 t.prepend(command, kind) 130 def prepend(self, cmd, kind): member in class:Template 131 """t.prepend(cmd, kind) adds a new step at the front.""" 134 'Template.prepend: cmd must be a string' 137 'Template.prepend: bad kind %r' % (kind,) 140 'Template.prepend: SINK can only be appended' 143 'Template.prepend: already begins with SOURCE' 146 'Template.prepend: missing $IN in cmd' 149 'Template.prepend: missing $OUT in cmd'
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
pipes.py | 42 t.prepend(command, kind) 130 def prepend(self, cmd, kind): member in class:Template 131 """t.prepend(cmd, kind) adds a new step at the front.""" 134 'Template.prepend: cmd must be a string' 137 'Template.prepend: bad kind %r' % (kind,) 140 'Template.prepend: SINK can only be appended' 143 'Template.prepend: already begins with SOURCE' 146 'Template.prepend: missing $IN in cmd' 149 'Template.prepend: missing $OUT in cmd'
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
pipes.py | 42 t.prepend(command, kind) 130 def prepend(self, cmd, kind): member in class:Template 131 """t.prepend(cmd, kind) adds a new step at the front.""" 134 'Template.prepend: cmd must be a string' 137 'Template.prepend: bad kind %r' % (kind,) 140 'Template.prepend: SINK can only be appended' 143 'Template.prepend: already begins with SOURCE' 146 'Template.prepend: missing $IN in cmd' 149 'Template.prepend: missing $OUT in cmd'
|
/external/llvm/test/MC/Mips/dspr2/ |
invalid.s | 13 prepend $2, $3, -1 # CHECK: :[[@LINE]]:19: error: expected 5-bit unsigned immediate 14 prepend $2, $3, 32 # CHECK: :[[@LINE]]:19: error: expected 5-bit unsigned immediate
|
/external/llvm/test/tools/dsymutil/X86/ |
basic-linking-bundle.test | 5 RUN: llvm-dsymutil -oso-prepend-path=%p/.. %T/basic-linking-bundle/basic.macho.x86_64 9 RUN: llvm-dsymutil -oso-prepend-path=%p/.. %T/basic-linking-bundle/basic.macho.x86_64 -o %T/basic-linking-bundle/dsymdest/basic.macho.x86_64.dSYM
|
mismatch.m | 17 // RUN: llvm-dsymutil -f -oso-prepend-path=%p/../Inputs/mismatch \
|
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
|
/external/valgrind/none/tests/mips32/ |
mips32_dspr2.stdout.exp | [all...] |
/external/ImageMagick/MagickWand/tests/ |
add_first.c | 33 printf("Check prepend when using 'FirstIterator' on empty wand\n");
|
/external/avahi/avahi-common/ |
rlist.h | 38 /** Prepend a new item to the beginning of the list and return the new beginning */
|
/external/jacoco/jacoco-maven-plugin.test/it/it-prepend-property/ |
pom.xml | 22 <artifactId>it-prepend-property</artifactId>
|
/external/llvm/test/tools/dsymutil/ |
archive-timestamp.test | 1 # RUN: llvm-dsymutil -no-output -oso-prepend-path=%p -y %s 2>&1 | FileCheck %s
|
/external/mesa3d/src/gallium/state_trackers/egl/ |
SConscript | 31 env.Prepend(CPPPATH = [
|
/external/mesa3d/src/gallium/targets/libgl-gdi/ |
SConscript | 44 env.Prepend(LIBPATH = [shared_glapi.dir])
|
/external/skia/src/core/ |
SkRefDict.cpp | 75 // prepend to the head of our list
|
/system/update_engine/update_manager/ |
real_config_provider.h | 57 // Prefix to prepend to the file paths. Useful for testing.
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/util/ |
TryListBuilder.java | 157 public void prepend(@Nonnull MutableTryBlock<EH> tryBlock) { method in class:TryListBuilder.MutableTryBlock 218 tryBlock.prepend(startBlock); 227 tryBlock.prepend(startBlock); 242 listEnd.prepend(startBlock); 271 tryBlock.prepend(endBlock); 283 listEnd.prepend(endBlock); 305 tryBlock.prepend(newBlock);
|
/external/ImageMagick/api_examples/ |
wand.c | 67 * if the read image(s) are to be prepend/append into that wand image 94 * IM knows if you want to prepend/append the images into that wands
|
/external/mesa3d/src/glx/ |
SConscript | 10 env.Prepend(CPPPATH = [ 28 env.Prepend(LIBS = [
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/ |
mips32-dspr2.s | 42 prepend $26,$27,0 43 prepend $26,$27,31
|
/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-->
|