| /external/skia/tests/ |
| PackBitsTest.cpp | 46 int srcCount = SkPackBits::Unpack8(dst, dstSize, src, gTests[i].fCount - 1); 47 REPORTER_ASSERT(reporter, srcCount == 0); 48 srcCount = SkPackBits::Unpack8(dst, dstSize, src, sizeof(src)); 49 bool match = gTests[i].fCount == srcCount && 65 size_t srcCount = SkPackBits::Unpack8(dst, dstSize, src2, size); 66 REPORTER_ASSERT(reporter, size == srcCount);
|
| /external/dng_sdk/source/ |
| dng_resample.h | 89 uint32 srcCount,
|
| dng_resample.cpp | 91 uint32 srcCount, 109 real64 invScale = (real64) srcCount /
|
| /external/icu/icu4c/source/samples/ucnv/ |
| convsamp.cpp | 570 int32_t srcCount=0; 573 srcCount = sizeof(sourceChars); 603 printf("src=%d bytes, dst=%d uchars\n", srcCount, dstCount);
|
| /external/icu/icu4c/source/i18n/unicode/ |
| dtfmtsym.h | [all...] |
| /external/opencv3/modules/imgproc/src/ |
| filterengine.hpp | 236 //! processes the next srcCount rows of the image. 237 virtual int proceed(const uchar* src, int srcStep, int srcCount,
|
| /external/skia/src/ports/ |
| SkFontHost_mac.cpp | [all...] |
| /external/llvm/lib/Support/ |
| APFloat.cpp | [all...] |
| /external/mesa3d/src/gallium/drivers/nvc0/codegen/ |
| nv50_ir_lowering_nvc0.cpp | 360 prev->setSrc(prev->srcCount(), useVec[i].tex->getDef(0)); 366 bar->setSrc(bar->srcCount(), useVec[i].tex->getDef(0)); 738 int s = i->srcCount(0xff); [all...] |
| /external/icu/icu4c/source/i18n/ |
| dtfmtsym.cpp | 296 int32_t srcCount) 310 dstCount = srcCount; 311 dstArray = newUnicodeStringArray(srcCount); 314 for(i=0; i<srcCount; ++i) { [all...] |
| /external/mesa3d/src/gallium/drivers/nv50/codegen/ |
| nv50_ir.h | 639 unsigned int srcCount() const { return srcs.size(); }; 640 unsigned int srcCount(unsigned int mask, bool singleFile = false) const;
|
| nv50_ir_from_tgsi.cpp | 158 unsigned int srcCount() const { return insn->Instruction.NumSrcRegs; } 166 assert(s < srcCount()); 976 for (unsigned s = 0; s < insn.srcCount(); ++s) { [all...] |
| nv50_ir_ra.cpp | [all...] |
| nv50_ir.cpp | 778 Instruction::srcCount(unsigned int mask, bool singleFile) const
|
| nv50_ir_lowering_nv50.cpp | 869 i->setSrc(i->srcCount(), tid);
|
| /prebuilts/devtools/tools/lib/ |
| kxml2-2.3.0.jar | |
| /prebuilts/misc/common/kxml2/ |
| kxml2-2.3.0.jar | |
| /prebuilts/tools/common/kxml2-tools/ |
| kxml2-2.3.0.jar | |
| /prebuilts/tools/common/m2/repository/net/sf/kxml/kxml2/2.3.0/ |
| kxml2-2.3.0.jar | |
| /prebuilts/tools/common/offline-m2/net/sf/kxml/kxml2/2.3.0/ |
| kxml2-2.3.0.jar | |
| /prebuilts/tools/common/m2/repository/org/apache/felix/org.apache.felix.bundlerepository/1.6.6/ |
| org.apache.felix.bundlerepository-1.6.6.jar | |
| /prebuilts/misc/common/tradefed/ |
| tradefed-prebuilt.jar | |