Searched defs:pieces (Results 1 - 9 of 9) sorted by relevance

/external/icu4c/common/unicode/
H A Dcaniter.h83 * Cleans pieces
166 // 2 dimensional array holds the pieces of the string with
168 UnicodeString **pieces; member in class:CanonicalIterator
172 // current is used in iterating to combine pieces
/external/webkit/LayoutTests/http/tests/resources/
H A Dnetwork-simulator.php93 $pieces = explode(" ", $resourceCount); variable
95 if (count($pieces) == 2 && $pieces[0] == $path) {
96 $count = 1 + $pieces[1];
116 $pieces = explode(" ", $resourceCount); variable
119 if (count($pieces) == 2 && $pieces[0] == $path) {
120 echo $pieces[1];
/external/webkit/Source/WebCore/platform/gtk/
H A DPasteboardHelper.cpp229 Vector<String> pieces; local
230 urlWithLabel.split("\n", pieces);
235 dataObject->setURIList(pieces[0]);
236 if (pieces.size() > 1)
237 dataObject->setText(pieces[1]);
H A DRenderThemeGtk2.cpp881 ComboBoxWidgetPieces pieces = { 0, 0 }; local
884 gtk_container_forall(GTK_CONTAINER(buttonChild), getGtkComboBoxPieces, &pieces); local
886 pieces.arrow = buttonChild;
888 ASSERT(pieces.arrow);
889 m_gtkComboBoxArrow = pieces.arrow;
894 m_gtkComboBoxSeparator = pieces.separator;
/external/clang/lib/StaticAnalyzer/Core/
H A DPathDiagnostic.cpp816 static void compute_path_size(const PathPieces &pieces, unsigned &size) { argument
817 for (PathPieces::const_iterator it = pieces.begin(),
818 et = pieces.end(); it != et; ++it) {
H A DBugReporter.cpp121 /// Recursively scan through a path and prune out calls and macros pieces
124 bool BugReporter::RemoveUneededCalls(PathPieces &pieces, BugReport *R) { argument
126 const unsigned N = pieces.size();
131 IntrusiveRefCntPtr<PathDiagnosticPiece> piece(pieces.front());
132 pieces.pop_front();
168 pieces.push_back(piece);
397 // pieces on the active stack.
730 // Add diagnostic pieces from custom visitors.
850 // If the PathDiagnostic already has pieces, add the enclosing statement
1307 // Add pieces fro
[all...]
/external/icu4c/test/intltest/
H A Dssearch.cpp1860 int32_t pieces = (m_rand() % 4) + 1; local
1869 for(int32_t piece = 0; piece < pieces; piece += 1) {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.pde.core_3.6.1.v20100902_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 165 milliseconds