HomeSort by relevance Sort by last modified time
    Searched defs:pieces (Results 1 - 25 of 27) sorted by null

1 2

  /external/icu4c/common/unicode/
caniter.h 83 * Cleans pieces
168 // 2 dimensional array holds the pieces of the string with
170 UnicodeString **pieces; member in class:CanonicalIterator
174 // current is used in iterating to combine pieces
  /external/webkit/LayoutTests/http/tests/resources/
network-simulator.php 93 $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];
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/
multiway_mergesort.h 86 /** @brief Pieces of data to merge @c [thread][sequence] */
87 std::vector<Piece<difference_type> >* pieces; member in struct:__gnu_parallel::PMWMSSortingData
161 sd->pieces[iam][seq].end = offsets[seq] - seqs[seq].first;
164 sd->pieces[iam][seq].end =
174 sd->pieces[iam][seq].begin = sd->pieces[iam - 1][seq].end;
177 sd->pieces[iam][seq].begin = 0;
216 sd->pieces[iam][s].begin =
225 sd->pieces[iam][s].begin = 0;
228 sd->pieces[iam][s].end
    [all...]
multiway_merge.h 1333 std::vector<std::pair<difference_type, difference_type> >* pieces; local
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
AnnotationUtils.java 171 * Split the string into pieces that are likely to be common
177 ArrayList<String> pieces = new ArrayList<String>(20); local
205 pieces.add(raw.substring(at, endAt));
209 int size = pieces.size();
213 list.set(i, new CstString(pieces.get(i)));
  /dalvik/dx/src/com/android/dx/dex/file/
AnnotationUtils.java 169 * Split the string into pieces that are likely to be common
175 ArrayList<String> pieces = new ArrayList<String>(20); local
203 pieces.add(raw.substring(at, endAt));
207 int size = pieces.size();
211 list.set(i, new CstString(pieces.get(i)));
  /external/ceres-solver/examples/
nist.cc 73 bool GetAndSplitLine(std::ifstream& ifs, std::vector<std::string>* pieces) {
74 pieces->clear();
77 ceres::SplitStringUsing(std::string(buf), " ", pieces); local
101 std::vector<std::string> pieces; local
103 GetAndSplitLine(ifs, &pieces);
104 const int kNumResponses = std::atoi(pieces[1].c_str());
106 GetAndSplitLine(ifs, &pieces);
107 const int kNumPredictors = std::atoi(pieces[0].c_str());
109 GetAndSplitLine(ifs, &pieces);
110 const int kNumObservations = std::atoi(pieces[0].c_str())
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/dex/file/
AnnotationUtils.java 169 * Split the string into pieces that are likely to be common
175 ArrayList<String> pieces = new ArrayList<String>(20); local
203 pieces.add(raw.substring(at, endAt));
207 int size = pieces.size();
211 list.set(i, new CstString(pieces.get(i)));
  /external/guava/guava/src/com/google/common/net/
InternetDomainName.java 543 final String[] pieces = domain.split(DOT_REGEX, 2); local
544 return pieces.length == 2 && TldPatterns.UNDER.contains(pieces[1]);
  /external/webkit/Source/WebCore/platform/gtk/
PasteboardHelper.cpp 229 Vector<String> pieces; local
230 urlWithLabel.split("\n", pieces);
235 dataObject->setURIList(pieces[0]);
236 if (pieces.size() > 1)
237 dataObject->setText(pieces[1]);
RenderThemeGtk2.cpp 881 ComboBoxWidgetPieces pieces = { 0, 0 }; local
884 gtk_container_forall(GTK_CONTAINER(buttonChild), getGtkComboBoxPieces, &pieces); local
    [all...]
  /frameworks/ex/common/java/com/android/common/
OperationScheduler.java 112 String[] pieces = param.substring(8).split("\\+"); local
113 if (pieces.length > 3) {
116 if (pieces.length > 0 && pieces[0].length() > 0) {
117 options.backoffFixedMillis = parseSeconds(pieces[0]);
119 if (pieces.length > 1 && pieces[1].length() > 0) {
120 options.backoffIncrementalMillis = parseSeconds(pieces[1]);
122 if (pieces.length > 2 && pieces[2].length() > 0)
    [all...]
  /libcore/luni/src/main/java/javax/crypto/
Cipher.java 336 String[] pieces = transformation.split("/"); local
337 if (pieces.length > 3) {
340 // Empty or missing pieces are represented by null.
342 for (int i = 0; i < pieces.length; ++i) {
343 String piece = pieces[i].trim();
    [all...]
  /build/tools/releasetools/
common.py 189 pieces = line.split() variable in class:LoadRecoveryFSTab.Partition
190 if not (3 <= len(pieces) <= 4):
194 p.mount_point = pieces[0]
195 p.fs_type = pieces[1]
196 p.device = pieces[2]
199 if len(pieces) >= 4:
200 if pieces[3].startswith("/"):
201 p.device2 = pieces[3]
202 if len(pieces) >= 5:
203 options = pieces[4
225 pieces = line.split() variable in class:LoadRecoveryFSTab.Partition
    [all...]
  /external/icu4c/test/intltest/
ssearch.cpp 1859 int32_t pieces = (m_rand() % 4) + 1; local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.pde.core_3.6.1.v20100902_r361.jar 
com.ibm.icu_4.2.1.v20100412.jar 
  /prebuilts/tools/common/m2/internal/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 
  /prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar 
  /prebuilts/sdk/tools/lib/
guava-10.0.1.jar 
lint.jar 
lint_api.jar 
lint_checks.jar 
  /prebuilts/devtools/tools/lib/
guava-13.0.1.jar 
  /prebuilts/tools/common/gradle-plugins/repository/com/google/guava/guava/14.0/
guava-14.0.jar 

Completed in 494 milliseconds

1 2