HomeSort by relevance Sort by last modified time
    Searched refs:piece (Results 26 - 50 of 81) sorted by null

12 3 4

  /external/clang/lib/StaticAnalyzer/Core/
BugReporter.cpp 111 IntrusiveRefCntPtr<PathDiagnosticPiece> piece(path.front());
114 switch (piece->getKind()) {
116 removeRedundantMsgs(cast<PathDiagnosticCallPiece>(piece)->path);
119 removeRedundantMsgs(cast<PathDiagnosticMacroPiece>(piece)->subPieces);
130 cast<PathDiagnosticEventPiece>(piece);
132 // come up with a preference, record which piece to keep, and consume
133 // another piece from the path.
136 piece = pieceToKeep;
144 path.push_back(piece);
162 // Remove the front piece from the path. If it is still something w
2998 PathDiagnosticPiece *piece = I->get(); local
3452 PathDiagnosticPiece *piece = local
    [all...]
PathDiagnostic.cpp 70 PathDiagnosticPiece *Piece = I->get();
72 switch (Piece->getKind()) {
74 PathDiagnosticCallPiece *Call = cast<PathDiagnosticCallPiece>(Piece);
87 PathDiagnosticMacroPiece *Macro = cast<PathDiagnosticMacroPiece>(Piece);
91 Current.push_back(Piece);
94 // FIXME: This probably shouldn't mutate the original path piece.
101 Current.push_back(Piece);
135 "The call piece should be in the main file.");
145 // Check if the last piece in the callee path is a call to a function outside
152 // Otherwise, the last piece is in the main file
225 const PathDiagnosticPiece *piece = I->get(); local
1040 const PathDiagnosticPiece *piece = it->get(); local
    [all...]
BugReporterVisitors.cpp 1161 PathDiagnosticPiece *piece = VisitNodeImpl(N, Prev, BRC, BR); local
    [all...]
  /external/icu/icu4c/source/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_org/base/strings/
string_piece.cc 46 std::ostream& operator<<(std::ostream& o, const StringPiece& piece) {
47 o.write(piece.data(), static_cast<std::streamsize>(piece.size()));
string_piece.h 6 // A string-like object that points to a sized piece of memory.
422 const StringPiece& piece);
  /external/chromium_org/third_party/leveldatabase/src/doc/bench/
db_bench_sqlite3.cc 129 std::string piece; local
133 test::CompressibleString(&rnd, FLAGS_compression_ratio, 100, &piece);
134 data_.append(piece);
  /external/chromium_org/tools/json_schema_compiler/
model.py 505 for i, piece in enumerate(pieces):
507 camel.append(piece)
509 camel.append(piece.capitalize())
  /libcore/luni/src/main/java/javax/crypto/
Cipher.java 326 String piece = pieces[i].trim(); local
327 if (!piece.isEmpty()) {
328 result[i] = piece;
    [all...]
  /external/chromium_org/chrome/browser/resources/security_warnings/
interstitial_v2.js 38 * This appends a piece of debugging information to the end of the warning.
  /external/chromium_org/net/websockets/
websocket_basic_handshake_stream.cc 230 bool DeflateError(std::string* message, const base::StringPiece& piece) {
232 piece.AppendToString(message);
  /external/chromium_org/third_party/closure_linter/closure_linter/
closurizednamespacesinfo.py 256 for piece in pieces:
257 if piece.endswith('_'):
  /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
  /external/chromium_org/third_party/webrtc/common_audio/signal_processing/
cross_correlation_neon.S 102 @ TODO(kma): Place this piece of reference code into a C code file.
  /external/chromium_org/base/json/
json_parser.cc 134 explicit JSONStringValue(const base::StringPiece& piece)
136 string_piece_(piece) {
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/ui/
search_box.js 123 // highlightedBaseName is a piece of HTML with meta characters properly
  /external/libunwind/doc/
unw_get_proc_info_by_ip.tex 47 discontiguous pieces, \Prog{libunwind} will treat each piece as a
  /external/chromium_org/third_party/leveldatabase/src/db/
db_bench.cc 121 std::string piece; local
125 test::CompressibleString(&rnd, FLAGS_compression_ratio, 100, &piece);
126 data_.append(piece);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
doctest.py 308 # match for each piece. If there's no overall match that way alone,
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
doctest.py 308 # match for each piece. If there's no overall match that way alone,
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
ssearch.cpp     [all...]
  /external/icu/icu4c/source/test/intltest/
ssearch.cpp     [all...]
  /external/chromium_org/chrome/browser/web_dev_style/
css_checker.py 197 'scrollbar-track-piece',
  /build/tools/releasetools/
blockimgdiff.py 417 for piece in self.tgt.ReadRangeSet(xf.tgt_ranges):
418 new_f.write(piece)
  /external/chromium_org/remoting/webapp/
third_party_token_fetcher.js 116 // Internally, the piece of data obtained when the user authenticates

Completed in 869 milliseconds

12 3 4