HomeSort by relevance Sort by last modified time
    Searched defs:piece (Results 1 - 10 of 10) sorted by null

  /ndk/sources/host-tools/make-3.81/
vmsify.c 909 static char piece[512]; local
915 p = piece;
989 return piece;
  /external/clang/lib/StaticAnalyzer/Core/
BugReporterVisitors.cpp 442 PathDiagnosticPiece *piece = VisitNodeImpl(N, Prev, BRC, BR); local
444 dyn_cast_or_null<PathDiagnosticEventPiece>(piece))
446 return piece;
PlistDiagnostics.cpp 374 const PathDiagnosticPiece *piece = I->getPtr(); local
375 AddFID(FM, Fids, SM, piece->getLocation().asLocation());
377 for (PathDiagnosticPiece::range_iterator RI = piece->ranges_begin(),
378 RE= piece->ranges_end(); RI != RE; ++RI) {
384 dyn_cast<PathDiagnosticCallPiece>(piece)) {
388 dyn_cast<PathDiagnosticMacroPiece>(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.
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)) {
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...]
  /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...]
  /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/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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 

Completed in 1308 milliseconds