HomeSort by relevance Sort by last modified time
    Searched full:gcount (Results 1 - 25 of 32) sorted by null

1 2

  /frameworks/base/core/jni/android/graphics/
AutoDecodeCancel.cpp 74 const int gCount = gAutoDecoderCancelCount;
76 if (gCount == 0) {
79 SkASSERT(gCount > 0);
88 SkASSERT(count <= gCount);
97 SkASSERT(count == gCount);
  /external/skia/src/core/
SkPixelRef.cpp 104 static int gCount;
113 gCount = 0;
117 SkASSERT(gCount < MAX_PAIR_COUNT);
119 gPairs[gCount].fName = name;
120 gPairs[gCount].fFactory = factory;
121 gCount += 1;
126 for (int i = gCount - 1; i >= 0; --i) {
136 for (int i = gCount - 1; i >= 0; --i) {
SkFlattenable.cpp 246 static int gCount;
255 gCount = 0;
259 SkASSERT(gCount < MAX_PAIR_COUNT);
261 gPairs[gCount].fName = name;
262 gPairs[gCount].fFactory = factory;
263 gCount += 1;
268 for (int i = gCount - 1; i >= 0; --i) {
278 for (int i = gCount - 1; i >= 0; --i) {
  /external/webkit/Source/WebCore/platform/graphics/android/
FontPlatformDataAndroid.cpp 43 static int gCount;
48 if (++gCount > gMaxCount)
50 gMaxCount = gCount;
55 static void dec_count() { --gCount; }
  /external/icu4c/test/perf/collationperf/
collperf.cpp 210 int gCount;
277 gCount++;
284 gCount++;
294 gCount++;
304 gCount++;
312 gCount++;
320 gCount++;
328 gCount++;
466 gCount = 0;
508 gCount++
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/
istream 77 * function; see gcount().
248 gcount() const
264 * by gcount().
383 * is extracted (and therefore counted in @c gcount()) but not stored
496 * @c gcount() will return 0, as required by DR 60.
511 * @c gcount() will return 0, as required by DR 60.
529 * call to @c gcount().
543 * call to @c gcount().
558 * call to @c gcount().
574 * call to @c gcount()
    [all...]
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/
istream 77 * function; see gcount().
248 gcount() const
264 * by gcount().
383 * is extracted (and therefore counted in @c gcount()) but not stored
496 * @c gcount() will return 0, as required by DR 60.
511 * @c gcount() will return 0, as required by DR 60.
529 * call to @c gcount().
543 * call to @c gcount().
558 * call to @c gcount().
574 * call to @c gcount()
    [all...]
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/
istream 77 * function; see gcount().
248 gcount() const
264 * by gcount().
383 * is extracted (and therefore counted in @c gcount()) but not stored
496 * @c gcount() will return 0, as required by DR 60.
511 * @c gcount() will return 0, as required by DR 60.
529 * call to @c gcount().
543 * call to @c gcount().
558 * call to @c gcount().
574 * call to @c gcount()
    [all...]
  /external/chromium/base/
file_util.cc 100 (file1.gcount() != file2.gcount()) ||
101 (memcmp(buffer1, buffer2, file1.gcount()))) {
  /external/icu4c/layout/
ContextualSubstSubtables.cpp 295 le_uint16 gCount = SWAPW(glyphCount);
305 if (ContextualSubstitutionBase::matchGlyphCoverages(coverageTableOffsetArray, gCount, glyphIterator, (const char *) this)) {
307 (const SubstitutionLookupRecord *) &coverageTableOffsetArray[gCount];
311 return gCount + 1;
  /frameworks/base/libs/utils/
Asset.cpp 49 static int32_t gCount = 0;
56 return gCount;
83 gCount++;
92 //LOGI("Creating Asset %p #%d\n", this, gCount);
98 gCount--;
112 //LOGI("Destroying Asset in %p #%d\n", this, gCount);
AssetManager.cpp 71 static volatile int32_t gCount = 0;
111 return gCount;
119 int count = android_atomic_inc(&gCount)+1;
126 int count = android_atomic_dec(&gCount);
    [all...]
  /external/skia/samplecode/
SampleText.cpp 201 static int gOld, gNew, gCount;
207 gCount += 1;
  /external/stlport/test/unit/
fstream_test.cpp 234 CPPUNIT_ASSERT( is.gcount() == 0 );
238 CPPUNIT_ASSERT( is.gcount() == 8 );
791 nb_reads += in.gcount();
  /ndk/tests/device/test-gnustl-full/unit/
fstream_test.cpp 252 CPPUNIT_ASSERT( is.gcount() == 0 );
256 CPPUNIT_ASSERT( is.gcount() == 8 );
809 nb_reads += in.gcount();
  /ndk/tests/device/test-stlport/unit/
fstream_test.cpp 252 CPPUNIT_ASSERT( is.gcount() == 0 );
256 CPPUNIT_ASSERT( is.gcount() == 8 );
809 nb_reads += in.gcount();
  /development/tools/a3dconvert/
ObjLoader.cpp 216 if (ifs.good() && ifs.gcount() > 0) {
  /external/stlport/stlport/stl/
_istream.h 125 streamsize gcount() const { return _M_gcount; } function in class:basic_istream
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_istream.h 125 streamsize gcount() const { return _M_gcount; } function in class:basic_istream
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_istream.h 125 streamsize gcount() const { return _M_gcount; } function in class:basic_istream
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_istream.h 125 streamsize gcount() const { return _M_gcount; } function in class:basic_istream
  /external/oprofile/libutil++/
bfd_support.cpp 72 file.gcount());
  /external/protobuf/src/google/protobuf/io/
zero_copy_stream_impl.cc 304 int result = input_->gcount();
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
istream.tcc 461 // _M_gcount (the return value of gcount, that is) cannot be
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/
istream.tcc 461 // _M_gcount (the return value of gcount, that is) cannot be

Completed in 496 milliseconds

1 2