OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pieces
(Results
1 - 15
of
15
) sorted by null
/build/target/board/emulator/
BoardConfig.mk
6
# The generic product target doesn't have any hardware-specific
pieces
.
/build/target/board/generic/
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:__anon1264
97
if (sleepy->
pieces
[sleepy->index] == NULL)
110
sleepy->current = sleepy->
pieces
[sleepy->index++];
126
sleepy->
pieces
= cook_pieces ()
[
all
...]
/external/icu4c/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
,
/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
62
pieces
= line.split()
63
if len(
pieces
) != 2: continue
64
image =
pieces
[0]
65
size = int(
pieces
[1])
/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/icu4c/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/bluetooth/glib/glib/
gkeyfile.c
1486
GSList *p, *
pieces
= NULL;
local
[
all
...]
/external/icu4c/test/intltest/
ssearch.cpp
1759
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 1783 milliseconds