HomeSort by relevance Sort by last modified time
    Searched full:tuples (Results 1 - 25 of 116) sorted by null

1 2 3 4 5

  /external/bluetooth/glib/tests/
relation-test.c 67 GTuples *tuples; local
114 tuples = g_relation_select (relation, data + 200, 0);
116 g_assert (tuples->len == 2);
119 for (i = 0; i < tuples->len; i += 1)
122 *(gint*) g_tuples_index (tuples, i, 0),
123 *(gint*) g_tuples_index (tuples, i, 1));
131 g_tuples_destroy (tuples);
  /external/llvm/utils/lint/
common_lint.py 17 A list of tuples with format [(filename, line number, msg), ...] with any
38 A list of tuples with format [(line_number, msg), ...] with any violations
59 A list of tuples with format [(filename, line number, msg), ...] with any
85 A list of tuples with format [(filename, line number, msg), ...] with any
  /external/bluetooth/glib/docs/reference/glib/tmpl/
relations.sgml 2 Relations and Tuples
11 records, called tuples. Each record contains a number of fields.
23 Note that this must be called before any tuples are added to the #GRelation.
65 <link linkend="glib-Relations-and-Tuples">Relation</link>.
117 Returns the number of tuples in a #GRelation that have the given value
129 Returns all of the tuples which have the given key in the given field.
137 @Returns: the records (tuples) that matched.
173 The #GTuples struct is used to return records (or tuples) from the
189 @tuples: the tuple data to free.
199 @tuples: the tuple data, returned by g_relation_select()
    [all...]
  /device/samsung/crespo/
nvram_net.txt 50 #This generates empty F1, F2 and F3 tuple chains, and may be used if the host SDIO stack does not require the standard tuples.
53 #This includes the standard FUNCID and FUNCE tuples in the F1, F2, F3 and common CIS.
  /external/srec/srec/EventLog/include/
riff.h 154 * The number of audio tuples.
158 * The audio tuples.
160 RiffAudioTuple *tuples; member in struct:__anon11300
  /external/bluetooth/glib/glib/
grel.h 90 void g_tuples_destroy (GTuples *tuples);
91 gpointer g_tuples_index (GTuples *tuples,
  /packages/wallpapers/MusicVisualization/res/values/
cube.xml 30 <!-- x,y,z tuples for the points defining the object -->
43 <!-- start,end point index tuples of the lines defining the object -->
  /external/chromium/testing/gtest/test/
gtest-tuple_test.cc 71 // Tests comparing two tuples with the same value.
79 // Tests comparing two different tuples that have no reference fields.
95 // Tests comparing two different tuples that have reference fields.
258 // A fixture for testing big tuples.
270 // Tests constructing big tuples.
287 // Tests comparing big tuples.
  /external/protobuf/gtest/test/
gtest-tuple_test.cc 71 // Tests comparing two tuples with the same value.
79 // Tests comparing two different tuples that have no reference fields.
95 // Tests comparing two different tuples that have reference fields.
226 // A fixture for testing big tuples.
238 // Tests constructing big tuples.
255 // Tests comparing big tuples.
  /development/samples/CubeLiveWallpaper/res/values/
shapes.xml 32 <!-- x,y,z tuples for the points defining the object -->
45 <!-- start,end point index tuples of the lines defining the object -->
  /external/chromium/base/
callback_old.h 17 // Callbacks are designed to work with Tuples. A set of helper functions and
43 // or, equivalently, using tuples directly:
77 // Convenience functions so callers don't have to deal with Tuples.
  /external/dropbear/libtomcrypt/src/hashes/helper/
hash_memory_multi.c 25 @param ... tuples of (data,len) pairs to hash, terminated with a (NULL,x) (x=don't care)
  /external/dropbear/libtomcrypt/src/mac/f9/
f9_memory_multi.c 30 @param ... tuples of (data,len) pairs to f9, terminated with a (NULL,x) (x=don't care)
  /external/dropbear/libtomcrypt/src/mac/hmac/
hmac_memory_multi.c 30 @param ... tuples of (data,len) pairs to HMAC, terminated with a (NULL,x) (x=don't care)
  /external/dropbear/libtomcrypt/src/mac/omac/
omac_memory_multi.c 30 @param ... tuples of (data,len) pairs to OMAC, terminated with a (NULL,x) (x=don't care)
  /external/dropbear/libtomcrypt/src/mac/pmac/
pmac_memory_multi.c 30 @param ... tuples of (data,len) pairs to PMAC, terminated with a (NULL,x) (x=don't care)
  /external/dropbear/libtomcrypt/src/mac/xcbc/
xcbc_memory_multi.c 30 @param ... tuples of (data,len) pairs to XCBC, terminated with a (NULL,x) (x=don't care)
  /external/freetype/src/truetype/
ttgxvar.h 92 FT_UInt tuplecount; /* shared tuples in `gvar' */
  /frameworks/base/core/java/android/content/
Entity.java 28 * plus a collection of Uri, ContentValues tuples as subvalues. One example of its use
  /external/llvm/lib/DebugInfo/
DWARFDebugArangeSet.cpp 67 // of tuples. Each tuple consists of an address and a length, each in
103 // Each set of tuples is terminated by a 0 for the address and 0
  /external/chromium/chrome/browser/ui/cocoa/location_bar/
ev_bubble_decoration.mm 56 // Color tuples stolen from location_bar_view_gtk.cc.
  /external/webkit/Tools/QueueStatusServer/model/
activeworkitems.py 50 # db.Model does not tuples, we have to make lists.
  /external/srec/srec/EventLog/src/
riff.c 306 FREE(swichunk->segs.tuples);
478 swichunk->segs.tuples = MALLOC(sub_length, MTAG);
479 if (!swichunk->segs.tuples)
484 else if (fread(swichunk->segs.tuples, 1, sub_length, f) != (size_t)sub_length)
493 swichunk->segs.tuples = NULL;
880 /* we are assuming that riffaudio->num_tuples!=0, and hence riffaudio->tuples!=NULL
900 memcpy(workbuf, riffaudio->tuples, chunk_len);
913 memcpy(workbuf, riffaudio->tuples, chunk_len);
  /external/webkit/Tools/Scripts/webkitpy/common/checkout/
diff_parser.py 94 The field "lines" is a list which contains tuples in this format:
99 # FIXME: Tuples generally grow into classes. We should consider
  /libcore/dalvik/src/main/java/dalvik/system/
Zygote.java 106 * @param rlimits null-ok an array of rlimit tuples, with the second
149 * @param rlimits null-ok an array of rlimit tuples, with the second

Completed in 2134 milliseconds

1 2 3 4 5