Home
last modified time | relevance | path

Searched refs:tuples (Results 1 – 15 of 15) sorted by relevance

/external/bluetooth/glib/tests/
Drelation-test.c67 GTuples *tuples; in main() local
114 tuples = g_relation_select (relation, data + 200, 0); in main()
116 g_assert (tuples->len == 2); in main()
119 for (i = 0; i < tuples->len; i += 1) in main()
122 *(gint*) g_tuples_index (tuples, i, 0), in main()
123 *(gint*) g_tuples_index (tuples, i, 1)); in main()
131 g_tuples_destroy (tuples); in main()
Dtestglib.c1068 GTuples *tuples; in relation_test() local
1113 tuples = g_relation_select (relation, data + 200, 0); in relation_test()
1115 g_assert (tuples->len == 2); in relation_test()
1118 for (i = 0; i < tuples->len; i += 1) in relation_test()
1121 *(gint*) g_tuples_index (tuples, i, 0), in relation_test()
1122 *(gint*) g_tuples_index (tuples, i, 1)); in relation_test()
1130 g_tuples_destroy (tuples); in relation_test()
/external/bluetooth/glib/glib/
Dgrel.h90 void g_tuples_destroy (GTuples *tuples);
91 gpointer g_tuples_index (GTuples *tuples,
/external/srec/srec/EventLog/src/
Driff.c306 FREE(swichunk->segs.tuples); in free_swiRiff()
478 swichunk->segs.tuples = MALLOC(sub_length, MTAG); in readSwiChunk()
479 if (!swichunk->segs.tuples) in readSwiChunk()
484 else if (fread(swichunk->segs.tuples, 1, sub_length, f) != (size_t)sub_length) in readSwiChunk()
493 swichunk->segs.tuples = NULL; in readSwiChunk()
900 memcpy(workbuf, riffaudio->tuples, chunk_len); in writeSwiAudioChunk()
913 memcpy(workbuf, riffaudio->tuples, chunk_len); in writeSwiAudioChunk()
/external/icu4c/test/intltest/
Ditrbnf.cpp858 const llong* tuples[] = { // lhs, rhs, ans
892 const int TUPLE_COUNT = (int)(sizeof(tuples)/sizeof(tuples[0]))/TUPLE_WIDTH;
894 const llong lhs = *tuples[i*TUPLE_WIDTH+0];
895 const llong rhs = *tuples[i*TUPLE_WIDTH+1];
896 const llong ans = *tuples[i*TUPLE_WIDTH+2];
937 const llong* tuples[] = {
972 const int TUPLE_COUNT = (int)(sizeof(tuples)/sizeof(tuples[0]))/TUPLE_WIDTH;
974 const llong lhs = *tuples[i*TUPLE_WIDTH+0];
975 const llong rhs = *tuples[i*TUPLE_WIDTH+1];
976 const llong ans = *tuples[i*TUPLE_WIDTH+2];
/external/srec/srec/EventLog/include/
Driff.h160 RiffAudioTuple *tuples; member
/external/chromium/chrome/browser/ui/cocoa/location_bar/
Dev_bubble_decoration.mm56 // Color tuples stolen from location_bar_view_gtk.cc.
/external/bluetooth/glib/
DChangeLog.pre-2-101068 * glib/grel.c: removed mem chunk usage, and allocated tuples via g_slice_*().
1069 g_relation_destroy(): free all tuples from the all_tuples hash table,
1070 this effectively maintains the life time track keeping of tuples.
1071 g_relation_delete_tuple(): free tuples which are removed from the
DChangeLog.pre-1-22396 * grel.c: new file, GRelations implement tuples of N-N mappings.
/external/llvm/include/llvm/Target/
DTarget.td204 // RegisterTuples - Automatically generate super-registers by forming tuples of
/external/llvm/bindings/ocaml/llvm/
Dllvm.mli2060 [incoming] is a list of [(llvalue, llbasicblock)] tuples.
/external/dbus/
DChangeLog.pre-1-03065 tuples. Unref user_data
3066 (GIL_safe_cmessage_function_handler): userdata now stuffed into tuples
6162 * python/examples/example-client.py: added examples of getting tuples
6165 * python/examples/example-service.py: added examples of sending tuples
9442 Keep references to user_data tuples passed into C functions so
/external/webkit/Source/JavaScriptCore/
DChangeLog-2008-08-102936 <registerBase, offset> tuples.
/external/webkit/Tools/
DChangeLog-2010-05-2415355 - Updated the unit tests to reflect the change from tuples to
/external/webkit/Source/WebCore/
DChangeLog-2006-05-104053 just plain CompositeOperator. Changed tuples of ints into IntRect and IntPoint.