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

1 2

  /external/webrtc/webrtc/libjingle/xmllite/
xmlprinter.h 24 static void PrintXml(std::ostream* pout, const XmlElement* pelt);
26 static void PrintXml(std::ostream* pout, const XmlElement* pelt,
xmlprinter.cc 25 XmlPrinterImpl(std::ostream* pout, XmlnsStack* ns_stack);
36 void XmlPrinter::PrintXml(std::ostream* pout, const XmlElement* element) {
38 PrintXml(pout, element, &ns_stack);
41 void XmlPrinter::PrintXml(std::ostream* pout, const XmlElement* element,
43 XmlPrinterImpl printer(pout, ns_stack);
47 XmlPrinterImpl::XmlPrinterImpl(std::ostream* pout, XmlnsStack* ns_stack)
48 : pout_(pout),
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3dx9math.inl 885 static inline D3DXCOLOR* D3DXColorAdd(D3DXCOLOR *pout, const D3DXCOLOR *pc1, const D3DXCOLOR *pc2)
887 if ( !pout || !pc1 || !pc2 ) return NULL;
888 pout->r = (pc1->r) + (pc2->r);
889 pout->g = (pc1->g) + (pc2->g);
890 pout->b = (pc1->b) + (pc2->b);
891 pout->a = (pc1->a) + (pc2->a);
892 return pout;
895 static inline D3DXCOLOR* D3DXColorLerp(D3DXCOLOR *pout, const D3DXCOLOR *pc1, const D3DXCOLOR *pc2, FLOAT s)
897 if ( !pout || !pc1 || !pc2 ) return NULL;
898 pout->r = (1-s) * (pc1->r) + s *(pc2->r)
    [all...]
d3dx9math.h 285 D3DXCOLOR* WINAPI D3DXColorAdjustContrast(D3DXCOLOR *pout, const D3DXCOLOR *pc, FLOAT s);
286 D3DXCOLOR* WINAPI D3DXColorAdjustSaturation(D3DXCOLOR *pout, const D3DXCOLOR *pc, FLOAT s);
290 D3DXMATRIX* WINAPI D3DXMatrixAffineTransformation(D3DXMATRIX *pout, FLOAT scaling, const D3DXVECTOR3 *rotationcenter, const D3DXQUATERNION *rotation,
292 D3DXMATRIX* WINAPI D3DXMatrixAffineTransformation2D(D3DXMATRIX *pout, FLOAT scaling, const D3DXVECTOR2 *protationcenter, FLOAT rotation,
296 D3DXMATRIX* WINAPI D3DXMatrixInverse(D3DXMATRIX *pout, FLOAT *pdeterminant, const D3DXMATRIX *pm);
297 D3DXMATRIX* WINAPI D3DXMatrixLookAtLH(D3DXMATRIX *pout, const D3DXVECTOR3 *peye, const D3DXVECTOR3 *pat, const D3DXVECTOR3 *pup);
298 D3DXMATRIX* WINAPI D3DXMatrixLookAtRH(D3DXMATRIX *pout, const D3DXVECTOR3 *peye, const D3DXVECTOR3 *pat, const D3DXVECTOR3 *pup);
299 D3DXMATRIX* WINAPI D3DXMatrixMultiply(D3DXMATRIX *pout, const D3DXMATRIX *pm1, const D3DXMATRIX *pm2);
300 D3DXMATRIX* WINAPI D3DXMatrixMultiplyTranspose(D3DXMATRIX *pout, const D3DXMATRIX *pm1, const D3DXMATRIX *pm2);
301 D3DXMATRIX* WINAPI D3DXMatrixOrthoLH(D3DXMATRIX *pout, FLOAT w, FLOAT h, FLOAT zn, FLOAT zf)
    [all...]
windns.h 50 #define INLINE_WRITE_FLIPPED_WORD(pout,in) INLINE_WORD_FLIP(*((UNALIGNED WORD *)(pout)),in)
51 #define INLINE_WRITE_FLIPPED_DWORD(pout,in) INLINE_DWORD_FLIP(*((UNALIGNED DWORD *)(pout)),in)
  /toolchain/binutils/binutils-2.27/gold/
binary.cc 204 unsigned char* pout = buffer; local
206 this->write_file_header<size, big_endian>(&pout);
210 0, 0, &pout);
220 1, 0, &pout);
224 3, 1, align, sym_size, &pout);
229 0, 0, 1, 0, &pout);
234 0, 0, 1, 0, &pout);
238 memcpy(pout, fileview, filesize);
239 pout += filesize;
240 memset(pout, 0, aligned_filesize - filesize)
356 unsigned char* pout = *ppout; local
    [all...]
  /external/avb/test/
avbtool_signing_helper_with_files_test.py 63 (pout, _) = p.communicate(data)
69 signing_file.write(pout)
  /external/webp/src/dsp/
lossless_enc_mips32.c 331 [pa]"+r"(pa), [pout]"+r"(pout)
350 uint32_t* pout = (uint32_t*)(OUT); \
354 ADD_TO_OUT(0, 4, 8, 12, 1, pa, pb, pout) \
359 for (i = 0; i < last; ++i) pout[i] = pa[i] + pb[i]; \
365 uint32_t* pout = (uint32_t*)(OUT); \
369 ADD_TO_OUT(0, 4, 8, 12, 0, pa, pout, pout) \
374 for (i = 0; i < last; ++i) pout[i] += pa[i]; \
enc_mips32.c 189 "sh %[level], " #N "(%[pout]) \n\t"
198 int16_t* pout = &out[0]; local
228 : [pout]"r"(pout), [ppin]"r"(ppin),
    [all...]
  /libcore/luni/src/test/java/libcore/java/util/zip/
DeflaterOutputStreamTest.java 77 final PipedOutputStream pout = new PipedOutputStream(); local
78 PipedInputStream pin = new PipedInputStream(pout);
84 out = new DeflaterOutputStream(pout, flushing);
86 out = new GZIPOutputStream(pout, flushing);
  /external/python/cpython3/Lib/idlelib/
percolator.py 81 pout = p.removefilter
86 (pin if var1.get() else pout)(t1)
88 (pin if var2.get() else pout)(t2)
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/zip/
GZIPOutputStreamTest.java 176 PipedOutputStream pout = new PipedOutputStream(); local
177 PipedInputStream pin = new PipedInputStream(pout);
182 GZIPOutputStream out = new GZIPOutputStream(pout, true /* syncFlush */);
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
PipedInputStreamTest.java 43 public PWriter(PipedOutputStream pout, int nbytes) {
44 pos = pout;
118 PipedOutputStream pout = new PipedOutputStream(pin); local
123 pout.write(i);
  /development/scripts/
usb-reset-by-serial.py 95 pout, perr = mypipe.communicate()
103 decoded = pout.decode(encoding)
  /frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
SettingsService.java 279 final PrintWriter pout = getOutPrintWriter(); local
282 pout.println(getForUser(iprovider, mUser, mTable, mKey));
288 pout.println("Deleted "
293 pout.println(line);
  /external/python/cpython2/Modules/_ctypes/
_ctypes_test.c 311 EXPORT(int) _testfunc_byval(point in, point *pout)
313 if (pout) {
314 pout->x = in.x;
315 pout->y = in.y;
  /external/python/cpython3/Modules/_ctypes/
_ctypes_test.c 313 EXPORT(int) _testfunc_byval(point in, point *pout)
315 if (pout) {
316 pout->x = in.x;
317 pout->y = in.y;
  /external/libxml2/
regressions.py 153 pin, pout, perr = os.popen3(cmd)
172 th1 = thread.start_new_thread(readPfile, (pout, outfile, th1Flag))
  /libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/io/
ObjectInputStreamTest.java 1271 PipedOutputStream pout = new PipedOutputStream(); local
1394 PipedOutputStream pout = new PipedOutputStream(); local
    [all...]
  /prebuilts/go/darwin-x86/src/syscall/
mksyscall_solaris.pl 208 my @pout= ();
  /prebuilts/go/linux-x86/src/syscall/
mksyscall_solaris.pl 208 my @pout= ();
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Objects/
longobject.c 1340 digit *pout, *pin, rem, tenpow; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Objects/
longobject.c 1354 digit *pout, *pin, rem, tenpow; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
longobject.c 1340 digit *pout, *pin, rem, tenpow; local
    [all...]
  /external/python/cpython2/Objects/
longobject.c 1342 digit *pout, *pin, rem, tenpow; local
    [all...]

Completed in 321 milliseconds

1 2