HomeSort by relevance Sort by last modified time
    Searched refs:pieces (Results 1 - 20 of 20) sorted by null

  /build/target/board/emulator/
BoardConfig.mk 6 # The generic product target doesn't have any hardware-specific pieces.
  /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:__anon2095
97 if (sleepy->pieces[sleepy->index] == NULL)
110 sleepy->current = sleepy->pieces[sleepy->index++];
126 sleepy->pieces = cook_pieces ()
    [all...]
  /build/target/board/generic/
BoardConfig.mk 6 # The generic product target doesn't have any hardware-specific pieces.
  /external/chromium/third_party/icu/source/common/
caniter.cpp 67 pieces(NULL),
84 if(pieces != NULL) {
86 if(pieces[i] != NULL) {
87 delete[] pieces[i];
90 uprv_free(pieces);
91 pieces = NULL;
140 buffer.append(pieces[i][current[i]]);
179 pieces = (UnicodeString **)uprv_malloc(sizeof(UnicodeString *));
184 if (pieces == NULL || pieces_lengths == NULL || current == NULL) {
189 pieces[0] = new UnicodeString[1]
    [all...]
ucnv_imp.h 101 * If the args are passed in, then the pieces must be passed in too.
103 * - pieces==NULL && args==NULL
104 * - pieces!=NULL && args==NULL
105 * - pieces!=NULL && args!=NULL
110 UConverterNamePieces *pieces,
  /external/icu4c/common/
caniter.cpp 68 pieces(NULL),
86 if(pieces != NULL) {
88 if(pieces[i] != NULL) {
89 delete[] pieces[i];
92 uprv_free(pieces);
93 pieces = NULL;
142 buffer.append(pieces[i][current[i]]);
181 pieces = (UnicodeString **)uprv_malloc(sizeof(UnicodeString *));
186 if (pieces == NULL || pieces_lengths == NULL || current == NULL) {
191 pieces[0] = new UnicodeString[1]
    [all...]
ucnv_imp.h 101 * If the args are passed in, then the pieces must be passed in too.
103 * - pieces==NULL && args==NULL
104 * - pieces!=NULL && args==NULL
105 * - pieces!=NULL && args!=NULL
110 UConverterNamePieces *pieces,
  /build/tools/releasetools/
sign_target_files_apks 183 pieces = value.split("/")
184 pieces[-1] = EditTags(pieces[-1])
185 value = "/".join(pieces)
187 pieces = value.split(" ")
188 assert len(pieces) == 5
189 pieces[-1] = EditTags(pieces[-1])
190 value = " ".join(pieces)
common.py 145 pieces = line.split() variable in class:LoadRecoveryFSTab.Partition
146 if not (3 <= len(pieces) <= 4):
150 p.mount_point = pieces[0]
151 p.fs_type = pieces[1]
152 p.device = pieces[2]
153 if len(pieces) == 4:
154 p.device2 = pieces[3]
  /external/srec/srec/cfront/
himul32.h 106 pieces;
112 return result.pieces.hi;
  /dalvik/dx/src/com/android/dx/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)));
  /external/chromium/third_party/icu/public/common/unicode/
caniter.h 81 * Cleans pieces
164 // 2 dimensional array holds the pieces of the string with
166 UnicodeString **pieces; member in class:CanonicalIterator
170 // current is used in iterating to combine pieces
  /external/icu4c/common/unicode/
caniter.h 82 * Cleans pieces
165 // 2 dimensional array holds the pieces of the string with
167 UnicodeString **pieces; member in class:CanonicalIterator
171 // current is used in iterating to combine pieces
  /external/bluetooth/glib/glib/
gkeyfile.c 1486 GSList *p, *pieces = NULL; local
    [all...]
  /external/protobuf/python/google/protobuf/internal/
encoder.py 377 pieces = []
378 _EncodeVarint(pieces.append, value)
379 return "".join(pieces)
  /external/chromium/third_party/icu/source/test/intltest/
ssearch.cpp 1759 int32_t pieces = (m_rand() % 4) + 1; local
    [all...]
  /external/icu4c/test/intltest/
ssearch.cpp 1852 int32_t pieces = (m_rand() % 4) + 1; local
    [all...]
  /external/blktrace/btreplay/doc/
btreplay.tex 468 just two pieces of data per line:
  /external/blktrace/doc/
blktrace.tex 572 smaller pieces for service. This may indicate a performance problem due
    [all...]
  /prebuilt/sdk/tools/lib/
dx.jar 

Completed in 734 milliseconds