HomeSort by relevance Sort by last modified time
    Searched defs:append (Results 326 - 350 of 2743) sorted by null

<<11121314151617181920>>

  /prebuilts/gdb/darwin-x86/lib/python2.7/email/
header.py 83 decoded.append((line, None))
93 decoded.append((unenc, None))
117 decoded.append((dec, charset))
139 # None means us-ascii but we can simply pass it on to h.append()
142 h.append(s, charset)
155 value is not set. You can later append to the header with .append()
157 .append() documentation for semantics.
160 charset argument to the .append() method. It also sets the default
161 character set for all subsequent .append() calls that omit the charse
233 def append(self, s, charset=None, errors='strict'): member in class:Header
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
ScrolledList.py 39 def append(self, item): member in class:ScrolledList
131 s.append("item %02d" % i)
  /prebuilts/gdb/darwin-x86/lib/python2.7/
pipes.py 33 t.append(command, kind)
108 def append(self, cmd, kind): member in class:Template
109 """t.append(cmd, kind) adds a new step at the end."""
112 'Template.append: cmd must be a string'
115 'Template.append: bad kind %r' % (kind,)
118 'Template.append: SOURCE can only be prepended'
121 'Template.append: already ends with SINK'
124 'Template.append: missing $IN in cmd'
127 'Template.append: missing $OUT in cmd'
128 self.steps.append((cmd, kind)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/email/
header.py 83 decoded.append((line, None))
93 decoded.append((unenc, None))
117 decoded.append((dec, charset))
139 # None means us-ascii but we can simply pass it on to h.append()
142 h.append(s, charset)
155 value is not set. You can later append to the header with .append()
157 .append() documentation for semantics.
160 charset argument to the .append() method. It also sets the default
161 character set for all subsequent .append() calls that omit the charse
233 def append(self, s, charset=None, errors='strict'): member in class:Header
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
ScrolledList.py 39 def append(self, item): member in class:ScrolledList
131 s.append("item %02d" % i)
  /prebuilts/gdb/linux-x86/lib/python2.7/
pipes.py 33 t.append(command, kind)
108 def append(self, cmd, kind): member in class:Template
109 """t.append(cmd, kind) adds a new step at the end."""
112 'Template.append: cmd must be a string'
115 'Template.append: bad kind %r' % (kind,)
118 'Template.append: SOURCE can only be prepended'
121 'Template.append: already ends with SINK'
124 'Template.append: missing $IN in cmd'
127 'Template.append: missing $OUT in cmd'
128 self.steps.append((cmd, kind)
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/asm/internal/asm/
asm.go 24 // append adds the Prog to the end of the program-thus-far.
26 func (p *Parser) append(prog *obj.Prog, cond string, doLabel bool) { func
178 p.append(prog, "", true)
301 p.append(prog, "", true)
331 p.append(prog, "", true)
414 Offset: p.pc + 1 + target.Offset, // +1 because p.pc is incremented in append, below.
434 p.toPatch = append(p.toPatch, Patch{prog, target.Sym.Name})
453 p.append(prog, cond, true)
753 p.append(prog, cond, true)
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
debug.go 37 vars = append(vars, fmt.Sprintf("%v = %v", f.Slots[slot], b.Variables[slot]))
46 locs = append(locs, block.LocString(loc))
64 storage = append(storage, "stack")
72 storage = append(storage, registers[reg].String())
74 storage = append(storage, fmt.Sprintf("reg%d", reg))
78 storage = append(storage, "!!!no storage!!!")
102 // append adds a location to the location list for slot.
103 func (b *BlockDebug) append(slot SlotID, loc *VarLoc) { func
104 b.Variables[slot].append(loc)
118 func (l *VarLocList) append(loc *VarLoc) func
    [all...]
  /prebuilts/go/darwin-x86/src/path/filepath/
path.go 22 // It supports append, reading previously appended bytes,
40 func (b *lazybuf) append(c byte) { func
110 out.append(Separator)
133 // cannot backtrack, but not rooted, so append .. element.
135 out.append(Separator)
137 out.append('.')
138 out.append('.')
145 out.append(Separator)
149 out.append(path[r])
156 out.append('.'
    [all...]
  /prebuilts/go/darwin-x86/src/regexp/syntax/
compile.go 42 func (l1 patchList) append(p *Prog, l2 patchList) patchList { func
173 c.p.Inst = append(c.p.Inst, Inst{Op: op})
223 f.out = f1.out.append(c.p, f2.out)
237 f.out = f.out.append(c.p, f1.out)
  /prebuilts/go/linux-x86/src/cmd/asm/internal/asm/
asm.go 24 // append adds the Prog to the end of the program-thus-far.
26 func (p *Parser) append(prog *obj.Prog, cond string, doLabel bool) { func
178 p.append(prog, "", true)
301 p.append(prog, "", true)
331 p.append(prog, "", true)
414 Offset: p.pc + 1 + target.Offset, // +1 because p.pc is incremented in append, below.
434 p.toPatch = append(p.toPatch, Patch{prog, target.Sym.Name})
453 p.append(prog, cond, true)
753 p.append(prog, cond, true)
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
debug.go 37 vars = append(vars, fmt.Sprintf("%v = %v", f.Slots[slot], b.Variables[slot]))
46 locs = append(locs, block.LocString(loc))
64 storage = append(storage, "stack")
72 storage = append(storage, registers[reg].String())
74 storage = append(storage, fmt.Sprintf("reg%d", reg))
78 storage = append(storage, "!!!no storage!!!")
102 // append adds a location to the location list for slot.
103 func (b *BlockDebug) append(slot SlotID, loc *VarLoc) { func
104 b.Variables[slot].append(loc)
118 func (l *VarLocList) append(loc *VarLoc) func
    [all...]
  /prebuilts/go/linux-x86/src/path/filepath/
path.go 22 // It supports append, reading previously appended bytes,
40 func (b *lazybuf) append(c byte) { func
110 out.append(Separator)
133 // cannot backtrack, but not rooted, so append .. element.
135 out.append(Separator)
137 out.append('.')
138 out.append('.')
145 out.append(Separator)
149 out.append(path[r])
156 out.append('.'
    [all...]
  /prebuilts/go/linux-x86/src/regexp/syntax/
compile.go 42 func (l1 patchList) append(p *Prog, l2 patchList) patchList { func
173 c.p.Inst = append(c.p.Inst, Inst{Op: op})
223 f.out = f1.out.append(c.p, f2.out)
237 f.out = f.out.append(c.p, f1.out)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/
header.py 83 decoded.append((line, None))
93 decoded.append((unenc, None))
117 decoded.append((dec, charset))
139 # None means us-ascii but we can simply pass it on to h.append()
142 h.append(s, charset)
155 value is not set. You can later append to the header with .append()
157 .append() documentation for semantics.
160 charset argument to the .append() method. It also sets the default
161 character set for all subsequent .append() calls that omit the charse
233 def append(self, s, charset=None, errors='strict'): member in class:Header
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
ScrolledList.py 39 def append(self, item): member in class:ScrolledList
131 s.append("item %02d" % i)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
pipes.py 33 t.append(command, kind)
108 def append(self, cmd, kind): member in class:Template
109 """t.append(cmd, kind) adds a new step at the end."""
112 'Template.append: cmd must be a string'
115 'Template.append: bad kind %r' % (kind,)
118 'Template.append: SOURCE can only be prepended'
121 'Template.append: already ends with SINK'
124 'Template.append: missing $IN in cmd'
127 'Template.append: missing $OUT in cmd'
128 self.steps.append((cmd, kind)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/
header.py 83 decoded.append((line, None))
93 decoded.append((unenc, None))
117 decoded.append((dec, charset))
139 # None means us-ascii but we can simply pass it on to h.append()
142 h.append(s, charset)
155 value is not set. You can later append to the header with .append()
157 .append() documentation for semantics.
160 charset argument to the .append() method. It also sets the default
161 character set for all subsequent .append() calls that omit the charse
233 def append(self, s, charset=None, errors='strict'): member in class:Header
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
ScrolledList.py 39 def append(self, item): member in class:ScrolledList
131 s.append("item %02d" % i)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
pipes.py 33 t.append(command, kind)
108 def append(self, cmd, kind): member in class:Template
109 """t.append(cmd, kind) adds a new step at the end."""
112 'Template.append: cmd must be a string'
115 'Template.append: bad kind %r' % (kind,)
118 'Template.append: SOURCE can only be prepended'
121 'Template.append: already ends with SINK'
124 'Template.append: missing $IN in cmd'
127 'Template.append: missing $OUT in cmd'
128 self.steps.append((cmd, kind)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/transforms/
GLPropertyAccessor.java 130 sb.append(((GLNamePropertyExtractor) e).mType);
132 sb.append(((GLIndexPropertyExtractor) e).mIndex);
134 sb.append('/');
  /sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/templates/
TemplatedInputStream.java 64 buff.append((char) c);
  /external/apache-http/src/org/apache/http/impl/io/
AbstractSessionInputBuffer.java 187 this.linebuffer.append(this.buffer, this.bufferpos, len);
193 this.linebuffer.append(this.buffer, this.bufferpos, len);
231 charbuffer.append(this.linebuffer, 0, l);
236 charbuffer.append(s);
256 charbuffer.append(this.buffer, off, len);
261 charbuffer.append(s);
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
DateNumberFormat.java 61 buf.append((char)(zeroDigit+i));
156 toAppendTo.append(minusSign);
180 toAppendTo.append(decimalBuf, index, length);
IDNA2003.java 63 dest.append(toASCIILower(src.charAt(i)));
248 dest.append(ACE_PREFIX,0,ACE_PREFIX.length);
250 dest.append(lowerOut);
277 result.append(convertToASCII(iter,options));
286 result.append((char)FULL_STOP);
418 result.append(convertToUnicode(iter,options));
423 result.append(srcArr[sepIndex]);

Completed in 651 milliseconds

<<11121314151617181920>>