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

  /external/chromium_org/net/base/
big_endian_unittest.cc 17 base::StringPiece piece; local
33 EXPECT_TRUE(reader.ReadPiece(&piece, 2));
34 EXPECT_EQ(2u, piece.size());
35 EXPECT_EQ(expected.data(), piece.data());
44 base::StringPiece piece; local
51 EXPECT_FALSE(reader.ReadPiece(&piece, 4));
  /external/chromium_org/chrome/browser/ui/autofill/
generated_credit_card_bubble_controller.cc 190 base::string16 piece = pieces.front(); local
192 // Every second piece should be bolded. Because |base::SplitString*()|
196 if (!piece.empty() && pieces.size() % 2 == 0) {
199 bold_text.range = ui::Range(start, start + piece.size());
204 // Append the piece whether it's bolded or not and move on to the next one.
205 contents_text_.append(piece);
  /ndk/sources/host-tools/make-3.81/
vmsify.c 909 static char piece[512]; local
915 p = piece;
989 return piece;
  /external/chromium_org/third_party/leveldatabase/src/doc/bench/
db_bench_tree_db.cc 98 std::string piece; local
102 test::CompressibleString(&rnd, FLAGS_compression_ratio, 100, &piece);
103 data_.append(piece);
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/ui/base/resource/
data_pack.cc 199 base::StringPiece piece; local
200 if (!GetStringPiece(resource_id, &piece))
204 reinterpret_cast<const unsigned char*>(piece.data()), piece.length());
  /external/clang/lib/StaticAnalyzer/Core/
PlistDiagnostics.cpp 391 const PathDiagnosticPiece *piece = I->getPtr(); local
392 AddFID(FM, Fids, SM, piece->getLocation().asLocation());
393 ArrayRef<SourceRange> Ranges = piece->getRanges();
401 dyn_cast<PathDiagnosticCallPiece>(piece)) {
410 dyn_cast<PathDiagnosticMacroPiece>(piece)) {
BugReporterVisitors.cpp 1159 PathDiagnosticPiece *piece = VisitNodeImpl(N, Prev, BRC, BR); local
    [all...]
PathDiagnostic.cpp 69 PathDiagnosticPiece *Piece = I->getPtr();
71 switch (Piece->getKind()) {
73 PathDiagnosticCallPiece *Call = cast<PathDiagnosticCallPiece>(Piece);
86 PathDiagnosticMacroPiece *Macro = cast<PathDiagnosticMacroPiece>(Piece);
90 Current.push_back(Piece);
93 // FIXME: This probably shouldn't mutate the original path piece.
100 Current.push_back(Piece);
133 "The call piece should be in the main file.");
143 // Check if the last piece in the callee path is a call to a function outside
150 // Otherwise, the last piece is in the main file
224 const PathDiagnosticPiece *piece = I->getPtr(); local
1025 const PathDiagnosticPiece *piece = it->getPtr(); local
    [all...]
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
2957 PathDiagnosticPiece *piece = I->getPtr(); local
3410 PathDiagnosticPiece *piece = 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...]
  /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);
  /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...]
  /prebuilts/tools/common/m2/internal/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 452 milliseconds