Searched refs:tuples (Results 1 – 15 of 15) sorted by relevance
/external/bluetooth/glib/tests/ |
D | relation-test.c | 67 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()
|
D | testglib.c | 1068 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/ |
D | grel.h | 90 void g_tuples_destroy (GTuples *tuples); 91 gpointer g_tuples_index (GTuples *tuples,
|
/external/srec/srec/EventLog/src/ |
D | riff.c | 306 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/ |
D | itrbnf.cpp | 858 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/ |
D | riff.h | 160 RiffAudioTuple *tuples; member
|
/external/chromium/chrome/browser/ui/cocoa/location_bar/ |
D | ev_bubble_decoration.mm | 56 // Color tuples stolen from location_bar_view_gtk.cc.
|
/external/bluetooth/glib/ |
D | ChangeLog.pre-2-10 | 1068 * 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
|
D | ChangeLog.pre-1-2 | 2396 * grel.c: new file, GRelations implement tuples of N-N mappings.
|
/external/llvm/include/llvm/Target/ |
D | Target.td | 204 // RegisterTuples - Automatically generate super-registers by forming tuples of
|
/external/llvm/bindings/ocaml/llvm/ |
D | llvm.mli | 2060 [incoming] is a list of [(llvalue, llbasicblock)] tuples.
|
/external/dbus/ |
D | ChangeLog.pre-1-0 | 3065 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/ |
D | ChangeLog-2008-08-10 | 2936 <registerBase, offset> tuples.
|
/external/webkit/Tools/ |
D | ChangeLog-2010-05-24 | 15355 - Updated the unit tests to reflect the change from tuples to
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2006-05-10 | 4053 just plain CompositeOperator. Changed tuples of ints into IntRect and IntPoint.
|