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

1 2

  /external/valgrind/main/memcheck/tests/
memalign2.c 29 int* piece;
43 // We allocate (and then free) a piece of memory smaller than
50 piece = malloc(1024 * 1000); assert (piece);
51 free (piece);
56 piece = malloc(1024 * 100); assert (piece);
58 free (piece);
  /external/regex-re2/util/
stringpiece.cc 10 std::ostream& operator<<(std::ostream& o, const StringPiece& piece) {
11 o.write(piece.data(), piece.size());
  /external/clang/lib/StaticAnalyzer/Core/
BugReporter.cpp 125 // Remove the front piece from the path. If it is still something we
127 IntrusiveRefCntPtr<PathDiagnosticPiece> piece(pieces.front());
130 switch (piece->getKind()) {
132 PathDiagnosticCallPiece *call = cast<PathDiagnosticCallPiece>(piece);
141 PathDiagnosticMacroPiece *macro = cast<PathDiagnosticMacroPiece>(piece);
148 PathDiagnosticEventPiece *event = cast<PathDiagnosticEventPiece>(piece);
160 pieces.push_back(piece);
388 // If the piece contains a special message, add it to all the call
835 // of the first piece as a context as well.
1605 PathDiagnosticPiece *piece = I->getPtr(); local
2018 PathDiagnosticPiece *piece = new PathDiagnosticEventPiece( local
    [all...]
PathDiagnostic.cpp 108 const PathDiagnosticPiece *piece = I->getPtr(); local
109 FullSourceLoc L = piece->getLocation().asLocation().getExpansionLoc();
117 for (PathDiagnosticPiece::range_iterator RI = piece->ranges_begin(),
118 RE = piece->ranges_end();
129 dyn_cast<PathDiagnosticCallPiece>(piece)) {
133 dyn_cast<PathDiagnosticMacroPiece>(piece)) {
586 const PathDiagnosticPiece *piece = it->getPtr(); local
588 dyn_cast<PathDiagnosticCallPiece>(piece)) {
HTMLDiagnostics.cpp 102 PathDiagnosticPiece *piece = it->getPtr(); local
104 dyn_cast<PathDiagnosticCallPiece>(piece)) {
117 dyn_cast<PathDiagnosticMacroPiece>(piece)) {
118 currentPath.push_back(piece);
125 currentPath.push_back(piece);
459 // Within a macro piece. Write out each event.
BugReporterVisitors.cpp 442 PathDiagnosticPiece *piece = VisitNodeImpl(N, Prev, BRC, BR); local
444 dyn_cast_or_null<PathDiagnosticEventPiece>(piece))
446 return piece;
  /libcore/luni/src/main/java/javax/crypto/
Cipher.java 343 String piece = pieces[i].trim(); local
344 if (!piece.isEmpty()) {
345 result[i] = piece;
    [all...]
  /ndk/sources/host-tools/make-3.81/
vmsify.c 909 static char piece[512]; local
915 p = piece;
989 return piece;
  /external/regex-re2/re2/
stringpiece.h 5 // A string-like object that points to a sized piece of memory.
180 extern std::ostream& operator<<(std::ostream& o, const re2::StringPiece& piece);
  /external/icu4c/layout/
IndicReordering.cpp 245 LEUnicode piece = (*splitMatra)[j]; local
247 fOutChars[i+inv_count] = piece;
248 matraClass = classTable->getCharClass(piece);
250 insertCharacter(piece,i+1+inv_count,saveIndex,saveAuxData);
336 LEUnicode piece = (*splitMatra)[i]; local
337 IndicClassTable::CharClass pieceClass = classTable->getCharClass(piece);
339 saveMatra(piece, matraIndex, pieceClass);
    [all...]
  /external/chromium/base/
logging.cc 834 std::ostream& operator<<(std::ostream& o, const StringPiece& piece) {
835 o.write(piece.data(), static_cast<std::streamsize>(piece.size()));
logging.h     [all...]
  /external/openssl/crypto/rc4/asm/
rc4-parisc.pl 196 or $ix,$acc,$acc ; last piece, no need to dep
216 or $ix,$acc,$acc ; last piece, no need to dep
  /frameworks/base/media/libdrm/mobile1/src/objmng/
drm_api.c 1338 int32_t i, j, piece, leftLen, firstBytes; local
1578 int32_t bufLen, piece, i, copyBytes, leftBytes; local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/bin/
ant.bat 18 REM This is an inordinately troublesome piece of code, particularly because it
  /development/scripts/app_engine_server/
memcache_zipserve.py 694 Store a piece of data in the memcache. Memcache has a maximum item size of
  /external/icu4c/test/intltest/
ssearch.cpp     [all...]
  /external/chromium/chrome/browser/resources/net_internals/
main.js     [all...]
  /external/v8/benchmarks/
deltablue.js 198 * keybord, a clock, or some arbitraty piece of imperative code.
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v4/
v8-deltablue.js 192 * keybord, a clock, or some arbitraty piece of imperative code.
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v5/
v8-deltablue.js 192 * keybord, a clock, or some arbitraty piece of imperative code.
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v6/
v8-deltablue.js 192 * keybord, a clock, or some arbitraty piece of imperative code.
  /external/v8/src/
debug-debugger.js 419 // first piece of breakable code on the line try to find the column on the
    [all...]
  /external/replicaisland/src/com/replica/replicaisland/
GameObjectFactory.java     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 2631 milliseconds

1 2