HomeSort by relevance Sort by last modified time
    Searched defs:subs (Results 1 - 12 of 12) sorted by null

  /external/bluetooth/glib/gio/fen/
fen-data.h 38 #define FN_IS_PASSIVE(fp) (((fdata*)(fp))->subs == NULL)
54 GList *subs; member in struct:__anon1984
  /device/samsung/crespo/alsa-lib/src/seq/
seqmid.c 123 snd_seq_port_subscribe_t subs; local
125 memset(&subs, 0, sizeof(subs));
126 subs.sender.client = src_client;
127 subs.sender.port = src_port;
128 /*subs.dest.client = seq->client;*/
129 subs.dest.client = snd_seq_client_id(seq);
130 subs.dest.port = myport;
132 return snd_seq_subscribe_port(seq, &subs);
150 snd_seq_port_subscribe_t subs; local
177 snd_seq_port_subscribe_t subs; local
204 snd_seq_port_subscribe_t subs; local
    [all...]
  /device/samsung/crespo/alsa-utils/seq/aconnect/
aconnect.c 99 static void list_each_subs(snd_seq_t *seq, snd_seq_query_subscribe_t *subs, int type, const char *msg)
102 snd_seq_query_subscribe_set_type(subs, type);
103 snd_seq_query_subscribe_set_index(subs, 0);
104 while (snd_seq_query_port_subscribers(seq, subs) >= 0) {
110 addr = snd_seq_query_subscribe_get_addr(subs);
112 if (snd_seq_query_subscribe_get_exclusive(subs))
114 if (snd_seq_query_subscribe_get_time_update(subs))
116 (snd_seq_query_subscribe_get_time_real(subs) ? "real" : "tick"),
117 snd_seq_query_subscribe_get_queue(subs));
118 snd_seq_query_subscribe_set_index(subs, snd_seq_query_subscribe_get_index(subs) + 1)
129 snd_seq_query_subscribe_t *subs; local
204 snd_seq_port_subscribe_t *subs; local
226 snd_seq_port_subscribe_t *subs; local
279 snd_seq_port_subscribe_t *subs; local
    [all...]
  /external/chromium/third_party/icu/source/test/intltest/
mnkytst.cpp 84 UnicodeString subs, subt; local
86 source.extract(MIN(s, slen), MAX(s, slen), subs); local
93 myCollator->getCollationKey(subs, collationKey1, status1);
97 report( subs, subt, result, revResult);
100 myCollator->getCollationKey(subs, collationKey1, status1);
104 report( subs, subt, result, revResult);
107 myCollator->getCollationKey(subs, collationKey1, status1);
111 report(subs, subt, result, revResult);
114 UnicodeString addOne(subs);
117 myCollator->getCollationKey(subs, collationKey1, status1)
159 UnicodeString subs, subt; local
161 source.extract(MIN(s, slen), MAX(s, slen), subs); local
    [all...]
  /external/elfutils/libebl/
eblwstrtab.c 234 struct Ebl_WStrent *subs; local
237 for (subs = (*sep)->next; subs != NULL; subs = subs->next)
238 if (subs->len == newstr->len)
245 return subs;
286 struct Ebl_WStrent *subs; local
296 for (subs = nodep->next; subs != NULL; subs = subs->next
    [all...]
eblgstrtab.c 245 struct Ebl_GStrent *subs; local
248 for (subs = (*sep)->next; subs != NULL; subs = subs->next)
249 if (subs->len == newstr->len)
256 return subs;
297 struct Ebl_GStrent *subs; local
307 for (subs = nodep->next; subs != NULL; subs = subs->next
    [all...]
eblstrtab.c 234 struct Ebl_Strent *subs; local
237 for (subs = (*sep)->next; subs != NULL; subs = subs->next)
238 if (subs->len == newstr->len)
245 return subs;
286 struct Ebl_Strent *subs; local
296 for (subs = nodep->next; subs != NULL; subs = subs->next
    [all...]
  /external/icu4c/test/intltest/
mnkytst.cpp 84 UnicodeString subs, subt; local
86 source.extract(MIN(s, slen), MAX(s, slen), subs); local
93 myCollator->getCollationKey(subs, collationKey1, status1);
97 report( subs, subt, result, revResult);
100 myCollator->getCollationKey(subs, collationKey1, status1);
104 report( subs, subt, result, revResult);
107 myCollator->getCollationKey(subs, collationKey1, status1);
111 report(subs, subt, result, revResult);
114 UnicodeString addOne(subs);
117 myCollator->getCollationKey(subs, collationKey1, status1)
159 UnicodeString subs, subt; local
161 source.extract(MIN(s, slen), MAX(s, slen), subs); local
    [all...]
  /external/bluetooth/glib/gio/inotify/
inotify-path.c 58 GList *subs; member in struct:ip_watched_dir_s
124 dir->subs = g_list_prepend (dir->subs, sub);
224 dir->subs = g_list_remove (dir->subs, sub);
232 for (l = dir->subs; l; l = l->next)
237 g_list_free (dir->subs);
238 dir->subs = NULL;
253 if (dir->subs == NULL)
280 g_assert (dir->subs == NULL)
    [all...]
  /device/samsung/crespo/alsa-utils/amidi/
amidi.c 139 int subs, subs_in, subs_out; local
152 subs = subs_in > subs_out ? subs_in : subs_out;
178 if (subs == 1) {
185 card, device, name, subs);
192 if (++sub >= subs)
  /external/freetype/src/sfnt/
ttcmap.c 231 /* subs 518 SUBHEAD[NSUBS] sub-headers array */
238 /* Note that for any n, `keys[n]' is a byte offset within the `subs' */
268 /* within the glyph IDs table (and not within the `subs' table itself or */
282 FT_Byte* subs; /* sub-headers */ local
311 subs = p;
312 glyph_ids = subs + (max_subs + 1) * 8;
386 FT_Byte* subs = table + 518; /* subheaders table */ local
395 sub = subs; /* jump to first sub-header */
412 sub = subs + ( FT_PAD_FLOOR( TT_PEEK_USHORT( p ), 8 ) );
415 if ( sub == subs )
    [all...]
  /device/samsung/crespo/alsa-lib/src/
conf.c 3948 snd_config_t *defs, *subs = NULL, *res; local
    [all...]

Completed in 258 milliseconds