HomeSort by relevance Sort by last modified time
    Searched full:reallocation (Results 26 - 50 of 199) sorted by null

12 3 4 5 6 7 8

  /external/clang/lib/StaticAnalyzer/Checkers/
MallocChecker.cpp 90 // The symbol has been freed when reallocation failed.
92 // The symbol does not need to be freed after reallocation fails.
98 /// 'realloc' to allow modeling failed reallocation later in the path.
346 os << "Reallocation of " << ArgIndex << llvm::getOrdinalSuffix(ArgIndex)
353 return "Reallocation of returned value failed";
    [all...]
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/asn1/der/
BerInputStreamTest.java 104 // Test for correct internal array reallocation
  /external/freetype/include/freetype/
ftsystem.h 168 * A pointer type to a reallocation function.
  /external/freetype/src/base/
ftsystem.c 84 /* The memory reallocation function. */
  /external/valgrind/main/coregrind/m_gdbserver/
regcache.c 127 which will cause the reallocation of already created caches. */
  /external/valgrind/main/drd/
drd_suppression.c 117 * keep tracing even after memory deallocation and reallocation.
  /external/webkit/Source/JavaScriptCore/wtf/url/src/
URLBuffer.h 64 // the number that can be written without reallocation. If the caller must
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/research/
FixedLogBuffer.java 165 // enough that reallocation won't be necessary.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
resource.h 185 a page from the list of pages awaiting reallocation. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
resource.h 185 a page from the list of pages awaiting reallocation. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
resource.h 185 a page from the list of pages awaiting reallocation. */
  /external/llvm/lib/IR/
DebugLoc.cpp 174 // excessive reallocation starting out.
195 // excessive reallocation starting out.
Value.cpp 524 // point into the old table. Handle this by checking for reallocation and
534 // If reallocation didn't happen or if this was the first insertion, don't
541 // Okay, reallocation did happen. Fix the Prev Pointers.
  /external/ceres-solver/internal/ceres/
compressed_row_jacobian_writer.cc 66 // algorithm adds the diagonal, no reallocation is necessary. This reduces
triplet_sparse_matrix.cc 134 << "Reallocation will cause data loss";
triplet_sparse_matrix_test.cc 70 EXPECT_DEATH_IF_SUPPORTED(m.Reserve(1), "Reallocation will cause data loss");
  /external/skia/include/core/
SkTemplates.h 142 /** Reallocates given a new count. Reallocation occurs even if new count equals old count.
  /frameworks/base/core/java/com/android/internal/util/
ArrayUtils.java 102 * it will return the same empty array every time to avoid reallocation,
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
timevar.def 58 DEFTIMEVAR (TV_PCH_PTR_REALLOC , "PCH pointer reallocation")
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
timevar.def 58 DEFTIMEVAR (TV_PCH_PTR_REALLOC , "PCH pointer reallocation")
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
timevar.def 58 DEFTIMEVAR (TV_PCH_PTR_REALLOC , "PCH pointer reallocation")
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
timevar.def 58 DEFTIMEVAR (TV_PCH_PTR_REALLOC , "PCH pointer reallocation")
  /external/stlport/test/unit/
string_test.cpp 459 * In case of reallocation there is no auto reference problem
1029 //Use reserve to avoid reallocation and really test auto-referencing problems:
1049 //Use reserve to avoid reallocation and really test auto-referencing problems:
1213 //Use reserve to avoid reallocation and really test auto-referencing problems:
1233 //Use reserve to avoid reallocation and really test auto-referencing problems:
    [all...]
  /ndk/tests/device/test-gnustl-full/unit/
string_test.cpp 459 * In case of reallocation there is no auto reference problem
1029 //Use reserve to avoid reallocation and really test auto-referencing problems:
1049 //Use reserve to avoid reallocation and really test auto-referencing problems:
1213 //Use reserve to avoid reallocation and really test auto-referencing problems:
1233 //Use reserve to avoid reallocation and really test auto-referencing problems:
    [all...]
  /ndk/tests/device/test-stlport/unit/
string_test.cpp 459 * In case of reallocation there is no auto reference problem
1029 //Use reserve to avoid reallocation and really test auto-referencing problems:
1049 //Use reserve to avoid reallocation and really test auto-referencing problems:
1213 //Use reserve to avoid reallocation and really test auto-referencing problems:
1233 //Use reserve to avoid reallocation and really test auto-referencing problems:
    [all...]

Completed in 1427 milliseconds

12 3 4 5 6 7 8