HomeSort by relevance Sort by last modified time
    Searched refs:wr (Results 176 - 200 of 390) sorted by null

1 2 3 4 5 6 78 91011>>

  /prebuilts/go/linux-x86/src/html/template/
template.go 112 // writing the output to wr.
118 func (t *Template) Execute(wr io.Writer, data interface{}) error {
122 return t.text.Execute(wr, data)
126 // name to the specified data object and writes the output to wr.
132 func (t *Template) ExecuteTemplate(wr io.Writer, name string, data interface{}) error {
137 return tmpl.text.Execute(wr, data)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_gc.py 38 self.wr = weakref.ref(C1055820(666), it_happened)
523 ouch[:] = [wr() for wr in WRs]
568 # The callback gets associated with a wr on an object in generation 2.
580 # c0 has a wr with callback, which references c2wr
588 # ^->c1 ^->c2 has a wr but no callback
598 # and c0's wr callback triggers. That in turn materializes a reference
656 # ^->c1 ^->c2 has a wr but no callback
test_multibytecodec.py 214 wr = codecs.getwriter('gb18030')(s)
215 wr.write('abcd')
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_gc.py 38 self.wr = weakref.ref(C1055820(666), it_happened)
523 ouch[:] = [wr() for wr in WRs]
568 # The callback gets associated with a wr on an object in generation 2.
580 # c0 has a wr with callback, which references c2wr
588 # ^->c1 ^->c2 has a wr but no callback
598 # and c0's wr callback triggers. That in turn materializes a reference
656 # ^->c1 ^->c2 has a wr but no callback
test_multibytecodec.py 214 wr = codecs.getwriter('gb18030')(s)
215 wr.write('abcd')
  /external/libjpeg-turbo/java/
TJUnitTest.java 247 WritableRaster wr = img.getRaster(); local
256 DataBufferInt db = (DataBufferInt)wr.getDataBuffer();
262 DataBufferByte db = (DataBufferByte)wr.getDataBuffer();
499 WritableRaster wr = img.getRaster(); local
508 DataBufferInt db = (DataBufferInt)wr.getDataBuffer();
515 DataBufferByte db = (DataBufferByte)wr.getDataBuffer();
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_multibytecodec.py 214 wr = codecs.getwriter('gb18030')(s)
215 wr.write('abcd')
test_thread.py 127 wr = weakref.ref(task, lambda _: done.append(None))
test_io.py 537 wr = weakref.ref(f)
540 self.assertTrue(wr() is None, wr)
    [all...]
  /external/pdfium/fpdfsdk/pwl/
cpwl_edit_impl.h 315 void RefreshWordRange(const CPVT_WordRange& wr);
370 void RefreshPushLineRects(const CPVT_WordRange& wr);
  /external/python/cpython2/Lib/test/
test_multibytecodec.py 217 wr = codecs.getwriter('gb18030')(s)
218 wr.write('abcd')
  /external/python/cpython3/Lib/test/
test_multibytecodec.py 210 wr = codecs.getwriter('gb18030')(s)
211 wr.write('abcd')
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_multibytecodec.py 214 wr = codecs.getwriter('gb18030')(s)
215 wr.write('abcd')
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_multibytecodec.py 214 wr = codecs.getwriter('gb18030')(s)
215 wr.write('abcd')
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
const.go 743 var wr types.EType
846 wr = nr.Type.Etype
847 if isInt[wr] || isFloat[wr] || isComplex[wr] {
848 wr = TIDEAL
852 if wl != wr {
853 if wl == TINTER || wr == TINTER {
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
const.go 743 var wr types.EType
846 wr = nr.Type.Etype
847 if isInt[wr] || isFloat[wr] || isComplex[wr] {
848 wr = TIDEAL
852 if wl != wr {
853 if wl == TINTER || wr == TINTER {
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/cjkcodecs/
multibytecodec.c 1559 PyObject *str, *wr; local
1629 PyObject *wr; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/cjkcodecs/
multibytecodec.c 1556 PyObject *str, *wr; local
1626 PyObject *wr; local
    [all...]
  /external/python/cpython2/Modules/cjkcodecs/
multibytecodec.c 1560 PyObject *str, *wr; local
1630 PyObject *wr; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/logging/
__init__.py 616 def _removeHandlerRef(wr):
626 if wr in _handlerList:
627 _handlerList.remove(wr)
    [all...]
  /external/python/cpython2/Lib/logging/
__init__.py 629 def _removeHandlerRef(wr):
641 if wr in handlers:
642 handlers.remove(wr)
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/logging/
__init__.py 620 def _removeHandlerRef(wr):
631 if wr in _handlerList:
632 _handlerList.remove(wr)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/logging/
__init__.py 620 def _removeHandlerRef(wr):
631 if wr in _handlerList:
632 _handlerList.remove(wr)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/logging/
__init__.py 620 def _removeHandlerRef(wr):
631 if wr in _handlerList:
632 _handlerList.remove(wr)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/logging/
__init__.py 620 def _removeHandlerRef(wr):
631 if wr in _handlerList:
632 _handlerList.remove(wr)
    [all...]

Completed in 898 milliseconds

1 2 3 4 5 6 78 91011>>