/external/icu4c/common/unicode/ |
caniter.h | 83 * 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/ |
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];
|
/external/bluetooth/glib/gio/tests/ |
sleepy-stream.c | 61 gint pieces; local 63 pieces = g_test_rand_int_range (0, MAX_PIECES + 1); 64 array = g_new (char *, pieces + 1); 65 array[pieces] = NULL; 67 while (pieces--) 68 array[pieces] = cook_piece (); 78 gchar **pieces; member in struct:__anon2030 97 if (sleepy->pieces[sleepy->index] == NULL) 110 sleepy->current = sleepy->pieces[sleepy->index++]; 126 sleepy->pieces = cook_pieces () [all...] |
/prebuilt/linux-x86/toolchain/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/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...] |
/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 | 161 pieces = line.split() variable in class:LoadRecoveryFSTab.Partition 162 if not (3 <= len(pieces) <= 4): 166 p.mount_point = pieces[0] 167 p.fs_type = pieces[1] 168 p.device = pieces[2] 171 if len(pieces) >= 4: 172 if pieces[3].startswith("/"): 173 p.device2 = pieces[3] 174 if len(pieces) >= 5: 175 options = pieces[4 [all...] |
/external/bluetooth/glib/glib/ |
gkeyfile.c | 1486 GSList *p, *pieces = NULL; local [all...] |
/external/icu4c/test/intltest/ |
ssearch.cpp | 1860 int32_t pieces = (m_rand() % 4) + 1; local [all...] |
/prebuilt/common/tradefed/ |
tradefed-prebuilt.jar | |
/development/samples/NFCDemo/libs/ |
guava-10.0.1.jar | |