HomeSort by relevance Sort by last modified time
    Searched refs:piece (Results 1 - 25 of 31) 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 164 IntrusiveRefCntPtr<PathDiagnosticPiece> piece(path.front());
167 switch (piece->getKind()) {
169 removeRedundantMsgs(cast<PathDiagnosticCallPiece>(piece)->path);
172 removeRedundantMsgs(cast<PathDiagnosticMacroPiece>(piece)->subPieces);
183 cast<PathDiagnosticEventPiece>(piece);
185 // come up with a preference, record which piece to keep, and consume
186 // another piece from the path.
189 piece = pieceToKeep;
197 path.push_back(piece);
209 // Remove the front piece from the path. If it is still something w
2031 PathDiagnosticPiece *piece = I->getPtr(); local
2429 PathDiagnosticPiece *piece = local
    [all...]
PathDiagnostic.cpp 68 PathDiagnosticPiece *Piece = I->getPtr();
70 switch (Piece->getKind()) {
72 PathDiagnosticCallPiece *Call = cast<PathDiagnosticCallPiece>(Piece);
85 PathDiagnosticMacroPiece *Macro = cast<PathDiagnosticMacroPiece>(Piece);
89 Current.push_back(Piece);
92 // FIXME: This probably shouldn't mutate the original path piece.
99 Current.push_back(Piece);
158 const PathDiagnosticPiece *piece = I->getPtr(); local
159 FullSourceLoc L = piece->getLocation().asLocation().getExpansionLoc();
167 ArrayRef<SourceRange> Ranges = piece->getRanges()
909 const PathDiagnosticPiece *piece = it->getPtr(); local
    [all...]
BugReporterVisitors.cpp 1048 PathDiagnosticPiece *piece = VisitNodeImpl(N, Prev, BRC, BR); local
    [all...]
  /external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
javascriptlintrules.py 118 for piece in identifier.split('.'):
119 if piece.endswith('_'):
120 self._used_private_members.add(piece)
124 for piece in token.string.split('.'):
125 if piece.endswith('_'):
126 self._used_private_members.add(piece)
closurizednamespacesinfo.py 259 for piece in pieces:
260 if piece.endswith('_'):
  /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 699 Store a piece of data in the memcache. Memcache has a maximum item size of
  /external/libvorbis/doc/
05-comment.tex 111 The track number of this piece if part of a specific larger collection or album
  /external/regex-re2/re2/testing/
re2_test.cc     [all...]
  /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.

Completed in 687 milliseconds

1 2