Home
last modified time | relevance | path

Searched refs:pieces (Results 1 – 25 of 90) sorted by relevance

1234

/external/bluetooth/glib/gio/tests/
Dsleepy-stream.c61 gint pieces; in cook_pieces() local
63 pieces = g_test_rand_int_range (0, MAX_PIECES + 1); in cook_pieces()
64 array = g_new (char *, pieces + 1); in cook_pieces()
65 array[pieces] = NULL; in cook_pieces()
67 while (pieces--) in cook_pieces()
68 array[pieces] = cook_piece (); in cook_pieces()
78 gchar **pieces; member
97 if (sleepy->pieces[sleepy->index] == NULL) in G_DEFINE_TYPE()
110 sleepy->current = sleepy->pieces[sleepy->index++]; in G_DEFINE_TYPE()
126 sleepy->pieces = cook_pieces (); in sleepy_stream_init()
[all …]
/external/chromium/third_party/icu/source/common/
Dcaniter.cpp67 pieces(NULL), in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
84 if(pieces != NULL) { in cleanPieces()
86 if(pieces[i] != NULL) { in cleanPieces()
87 delete[] pieces[i]; in cleanPieces()
90 uprv_free(pieces); in cleanPieces()
91 pieces = NULL; in cleanPieces()
140 buffer.append(pieces[i][current[i]]); in next()
179 pieces = (UnicodeString **)uprv_malloc(sizeof(UnicodeString *)); in setSource()
184 if (pieces == NULL || pieces_lengths == NULL || current == NULL) { in setSource()
189 pieces[0] = new UnicodeString[1]; in setSource()
[all …]
Ducnv_imp.h110 UConverterNamePieces *pieces,
/external/icu4c/common/
Dcaniter.cpp68 pieces(NULL), in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
86 if(pieces != NULL) { in cleanPieces()
88 if(pieces[i] != NULL) { in cleanPieces()
89 delete[] pieces[i]; in cleanPieces()
92 uprv_free(pieces); in cleanPieces()
93 pieces = NULL; in cleanPieces()
142 buffer.append(pieces[i][current[i]]); in next()
181 pieces = (UnicodeString **)uprv_malloc(sizeof(UnicodeString *)); in setSource()
186 if (pieces == NULL || pieces_lengths == NULL || current == NULL) { in setSource()
191 pieces[0] = new UnicodeString[1]; in setSource()
[all …]
Ducnv_imp.h110 UConverterNamePieces *pieces,
/external/srec/srec/cfront/
Dhimul32.h106 pieces;
112 return result.pieces.hi;
/external/bluetooth/glib/glib/
Dgkeyfile.c1486 GSList *p, *pieces = NULL; in g_key_file_get_string_list() local
1516 string_value = g_key_file_parse_value_as_string (key_file, value, &pieces, &key_file_error); in g_key_file_get_string_list()
1539 len = g_slist_length (pieces); in g_key_file_get_string_list()
1541 for (p = pieces, i = 0; p; p = p->next) in g_key_file_get_string_list()
1545 g_slist_free (pieces); in g_key_file_get_string_list()
3443 GSList **pieces, in g_key_file_parse_value_as_string() argument
3488 if (pieces && *p == key_file->list_separator) in g_key_file_parse_value_as_string()
3515 if (pieces && (*p == key_file->list_separator)) in g_key_file_parse_value_as_string()
3517 *pieces = g_slist_prepend (*pieces, g_strndup (q0, q - q0)); in g_key_file_parse_value_as_string()
3530 if (pieces) in g_key_file_parse_value_as_string()
[all …]
/external/protobuf/python/google/protobuf/internal/
Dencoder.py377 pieces = []
378 _EncodeVarint(pieces.append, value)
379 return "".join(pieces)
/external/icu4c/common/unicode/
Dcaniter.h167 UnicodeString **pieces; variable
/external/chromium/third_party/icu/public/common/unicode/
Dcaniter.h166 UnicodeString **pieces; variable
/external/webkit/WebKit/mac/Misc/
DWebNSFileManagerExtras.m127 // Get the pieces of the path.
/external/tcpdump/
DREADME46 tcpdump, Steve wrote these pieces from the specification given by the
/external/chromium/third_party/icu/source/test/intltest/
Dssearch.cpp1759 int32_t pieces = (m_rand() % 4) + 1; in generateTestCase() local
1768 for(int32_t piece = 0; piece < pieces; piece += 1) { in generateTestCase()
/external/icu4c/test/intltest/
Dssearch.cpp1852 int32_t pieces = (m_rand() % 4) + 1; in generateTestCase() local
1861 for(int32_t piece = 0; piece < pieces; piece += 1) { in generateTestCase()
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/en-GB/
Den-GB_klex.pkb1078 #=!*P*BC*pianist)piano)GA!HEFpickcpickedKpieces)G!@J&Ppig)G!*>pigsty )G!*>JK5pilla…
/external/quake/quake/src/
Dgnu.txt12 …de or can get it if you want it, that you can change the software or use pieces of it in new free …
/external/qemu/
DCOPYING25 if you want it, that you can change the software or use pieces of it
/external/wpa_supplicant/
DCOPYING25 if you want it, that you can change the software or use pieces of it
/external/grub/
DCOPYING25 if you want it, that you can change the software or use pieces of it
/external/iproute2/
DCOPYING25 if you want it, that you can change the software or use pieces of it
/external/dnsmasq/
DCOPYING25 if you want it, that you can change the software or use pieces of it
/external/blktrace/
DCOPYING25 if you want it, that you can change the software or use pieces of it
DLICENSE25 if you want it, that you can change the software or use pieces of it
/external/elfcopy/
DNOTICE25 if you want it, that you can change the software or use pieces of it
/external/bison/doc/
Dgpl.texi31 if you want it, that you can change the software or use pieces of it

1234